summaryrefslogtreecommitdiffstats
path: root/labs/lf/idf-pod4.yaml
diff options
context:
space:
mode:
authorBlaisonneau David <david.blaisonneau@orange.com>2018-02-05 11:56:51 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-03-06 21:53:45 +0100
commitae119f01b7b313ea78ba08ae077d001688018d3a (patch)
tree011aea2c785fefa558dfe552f366bd9311447e6e /labs/lf/idf-pod4.yaml
parent0946b039ae44d40a69e40db2ec4603c59aca006a (diff)
LF-POD4 PDF/IDF
PDF+IDF for LF POD4 inspired from securelab PDF and LF-pod2 XDFs. Change-Id: If7ee14efe5f279104a18d2a3281aa7b23bdf704a
Diffstat (limited to 'labs/lf/idf-pod4.yaml')
-rw-r--r--labs/lf/idf-pod4.yaml43
1 files changed, 39 insertions, 4 deletions
diff --git a/labs/lf/idf-pod4.yaml b/labs/lf/idf-pod4.yaml
index 09939d2b..c8f6cf27 100644
--- a/labs/lf/idf-pod4.yaml
+++ b/labs/lf/idf-pod4.yaml
@@ -10,7 +10,7 @@
idf:
version: 0.1
- net_config:
+ net_config: &net_config
oob:
interface: 0
ip-range: 172.30.8.83-172.30.8.88
@@ -19,6 +19,8 @@ idf:
interface: 0
vlan: native
network: 192.168.12.0
+ gateway: 192.168.12.1
+ dns: 8.8.8.8
mask: 24
mgmt:
interface: 1
@@ -26,17 +28,17 @@ idf:
network: 192.168.3.0
mask: 24
storage:
- interface: 2
+ interface: 3
vlan: 451
network: 192.168.4.0
mask: 24
private:
- interface: 1
+ interface: 2
vlan: 452
network: 192.168.5.0
mask: 24
public:
- interface: 2
+ interface: 4
vlan: 414
network: 172.30.12.64
mask: 26
@@ -44,6 +46,7 @@ idf:
dns:
- 8.8.8.8
- 8.8.4.4
+ osa: &idf_osa
fuel:
jumphost:
bridges:
@@ -72,3 +75,35 @@ idf:
busaddr: *busaddr
- interfaces: *interfaces
busaddr: *busaddr
+xci:
+ pod_name: lf-pod4
+ net_config: *net_config
+ nodes_roles:
+ opnfv_host: [opnfv_host]
+ pod4-node1: [compute, storage]
+ pod4-node2: [compute, storage]
+ pod4-node3: [controller, storage]
+ pod4-node4: [controller, storage]
+ pod4-node5: [controller, storage]
+
+ # net_config network to be used by the PXE
+ pxe_network: admin
+
+ # As the MAC of generated bridges are generated, we use a list of local
+ # bridges to create libvirt networks
+ jumphost_interfaces_bridges:
+ - name: br_admin
+ ip:
+
+ extra_addresses:
+ opnfv_host: 192.168.12.2
+
+ # network mapping
+ network_mapping:
+ net-mgmt: admin
+ net-storage: storage
+ net-internal: private
+ net-vnf: public
+
+ installers:
+ osa: *idf_osa