Remove spurious VxLAN bridge IP from ceph osd hosts

The Ceph example includes 3 osd nodes which have been assigned IP
addresses on the VxLAN network, which are not required.

Change-Id: I476892d53ea9bcb14e819c964887e56d2994be47
This commit is contained in:
Jonathan Rosser 2018-04-09 15:59:14 +00:00
parent 35f7939d8e
commit 942eeb66d8

View File

@ -87,11 +87,11 @@ environment.
+------------------+----------------+-------------------+----------------+
| compute2 | 172.29.236.17 | 172.29.240.17 | 172.29.244.17 |
+------------------+----------------+-------------------+----------------+
| osd1 | 172.29.236.18 | 172.29.240.18 | 172.29.244.18 |
| osd1 | 172.29.236.18 | | 172.29.244.18 |
+------------------+----------------+-------------------+----------------+
| osd2 | 172.29.236.19 | 172.29.240.19 | 172.29.244.19 |
| osd2 | 172.29.236.19 | | 172.29.244.19 |
+------------------+----------------+-------------------+----------------+
| osd3 | 172.29.236.20 | 172.29.240.20 | 172.29.244.20 |
| osd3 | 172.29.236.20 | | 172.29.244.20 |
+------------------+----------------+-------------------+----------------+
Host network configuration