Files
openstack-helm/tools/gen-oslo-openstack-helm
Michał Dulko cc243499ec Update remaining markdown docs to RST
There were few remaining README.md files. This commit converts them to
RST.

Change-Id: Ia0be0012fff33b9be5c9db3febc1e45a076701ec
2017-05-22 10:56:51 +02: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.

.. code:: bash

    docker build . -t gen-oslo-openstack-helm
    PROJECT=heat
    sudo rm -rf /tmp/${PROJECT} || true
    docker run -it --rm \
      -e PROJECT="${PROJECT}" \
      -e PROJECT_BRANCH="stable/newton" \
      -e PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}.git \
      -v /tmp:/tmp:rw \
      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.