bootstrap with multinode does not deploy docker
Bug #1835519 reported by
Carlos Letamendía
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Confirmed
|
Medium
|
Unassigned | ||
Train |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Bootstrap-servers runs okay, prechecks run okay, then deploy fails because of the need for a docker registry. There is no mention on the quickstart guide regarding manual installation of docker/the registry.
When following the specific multinode guide, if one follwos all the steps and installs docker, the registries, etc and then bootstraps, the way bootstrap-servers implements the config conflicts/breaks the way suggested by the guide (using the systemd file instead of the daemon.json, which causes it to break if doing both)
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
To post a comment you must log in.
Thanks for the bug report Carlos. Bootstrap servers will install the docker daemon. It will not install a registry - you might prefer to just use dockerhub, but even if you do want a private registry you would not install it on all of your hosts.
I'm finding it a bit difficult to work out what the problem is, could you give a set of steps to reproduce it, and outline what you expect to see vs. what you actually see. Thanks