Jedrzej Nowak 1b28b8f3c4 Change resources structure to match repository one
Change-Id: Ie8d8c092e64890af2f0886303ef3f16752ba5b76
2015-12-18 18:01:20 +01:00

34 lines
488 B
YAML

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:
repos:
schema: list!
value: []
name:
schema: str
value: a node
location_id:
schema: str!
value: $uuid
reverse: True
partitioning:
schema: dict!
value:
tags: [resources=node]