mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-15 10:02:27 +01:00
Radvd is needed in the template so we can start testing with IPv6
This commit is contained in:
parent
f741d99c80
commit
d56a962445
@ -105,7 +105,7 @@ install_packages() {
|
||||
apt-get update
|
||||
apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386
|
||||
|
||||
|
||||
apt-get --no-install-recommends -q -y --force=yes install radvd
|
||||
}
|
||||
|
||||
setup_accounts() {
|
||||
@ -239,6 +239,7 @@ configure_services() {
|
||||
chkconfig cloud off
|
||||
chkconfig xl2tpd off
|
||||
chkconfig hv_kvp_daemon off
|
||||
chkconfig radvd off
|
||||
}
|
||||
|
||||
do_signature() {
|
||||
|
||||
@ -88,6 +88,8 @@ install_packages() {
|
||||
# apt-get -q -y --force-yes purge build-essential
|
||||
|
||||
apt-get --no-install-recommends -q -y --force-yes install haproxy
|
||||
|
||||
apt-get --no-install-recommends -q -y --force=yes install radvd
|
||||
}
|
||||
|
||||
setup_accounts() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user