-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
sat-rocket
-
None
-
None
-
None
-
None
The following steps appear to be outdated:
- Step 4: Configure modules to use in cloud-init
The contents of the /etc/cloud/cloud.cfg file are incorrect and missing a line based on Unable to SSH to new Virtual Machine after upgrading the template to RHEL 8.7 or 9 - Red Hat Customer Portal.
- Step 5: Enable the CA certificate for the image:
The command `update-ca-trust enable` is deprecated and gives the following warning:
[root@rhel9-template cloud]# update-ca-trust enable Warning: 'enable' is a deprecated argument. Use 'update-ca-trust extract' in future. See 'update-ca-trust --help' for usage.Proceeding with extraction anyway for backwards compatibility. [root@rhel9-template cloud]# update-ca-trust extract [root@rhel9-template cloud]#
Step 7 has the correct command it seems
- Step 12: Remove the ifcfg scrips related to existing network configuration:
This step still references the /etc/sysconfig/network-scripts/ location which in RHEL 9 is incorrect as they are now located in /etc/NetworkManager/system-connections/ directory.
This should be updated for RHEL9 and RHEL10. Would be worth looking up RHEL8 since it's still a supported version for a while longer.
It would also be helpful to cover how to unregister a system from Satellite or Customer Portal since you have to install cloud-init packages and you don't want to have this template registered to the either of them
Unsure if there's a version of this for RHEL 8+,
But this needs to be updated for RHEL8+ with dnf. Step 1 for Unregistering needs to be updated to include dnf
[root@rhel9-template ~]# ls -al /var/cache/yum/* ls: cannot access '/var/cache/yum/*': No such file or directory [root@rhel9-template ~]# ls -al /var/cache/dnf/* |wc -l 116
- relates to
-
SAT-37803 Use user data on VMware image based provisioning
-
- New
-