providers/gce: add InstallInitScript task

This commit is contained in:
Johan Euphrosine 2014-05-09 00:31:36 -07:00
parent 551b01ea27
commit fdf11fcc1a

View file

@ -6,6 +6,7 @@ import tasks.image
import tasks.host import tasks.host
import tasks.packages import tasks.packages
from bootstrapvz.common.tasks import loopback from bootstrapvz.common.tasks import loopback
from bootstrapvz.common.tasks import initd
from bootstrapvz.common.tasks import ssh from bootstrapvz.common.tasks import ssh
import bootstrapvz.plugins.cloud_init.tasks import bootstrapvz.plugins.cloud_init.tasks
@ -35,6 +36,7 @@ def resolve_tasks(taskset, manifest):
tasks.host.DisableIPv6, tasks.host.DisableIPv6,
tasks.boot.ConfigureGrub, tasks.boot.ConfigureGrub,
initd.InstallInitScripts,
ssh.AddSSHKeyGeneration, ssh.AddSSHKeyGeneration,
tasks.apt.CleanGoogleRepositoriesAndKeys, tasks.apt.CleanGoogleRepositoriesAndKeys,