Revert "Default to docker.io instead of trunk.registry.rdoproject.org"

This reverts commit 958d374d6a.
This commit changed docker registry for promotion jobs, so it's
blocking all promotions now. Let's find another way to use
docker.io for patches only and rdoproject for promotions only.

Change-Id: I735380d7e68139a6faf207bd46c5495206fa804e
This commit is contained in:
Sagi Shnaidman 2018-02-14 17:18:50 +02:00
parent 517b111c05
commit 1b910454e2
2 changed files with 4 additions and 4 deletions

View File

@ -41,8 +41,8 @@ build_undercloud: false
tempest_track_resources: false
# Container settings
docker_registry_host: docker.io
docker_registry_namespace: "tripleo{{ release }}"
docker_registry_host: trunk.registry.rdoproject.org
docker_registry_namespace: "{{ release }}"
# Container update settings
update_containers: "{% if containerized_overcloud|bool %}true{% endif %}"

View File

@ -19,8 +19,8 @@ workers_args: >-
-e {{ overcloud_templates_path }}/environments/debug.yaml
overcloud_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/overcloud-full.tar
ipa_image_url: http://images.rdoproject.org/{{ release }}/rdo_trunk/{{ dlrn_hash|default(dlrn_hash_tag) }}/ironic-python-agent.tar
docker_registry_host: docker.io
docker_registry_namespace: "tripleo{{ release }}"
docker_registry_host: trunk.registry.rdoproject.org
docker_registry_namespace: "{{ release }}"
# Container update settings
update_containers: "{% if containerized_overcloud|bool %}true{% endif %}"