You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During boot, cloud-init identifies the cloud it is running on and initializes the system accordingly. Cloud instances will automatically be provisioned during first boot with networking, storage, SSH keys, packages and various other system aspects already configured.
10
+
11
+
running Cloud-Init is the job of the `cloud-init-local`, `cloud-init`, `cloud-config` and `cloud-final` init scripts in `/etc/init.d`. Cloud-Init can be configured to carry out a wide range of tasks such as adding `yum` or `apt` repositories, writing files, creating users and groups, and bootstrapping configuration management.
9
12
10
13
How is it possible to run a command via `runcmd` before installing its related package via `packages` in Cloud-Init? Which one runs first ?
11
14
@@ -104,6 +107,8 @@ packages:
104
107
-[Cloud-Init: Building clouds][yt-cloud-init-building-clouds]
0 commit comments