diff options
Diffstat (limited to 'mcp/reclass/classes/cluster/virtual-mcp-pike-odl/openstack/init.yml')
-rw-r--r-- | mcp/reclass/classes/cluster/virtual-mcp-pike-odl/openstack/init.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/mcp/reclass/classes/cluster/virtual-mcp-pike-odl/openstack/init.yml b/mcp/reclass/classes/cluster/virtual-mcp-pike-odl/openstack/init.yml deleted file mode 100644 index 906d79a67..000000000 --- a/mcp/reclass/classes/cluster/virtual-mcp-pike-odl/openstack/init.yml +++ /dev/null @@ -1,22 +0,0 @@ -############################################################################## -# 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.openstack_init -parameters: - _param: - neutron_tenant_network_types: "flat,vxlan" - opendaylight_router: odl-router_v2 - linux: - network: - host: - odl01: - address: 172.16.10.111 - names: - - odl01 - - odl01.${_param:cluster_domain} |