Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
VM Setup
VM Setup
VM Setup

...

admin@cordsrv01:~$ virsh list
Id    Name                    State
----------------------------------------------------
2     xos                     running
3     juju                    running
4     mysql                   running
5     rabbitmq-server         running
6     keystone                running
7     glance                  running
8     nova-cloud-controller   running
9     quantum-gateway         running
10    openstack-dashboard     running
11    ceilometer              running
12    nagios                  running
16    xos                     running

23    compute-1               running

...

The installation is automated using Ansible so it's easy to tear down and recreate the OpenStack installation if required.  Talk to Andy Bavier about this.

CMI Setup

The CMI is running in a VM on demo. The XML defining the VM is at /etc/libvirt/qemu/cmi.xml. The image is in /var/lib/libvirt/images/cmi.qcow.

The CMI makes use of the following port forwarding rules:

iptables -t nat -I PREROUTING -p tcp --dport 8003 -j DNAT --to-destination 192.168.122.217:8003

iptables -t nat -I PREROUTING -p tcp --dport 8004 -j DNAT --to-destination 192.168.122.217:8004

iptables -t nat -I PREROUTING -p tcp --dport 8140 -j DNAT --to-destination 192.168.122.217:8140

iptables -t nat -I PREROUTING -p tcp --dport 1022 -j DNAT --to-destination 192.168.122.217:1022

iptables -I FORWARD -p tcp --dport 8003 -j ACCEPT

iptables -I FORWARD -p tcp --dport 8004 -j ACCEPT

iptables -I FORWARD -p tcp --dport 8140 -j ACCEPT

iptables -I FORWARD -p tcp --dport 1022 -j ACCEPT