aboutsummaryrefslogtreecommitdiffstats
path: root/docker/create-config-dir.sh
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2017-04-10 16:16:29 +0100
committerSteven Hardy <shardy@redhat.com>2017-05-17 15:15:11 +0100
commitc96130bb7917ed6188e62cbeebfe07b34e1dee09 (patch)
tree68437b2c995e5db72a2c0c6a8576636d1766d9e6 /docker/create-config-dir.sh
parent013e27fe0d52c7572676b939020c1d07980096db (diff)
Consolidate writing json configs with HostPrepTasks
We already have an ansible deployment that applies the per-service host_prep_tasks, so we can simplify the dependencies here by just doing the docker-steps host preparation at the same time. The motivation behind this is to both simplify the depends_on web we have here, reduce the number of discrete deployments, and also to potentially make running ansible directly e.g for debugging easier. In a future patch we'll convert the configuration steps to work in a similar way, such that they can be more easily reapplied e.g for rolling minor updates, possibly outside of heat. Change-Id: I9a201fc5a9e82c7fba4c2de36eb5332e21a81d37
Diffstat (limited to 'docker/create-config-dir.sh')
-rw-r--r--docker/create-config-dir.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/create-config-dir.sh b/docker/create-config-dir.sh
deleted file mode 100644
index 1be1a56f..00000000
--- a/docker/create-config-dir.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-# This is where we stack puppet configuration (for now)...
-mkdir -p /var/lib/config-data
-
-# This is the docker-puppet configs end in
-mkdir -p /var/lib/docker-puppet