Grega Bremec 3 éve
szülő
commit
f5f668c4d8

+ 0 - 0
roles/prep-work/files/install-config.yaml → roles/prep-work/templates/install-config-sno.yaml.j2


+ 0 - 22
roles/prep-work/vars/main.yml

@@ -1,31 +1,9 @@
 ---
 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
 
 ignitions_url: "{{ boot_host }}/openshift4/ignitions"
 binaries_url: "{{ boot_host }}/openshift4/binaries"
 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
 ...