Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
292a751
)
Add openstack-kolla to docker-registry profile
author
Martin André
<m.andre@redhat.com>
Mon, 6 Mar 2017 14:21:10 +0000
(15:21 +0100)
committer
Martin André
<m.andre@redhat.com>
Mon, 6 Mar 2017 14:21:10 +0000
(15:21 +0100)
Kolla will be used to build container images and populate the local
docker registry.
Change-Id: I325a5248754d269d77eaf78224c7379dd81d6053
manifests/profile/base/docker_registry.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/docker_registry.pp
b/manifests/profile/base/docker_registry.pp
index
0452575
..
2f1783d
100644
(file)
--- 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'),