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:
parent
5c1530ee53
commit
c039a91b61
3 changed files with 41 additions and 0 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue