diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2017-09-11 19:50:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-11 19:50:51 +0000 |
commit | 7220124b0700f70ab2666d8fc505a6787d7c3296 (patch) | |
tree | 376854a71610306695bcfd5210969b5f01330208 /labs | |
parent | 10b15f330c433ef93537ec2371c8ebdcac55567e (diff) | |
parent | 716cb5c7f2eb903652dd8ed12980c33a68bf8b9b (diff) |
Merge "correct lf pod4 fixed_ips"
Diffstat (limited to 'labs')
-rw-r--r-- | labs/lf/pod4.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/labs/lf/pod4.yaml b/labs/lf/pod4.yaml index b75f54a..7d1e312 100644 --- a/labs/lf/pod4.yaml +++ b/labs/lf/pod4.yaml @@ -131,9 +131,9 @@ nodes: - "00:1e:67:fd:9c:c8" - "00:1e:67:fd:9c:c9" fixed_ips: - admin: 10.20.0.5 - mgmt: 192.168.0.5 - public: 172.30.12.85 + admin: 10.20.0.6 + mgmt: 192.168.0.6 + public: 172.30.12.86 ###################################################### - name: lfpod4-node4 node: *nodeparams @@ -147,9 +147,9 @@ nodes: - "00:1e:67:fd:9b:38" - "00:1e:67:fd:9b:39" fixed_ips: - admin: 10.20.0.6 - mgmt: 192.168.0.6 - public: 172.30.12.86 + admin: 10.20.0.7 + mgmt: 192.168.0.7 + public: 172.30.12.87 ###################################################### - name: lfpod4-node5 node: *nodeparams @@ -163,6 +163,6 @@ nodes: - "00:1e:67:fd:99:40" - "00:1e:67:fd:99:41" fixed_ips: - admin: 10.20.0.7 - mgmt: 192.168.0.7 - public: 172.30.12.87 + admin: 10.20.0.8 + mgmt: 192.168.0.8 + public: 172.30.12.88 |