Browse Source

changing network scheme to not conflict with existing network setup

Signed-off-by: John Lockman <jlockman3@gmail.com>
John Lockman 4 years ago
parent
commit
4fae67fdd9
1 changed files with 10 additions and 10 deletions
  1. 10 10
      kubernetes/roles/startservices/files/metal-config.yaml

+ 10 - 10
kubernetes/roles/startservices/files/metal-config.yaml

@@ -9,13 +9,13 @@ data:
     - name: default
       protocol: layer2
       addresses:
-      - 10.0.0.150/32
-      - 10.0.0.151/32
-      - 10.0.0.152/32
-      - 10.0.0.153/32
-      - 10.0.0.154/32
-      - 10.0.0.155/32
-      - 10.0.0.156/32
-      - 10.0.0.157/32
-      - 10.0.0.158/32
-      - 10.0.0.159/32
+      - 192.168.2.150/32
+      - 192.168.2.151/32
+      - 192.168.2.152/32
+      - 192.168.2.153/32
+      - 192.168.2.154/32
+      - 192.168.2.155/32
+      - 192.168.2.156/32
+      - 192.168.2.157/32
+      - 192.168.2.158/32
+      - 192.168.2.159/32