Consolidate writing json configs with HostPrepTasks
authorSteven Hardy <shardy@redhat.com>
Mon, 10 Apr 2017 15:16:29 +0000 (16:16 +0100)
committerSteven Hardy <shardy@redhat.com>
Wed, 17 May 2017 14:15:11 +0000 (15:15 +0100)
commitc96130bb7917ed6188e62cbeebfe07b34e1dee09
tree68437b2c995e5db72a2c0c6a8576636d1766d9e6
parent013e27fe0d52c7572676b939020c1d07980096db
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
docker/create-config-dir.sh [deleted file]
docker/docker-steps.j2