summaryrefslogtreecommitdiffstats
path: root/labs/lf/pod2.yaml
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-13 22:53:37 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-01-14 20:23:40 +0100
commite90ad8ca2c2b633ad13a8d533b555e09fb22f27b (patch)
treeeda7070e1194c93255efbc6591f114c142f2e893 /labs/lf/pod2.yaml
parent6e219065020ced168c5c842e417e1c7875ddbcb0 (diff)
[PDF] lf-pod*: Drop 'fixed_ips'
Drop 'fixed_ips', which is a leftover from early net_config implementation. To maintain compatibility with the only 'fixed_ips' consumer (Daisy), add 'address' on the first jumpserver interface to leverage Daisy's fallback path for determining the gateway. While at it, add/update copyright headers. Fixes: c01d68e Change-Id: I8dc386535a20d64593eccc9abd8ee8d1ef27decf Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'labs/lf/pod2.yaml')
-rw-r--r--labs/lf/pod2.yaml32
1 files changed, 8 insertions, 24 deletions
diff --git a/labs/lf/pod2.yaml b/labs/lf/pod2.yaml
index 6f684735..3c5502cc 100644
--- a/labs/lf/pod2.yaml
+++ b/labs/lf/pod2.yaml
@@ -1,3 +1,10 @@
+##############################################################################
+# Copyright (c) 2018 Linux Foundation, 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
+##############################################################################
---
### LF POD 2 descriptor file ###
@@ -41,6 +48,7 @@ jumphost:
- mac_address: "00:25:b5:a0:00:1a"
speed: 40gb
features: 'dpdk|sriov'
+ address: 192.168.11.1
- mac_address: "00:25:b5:a0:00:1b"
speed: 40gb
features: 'dpdk|sriov'
@@ -50,10 +58,6 @@ jumphost:
- mac_address: "00:25:b5:a0:00:1d"
speed: 40gb
features: 'dpdk|sriov'
- fixed_ips:
- admin: 192.168.11.1
- mgmt: 10.167.4.1
- public: 172.30.10.72
##############################################################################
nodes:
- name: pod2-node1
@@ -84,10 +88,6 @@ nodes:
- mac_address: "00:25:b5:a0:00:2d"
speed: 40gb
features: 'dpdk|sriov'
- fixed_ips:
- admin: 192.168.11.2
- mgmt: 10.167.4.2
- public: 172.30.10.2
############################################################################
- name: pod2-node2
node: *nodeparams
@@ -109,10 +109,6 @@ nodes:
- mac_address: "00:25:b5:a0:00:3d"
speed: 40gb
features: 'dpdk|sriov'
- fixed_ips:
- admin: 192.168.11.3
- mgmt: 10.167.4.3
- public: 172.30.10.3
############################################################################
- name: pod2-node3
node: *nodeparams
@@ -134,10 +130,6 @@ nodes:
- mac_address: "00:25:b5:a0:00:4d"
speed: 40gb
features: 'dpdk|sriov'
- fixed_ips:
- admin: 192.168.11.4
- mgmt: 10.167.4.4
- public: 172.30.10.4
############################################################################
- name: pod2-node4
node: *nodeparams
@@ -159,10 +151,6 @@ nodes:
- mac_address: "00:25:b5:a0:00:5d"
speed: 40gb
features: 'dpdk|sriov'
- fixed_ips:
- admin: 192.168.11.5
- mgmt: 10.167.4.5
- public: 172.30.10.5
############################################################################
- name: pod2-node5
node: *nodeparams
@@ -184,7 +172,3 @@ nodes:
- mac_address: "00:25:b5:a0:00:6d"
speed: 40gb
features: 'dpdk|sriov'
- fixed_ips:
- admin: 192.168.11.6
- mgmt: 10.167.4.6
- public: 172.30.10.6