summaryrefslogtreecommitdiffstats
path: root/tools/cicdansible/heat/config.yaml
blob: 0521d72e1f1259d247ce4c6f299a99d1b1fc2243 (plain)
1
2
3
4
5
6
7
8
9
10
#cloud-config
#Enable root login.
disable_root: false
#Output everything to /dev/console...
output: { all: "/dev/console" }
#Initialization.
runcmd:
  - |
    set -efxu
    %{NOTIFY_COMMAND} --data-binary '{"status": "SUCCESS", "reason": "instance started successfully"}'