diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-03 00:39:05 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-12-04 14:35:01 +0100 |
commit | 3a86be3361346a698f755f4ebdb9c1a55bea7094 (patch) | |
tree | 27f4017a848a78f3d2e100bd7f3459d918bdd200 /mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/infra | |
parent | fda7372a1bffe11fc7a199ad3d4344c1b9e57e57 (diff) |
virtual: Add infra/init.yml for each scenario
Align our reclass model for virtual PODs with baremetal, by adding
an infra init file for each scenario, setting up cluster_name via
scenario infra init instead of scenario init.
While at it, reduce redundancy by defining cluster_domain based on
cluster_name via common infra init.
JIRA: FUEL-310
Change-Id: I5e89c883853fa66cb1c1fc69ce5766ee136ac477
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/infra')
-rw-r--r-- | mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/infra/init.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/infra/init.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/infra/init.yml new file mode 100644 index 000000000..50676fc2c --- /dev/null +++ b/mcp/reclass/classes/cluster/virtual-mcp-pike-ovs-dpdk-noha/infra/init.yml @@ -0,0 +1,14 @@ +############################################################################## +# Copyright (c) 2017 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.virtual-mcp-pike-common-noha.infra + +parameters: + _param: + cluster_name: virtual-mcp-pike-ovs-dpdk-noha |