diff options
author | Giulio Fidente <gfidente@redhat.com> | 2017-02-28 18:55:55 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2017-02-28 18:55:55 +0100 |
commit | 6ff979aa75bc202fe571d0b2885daa4d7c56d655 (patch) | |
tree | a7be43bb510739970051815a0101476c0e783739 /environments | |
parent | 86fe8bf7e697233fecaff91d2f8669e059ff37c9 (diff) |
Align hyperconverged-ceph.yaml environment and adds some validation
Until bug #1635409 is fixed we'll have to keep the default list
of services deployed by hyperconverged-ceph.yaml in sync with the
ServicesDefault list provided in roles_data.yaml
This change adds some logic in the templates validation script to
ensure that is preserved with future updates.
Change-Id: Ib767f9a24c3541b16f96bd6b6455cf797113fbd8
Diffstat (limited to 'environments')
-rw-r--r-- | environments/hyperconverged-ceph.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/environments/hyperconverged-ceph.yaml b/environments/hyperconverged-ceph.yaml index 3738072c..f59b0414 100644 --- a/environments/hyperconverged-ceph.yaml +++ b/environments/hyperconverged-ceph.yaml @@ -29,3 +29,5 @@ parameter_defaults: - OS::TripleO::Services::AuditD - OS::TripleO::Services::Collectd - OS::TripleO::Services::CephOSD + - OS::TripleO::Services::Vpp + - OS::TripleO::Services::MySQLClient |