summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/scripts/net_pxe.xml
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2017-06-29 15:52:28 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2017-07-03 11:18:25 +0400
commite49e91d7aa740437c01e6531ef648d2dae97c11d (patch)
tree4227d9f205f59d5a6a1cdf086ad689dfc4bcb477 /mcp/reclass/scripts/net_pxe.xml
parent3fb5e5454045860463a92c18d4d859967002e6fb (diff)
Rewrite infra deployment scripts
* bring in scenario files * shift infra code into functions Change-Id: I650a26d03d842c3afcc7fcb97b84ef4826827a38 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/reclass/scripts/net_pxe.xml')
-rw-r--r--mcp/reclass/scripts/net_pxe.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/mcp/reclass/scripts/net_pxe.xml b/mcp/reclass/scripts/net_pxe.xml
deleted file mode 100644
index 92eaa6b52..000000000
--- a/mcp/reclass/scripts/net_pxe.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<network>
- <name>pxe</name>
- <bridge name="pxe"/>
- <forward mode="nat"/>
- <ip address="192.168.10.1" netmask="255.255.255.0">
- <dhcp>
- <range start="192.168.10.100" end="192.168.10.254"/>
- </dhcp>
- </ip>
-</network>