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

trunk.registry.rdoproject.org is not meant for production or stable
use. It is a staging ground where containers are tested for promotion
purposes before being pushed to docker.io.

Change-Id: I21635497924f440ecc6ee1bad2410b552ac752c1
This commit is contained in:
David Moreau Simard 2018-02-09 14:23:40 -05:00
parent a56a3b6c90
commit 958d374d6a
No known key found for this signature in database
GPG Key ID: 33A07694CBB71ECC
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: trunk.registry.rdoproject.org
docker_registry_namespace: "{{ release }}"
docker_registry_host: docker.io
docker_registry_namespace: "tripleo{{ 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: trunk.registry.rdoproject.org
docker_registry_namespace: "{{ release }}"
docker_registry_host: docker.io
docker_registry_namespace: "tripleo{{ release }}"
# Container update settings
update_containers: "{% if containerized_overcloud|bool %}true{% endif %}"