add and tweak undercloud role
This commit is contained in:
parent
521865cefa
commit
8cf4aa1df2
4 changed files with 77 additions and 1 deletions
14
roles/undercloud/files/openstack-overcloud-deploy.sh
Executable file
14
roles/undercloud/files/openstack-overcloud-deploy.sh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/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 \
|
|
@ -3,5 +3,5 @@ parameter_defaults:
|
|||
OvercloudComputeFlavor: compute
|
||||
# OvercloudCephStorageFlavor: ceph-storage
|
||||
ControllerCount: 3
|
||||
ComputeCount: 4
|
||||
ComputeCount: 8
|
||||
# CephStorageCount: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue