Merge "Fix references to files in tripleo-common/contrib"

This commit is contained in:
Jenkins 2017-04-24 09:47:01 +00:00 committed by Gerrit Code Review
commit d6ea7a94a4
3 changed files with 6 additions and 6 deletions

View File

@ -43,13 +43,15 @@ of the services, like mariadb::
Use the following command to build an image using kolla-build and the template
above (`template-overrides.j2`)::
$ kolla-build --base centos --template-override template-overrides.j2
$ kolla-build --base centos \
--template-override /usr/share/tripleo-common/container-images/tripleo_kolla_template_overrides.j2 \
--template-override template-overrides.j2
TripleO maintains its complete list of kolla customization in the
`tripleo-common`_ project.
.. _Kolla: https://docs.openstack.org/developer/kolla/image-building.html#dockerfile-customisation
.. _tripleo-common: https://github.com/openstack/tripleo-common/blob/master/contrib/tripleo_kolla_template_overrides.j2
.. _tripleo-common: https://github.com/openstack/tripleo-common/blob/master/container-images/tripleo_kolla_template_overrides.j2
heat-config-docker-cmd
----------------------

View File

@ -55,7 +55,7 @@ dockerhub, use the following command::
Or use `kolla-build` to build the images yourself::
kolla-build --base centos --type binary --namespace tripleoupstream --registry 192.168.24.1:8787 --tag latest --template-override /usr/share/tripleo-common/contrib/tripleo_kolla_template_overrides.j2 --push
kolla-build --base centos --type binary --namespace tripleoupstream --registry 192.168.24.1:8787 --tag latest --template-override /usr/share/tripleo-common/container-images/tripleo_kolla_template_overrides.j2 --push
Finally, point the heat templates to your local registry, for example in
a `$HOME/docker_registry.yaml` file::

View File

@ -164,11 +164,9 @@ Testing in CI
-------------
When new service containers are added, ensure to update the image names in
`contrib/overcloud_containers.yaml` tripleo-common repo. These service
`container-images/overcloud_containers.yaml` tripleo-common repo. These service
images are pulled in and available in the local docker registry that the
containers ci job uses::
uploads:
- imagename: tripleoupstream/centos-binary-example:latest
uploader: docker
pull_source: docker.io