From aac1f872a3cbe8d55d80a242bb0cab144ab58a4e Mon Sep 17 00:00:00 2001 From: Cristina Pauna Date: Mon, 20 Aug 2018 17:51:44 +0300 Subject: [ha][noha] Add vpp scenario placeholder - dummy copy of os-nosdn-nofeature-ha masquerading as os-nosdn-vpp-ha scenario placeholder - dummy copy of os-nosdn-nofeature-noha masquerading as os-nosdn-vpp-noha scenario placeholder Change-Id: I63a302c98e6e176a480fbc110012ac66749ee88f Signed-off-by: Cristina Pauna --- .../classes/cluster/mcp-vpp-ha/openstack/compute.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mcp/reclass/classes/cluster/mcp-vpp-ha/openstack/compute.yml (limited to 'mcp/reclass/classes/cluster/mcp-vpp-ha/openstack/compute.yml') diff --git a/mcp/reclass/classes/cluster/mcp-vpp-ha/openstack/compute.yml b/mcp/reclass/classes/cluster/mcp-vpp-ha/openstack/compute.yml new file mode 100644 index 000000000..0518a8b57 --- /dev/null +++ b/mcp/reclass/classes/cluster/mcp-vpp-ha/openstack/compute.yml @@ -0,0 +1,17 @@ +############################################################################## +# Copyright (c) 2018 Mirantis Inc., Enea AB and others. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## +--- +classes: + - cluster.mcp-common-ha.openstack_compute + - cluster.mcp-vpp-ha.openstack.compute_pdf + - cluster.mcp-vpp-ha.infra +parameters: + nova: + compute: + libvirt_service: libvirtd + libvirt_bin: /etc/default/libvirtd -- cgit 1.2.3-korg