mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 11:36:10 +08:00
15 lines
580 B
Bash
Executable File
15 lines
580 B
Bash
Executable File
#!/bin/bash
|
|
|
|
openstack overcloud deploy --templates \
|
|
-e /home/stack/templates/node-info.yaml\
|
|
-e /home/stack/templates/overcloud_images.yaml \
|
|
-e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \
|
|
-r /home/stack/templates/roles_data.yaml \
|
|
--ntp-server cloud-noc01.cloud.fedoraproject.org \
|
|
--config-download \
|
|
-e /usr/share/openstack-tripleo-heat-templates/environments/config-download-environment.yaml \
|
|
--overcloud-ssh-user heat-admin \
|
|
--overcloud-ssh-key ~/.ssh/id_rsa
|
|
|
|
# -e /home/stack/templates/network-environment.yaml \
|