metrics-for-apps: added hostvars for bootstrap, worker02, worker03
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
adf5af64bc
commit
47953f5677
4 changed files with 171 additions and 1 deletions
60
inventory/host_vars/bootstrap.ocp.stg.iad2.fedoraproject.org
Normal file
60
inventory/host_vars/bootstrap.ocp.stg.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
---
|
||||||
|
freezes: false
|
||||||
|
|
||||||
|
datacenter: iad2
|
||||||
|
|
||||||
|
vmhost: vmhost-x86-05.stg.iad2.fedoraproject.org
|
||||||
|
volgroup: /dev/vg_guests
|
||||||
|
lvm_size: 120g
|
||||||
|
mem_size: 16384
|
||||||
|
max_mem_size: 16384
|
||||||
|
num_cpus: 4
|
||||||
|
|
||||||
|
dns1: 10.3.163.33
|
||||||
|
dns2: 10.3.163.34
|
||||||
|
|
||||||
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
eth0_ipv4: 10.3.166.121
|
||||||
|
eth0_ipv4_nm: 24
|
||||||
|
eth0_ipv4_gw: 10.3.166.254
|
||||||
|
eth0_ip: "{{eth0_ipv4}}"
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: "{{ eth0_ipv4_gw }}"
|
||||||
|
dns: "{{ dns1 }}"
|
||||||
|
|
||||||
|
mac0: "{{ ansible_default_ipv4.macaddress }}"
|
||||||
|
|
||||||
|
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/bootstrap.ign"
|
||||||
|
rhcos_install_img_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
|
||||||
|
rhcos_install_rootfs_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
|
||||||
|
rhcos_install_url: "http://10.3.166.50/rhcos/"
|
||||||
|
|
||||||
|
virt_install_command: "{{ virt_install_command_pxe_rhcos }}"
|
||||||
|
|
||||||
|
network_connections:
|
||||||
|
- name: eth0
|
||||||
|
mac: "{{ mac0 }}"
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
|
autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||||
|
gateway4: "{{ eth0_ipv4_gw }}"
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
- "{{ dns_search3 }}"
|
||||||
|
dhcp4: no
|
||||||
|
auto6: no
|
||||||
|
|
||||||
|
vpn: true
|
||||||
|
|
||||||
|
nrpe_procs_warn: 1200
|
||||||
|
nrpe_procs_crit: 1400
|
|
@ -24,7 +24,7 @@ pxe_bootdev: eno1
|
||||||
install_dev: sda
|
install_dev: sda
|
||||||
mac0: "70:B5:E8:D0:E2:E0"
|
mac0: "70:B5:E8:D0:E2:E0"
|
||||||
|
|
||||||
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/controlplane.ign"
|
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/worker.ign"
|
||||||
rhcos_install_img_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
|
rhcos_install_img_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
|
||||||
rhcos_install_rootfs_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
|
rhcos_install_rootfs_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
|
||||||
rhcos_install_url: "http://10.3.166.50/rhcos/"
|
rhcos_install_url: "http://10.3.166.50/rhcos/"
|
||||||
|
|
55
inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org
Normal file
55
inventory/host_vars/worker02.ocp.stg.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
---
|
||||||
|
freezes: false
|
||||||
|
|
||||||
|
datacenter: iad2
|
||||||
|
|
||||||
|
arch: x86
|
||||||
|
|
||||||
|
dns1: 10.3.163.33
|
||||||
|
dns2: 10.3.163.34
|
||||||
|
|
||||||
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
eth0_ipv4: 10.3.166.119
|
||||||
|
eth0_ipv4_nm: 24
|
||||||
|
eth0_ipv4_gw: 10.3.166.254
|
||||||
|
eth0_ip: "{{eth0_ipv4}}"
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: "{{ eth0_ipv4_gw }}"
|
||||||
|
dns: "{{ dns1 }}"
|
||||||
|
|
||||||
|
pxe_bootdev: eno1
|
||||||
|
install_dev: sda
|
||||||
|
mac0: "70:B5:E8:D0:D4:90"
|
||||||
|
|
||||||
|
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/worker.ign"
|
||||||
|
rhcos_install_img_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
|
||||||
|
rhcos_install_rootfs_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
|
||||||
|
rhcos_install_url: "http://10.3.166.50/rhcos/"
|
||||||
|
|
||||||
|
network_connections:
|
||||||
|
- name: eth0
|
||||||
|
mac: "{{ mac0 }}"
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
|
autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||||
|
gateway4: "{{ eth0_ipv4_gw }}"
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
- "{{ dns_search3 }}"
|
||||||
|
dhcp4: no
|
||||||
|
auto6: no
|
||||||
|
|
||||||
|
vpn: true
|
||||||
|
|
||||||
|
nrpe_procs_warn: 1200
|
||||||
|
nrpe_procs_crit: 1400
|
55
inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org
Normal file
55
inventory/host_vars/worker03.ocp.stg.iad2.fedoraproject.org
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
---
|
||||||
|
freezes: false
|
||||||
|
|
||||||
|
datacenter: iad2
|
||||||
|
|
||||||
|
arch: x86
|
||||||
|
|
||||||
|
dns1: 10.3.163.33
|
||||||
|
dns2: 10.3.163.34
|
||||||
|
|
||||||
|
dns_search1: "stg.iad2.fedoraproject.org"
|
||||||
|
dns_search3: "fedoraproject.org"
|
||||||
|
|
||||||
|
has_ipv4: yes
|
||||||
|
eth0_ipv4: 10.3.166.120
|
||||||
|
eth0_ipv4_nm: 24
|
||||||
|
eth0_ipv4_gw: 10.3.166.254
|
||||||
|
eth0_ip: "{{eth0_ipv4}}"
|
||||||
|
nm: 255.255.255.0
|
||||||
|
gw: "{{ eth0_ipv4_gw }}"
|
||||||
|
dns: "{{ dns1 }}"
|
||||||
|
|
||||||
|
pxe_bootdev: eno1
|
||||||
|
install_dev: sda
|
||||||
|
mac0: "70:B5:E8:D0:D6:98"
|
||||||
|
|
||||||
|
rhcos_ignition_file_url: "http://10.3.166.50/rhcos/worker.ign"
|
||||||
|
rhcos_install_img_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-metal.x86_64.raw.gz"
|
||||||
|
rhcos_install_rootfs_url: "http://10.3.166.50/rhcos/rhcos-{{ rhcos_version }}-x86_64-live-rootfs.x86_64.img"
|
||||||
|
rhcos_install_url: "http://10.3.166.50/rhcos/"
|
||||||
|
|
||||||
|
network_connections:
|
||||||
|
- name: eth0
|
||||||
|
mac: "{{ mac0 }}"
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
|
autoconnect: yes
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- "{{ eth0_ipv4 }}/{{ eth0_ipv4_nm }}"
|
||||||
|
gateway4: "{{ eth0_ipv4_gw }}"
|
||||||
|
dns:
|
||||||
|
- "{{ dns1 }}"
|
||||||
|
- "{{ dns2 }}"
|
||||||
|
dns_search:
|
||||||
|
- "{{ dns_search1 }}"
|
||||||
|
- "{{ dns_search2 }}"
|
||||||
|
- "{{ dns_search3 }}"
|
||||||
|
dhcp4: no
|
||||||
|
auto6: no
|
||||||
|
|
||||||
|
vpn: true
|
||||||
|
|
||||||
|
nrpe_procs_warn: 1200
|
||||||
|
nrpe_procs_crit: 1400
|
Loading…
Add table
Add a link
Reference in a new issue