-
Notifications
You must be signed in to change notification settings - Fork 331
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
feat: add rhsm_enabled
for Red Hat Enterprise Linux
#980
base: develop
Are you sure you want to change the base?
Conversation
1557191
to
8d7633d
Compare
rhsm_enabled
for Red Hat subscription manager
rhsm_enabled
for Red Hat subscription managerrhsm_enabled
for Red Hat Enterprise Linux
Hi @nesies - please amend your commit with the required sign-off. Once updated, we'll be able to review and proceed. Thanks! Ryan Johnson |
1fc6971
to
8189ef3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - added two commits to include in the v0.22.0 release.
@@ -21,3 +21,20 @@ vm_firmware = "efi-secure" | |||
iso_datastore_path = "iso/linux/rhel" | |||
iso_content_library_item = "rhel-9.4-x86_64-dvd" | |||
iso_file = "rhel-9.4-x86_64-dvd.iso" | |||
|
|||
rpm_gpg_keys = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this only be used if you want to use specific GPG keys or does this need to be new requirement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
by default, it seems there is no gpg key in RedHat
rpm_gpg_keys = var.rpm_gpg_keys | ||
yum_repositories = var.yum_repositories |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be only for RHEL or expanded to the other RHEL-based distributions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
even if not using RHSM, it can be usefull
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this should ideally be added to support the other RHEL-based distributions in the project.
504ca04
to
c7b39bb
Compare
bd642bc
to
7c00e18
Compare
Marked as draft until changes are addressed. |
d75e82e
to
d3c64d1
Compare
Add a new bool variable `rhsm_enabled`, to enable or not Red Hat Subscription Manager Default: `true` to maintain backward compatibility. Closes vmware-samples#977 Signed-off-by: Fabien SEISEN <seisen@gmail.com>
7c00e18
to
4c12186
Compare
@nesies this pull request will need some updates for full coverage in other rhel-based machines if including |
i need some time to see and implement that for other RedHat bases distros, thx |
Summary of Pull Request
Add a new bool variable
rhsm_enabled
, to enable or not Red Hat Subscription ManagerDefault:
true
to maintain backward compatibility.Type of Pull Request
type/bug
type/feature
ortype/enhancement
type/docs
type/refactor
type/chore
Please describe:
Related to Existing Issues
Closes #977
Test and Documentation Coverage
Breaking Changes?