-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
120 additions
and
9 deletions.
There are no files selected for viewing
52 changes: 52 additions & 0 deletions
52
inventories/rhel8-equinix/group_vars/control/cnv-kcli-openshift4-baremetal.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
# https://github.com/tosin2013/kcli-openshift4-baremetal/blob/master/paramfiles/lab.yml | ||
# https://github.com/tosin2013/kcli-openshift4-baremetal/blob/master/plans/kcli_plan_default.yml | ||
# Use n2.xlarge.x86 on Equinix | ||
lab: true | ||
version: stable | ||
tag: "4.14" | ||
virtual_protocol: redfish | ||
virtual_ctlplanes: true | ||
launch_steps: true | ||
deploy_openshift: true | ||
installer_wait: true | ||
cluster: lab | ||
domain: example.com | ||
baremetal_cidr: 192.168.130.0/24 | ||
baremetal_net: lab-baremetal | ||
disk_size: 120 | ||
virtual_ctlplanes_memory: 16384 | ||
virtual_ctlplanes_numcpus: 8 | ||
virtual_workers: true | ||
virtual_workers_memory: 48000 | ||
virtual_workers_number: 9 | ||
virtual_workers_numcpus: 12 | ||
virtual_workers_disksize: 120 | ||
extra_disks: | ||
- size: 400 | ||
api_ip: 192.168.130.253 | ||
ingress_ip: 192.168.130.252 | ||
baremetal_ips: | ||
- 192.168.130.20 | ||
- 192.168.130.21 | ||
- 192.168.130.22 | ||
- 192.168.130.23 | ||
- 192.168.130.24 | ||
- 192.168.130.25 | ||
- 192.168.130.25 | ||
- 192.168.130.26 | ||
- 192.168.130.27 | ||
- 192.168.130.28 | ||
baremetal_macs: | ||
- aa:aa:aa:aa:bb:01 | ||
- aa:aa:aa:aa:bb:02 | ||
- aa:aa:aa:aa:bb:03 | ||
- aa:aa:aa:aa:bb:04 | ||
- aa:aa:aa:aa:bb:05 | ||
- aa:aa:aa:aa:bb:06 | ||
- aa:aa:aa:aa:bb:07 | ||
- aa:aa:aa:aa:bb:08 | ||
- aa:aa:aa:aa:bb:09 | ||
notify: true | ||
nfs: false | ||
disconnected: false |
35 changes: 35 additions & 0 deletions
35
inventories/rhel8-equinix/group_vars/control/convereged-kcli-openshift4-baremetal.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
# https://github.com/tosin2013/kcli-openshift4-baremetal/blob/master/paramfiles/lab.yml | ||
# https://github.com/tosin2013/kcli-openshift4-baremetal/blob/master/plans/kcli_plan_default.yml | ||
# Use n2.xlarge.x86 on Equinix | ||
lab: true | ||
version: stable | ||
tag: "4.14" | ||
virtual_protocol: redfish | ||
virtual_ctlplanes: true | ||
launch_steps: true | ||
deploy_openshift: true | ||
installer_wait: true | ||
cluster: lab | ||
domain: example.com | ||
baremetal_cidr: 192.168.130.0/24 | ||
baremetal_net: lab-baremetal | ||
disk_size: 120 | ||
virtual_ctlplanes_memory: 32768 | ||
virtual_ctlplanes_numcpus: 8 | ||
virtual_workers: false | ||
extra_disks: | ||
- size: 400 | ||
api_ip: 192.168.130.253 | ||
ingress_ip: 192.168.130.252 | ||
baremetal_ips: | ||
- 192.168.130.20 | ||
- 192.168.130.21 | ||
- 192.168.130.22 | ||
baremetal_macs: | ||
- aa:aa:aa:aa:bb:01 | ||
- aa:aa:aa:aa:bb:02 | ||
- aa:aa:aa:aa:bb:03 | ||
notify: true | ||
nfs: false | ||
disconnected: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
inventories/rhel8-equinix/group_vars/control/sno-kcli-openshift4-baremetal.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
# https://github.com/tosin2013/kcli-openshift4-baremetal/blob/master/paramfiles/lab.yml | ||
# https://github.com/tosin2013/kcli-openshift4-baremetal/blob/master/plans/kcli_plan_default.yml | ||
# Use n2.xlarge.x86 on Equinix | ||
lab: true | ||
version: stable | ||
tag: "4.14" | ||
virtual_protocol: redfish | ||
virtual_ctlplanes: true | ||
launch_steps: true | ||
deploy_openshift: true | ||
installer_wait: true | ||
cluster: lab | ||
domain: example.com | ||
baremetal_cidr: 192.168.130.0/24 | ||
baremetal_net: lab-baremetal | ||
disk_size: 120 | ||
virtual_ctlplanes_memory: 65536 | ||
virtual_ctlplanes_numcpus: 8 | ||
virtual_workers: false | ||
extra_disks: | ||
- size: 400 | ||
#api_ip: 192.168.130.253 | ||
#ingress_ip: 192.168.130.252 | ||
baremetal_ips: | ||
- 192.168.130.20 | ||
baremetal_macs: | ||
- aa:aa:aa:aa:bb:01 | ||
notify: true | ||
nfs: false | ||
disconnected: false |