aboutsummaryrefslogtreecommitdiffstats
path: root/config/network.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config/network.yml')
-rw-r--r--config/network.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/config/network.yml b/config/network.yml
index 4c7e95f2..46ac87c2 100644
--- a/config/network.yml
+++ b/config/network.yml
@@ -1,7 +1,9 @@
+---
node_network:
nic_mappings:
- name: eth0
- bdf: 02:00.1 #pci bus/device/function
+ # pci bus/device/function
+ bdf: 02:00.1
- name: eth1
bdf: 02:00.2
@@ -59,27 +61,27 @@ node_network:
subnets:
- name: install
ip_ranges:
- - - "10.1.0.1"
- - "10.1.0.254"
+ - - "10.1.0.1"
+ - "10.1.0.254"
cidr: "10.1.0.0/24"
- name: mgmt
ip_ranges:
- - - "172.16.1.1"
- - "172.16.1.254"
+ - - "172.16.1.1"
+ - "172.16.1.254"
cidr: "172.16.1.0/24"
vip: 172.16.1.222
- name: storage
ip_ranges:
- - - "172.16.2.1"
- - "172.16.2.254"
+ - - "172.16.2.1"
+ - "172.16.2.254"
cidr: "172.16.2.0/24"
- name: public
ip_ranges:
- - - "192.168.50.210"
- - "192.168.50.220"
+ - - "192.168.50.210"
+ - "192.168.50.220"
cidr: "192.168.50.0/24"
gw: "192.168.50.1"
vip: 192.168.50.240