-
The setup for the ephemeral environments. You do not need to setup clowder or any of the IQE tools, but you do need to setup bonfire.
-
Clone/update the branch https://github.com/mikedep333/pulp-ocp-template/tree/hcaas_ephemeral_environment .
- NOTE: Only pulp-template.yaml will be used. The other .yaml files are out-of-date and will not be used.
-
Download/install the mc client
- Note that the rpm will require creating an alias:
alias mc=mcli
- Note that the rpm will require creating an alias:
This file contains hidden or 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
| diff --git a/images/compose/docker-compose.yml b/images/compose/docker-compose.yml | |
| index 028e4ac..227a43a 100644 | |
| --- a/images/compose/docker-compose.yml | |
| +++ b/images/compose/docker-compose.yml | |
| @@ -75,6 +75,9 @@ services: | |
| POSTGRES_SERVICE_PORT: 5432 | |
| POSTGRES_SERVICE_HOST: postgres | |
| restart: always | |
| + ports: | |
| + - "24816-24916:24816" |
This file contains hidden or 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
| diff --git a/.ci/scripts/update_ci_branches.py b/.ci/scripts/update_ci_branches.py | |
| index 4d92d8c..aecc997 100755 | |
| --- a/.ci/scripts/update_ci_branches.py | |
| +++ b/.ci/scripts/update_ci_branches.py | |
| @@ -13,7 +13,7 @@ github_api = "https://api.github.com" | |
| for branch in branches: | |
| print(f"Updating {branch}") | |
| - if type(branch) == float and ( branch < 3.22 ): | |
| + if type(branch) == float and branch < 3.22 : |
This file contains hidden or 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
| # Bonfire deployment configuration | |
| # ~/.config/bonfire/config.yaml | |
| # Defines where to fetch the file that defines application configs | |
| appsFile: | |
| host: gitlab | |
| repo: insights-platform/cicd-common | |
| path: bonfire_configs/ephemeral_apps_deprecated.yaml | |
| # (optional) define any apps locally. An app defined here with <name> will override config for app |
OlderNewer