Skip to content
Snippets Groups Projects
Commit 3adb0a11 authored by turletti's avatar turletti
Browse files

fix

parent ce36bb73
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@ multus:
create: false
Ipadd: "172.21.6.94"
Netmask: "22"
## If you do not need a specific mac address leave the field empty
Mac:
## If you do not have a gateway leave the field empty
Gateway:
## If you do not want to add any routes in your pod then leave this field empty
......
......@@ -43,6 +43,8 @@ multus:
create: false
Ipadd: "192.168.24.3"
Netmask: "24"
## If you do not need a specific mac address leave the field empty
Mac:
#name inside the pod is hardcoded right now
#name: "n4"
## If you do not have a gateway leave the field empty
......
......@@ -40,6 +40,8 @@ multus:
create: false
Ipadd: "172.21.12.95"
Netmask: "22"
## If you do not need a specific mac address leave the field empty
Mac:
# #name inside the pod is hardcoded right now
# name: "n3"
## If you do not have a gateway leave the field empty
......@@ -51,6 +53,8 @@ multus:
create: false
Ipadd: "192.168.24.2"
Netmask: "24"
## If you do not need a specific mac address leave the field empty
Mac:
# #name inside the pod is hardcoded right now
# name: "n4"
## If you do not have a gateway leave the field empty
......@@ -64,6 +68,8 @@ multus:
# #name inside the pod is hardcoded right now
# name: "n6"
Netmask: "24"
## If you do not need a specific mac address leave the field empty
Mac:
## If you do not have a gateway leave the field empty
Gateway: ""
## If you do not want to add any routes in your pod then leave this field empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment