[Fedora-spins] [spin-kickstarts] experimental cloud image -- go back to cloud-init, since no one is currently working on developing m

Matthew Miller mattdm at fedoraproject.org
Fri Jun 27 05:22:27 UTC 2014


commit 0edba307224089a20953b0605b1f4e1deb246c40
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Fri Jun 27 01:21:57 2014 -0400

    experimental cloud image -- go back to cloud-init, since no one is currently working on developing min-cloud-agent

 fedora-cloud-experimental.ks |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/fedora-cloud-experimental.ks b/fedora-cloud-experimental.ks
index a52baba..e51e96f 100644
--- a/fedora-cloud-experimental.ks
+++ b/fedora-cloud-experimental.ks
@@ -17,7 +17,8 @@ firewall --disabled
 bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
 
 network --bootproto=dhcp --device=eth0 --activate --onboot=on
-services --enabled=network,sshd,min-cloud-agent
+services --enabled=network,sshd,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
+
 
 zerombr
 clearpart --all
@@ -34,8 +35,9 @@ kernel-core
 @core
 grubby
 
-# experimental light-weight replacement for cloud-init
-min-cloud-agent
+# cloud-init does magical things with EC2 metadata, including provisioning
+# a user account with ssh keys.
+cloud-init
 
 # this is used by openstack's cloud orchestration framework (and it's small)
 heat-cfntools


More information about the spins mailing list