Add cloud-init to vhd images.
cloud-init can be used in Azure now
This commit is contained in:
parent
e401f36496
commit
8908ae8a7a
@ -25,7 +25,7 @@ timezone US/Eastern
|
|||||||
bootloader --location=mbr --append="no_timer_check console=ttyS0,115200n8 console=tty1 net.ifnames=0"
|
bootloader --location=mbr --append="no_timer_check console=ttyS0,115200n8 console=tty1 net.ifnames=0"
|
||||||
|
|
||||||
# Basic services
|
# Basic services
|
||||||
services --enabled=sshd,chronyd,waagent
|
services --enabled=sshd,chronyd,waagent,cloud-init
|
||||||
|
|
||||||
%post
|
%post
|
||||||
# Remove random-seed
|
# Remove random-seed
|
||||||
@ -43,6 +43,7 @@ kernel
|
|||||||
grub2
|
grub2
|
||||||
|
|
||||||
chrony
|
chrony
|
||||||
|
cloud-init
|
||||||
|
|
||||||
# Uninstall NetworkManager, install WALinuxAgent
|
# Uninstall NetworkManager, install WALinuxAgent
|
||||||
-NetworkManager
|
-NetworkManager
|
||||||
|
Loading…
Reference in New Issue
Block a user