- tripleo_overcloud_backup role was added to match python-tripleoclient interface for B&R overcloud command. It follows the same structure as tripleo_undercloud_backup role. - 'tripleo_overcloud_backup_init' string variable was added for the flag '--init' for installing and configure 'rear' and 'nfs'. Depending on the value. WARNING: this flag will be deprecated in favor of '--setup-nfs' and '--setup-rear'. - 'tripleo_overcloud_backup_setup_nfs' boolean variable was added for the flag '--setup-nfs' which will install and configure NFS server. Default to: false. - 'tripleo_overcloud_backup_setup_rear' boolean variable was added for the flag '--setup-rear' which will install and configure ReaR on the overcloud controllers. Default to: false. - 'tripleo_overcloud_backup_storage_ip' string variable was added for the flag '--storage-ip' which will allows to specify an ip for NFS / Backup server. It has precedence over '--extra-vars'. WARNING: this flag will be deprecated in favor of '--extra-vars'. - 'tripleo_overcloud_backup_extra_vars' string variable was added for '--extra-vars' variable for passing variables as JSON string or JSON / YAML path. - zuul.d updated to include molecule tests Depends on: https://review.opendev.org/c/openstack/python-tripleoclient/+/771589 Change-Id: I0bdb9ce1e434f7ffd75d1931a70a451cdc48bc90
20 lines
291 B
YAML
20 lines
291 B
YAML
---
|
|
driver:
|
|
name: delegated
|
|
options:
|
|
managed: false
|
|
ansible_connection_options:
|
|
ansible_connection: local
|
|
log: true
|
|
platforms:
|
|
- name: instance
|
|
provisioner:
|
|
name: ansible
|
|
scenario:
|
|
name: default
|
|
test_sequence:
|
|
- prepare
|
|
- syntax
|
|
- converge
|
|
- verify
|