mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Merge pull request #88 from proppy/add-gce-init
add InstallInitScript task to gce provider
This commit is contained in:
commit
53406e2b35
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue