cablelabs / snaps-openstack

OpenStack installer for SNAPS
Apache License 2.0
9 stars 10 forks source link

Test OpenStack install using snapsopenstack DockerHub repo #125

Closed chriscorcimiglia closed 6 years ago

chriscorcimiglia commented 6 years ago

Could test on OpenStack first and then on bare metal.

RandyLevensalor commented 6 years ago

This worked when manually setting the docker_namespace to snapsopenstack. A patch is needed to automate this process.

  1. add another option to the deployment file to set the docker_namespace:. This option is optional and only used when use_docker_hub is yes.
  2. Write this to globals.yaml on the controller. This would be a part of the if statement on line 319 in kolla_utils.py.
  3. Documentation will need to be updated and the example deployment.yaml will need to be updated. snapsopenstack is the namespace that we are using. if you look at /etc/kolla/globals.yaml on the lab 3 controller, you can see what the file should look like. The docker_namespace: “snapsopenstack” is there an uncommented.