diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-01-31 17:08:13 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-01-31 17:08:13 -0600 |
commit | e24fdfe5a51b08e1c063b2a16ef7186b54aa9cc9 (patch) | |
tree | 5b754960247a6342bb5631718c5ea1ff719d6f94 /labconfig | |
parent | 80d6ddcb7ab839c9849aff11ce6a3ee2f8864283 (diff) |
modfied to make the ceph cluster and access node on same network.
Change-Id: I989bffbaf829a1646ead3d7fa82ef7c72d5673d1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'labconfig')
-rw-r--r-- | labconfig/intel/pod5/labconfig.yaml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/labconfig/intel/pod5/labconfig.yaml b/labconfig/intel/pod5/labconfig.yaml index 441b83a7..4090fa4d 100644 --- a/labconfig/intel/pod5/labconfig.yaml +++ b/labconfig/intel/pod5/labconfig.yaml @@ -137,10 +137,20 @@ opnfv: cidr: 10.5.12.0/24 gateway: vlan: + - type: storage + bridge: brStor + cidr: 10.5.13.0/24 + gateway: + vlan: + - type: mgmt + bridge: brMgmt + cidr: 10.5.14.0/24 + gateway: + vlan: - type: public bridge: brPublic cidr: 10.5.15.0/24 - gateway: 10.5.15.254 + gateway: vlan: - type: external bridge: brExt |