Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ee_image description directly from déployment files #1861

Open
3 tasks done
JSGUYOT opened this issue May 17, 2024 · 1 comment
Open
3 tasks done

Add ee_image description directly from déployment files #1861

JSGUYOT opened this issue May 17, 2024 · 1 comment

Comments

@JSGUYOT
Copy link

JSGUYOT commented May 17, 2024

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX Operator is open source software provided for free and that I might not receive a timely response.

Feature Summary

Hello Teams,

Can you add possibility to add description on ee_images directly from deployment files ?

Actually, specs ars :

spec:
  ...
  image: myorg/my-custom-awx
  image_version: latest
  image_pull_policy: Always
  image_pull_secrets:
    - pull_secret_name
  ee_images:
    - name: my-custom-awx-ee
      image: myorg/my-custom-awx-ee
  control_plane_ee_image: myorg/my-custom-awx-ee:latest
  init_container_image: myorg/my-custom-awx-ee
  init_container_image_version: latest
  init_projects_container_image: myorg/my-mirrored-centos:stream9

Add description like this :

 ee_images:
    - name: my-custom-awx-ee
      image: myorg/my-custom-awx-ee
      description: my best description for this awx-ee image

Result of this must be add description of awx-ee image in AWX GUI execution enviromenent :

Thanks in adavance.

Best regards

@thedoubl3j thedoubl3j added type:enhancement New feature or request help wanted Extra attention is needed and removed help wanted Extra attention is needed labels May 22, 2024
@thedoubl3j
Copy link
Member

We are hesitant to add more things to the AWX Schema currently. We understand the want to keep things nice and neat in a yaml file but as a work around, you could use the awx collection as day 2 operations of deployment to add your EEs. The collection module does support adding a description (module code found here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants