Commit 5775137f authored by Nadezhda Fedorova's avatar Nadezhda Fedorova Committed by Anton Midyukov

mixin.mk: add new cloud-init startup logic (for BRANCH=sisyphus)

New version of cloud-init has changes in services: cloud-init.service is moved to cloud-init-network.service, cloud-init-main.service is added for synchronization via creating of unix-sockets.
parent 061073d9
......@@ -203,6 +203,9 @@ mixin/regular-builder: use/dev/builder/base use/net/dhcp use/ntp/chrony
### vm.mk
mixin/cloud-init:
@$(call add,BASE_PACKAGES,cloud-init)
ifeq (sisyphus,$(BRANCH))
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-init-main cloud-init-network)
endif
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-config cloud-final)
@$(call add,DEFAULT_SERVICES_ENABLE,cloud-init cloud-init-local)
@$(call set,GLOBAL_NET_ETH,)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment