Skip to content

Instantly share code, notes, and snippets.

@atyronesmith
Last active January 6, 2017 15:44
Show Gist options
  • Select an option

  • Save atyronesmith/4eca3bf6fce6e3340cd298611697d1b9 to your computer and use it in GitHub Desktop.

Select an option

Save atyronesmith/4eca3bf6fce6e3340cd298611697d1b9 to your computer and use it in GitHub Desktop.
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