Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Default to docker.io instead of trunk.registry.rdoproject.org
Browse files Browse the repository at this point in the history
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: Ie834ee076d9922ed67a8043dfab6ae04e07acd77
  • Loading branch information
David Moreau Simard committed Feb 9, 2018
1 parent f371451 commit c020911
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/source/install/containers_deployment/overcloud.rst
Expand Up @@ -47,7 +47,7 @@ following command will return the tag from the RDO docker registry using the
stable tag ``current-tripleo-rdo``::

openstack overcloud container image tag discover \
--image trunk.registry.rdoproject.org/master/centos-binary-base:current-tripleo-rdo \
--image docker.io/tripleomaster/centos-binary-base:current-tripleo-rdo \
--tag-from-label rdo_version

.. note:: The tag is actually a Delorean hash. You can find out the versions
Expand All @@ -56,7 +56,7 @@ stable tag ``current-tripleo-rdo``::
is in fact using this `Delorean repository`_.

The option ``--image
trunk.registry.rdoproject.org/master/centos-binary-base:current-tripleo-rdo``
docker.io/tripleomaster/centos-binary-base:current-tripleo-rdo``
will typically be replaced with a value specific to the environment. You may
wish to use stable tag ``tripleo-passed-ci`` for a more stable set of
containers.
Expand All @@ -71,11 +71,11 @@ a heat environment file `~/docker_registry.yaml` to deploy an overcloud
with container images from RDO docker registry::

openstack overcloud container image prepare \
--namespace trunk.registry.rdoproject.org/master \
--namespace docker.io/tripleomaster \
--tag <tag> \
--output-env-file ~/docker_registry.yaml

The option ``--namespace trunk.registry.rdoproject.org/master``
The option ``--namespace docker.io/tripleomaster``
will typically be replaced with a value specific to the
environment. Run with ``--help`` to see the other options available for
controlling what is generated.
Expand Down Expand Up @@ -103,7 +103,7 @@ up the ``overcloud_containers.yaml`` configuration file containing the
pull and push destinations::

openstack overcloud container image prepare \
--namespace trunk.registry.rdoproject.org/master \
--namespace docker.io/tripleomaster \
--tag <tag> \
--push-destination 192.168.24.1:8787 \
--output-env-file ~/docker_registry.yaml \
Expand Down

0 comments on commit c020911

Please sign in to comment.