Versions Compared

Key

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

The demo server at ON.LAB (IP address 10.254.1.22, login: admin) currently runs XOS, the OpenStack controller services, and a nova-compute node in a VM.  For the demo it is also intended to run two ONOS instances but these have not been configured yet.  

Jump to:

VM Setup
Anchor
VM Setup
VM Setup

Each service runs in its own KVM virtual machine.  Use virsh list to see a list of the running VMs, each named after the service it hosts:

...

The existing VMs are created using the uvt-kvm tool.  To create a new VM (e.g., for ONOS) run uvt-kvm <VM name> --cpu=<num vCPUs> --memory=<memory MB> --disk=<disk GB>.  Be aware that this server has a small disk, though plenty of memory and CPU cores.

XOS Setup
Anchor
XOS Setup
XOS Setup

The XOS GUI is at http://10.254.1.22:8000.  Contact Scott Baker or Andy Bavier for login credentials.

The changes to support vCPE creation are not yet installed in XOS.  Information on the vCPE service interface will be added soon.

OpenStack Setup
Anchor
OpenStack Setup
OpenStack Setup

OpenStack services run in their own VMs.  Juju is used to install the services.  One feature of Juju is that it generates the OpenStack configuration files automatically – this means that all changes to the OpenStack configuration need to be implemented via Juju, or else they will be overwritten.  Contact Andy Bavier to discuss this.

...