Last active
May 17, 2018 17:43
-
-
Save mcornea/0751184c00dd9b01fbd7b31b7e6c0690 to your computer and use it in GitHub Desktop.
workarounds.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
pre_ffu_undercloud_upgrade_2nd_release: [] | |
pre_ffu_undercloud_upgrade_3rd_release: [] | |
pre_ffu_undercloud_upgrade_workarounds: [] | |
post_ffu_undercloud_upgrade_workarounds: | |
- BZ#1561255: | |
patch: false | |
basedir: '' | |
id: 0 | |
command: source ~/stackrc; for address in $(openstack server list -f json | jq -r -c '.[] | .Networks' | grep -oP '[0-9.]+'); do ssh -q -o StrictHostKeyChecking=no heat-admin@$address 'if [ -f /usr/libexec/os-apply-config/templates/etc/os-net-config/config.json ]; then sudo mv /usr/libexec/os-apply-config/templates/etc/os-net-config/config.json /root/; fi'; done | |
- BZ#1568561: | |
patch: true | |
basedir: '/usr/share/openstack-tripleo-heat-templates/' | |
id: 567270 | |
command: '' | |
pre_ffu_update_stack_outputs_workarounds: [] | |
pre_ffu_download_config_workarounds: [] | |
pre_ffu_upgrade_playbook_workarounds: [] | |
pre_ffu_upgrade_steps_playbook_workarounds: [] | |
pre_ffu_deploy_steps_playbook_workarounds: [] | |
pre_ffu_upgrade_converge_workarounds: [] | |
pre_ffu_overcloud_ceph_workarounds: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment