Skip to content
Snippets Groups Projects
Commit fd281732 authored by ktibi's avatar ktibi Committed by GitHub
Browse files

add credentiels for registry

parent d21ba056
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,11 @@ node_custom_config: "{{ kolla_node_custom_config_path }}" ...@@ -54,8 +54,11 @@ node_custom_config: "{{ kolla_node_custom_config_path }}"
#docker_registry: "172.16.0.10:4000" #docker_registry: "172.16.0.10:4000"
docker_namespace: "{{ kolla_docker_namespace }}" docker_namespace: "{{ kolla_docker_namespace }}"
#docker_registry_username: "sam" {% if kolla_docker_namespace_username and kolla_docker_namespace_password %}
#docker_registry_password: "correcthorsebatterystaple" docker_registry_username: "{{ kolla_docker_namespace_username }}"
docker_registry_password: "{{ kolla_docker_namespace_password }}"
{% endif %}
#################### ####################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment