forked from att-comdev/openstack-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Genconfig Container entrypoint update, and initial Readme.
- Loading branch information
1 parent
edc5b93
commit b823789
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# 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. | ||
|
||
``` bash | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters