Last active
January 6, 2017 15:44
-
-
Save atyronesmith/4eca3bf6fce6e3340cd298611697d1b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openstack overcloud deploy --templates ~/my_templates/ -e environments/network-isolation.yaml -e ~/my_templates/environments/network-environment.yaml -e ~/my_templates/environments/storage-environment.yaml --control-scale 1 --compute-scale 1 --compute-flavor compute --control-flavor control --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server 10.5.26.10 -e ~/my_templates/ips-from-pool-all.yaml -e ~/my_templates/post-deployment.yaml | |
| #BELOW FAILS, no ceph nodes | |
| openstack overcloud deploy --templates /home/stack/my_templates/ -e environments/network-isolation.yaml -e /home/stack/my_templates/environments/network-environment.yaml -e /home/stack/my_templates/environments/storage-environment.yaml --control-scale 1 --compute-scale 1 --compute-flavor compute --control-flavor control --neutron-network-type vxlan --neutron-tunnel-types vxlan --ntp-server 10.5.26.10 -e /home/stack/my_templates/ips-from-pool-all.yaml -e /home/stack/my_templates/post-deployment.yaml | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment