From bac795a36a74ec3230391761abea202a238f80e4 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 5 Apr 2021 15:50:29 -0400 Subject: [PATCH] Clean up instances of tower_ee_image --- README.md | 16 +++++++++------- deploy/crds/awx_v1beta1_molecule.yaml | 2 -- .../awx-operator.clusterserviceversion.yaml | 6 ------ 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index e42efa98..b72541a1 100644 --- a/README.md +++ b/README.md @@ -250,12 +250,12 @@ spec: There are a few variables that are customizable for awx the image management. -| Name | Description | Default | -| ----------------------- | -------------------------- | -------------------- | -| tower_image | Path of the image to pull | ansible/awx:15.0.0 | -| tower_image_pull_policy | The pull policy to adopt | IfNotPresent | -| tower_image_pull_secret | The pull secret to use | '' | -| tower_ee_image | Path of the image to pull | ansible/awx-ee:latest| +| Name | Description | +| ----------------------- | -------------------------- | +| tower_image | Path of the image to pull | +| tower_image_pull_policy | The pull policy to adopt | +| tower_image_pull_secret | The pull secret to use | +| tower_ee_images | A list of EEs to register | Example of customization could be: @@ -266,7 +266,9 @@ spec: tower_image: myorg/my-custom-awx tower_image_pull_policy: Always tower_image_pull_secret: pull_secret_name - tower_ee_image: myorg/my-custom-awx-ee + tower_ee_images: + - name: my-custom-awx-ee + image: myorg/my-custom-awx-ee ``` #### Privileged Tasks diff --git a/deploy/crds/awx_v1beta1_molecule.yaml b/deploy/crds/awx_v1beta1_molecule.yaml index 85885557..6f4b69a0 100644 --- a/deploy/crds/awx_v1beta1_molecule.yaml +++ b/deploy/crds/awx_v1beta1_molecule.yaml @@ -13,8 +13,6 @@ spec: tower_image: quay.io/ansible/awx:18.0.0 - tower_ee_image: quay.io/ansible/awx-ee:0.1.1 - tower_web_resource_requirements: requests: cpu: 500m diff --git a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml index 05b46ee7..adfe68d6 100644 --- a/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml +++ b/deploy/olm-catalog/awx-operator/manifests/awx-operator.clusterserviceversion.yaml @@ -15,7 +15,6 @@ metadata: "deployment_type": "awx", "tower_admin_email": "test@example.com", "tower_create_preload_data": true, - "tower_ee_image": "quay.io/ansible/awx-ee:0.1.1", "tower_image": "quay.io/ansible/awx:18.0.0", "tower_ingress_type": "ingress", "tower_memcached_image": "memcached:alpine", @@ -209,11 +208,6 @@ spec: x-descriptors: - urn:alm:descriptor:com.tectonic.ui:advanced - urn:alm:descriptor:com.tectonic.ui:hidden - - displayName: Tower EE Image - path: tower_ee_image - x-descriptors: - - urn:alm:descriptor:com.tectonic.ui:advanced - - urn:alm:descriptor:com.tectonic.ui:hidden - displayName: Redis Image path: tower_redis_image x-descriptors: