Remove duplicate docker/puppet services.yaml
authorSteven Hardy <shardy@redhat.com>
Thu, 8 Jun 2017 18:07:51 +0000 (19:07 +0100)
committerSteven Hardy <shardy@redhat.com>
Fri, 9 Jun 2017 16:10:43 +0000 (17:10 +0100)
commit316cc2572d0a255d466fb7f9aa74de3b8ccb6831
treecfcfed57b679024ed5be2d94a6bfa73bd2e26807
parentcf17396a371d4e48ff9a961c813a1327b4631ee8
Remove duplicate docker/puppet services.yaml

Move to one common services.yaml not only reduces the duplication, but it
should improve performance for the docker/services.yaml case, because we were
creating two ResourceChains with $many services which we know can be really
slow (especially since we seem to be missing concurrent: true on one)

Change-Id: I76f188438bfc6449b152c2861d99738e6eb3c61b
common/README [new file with mode: 0644]
docker/services/services.yaml [deleted file]
environments/docker-services-tls-everywhere.yaml
environments/docker.yaml
overcloud-resource-registry-puppet.j2.yaml
services.yaml [moved from puppet/services/services.yaml with 88% similarity]
tools/yaml-validate.py