diff options
author | Blaisonneau David <david.blaisonneau@orange.com> | 2017-03-31 18:38:53 +0200 |
---|---|---|
committer | Blaisonneau David <david.blaisonneau@orange.com> | 2017-03-31 18:42:03 +0200 |
commit | 50bab952e49d425b17c8306162bb3726a3ab6717 (patch) | |
tree | cdf0daecb629652f30e9d7eea37dee2255fce00d /labconfig | |
parent | e3983c25772ce327684ed98b7600300bf3132471 (diff) |
change default network gateway on containers with a public network
Change-Id: Ic6b08b2942e94e8d8b9e7f46519058fcf3536d74
Signed-off-by: Blaisonneau David <david.blaisonneau@orange.com>
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/orange/pod2/labconfig.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/labconfig/orange/pod2/labconfig.yaml b/labconfig/orange/pod2/labconfig.yaml index 7e19abca..c0d03daa 100644 --- a/labconfig/orange/pod2/labconfig.yaml +++ b/labconfig/orange/pod2/labconfig.yaml @@ -147,10 +147,10 @@ opnfv: - type: public bridge: brApi cidr: 10.2.1.0/24 - gateway: + gateway: 10.2.1.1 vlan: 2056 - type: floating bridge: brFloating - cidr: + cidr: gateway: - vlan: + vlan: |