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 support for enablement of Red Hat Subscription Manager #977

Open
1 task done
nesies opened this issue Nov 4, 2024 · 1 comment · May be fixed by #980
Open
1 task done

Add support for enablement of Red Hat Subscription Manager #977

nesies opened this issue Nov 4, 2024 · 1 comment · May be fixed by #980
Assignees
Labels
type/enhancement Enhancement
Milestone

Comments

@nesies
Copy link

nesies commented Nov 4, 2024

Code of Conduct

  • I have read and agree to the project's Code of Conduct.

Description

following discussion #975

Add a variable rhsm_enabled to enable or disable Red Hat Subscription Manager.

Use Case(s)

i you do not want to use Red Hat Subscription Manager

Potential Configuration

  • kickstart rhel 8 et 9
  • ansible
  • variables

References

Discussion #975

@nesies nesies added status/needs-review Needs Review type/enhancement Enhancement labels Nov 4, 2024
@tenthirtyam tenthirtyam removed the status/needs-review Needs Review label Nov 4, 2024
@tenthirtyam tenthirtyam added this to the Backlog milestone Nov 4, 2024
@nesies nesies linked a pull request Nov 6, 2024 that will close this issue
10 tasks
@tenthirtyam tenthirtyam changed the title feat: add rhsm_enabled to enable or disable Red Hat subscription manager Add support for enablement of Red Hat Subscription Manager Nov 7, 2024
@tenthirtyam tenthirtyam modified the milestones: Backlog, v0.22.0 Nov 7, 2024
@nesies
Copy link
Author

nesies commented Nov 8, 2024

i discovered that without Red Hat Subscript Manager, ansible is not able to install packages.

Kickstart needs to:

  • add custom yum repositories (as there is no rhsm)
  • add Red Hat rpm gpg keys

nesies added a commit to nesies/packer-examples-for-vsphere that referenced this issue Nov 21, 2024
Closed vmware-samples#977

without Red Hat Subscription Manager, you needs additionnal yum
repository.
Added variables
-  rhsm_enable
-  yum_repositories
-  rpm_gpg_keys

Signed-off-by: Fabien SEISEN <[email protected]>
nesies added a commit to nesies/packer-examples-for-vsphere that referenced this issue Nov 21, 2024
Closes vmware-samples#977

without Red Hat Subscription Manager, you needs additionnal yum
repository.
Added variables
-  rhsm_enable
-  yum_repositories
-  rpm_gpg_keys

Signed-off-by: Fabien SEISEN <[email protected]>
nesies added a commit to nesies/packer-examples-for-vsphere that referenced this issue Nov 21, 2024
Closes vmware-samples#977

without Red Hat Subscription Manager, you needs additionnal yum
repository.
Added variables
-  rhsm_enable
-  yum_repositories
-  rpm_gpg_keys

Signed-off-by: Fabien SEISEN <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants