Created
May 19, 2016 04:45
-
-
Save psachin/70332050bee5930abfd6159b6311ed6a to your computer and use it in GitHub Desktop.
Overcloud Deploy
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 \ | |
| --libvirt-type qemu \ | |
| --neutron-bridge-mappings provider:br-provider \ | |
| --neutron-network-vlan-ranges provider:101:105 \ | |
| --compute-scale 2 \ | |
| --control-scale 3 \ | |
| --ceph-storage-scale 3 \ | |
| --templates -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \ | |
| -e /home/stack/vlan-provider_ceph/network-environment.yaml \ | |
| -e /home/stack/vlan-provider_ceph/environments/extraconfig-json.yaml \ | |
| -e /home/stack/vlan-provider_ceph/storage-environment.yaml \ | |
| --control-flavor control \ | |
| --compute-flavor compute \ | |
| --ceph-storage-flavor ceph-storage \ | |
| --ntp-server 192.0.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment