Skip to content

v0.1.1

Compare
Choose a tag to compare
@ccll ccll released this 01 Aug 02:19
  • Add new optional field "user_data" in schema, accepts arbitary string, your VM specific configuration can be stored here.
    Some 3rdparty tool expects certain content be set in this field.
    For example, CiscoCloud/terraform.py (a terraform-ansible bridging tool) interprete 'user_data' as a JSON string:
    { "role": "foobar", ... }
    It uses the 'role' field to group hosts.