Skip to content

Instantly share code, notes, and snippets.

@mikedep333
mikedep333 / hcaas-ee.md
Last active January 5, 2023 20:47
Creating an HCaaS Ephemeral Environment
@mikedep333
mikedep333 / gist:4b548a44085e7e9c162a5e9cd4c6b087
Created February 7, 2023 14:46
pulp docker-compose scaling pulp-content
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"
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 :
@mikedep333
mikedep333 / config.yaml
Created June 15, 2023 14:17
sample bonfire config for new app/component
# 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