Skip to content

openstack_clients_scenario

Carlos Vega edited this page Jul 27, 2018 · 4 revisions

OpenStack Clients scenario


This scenario deploy clients side except from the Banana Pi (physical). Beware of interfaces connections. It must run with OpenStack scenario at the same time.

To create the filesystem of the clients's containers, you have to run the script create-rootfs_GREDOS in filesystems folder

In order to start this scenario, follow these commands:

  • Create the scenario: sudo vnx -f openstack_clients_scenario.xml -v -t
  • Up interfaces in clients:
    1. sudo vnx -f floodlight_scenario.xml -x up-c1
    2. sudo vnx -f floodlight_scenario.xml -x up-c2
    3. sudo vnx -f floodlight_scenario.xml -x up-c3

The VMs of the scenario are LXC and are:

  • Clients: residential network clients.

Connection commands puts up eth1 interface in each client. This is an important step in order to application server code recognises the MAC of new clients. Then, you can give them permissions to communicate with AndroidClient.py application.

In the research Project, we develop this scenario using optical techonologies, it can be added as transport: Openstack

Clone this wiki locally