From efa0ac5f3f664edfbb6a6fb93d88c6f67d732417 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Tue, 6 Mar 2018 02:43:23 +0100 Subject: [ha] Add ovn scenario placeholder - dummy copy of os-nosdn-nofeature-ha masquerading as os-ovn-nofeature-ha scenario placeholder; JIRA: FUEL-329 Change-Id: Ic5e6d65cf057289bb13ce2fa157b6ba53d7dab80 Signed-off-by: Alexandru Avadanii --- .../cluster/mcp-pike-ovn-ha/openstack/compute.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 mcp/reclass/classes/cluster/mcp-pike-ovn-ha/openstack/compute.yml (limited to 'mcp/reclass/classes/cluster/mcp-pike-ovn-ha/openstack/compute.yml') diff --git a/mcp/reclass/classes/cluster/mcp-pike-ovn-ha/openstack/compute.yml b/mcp/reclass/classes/cluster/mcp-pike-ovn-ha/openstack/compute.yml new file mode 100644 index 000000000..36073827a --- /dev/null +++ b/mcp/reclass/classes/cluster/mcp-pike-ovn-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-pike-common-ha.openstack_compute + - cluster.mcp-pike-ovn-ha.openstack.compute_pdf + - cluster.mcp-pike-ovn-ha.infra +parameters: + nova: + compute: + libvirt_service: libvirtd + libvirt_bin: /etc/default/libvirtd -- cgit 1.2.3-korg