Add cloud-init support in runner.
This commit is contained in:
parent
b5622a459c
commit
24f762d28c
6 changed files with 132 additions and 13 deletions
|
|
@ -27,6 +27,14 @@
|
|||
# be set when starting the runner during development e.g. from the IDE.
|
||||
# "namespace": ...
|
||||
|
||||
# Defines data for generating a cloud-init ISO image that is
|
||||
# attached to the VM.
|
||||
# "cloudInit":
|
||||
# "metaData":
|
||||
# ...
|
||||
# "userData":
|
||||
# ...
|
||||
|
||||
# Define the VM (required)
|
||||
"vm":
|
||||
# The VM's name (required)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue