add and tweak undercloud role

This commit is contained in:
Kevin Fenzi 2018-11-02 15:22:16 +00:00
parent 521865cefa
commit 8cf4aa1df2
4 changed files with 77 additions and 1 deletions

View 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 \

View file

@ -3,5 +3,5 @@ parameter_defaults:
OvercloudComputeFlavor: compute
# OvercloudCephStorageFlavor: ceph-storage
ControllerCount: 3
ComputeCount: 4
ComputeCount: 8
# CephStorageCount: 0