multinode documentation for insecure registry on Ubuntu

Bug #1773787 reported by Robert Duncan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
In Progress
Low
Chason Chan

Bug Description

there is some confusion with running an insecure docker registry on Ubuntu in the documentation for Multinode

https://docs.openstack.org/kolla-ansible/latest/user/multinode.html

the directions are to
1. check if Ubuntu is configured with upstart or systemd
2. ensure it's configured for systemd
3. edit /etc/default/docker
4. edit /etc/systemd/system/docker.service
5. reload daemon, reload docker service

However, it doesn't work on Ubuntu 16.04 - the actual docker documentation for running an insecure registry is like so

1. create the file /etc/docker/daemon.json
2. add the entry for the insecure registry e.g.
{
  "insecure-registries" : ["myregistrydomain.com:5000"]
}
3. reload systemd daemon, reload docker service

should be performed on all docker hosts.

Revision history for this message
Robert Duncan (rduncan-t) wrote :

updated project from kolla to kolla-ansible

affects: kolla → kolla-ansible
Revision history for this message
Benjamin Diaz (benjamin.diaz) wrote :

At least in the master branch, the docker insecure registry configuration is done automatically during the bootstrap-servers play. You can find it in ansible/roles/baremetal/tasks/post-install.yml, in the 'Configure docker service' task.

In summary, there should be no need for the user to configure this manually. Documentation should be updated to reflect this.

Chason Chan (chen-xing)
Changed in kolla-ansible:
assignee: nobody → Chason Chan (chen-xing)
status: New → Triaged
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (master)

Fix proposed to branch: master
Review: https://review.openstack.org/574702

Changed in kolla-ansible:
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla-ansible (master)

Change abandoned by "Michal Nasiadka <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/kolla-ansible/+/574702
Reason: No updates since 2018

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.