buildvm / staging: drop linux system roles networking
Pondering more on this, we only want to use linux system roles networking on bare metal machines. On vm's it's overkill and causes problems with mac address changes all the time Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cd50797995
commit
3f6b66177a
9 changed files with 8 additions and 235 deletions
|
@ -5,30 +5,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ip: 10.3.167.46
|
||||
eth0_ipv4: 10.3.167.46
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:d4:6a:ca
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.54
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:d4:9c:c1
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.54
|
||||
|
|
|
@ -4,30 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.45
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:2f:20:0d
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
|
||||
eth0_ip: 10.3.167.45
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.52
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:2b:1d:73
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.52
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.47
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:c3:5f:9a
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.47
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.48
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:a4:8b:ae
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.48
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.49
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:ee:06:14
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.49
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.50
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:de:dc:59
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.50
|
||||
|
|
|
@ -4,29 +4,4 @@ datacenter: iad2
|
|||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
|
||||
has_ipv4: yes
|
||||
eth0_ipv4: 10.3.167.51
|
||||
eth0_ipv4_nm: 24
|
||||
eth0_ipv4_gw: 10.3.167.254
|
||||
|
||||
has_ipv6: no
|
||||
|
||||
mac0: 52:54:00:e9:f3:a0
|
||||
|
||||
network_connections:
|
||||
- name: eth0
|
||||
mac: "{{ mac0 }}"
|
||||
state: up
|
||||
type: ethernet
|
||||
ip:
|
||||
address:
|
||||
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||
gateway4: "{{ eth0_ipv4_gw }}"
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- iad2.fedoraproject.org
|
||||
- fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
eth0_ip: 10.3.167.51
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue