Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.01 KB

File metadata and controls

25 lines (15 loc) · 1.01 KB

Deploying OpenStack is done with previous steps

Create Image

glance --debug image-create --name cirros-0.3.1-raw-rbd --disk-format raw --container-format bare --is-public True < ~/cirros-0.3.1-raw-rbd

Create libvirt key for Nove

virsh secret-define --file /etc/ceph/libvirt-key.xml
virsh secret-get-value dea66dcd-d661-4569-983a-b4a6e6f36824

Create Network

neutron net-create netgre-1 --tenant-id 58c0b4e7a3964e1488ac1e3d757c7df6 --provider:network_type gre --provider:segmentation_id 1000
neutron subnet-create netgre-1 10.100.100.0/24 --name gre-1-subnet

neutron net-create public-9x --router:external=True --provider:network_type flat --provider:physical_network physnet3
neutron subnet-create public-9x 9.110.178.0/24 --name public_subnet --disable-dhcp --allocation-pool start=9.110.178.100,end=9.110.178.150 --gateway=9.110.178.1

neutron router-create router-9x

neutron router-gateway-set router-9x public-9x
neutron router-interface-add router-9x netgre-1

neutron floatingip-create public-9x