diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-09-27 18:17:28 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-09-27 18:17:28 +0000 |
commit | 20eb186ea58c7545b0467ed555eedd878c325a21 (patch) | |
tree | add280b81f7935dfeb29b8ab320917f342ee9cec /roles | |
parent | 7d934586755769a35019dd9fa29a24315cce2349 (diff) | |
parent | fe5f3294247672fa771f02d8e48944cac34ccb09 (diff) |
Merge "Add a lightweight UC template/role data for deployed-servers" into stable/pike
Diffstat (limited to 'roles')
-rw-r--r-- | roles/UndercloudLight.yaml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/roles/UndercloudLight.yaml b/roles/UndercloudLight.yaml new file mode 100644 index 00000000..bc1b1c9a --- /dev/null +++ b/roles/UndercloudLight.yaml @@ -0,0 +1,34 @@ +############################################################################### +# Role: Undercloud # +############################################################################### +- name: Undercloud + description: | + EXPERIMENTAL. A role to deploy the minimal undercloud for pre-provisioned + deployed servers via heat using the 'openstack undercloud deploy' command. + Should be used with the 'environments/docker-uc-light.yaml' template + instead of the 'environments/docker.yaml'. + CountDefault: 1 + disable_constraints: True + tags: + - primary + - controller + ServicesDefault: + - OS::TripleO::Services::ContainersLogrotateCrond + - OS::TripleO::Services::HeatApi + - OS::TripleO::Services::HeatApiCfn + - OS::TripleO::Services::HeatEngine + - OS::TripleO::Services::Keystone + - OS::TripleO::Services::Memcached + - OS::TripleO::Services::MistralApi + - OS::TripleO::Services::MistralEngine + - OS::TripleO::Services::MistralExecutor + - OS::TripleO::Services::MySQL + - OS::TripleO::Services::NeutronApi + - OS::TripleO::Services::NeutronCorePlugin + - OS::TripleO::Services::NeutronDhcpAgent + - OS::TripleO::Services::NeutronServer + - OS::TripleO::Services::RabbitMQ + - OS::TripleO::Services::SwiftProxy + - OS::TripleO::Services::SwiftRingBuilder + - OS::TripleO::Services::SwiftStorage + - OS::TripleO::Services::Zaqar |