distro/rhel90: enable and configure NetworkManager-cloud-setup

Package was already installed, but we needed to enable the timer and
service and set the correct env variable via a drop-in to enable the
Azure cloud.
This commit is contained in:
Christian Kellner 2022-05-31 00:29:23 +02:00 committed by Tom Gundersen
parent 5c1530ee53
commit c039a91b61
3 changed files with 41 additions and 0 deletions

View file

@ -2629,6 +2629,8 @@
"options": {
"enabled_services": [
"firewalld",
"nm-cloud-setup.service",
"nm-cloud-setup.timer",
"sshd",
"waagent"
],
@ -2750,6 +2752,18 @@
]
}
},
{
"type": "org.osbuild.systemd.unit",
"options": {
"unit": "nm-cloud-setup.service",
"dropin": "10-rh-enable-for-azure.conf",
"config": {
"Service": {
"Environment": "NM_CLOUD_SETUP_AZURE=yes"
}
}
}
},
{
"type": "org.osbuild.sshd.config",
"options": {

View file

@ -6815,6 +6815,8 @@
"options": {
"enabled_services": [
"firewalld",
"nm-cloud-setup.service",
"nm-cloud-setup.timer",
"sshd",
"waagent"
],
@ -6936,6 +6938,18 @@
]
}
},
{
"type": "org.osbuild.systemd.unit",
"options": {
"unit": "nm-cloud-setup.service",
"dropin": "10-rh-enable-for-azure.conf",
"config": {
"Service": {
"Environment": "NM_CLOUD_SETUP_AZURE=yes"
}
}
}
},
{
"type": "org.osbuild.sshd.config",
"options": {