Docker in name is no longer needed

This commit is contained in:
Egon Rijpkema
2018-04-23 15:35:21 +02:00
parent e2c62e15f0
commit 536df0decc
66 changed files with 0 additions and 0 deletions

15
heat/run.sh Executable file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Write the config files
/etc/write_conf.sh
heat-api -v -d &
sleep 5
heat-api-cfn -v -d &
sleep 5
heat-engine -v -d &
# If any process fails, kill the rest.
# This insures the container stops and systemd will restart it.
wait -n
pkill -P $$