We want to ensure that cloud images connect to Red Hat[1] independently of how the content was acquired (PAYG, BYOS, or marketplace). This auto-registration feature is already enabled for AWS and this patch enables it for Azure with the same recommended settings: Services: rhsmcertd: Enabled (already done, so not changed in the patch) /etc/rhsm/rhsm.conf: auto_registration: enabled auto_registration_interval: 60 (the default, so not explicitly set) manage_repos: false The latter value `manage_repos` is left enabled (the default) in case the user explicitly requested to have the system subscribed, i.e. the `RHSMConfigWithSubscription` code path. Regenerate the relevant test manifests and image information. [1] https://cloud.redhat.com [2] https://docs.google.com/document/d/1VeZFJxNUlyZMQJh6s3NA3RLvadqATsGxVet6uuP87_4 |
||
|---|---|---|
| .. | ||
| distro_test_common | ||
| fedora33 | ||
| rhel8 | ||
| rhel84 | ||
| rhel85 | ||
| rhel86 | ||
| rhel90 | ||
| rhel90beta | ||
| test_distro | ||
| distro.go | ||
| distro_test.go | ||
| image_config.go | ||
| image_config_test.go | ||
| osrelease_test.go | ||