debian-forge-composer/internal/distro
Christian Kellner aaee939f9b distro/rhel86: enable auto-registration for azure
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
2022-04-06 22:40:01 +02:00
..
distro_test_common distro: load ostree parameters from test manifest if specified 2022-02-26 15:55:56 +00:00
fedora33 distro: define PartitionType method on ImageType 2022-02-22 19:23:41 +00:00
rhel8 distro: deduplicate groupStageOptions() in RHEL pipelines 2022-04-06 12:09:09 +02:00
rhel84 rhel84: panic if kernel not defined in installer 2022-04-06 12:09:09 +02:00
rhel85 distro: rename tarInstaller vars to imageInstaller 2022-04-06 12:09:09 +02:00
rhel86 distro/rhel86: enable auto-registration for azure 2022-04-06 22:40:01 +02:00
rhel90 distro: deduplicate userStageOptions() in RHEL pipelines 2022-04-06 12:09:09 +02:00
rhel90beta distro: rename tarInstaller vars to imageInstaller 2022-04-06 12:09:09 +02:00
test_distro weldr: expand ostree parameter test cases 2022-02-23 11:08:24 +01:00
distro.go distro: remove OSTreeImageOptions type and use ostree.RequestParams 2022-02-23 11:08:24 +01:00
distro_test.go Test all manifests with depsolved package sets 2021-11-19 19:50:25 +01:00
image_config.go distro: add GPGKeyFiles option to ImageConfig 2022-03-05 21:04:24 +01:00
image_config_test.go RHEL-90: move RHSM configuration to ImageConfig structure 2022-01-11 17:08:19 +01:00
osrelease_test.go distro: add DetectHost 2019-11-10 17:23:14 +01:00