CI: workaround overcloud upgrade issue with ironic
Ironic has an issue where nodes will be switched to use the direct deploy interface during upgrade, if it is enabled. This should be fixed via https://review.opendev.org/755295, after which this patch should be reverted. Change-Id: I55af5d979bdbee9dd963845204c2f082fa7b27d7
This commit is contained in:
parent
7c25fec6ca
commit
bb9a595e5e
@ -26,3 +26,10 @@ pip_index_url: "http://{{ zuul_site_mirror_fqdn }}/pypi/simple"
|
||||
# are using for SSH to be removed. Use a dummy interface.
|
||||
aio_bridge_ports:
|
||||
- dummy1
|
||||
|
||||
# FIXME(mgoddard): Ironic has an issue where nodes will be switched to use the
|
||||
# direct deploy interface during upgrade, if it is enabled. This should be
|
||||
# fixed via https://review.opendev.org/755295, after which this configuration
|
||||
# may be removed.
|
||||
kolla_ironic_enabled_deploy_interfaces:
|
||||
- iscsi
|
||||
|
Loading…
Reference in New Issue
Block a user