From 263ebb9f3ad01412423e6d0009dac8c46e93f20a Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sat, 13 Jan 2018 21:58:42 +0100 Subject: [PDF] zte-pod*: Move net_config to IDF 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. Change-Id: I7c4cb5997e368503ab0b30903e5c0c58e13fe408 Signed-off-by: Alexandru Avadanii --- labs/zte/pod9.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'labs/zte/pod9.yaml') diff --git a/labs/zte/pod9.yaml b/labs/zte/pod9.yaml index 7ffd20a1..1045fb0e 100644 --- a/labs/zte/pod9.yaml +++ b/labs/zte/pod9.yaml @@ -65,9 +65,7 @@ jumphost: interfaces: - mac_address: "00:1b:21:89:30:87" speed: 10gb - fixed_ips: - admin: 10.20.7.1 - public: 192.168.21.195 + address: 10.20.7.1 nodes: - name: pod9-node1 node: &nodeparas -- cgit 1.2.3-korg