Use own attribute for control_plane_ee

Signed-off-by: Julen Landa Alustiza <jlanda@redhat.com>
This commit is contained in:
Julen Landa Alustiza
2021-06-02 14:55:53 +02:00
parent bc66f8e4bb
commit 83e46ee84b
5 changed files with 12 additions and 1 deletions

View File

@@ -149,6 +149,9 @@ spec:
type: string
image:
type: string
control_plane_ee_image:
description: Registry path to the Execution Environment container image to use on control plane pods
type: string
image_pull_policy:
description: The image pull policy
type: string

View File

@@ -151,6 +151,9 @@ spec:
type: string
image:
type: string
control_plane_ee_image:
description: Registry path to the Execution Environment container image to use on control plane pods
type: string
image_pull_policy:
description: The image pull policy
type: string

View File

@@ -149,6 +149,9 @@ spec:
type: string
image:
type: string
control_plane_ee_image:
description: Registry path to the Execution Environment container image to use on control plane pods
type: string
image_pull_policy:
description: The image pull policy
type: string

View File

@@ -114,6 +114,8 @@ ee_images:
- name: AWX EE 0.3.0
image: quay.io/ansible/awx-ee:0.3.0
control_plane_ee_image: quay.io/ansible/awx-ee:0.3.0
create_preload_data: true
replicas: "1"

View File

@@ -205,7 +205,7 @@ spec:
{{ task_extra_env | indent(width=12, indentfirst=True) }}
{% endif %}
resources: {{ task_resource_requirements }}
- image: '{{ ee_images[0].image }}'
- image: '{{ control_plane_ee_image }}'
name: '{{ meta.name }}-ee'
imagePullPolicy: '{{ image_pull_policy }}'
args: ['receptor', '--config', '/etc/receptor.conf']