summaryrefslogtreecommitdiffstats
path: root/labs/bii/idf-pod1.yaml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-14 00:03:11 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-14 20:23:40 +0100
commitc289ffbfc35254c7eebd3b0e432064809e299124 (patch)
tree7f7a80ea627264bf7a64a4f4162900172ecf1733 /labs/bii/idf-pod1.yaml
parentb43e4a37601ba2e2345adb677a166caae79a502b (diff)
[PDF] bii-pod*: Move net_config to IDF
Drop 'fixed_ips', which is a leftover from early net_config implementation. Rework the contents of 'fixed_ips' using the standard PDF spec 'address' parameter. Change-Id: Ife2c1c4b0c97479e962a32fa7825864c94e9a80c Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/bii/idf-pod1.yaml')
-rw-r--r--labs/bii/idf-pod1.yaml33
1 files changed, 33 insertions, 0 deletions
diff --git a/labs/bii/idf-pod1.yaml b/labs/bii/idf-pod1.yaml
new file mode 100644
index 00000000..8c358a9c
--- /dev/null
+++ b/labs/bii/idf-pod1.yaml
@@ -0,0 +1,33 @@
+---
+### This is a BII POD1 Installer descriptor file ###
+
+idf:
+ version: 0.1
+ net_config:
+ admin:
+ interface: 0
+ vlan: 0
+ network: 10.20.0.0
+ mask: 24
+ gateway: 10.20.0.1
+ dns: 10.20.0.1
+ mgmt:
+ interface: 0
+ vlan: 102
+ network: 192.168.102.0
+ mask: 24
+ storage:
+ interface: 0
+ vlan: 101
+ network: 192.168.101.0
+ mask: 24
+ private:
+ interface: 0
+ vlan: 103
+ network: 192.168.103.0
+ mask: 24
+ public:
+ interface: 1
+ vlan: 0
+ network: 192.168.20.0
+ mask: 24