From 6ff979aa75bc202fe571d0b2885daa4d7c56d655 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Tue, 28 Feb 2017 18:55:55 +0100 Subject: 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 --- environments/hyperconverged-ceph.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'environments/hyperconverged-ceph.yaml') 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 -- cgit 1.2.3-korg