Revert "Add crane service to overcloud_containers.yaml.j2"
mod_xsendfile comes from EPEL, so we'll also have to import it.
Until we import the RPM into RDO, we revert this
patch so we can unblock the promotion pipeline.
This reverts commit 9f0862679e
.
Change-Id: I1672feea517de0b7bf08465b586eaa9ccc98e873
Related-Bug: #1801076
This commit is contained in:
@@ -16,7 +16,6 @@ container_images:
|
||||
- imagename: docker.io/tripleomaster/centos-binary-cinder-volume:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-collectd:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-congress-api:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-crane:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-cron:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-designate-api:current-tripleo
|
||||
- imagename: docker.io/tripleomaster/centos-binary-designate-backend-bind9:current-tripleo
|
||||
|
@@ -140,13 +140,6 @@ container_images_template:
|
||||
services:
|
||||
- OS::TripleO::Services::Congress
|
||||
|
||||
- imagename: "{{namespace}}/{{name_prefix}}crane{{name_suffix}}:{{tag}}"
|
||||
params:
|
||||
- DockerCraneConfigImage
|
||||
- DockerCraneImage
|
||||
services:
|
||||
- OS::TripleO::Services::Crane
|
||||
|
||||
- imagename: "{{namespace}}/{{name_prefix}}cron{{name_suffix}}:{{tag}}"
|
||||
params:
|
||||
- DockerCrondConfigImage
|
||||
|
Reference in New Issue
Block a user