We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00f5fc0 + 76ae8c5 commit b989130Copy full SHA for b989130
devsetup/tripleo/tripleo_install.sh
@@ -273,10 +273,13 @@ if [ $EDPM_COMPUTE_CELLS -gt 1 ] ; then
273
done
274
275
276
+ # NOTE: tripleo_stack_name only used in start/end markers. Make it non-conflicting to overcloud and cells entries.
277
echo "ensure /etc/hosts records are up-to-date in the main stack"
278
ANSIBLE_REMOTE_USER="tripleo-admin" ansible allovercloud \
279
-i /home/zuul/inventories -m include_role \
280
-a name=tripleo_hosts_entries \
281
+ -e tripleo_stack_name=all \
282
+ -e role_networks='["InternalApi"]' \
283
-e hostname_resolve_network=ctlplane -e plan=overcloud \
284
-e @/home/zuul/overcloud-deploy/overcloud/config-download/overcloud/global_vars.yaml
285
fi
0 commit comments