aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorMartin André <m.andre@redhat.com>2017-03-06 15:21:10 +0100
committerMartin André <m.andre@redhat.com>2017-03-06 15:21:10 +0100
commit48adea3b4694b22038924aff5d668b8db401db45 (patch)
tree4e6129ccb9d6c3152bf8a2ebe3d7bccb8065bde4 /manifests
parent292a7514379856f5dcd990216f55701f4169618a (diff)
Add openstack-kolla to docker-registry profile
Kolla will be used to build container images and populate the local docker registry. Change-Id: I325a5248754d269d77eaf78224c7379dd81d6053
Diffstat (limited to 'manifests')
-rw-r--r--manifests/profile/base/docker_registry.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/base/docker_registry.pp b/manifests/profile/base/docker_registry.pp
index 0452575..2f1783d 100644
--- a/manifests/profile/base/docker_registry.pp
+++ b/manifests/profile/base/docker_registry.pp
@@ -43,6 +43,7 @@ class tripleo::profile::base::docker_registry (
}
package{'docker-distribution': }
package{'docker': }
+ package{'openstack-kolla': }
file { '/etc/docker-distribution/registry/config.yml' :
ensure => file,
content => template('tripleo/docker_distribution/registry_config.yml.erb'),