Skip to content

Instantly share code, notes, and snippets.

@rekcah78
Forked from psachin/overcloud-deploy.sh
Created June 3, 2016 16:25
Show Gist options
  • Select an option

  • Save rekcah78/5aaa90543457a6a395838f0cf069e730 to your computer and use it in GitHub Desktop.

Select an option

Save rekcah78/5aaa90543457a6a395838f0cf069e730 to your computer and use it in GitHub Desktop.
Overcloud Deploy
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