|
@@ -1,31 +1,9 @@
|
|
---
|
|
---
|
|
ignitions_directory: /var/www/html/openshift4/ignitions/
|
|
ignitions_directory: /var/www/html/openshift4/ignitions/
|
|
-binaries_directory: /var/www/html/openshift4/binaries/
|
|
|
|
-images_directory: /var/www/html/openshift4/images/
|
|
|
|
|
|
|
|
boot_host: http://192.168.50.254:8080
|
|
boot_host: http://192.168.50.254:8080
|
|
|
|
|
|
ignitions_url: "{{ boot_host }}/openshift4/ignitions"
|
|
ignitions_url: "{{ boot_host }}/openshift4/ignitions"
|
|
binaries_url: "{{ boot_host }}/openshift4/binaries"
|
|
binaries_url: "{{ boot_host }}/openshift4/binaries"
|
|
images_url: "{{ boot_host }}/openshift4/images"
|
|
images_url: "{{ boot_host }}/openshift4/images"
|
|
-
|
|
|
|
-cluster:
|
|
|
|
- sno1:
|
|
|
|
- n_compute: 1
|
|
|
|
- customizations: {}
|
|
|
|
- sno2:
|
|
|
|
- n_compute: 1
|
|
|
|
- customizations: {}
|
|
|
|
-
|
|
|
|
-vms:
|
|
|
|
- - mac: 01-52-54-00-00-32-12
|
|
|
|
- name: node
|
|
|
|
- role: SNO
|
|
|
|
- cluster: sno1
|
|
|
|
- ip: 192.168.50.18
|
|
|
|
- - mac: 01-52-54-00-00-32-1e
|
|
|
|
- name: node
|
|
|
|
- role: SNO
|
|
|
|
- cluster: sno2
|
|
|
|
- ip: 192.168.50.19
|
|
|
|
...
|
|
...
|