Add CIP to distributed compute roles

When running DCN, it's necessary to include the DCN role during the
container image prepare step. Else the etcd containers will never be
cached on the undercloud registry. This change adds the
OS::TripleO::Services::ContainerImagePrepare service to each of the
distributed compute roles.

Closes-Bug: #2003811
Change-Id: I6932743cd0674d55075846b1e9d03d0513e7dc65
This commit is contained in:
Brendan Shephard 2023-03-03 18:53:07 +10:00
parent d5858a7828
commit d14e005e90
No known key found for this signature in database
GPG Key ID: 866EEF5AE21E9F6F
3 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,7 @@
- OS::TripleO::Services::ComputeNeutronL3Agent
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::ContainerImagePrepare
- OS::TripleO::Services::Etcd
- OS::TripleO::Services::Frr
- OS::TripleO::Services::GlanceApiEdge

View File

@ -42,6 +42,7 @@
- OS::TripleO::Services::ComputeNeutronL3Agent
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::ContainerImagePrepare
- OS::TripleO::Services::Etcd
- OS::TripleO::Services::Frr
- OS::TripleO::Services::GlanceApiEdge

View File

@ -44,6 +44,7 @@
- OS::TripleO::Services::ComputeNeutronL3Agent
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::ContainerImagePrepare
- OS::TripleO::Services::Etcd
- OS::TripleO::Services::Frr
- OS::TripleO::Services::GlanceApiEdge