aboutsummaryrefslogtreecommitdiffstats
path: root/docker/generate_json_config.sh
AgeCommit message (Collapse)AuthorFilesLines
2015-12-17Convert JSON generations from bash to pythonRyan Hallisey1-96/+0
Python script in the heat template will handle JSON generation for the containers. Change-Id: I296fd4a4948f3f937e3a108bc926af6415b350c4
2015-11-02Update docker compute environment to use json configRyan Hallisey1-0/+96
In liberty, Kolla copies around files and runs the service given a specified command, by reading a json file. This will update the existing work to follow that template by creating a json file for each of the services and pushing it into the containers. Change-Id: I5085d1896ea965fd8854765b055068a5ad30bcfd Co-Authored-By: Jeff Peeler <jpeeler@redhat.com>