forked from srbala/fedora-kickstarts
experimental cloud spin: use min-cloud-agent instead of cloud-init
This commit is contained in:
parent
a272436f45
commit
26cce5f5dc
@ -17,7 +17,7 @@ firewall --disabled
|
|||||||
bootloader --timeout=1 --append="console=tty1 console=ttyS0,115200n8" extlinux
|
bootloader --timeout=1 --append="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,rsyslog,cloud-init,cloud-init-local,cloud-config,cloud-final
|
services --enabled=network,sshd,min-cloud-agent
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all
|
clearpart --all
|
||||||
@ -34,9 +34,8 @@ kernel-core
|
|||||||
@core
|
@core
|
||||||
grubby
|
grubby
|
||||||
|
|
||||||
# cloud-init does magical things with EC2 metadata, including provisioning
|
# experimental light-weight replacement for cloud-init
|
||||||
# a user account with ssh keys.
|
min-cloud-agent
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user