32 lines
466 B
YAML

id: not_provisioned_node
handler: shell
version: 1.0.0
actions:
provision: provision.sh
run: run.sh
reboot: reboot.sh
input:
ip:
schema: str!
value:
master_key:
schema: str!
value:
admin_mac:
schema: str!
value:
name:
schema: str
value: a node
location_id:
schema: str!
value: $uuid
reverse: True
partitioning:
schema: dict!
value:
tags: [resources=node]