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

This commit is contained in:
Matthew Miller 2014-06-27 01:21:57 -04:00
parent 84abe1643c
commit 0edba30722
1 changed files with 5 additions and 3 deletions

View File

@ -17,7 +17,8 @@ firewall --disabled
bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux bootloader --timeout=1 --append="no_timer_check console=tty1 console=ttyS0,115200n8" --extlinux
network --bootproto=dhcp --device=eth0 --activate --onboot=on 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 zerombr
clearpart --all clearpart --all
@ -34,8 +35,9 @@ kernel-core
@core @core
grubby grubby
# experimental light-weight replacement for cloud-init # cloud-init does magical things with EC2 metadata, including provisioning
min-cloud-agent # a user account with ssh keys.
cloud-init
# this is used by openstack's cloud orchestration framework (and it's small) # this is used by openstack's cloud orchestration framework (and it's small)
heat-cfntools heat-cfntools