diff options
Diffstat (limited to 'mcp/scripts/net_mcpcontrol.xml.template')
-rw-r--r-- | mcp/scripts/net_mcpcontrol.xml.template | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mcp/scripts/net_mcpcontrol.xml.template b/mcp/scripts/net_mcpcontrol.xml.template deleted file mode 100644 index e0034fd16..000000000 --- a/mcp/scripts/net_mcpcontrol.xml.template +++ /dev/null @@ -1,18 +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 ---> -<network> - <name>mcpcontrol</name> - <bridge name="mcpcontrol"/> - <forward mode="nat"/> - <ip address="${SALT_MASTER%.*}.1" netmask="255.255.255.0"> - <dhcp> - <range start="${SALT_MASTER%.*}.2" end="${SALT_MASTER%.*}.254"/> - </dhcp> - </ip> -</network> |