openstack_dockers/neutron_controller_ovs
Egon Rijpkema 4e46364508 OS_AUTH_URL is https now 2018-09-21 16:24:23 +02:00
..
Dockerfile some changes to nova-compute docker 2018-08-08 15:43:03 +02:00
README.md some changes to nova-compute docker 2018-08-08 15:43:03 +02:00
bootstrap.sh OS_AUTH_URL is https now 2018-09-21 16:24:23 +02:00
db_base_plugin_v2.py some changes to nova-compute docker 2018-08-08 15:43:03 +02:00
run.sh some changes to nova-compute docker 2018-08-08 15:43:03 +02:00
write_conf.sh some changes to nova-compute docker 2018-08-08 15:43:03 +02:00

README.md

ubuntu 16.04 openstack ocata neutron controler node

How to build the docker image.

docker  build . -t="hpc/neutroncontroller"

How to bootstrap the service.

Before we can take the container into service we need accounts in keystone. We also need an initial database. Both of these tasks are performed by the bootstrap script.

docker run --rm --it --add-host="controller:<keystone_ip>" hpc/neutroncontroler /etc/bootstrap.sh

How to run

This image needs a lot of environment variables. It should be run via the hpc-cloud ansible repository.

Notes

This image is designed to be deployed from the hpc-cloud repo The -p option is added to the run command to make the container accessible from (containers on ) other hosts than the container host.