Merge "Don't run os-net-config twice in CI"

This commit is contained in:
Zuul 2021-07-05 14:43:59 +00:00 committed by Gerrit Code Review
commit a0a1ee6208
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fi
## * Provision the baremetal nodes
## ::
openstack overcloud node provision \
{% if network_provision|bool %}--network-config{% endif %} \
{% if network_provision|bool %}--network-ports{% endif %} \
--stack {{ stack_name }} \
--output {{ working_dir }}/overcloud-baremetal-deployed.yaml {{ working_dir }}/overcloud_baremetal_deploy.yaml
if [ $? -ne 0 ]; then