
By default the registry listens on port 4000 to avoid clashing with keystone. It is configured via the following commands: kayobe overcloud service <deploy|pull|reconfigure|upgrade>
6 lines
132 B
YAML
6 lines
132 B
YAML
---
|
|
- name: Pulling Docker registry container image
|
|
docker_image:
|
|
name: "{{ docker_registry_image_full }}"
|
|
state: present
|