-
-
Save rekcah78/5aaa90543457a6a395838f0cf069e730 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