mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-15 13:13:08 +00:00
experimental cloud image -- go back to cloud-init, since no one is currently working on developing min-cloud-agent
This commit is contained in:
parent
84abe1643c
commit
0edba30722
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user