2018-12-12 21:37:47 +00:00
|
|
|
#!/bin/bash
|
2018-11-02 15:22:16 +00:00
|
|
|
|
|
|
|
openstack overcloud deploy --templates \
|
|
|
|
-e /home/stack/templates/node-info.yaml\
|
|
|
|
-e /home/stack/templates/overcloud_images.yaml \
|
|
|
|
-r /home/stack/templates/roles_data.yaml \
|
|
|
|
--ntp-server cloud-noc01.cloud.fedoraproject.org \
|
2018-12-12 21:28:42 +00:00
|
|
|
-e /home/stack/templates/custom-storage.yaml \
|
2018-11-02 15:22:16 +00:00
|
|
|
--overcloud-ssh-user heat-admin \
|
2018-11-14 23:06:51 +00:00
|
|
|
--overcloud-ssh-key ~/.ssh/id_rsa \
|
2018-12-12 21:28:42 +00:00
|
|
|
-e /home/stack/templates/custom_domain.yaml \
|
|
|
|
--timeout 1800 \
|
|
|
|
--validation-errors-nonfatal
|
|
|
|
|
|
|
|
# --config-download \
|
|
|
|
# -e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml \
|
|
|
|
# -e /home/stack/templates/rhel-registration/environment-rhel-registration.yaml \
|
|
|
|
# -e /home/stack/templates/rhel-registration/rhel-registration-resource-registry.yaml \
|