openstack-helm/tools/gen-oslo-openstack-helm
2017-04-07 16:15:45 -05:00
..
Dockerfile Update entrypoint logic to hack tox.ini for config generation 2017-04-07 16:15:45 -05:00
entrypoint.sh Update entrypoint logic to hack tox.ini for config generation 2017-04-07 16:15:45 -05:00
generate.py Add config generation script and container to OpenStack-Helm 2017-04-07 16:15:45 -05:00
Makefile Add config generation script and container to OpenStack-Helm 2017-04-07 16:15:45 -05:00
oslo-config-generator Update entrypoint logic to hack tox.ini for config generation 2017-04-07 16:15:45 -05:00
README.md Genconfig Container entrypoint update, and initial Readme. 2017-04-07 16:15:45 -05:00

gen-oslo-openstack-helm

Oslo Config Generator Hack to Generate Helm Configs

Usage

From this directory run the following commands, adjusting for the OpenStack project and/or branch desired as necessary.

docker build . -t gen-oslo-openstack-helm
docker run -it --rm \
  -e PROJECT="heat" \
  -e PROJECT_BRANCH="stable/newton" \
  -e PROJECT_REPO=https://git.openstack.org/openstack/heat.git \
  gen-oslo-openstack-helm

This container will then drop you into a shell, at the project root with OpenStack-Helm formatted configuration files in the standard locations produced by genconfig for the project.