Skip to content
Snippets Groups Projects
Verified Commit 028a2d46 authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

update example oss params

parent 2f8c42b3
Branches
Tags
1 merge request!20IPAM: create_device: LO, SI and LT_IAS; create_trunk: trunk networks.
...@@ -12,18 +12,86 @@ ...@@ -12,18 +12,86 @@
"password": "robot-user-password" "password": "robot-user-password"
}, },
"LO": { "LO": {
"V4": {"containers": ["1.1.0.0/24"], "networks": [], "mask": 32}, "V4": {
"V6": {"containers": ["dead:beef::/64"], "networks": [], "mask": 128}, "containers": [
"1.1.0.0/24"
],
"networks": [],
"mask": 32
},
"V6": {
"containers": [
"dead:beef::/64"
],
"networks": [],
"mask": 128
},
"domain_name": ".lo" "domain_name": ".lo"
}, },
"TRUNK": { "TRUNK": {
"V4": {"containers": ["1.1.1.0/24"], "networks": [], "mask": 31}, "V4": {
"V6": {"containers": ["dead:beef::/64"], "networks": [], "mask": 126}, "containers": [
"1.1.1.0/24"
],
"networks": [],
"mask": 31
},
"V6": {
"containers": [
"dead:beef::/64"
],
"networks": [],
"mask": 126
},
"domain_name": ".trunk" "domain_name": ".trunk"
}, },
"GEANT_IP": { "GEANT_IP": {
"V4": {"containers": ["1.1.2.0/24"], "networks": [], "mask": 31}, "V4": {
"V6": {"containers": ["dead:beef::/64"], "networks": [], "mask": 126}, "containers": [
"1.1.2.0/24"
],
"networks": [],
"mask": 31
},
"V6": {
"containers": [
"dead:beef::/64"
],
"networks": [],
"mask": 126
},
"domain_name": ".geantip"
},
"SI": {
"V4": {
"containers": [
"10.255.253.128/25"
],
"networks": [],
"mask": 31
},
"V6": {
"containers": [],
"networks": [],
"mask": 126
},
"domain_name": ".geantip"
},
"LT_IAS": {
"V4": {
"containers": [
"10.255.255.0/24"
],
"networks": [],
"mask": 31
},
"V6": {
"containers": [
"dead:beef:cc::/48"
],
"networks": [],
"mask": 126
},
"domain_name": ".geantip" "domain_name": ".geantip"
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment