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

Move non secret configuration from clusters.yaml to defaults #368

Merged
merged 1 commit into from
Apr 16, 2024
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
23 changes: 23 additions & 0 deletions install/roles/automation-hub/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,26 @@ htpasswd_file: /tmp/htpasswd
# GitOps
gitops_channel_version: 1.11
gitops_version: 1.11.2

# ACM
acm_version: 2.9
loki_version: 5.8
openshift_logging_version: 5.8
acm_namespace: tealc-rhacm
acm_observability_namespace: open-cluster-management-observability

# ACS
acs_version: 4.3
acs_namespace: tealc-rhacs
acs_stackrox_namespace: stackrox
acs_api_token_file: "{{ playbook_dir }}/acs_api_token"
acs_init_secrets: "{{ playbook_dir }}/init-bundle.yaml"

# Cert Manager configs
cm_namespace: cert-manager
cm_operator_namespace: cert-manager-operator
cm_route53_credentials: route53-le-credentials
cm_route53_secret_key_ref: secret-key
cm_route53_access_key_ref: access-key
cm_certificate_secret: tealc-signed-certificate
cm_version: 1.12.0
Binary file modified install/secrets/clusters.yaml
Binary file not shown.
Loading