Ver Fonte

crop image list, add downloaded files

Grega Bremec há 1 ano atrás
pai
commit
5495e684f5
1 ficheiros alterados com 29 adições e 8 exclusões
  1. 29 8
      inventory.yml

+ 29 - 8
inventory.yml

@@ -38,24 +38,45 @@ all:
     clusters:
       - ocp4
 
-    # The list of images we need to pull to workstation.
+    # The list of images we need to pull to workstation. Not enough space for all.
     pull_images:
       - name: registry.redhat.io/jboss-eap-7/eap74-openjdk17-openshift-rhel8:{{ eap_z }}
         tag_latest: yes
         auth_file: registry-rh-auth
-      - name: registry.redhat.io/jboss-eap-7/eap74-openjdk17-runtime-openshift-rhel8:{{ eap_z }}
-        tag_latest: yes
-        auth_file: registry-rh-auth
+#      - name: registry.redhat.io/jboss-eap-7/eap74-openjdk17-runtime-openshift-rhel8:{{ eap_z }}
+#        tag_latest: yes
+#        auth_file: registry-rh-auth
 #      - name: registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-openshift-rhel8:{{ eap_xp }}
 #        tag_latest: yes
 #        auth_file: registry-rh-auth
 #      - name: registry.redhat.io/jboss-eap-7/eap-xp4-openjdk17-runtime-openshift-rhel8:{{ eap_xp }}
 #        tag_latest: yes
 #        auth_file: registry-rh-auth
-      - name: quay.io/wildfly/wildfly-s2i:{{ wf_s2i }}
-        tag_latest: yes
-      - name: quay.io/wildfly/wildfly-runtime:{{ wf_s2i }}
-        tag_latest: yes
+#      - name: quay.io/wildfly/wildfly-s2i:{{ wf_s2i }}
+#        tag_latest: yes
+#      - name: quay.io/wildfly/wildfly-runtime:{{ wf_s2i }}
+#        tag_latest: yes
 #      - name: quay.io/wildfly/wildfly:{{ wf_old }}
 #        tag_latest: yes
+      - name: registry.redhat.io/rhel9/postgresql-13:latest
+        auth_file: registry-rh-auth
+        tag_latest: no
+
+    # The list of files we need to pull to workstation.
+    pull_files:
+      - name: jboss-eap-7.4.0.zip
+        file_id: 1TW_IlIBWWB2G5pLtAUk8THKFNYzHhRKy
+        extract_to: /opt
+        extracted_dir: /opt/jboss-eap-7.4
+        target_dir: /opt/eap
+        add_to_path: yes
+        remove_after: yes
+        direct_download: no
+      - name: jboss-eap-7.4.0-quickstarts.zip
+        file_id: 1KW9MoJzzWV5UQOGFI4gF16qzO3vLID-A
+        checksum: sha256:7f84cd8449365eff8cf114f4bef17533ae2bd10ac3e73a8ee7db3be0e9aa20cb
+        direct_download: yes
+      - name: jboss-eap-7.4.12-patch.zip
+        file_id: 1LlQH9LNBNYmUsI79aSkBe_17iAqh5SEN
+        direct_download: no
 ...