Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable-4.9] Adding docker compose #2486

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci-docker-compose-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
env:
- { TEST_PROFILE: standalone, HUB_TEST_MARKS: "deployment_standalone or all" }
- { TEST_PROFILE: ldap, HUB_TEST_MARKS: "deployment_standalone or all or ldap" }
- { TEST_PROFILE: insights, HUB_TEST_MARKS: "deployment_cloud or all" }
- { TEST_PROFILE: community, HUB_TEST_MARKS: "deployment_community" }
- { TEST_PROFILE: standalone, HUB_TEST_MARKS: "x_repo_search" }
- { TEST_PROFILE: standalone, HUB_TEST_MARKS: "iqe_rbac_test" }
- { TEST_PROFILE: certified-sync, HUB_TEST_MARKS: "sync" }
- { TEST_PROFILE: standalone, HUB_TEST_MARKS: "rbac_roles" }

runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 4 additions & 1 deletion .gitleaks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"openshift/clowder/clowd-app.yaml",
"dev/Dockerfile.base",
"dev/standalone-ldap/galaxy_ng.env",
"galaxy_ng/tests"
"galaxy_ng/tests",
"dev/compose/signing/signing-secret.key",
"dev/compose/signing/signing-secret.key.password.txt",
"dev/compose/"
]
3 changes: 3 additions & 0 deletions dev/compose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Profiles:

- `standalone` - Run galaxy_ng for integration with Ansible Automation Platform
- `aap` - Run galaxy_ng for integration with Ansible Automation Platform and Resource Server
- `community` - Run galaxy_ng for galaxy.ansible.com development
- `insights` - Run galaxy_ng for console.redhat.com development

## Requirements

Expand Down
Loading