Skip to content
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
2 changes: 1 addition & 1 deletion charts/all/rhoso-gitops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Schema validation: `values.schema.json` (used by `helm lint` in CI).
Enabled by default in chart `values.yaml` except `openstack-secrets`
(`enabled: false` until you configure a real Git path). Pattern overrides in
`overrides/values-rhoso-gitops.yaml` pin paths to the upstream
`example/*` directories at tag `v0.1.0`.
`example/*` directories at tag `v0.3.4`.

| Application | Purpose (summary) | Sync |
| --- | --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion charts/all/rhoso-gitops/tests/application_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tests:
value: example/openstack-controlplane
- equal:
path: spec.source.targetRevision
value: v0.1.0
value: v0.3.4
- equal:
path: spec.destination.server
value: https://kubernetes.default.svc
Expand Down
14 changes: 7 additions & 7 deletions charts/all/rhoso-gitops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
# Deploy openstack-operator.
# This covers "Deploying RHOSO - chapter 1"
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_installing-and-preparing-the-openstack-operator
Expand All @@ -39,7 +39,7 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
# Create the main OpenStack Custom Resource.
# This covers "Deploying RHOSO - chapter 1"
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_installing-and-preparing-the-openstack-operator
Expand All @@ -57,7 +57,7 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
# Create cluster secrets by syncing from the secure backend (placeholder path).
# Runs after operator-dependencies provides vault-secrets-operator or external-secrets-operator.
# This covers "Deploying RHOSO - chapter 2.3"
Expand All @@ -76,7 +76,7 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
# Create underlying networks for controlplane and dataplane.
# Covers "Deploying RHOSO - chapter 3"
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_preparing-rhoso-networks_preparing
Expand All @@ -94,7 +94,7 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
# Deploy and configure OpenStackControlPlane resource.
# Covers "Deploying RHOSO - chapter 4"
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_creating-the-control-plane
Expand All @@ -114,7 +114,7 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
# Deploy and configure OpenStackDataPlaneNodeSet and OpenStackDataPlaneDeployment resources.
# Covers "Deploying RHOSO - chapter 5"
# https://docs.redhat.com/en/documentation/red_hat_openstack_services_on_openshift/18.0/html/deploying_red_hat_openstack_services_on_openshift/assembly_creating-the-data-plane
Expand All @@ -132,4 +132,4 @@ applications:
maxDuration: 3m
syncOptions:
- Prune=true
targetRevision: v0.1.0
targetRevision: v0.3.4
116 changes: 5 additions & 111 deletions overrides/values-rhoso-gitops.yaml
Original file line number Diff line number Diff line change
@@ -1,112 +1,6 @@
---
# Helm values for charts/all/rhoso-gitops (child Argo CD Applications).
applicationNamespace: openshift-gitops
destinationServer: https://kubernetes.default.svc
applications:
operator-dependencies:
enabled: true
repoURL: https://github.com/openstack-k8s-operators/gitops
path: example/dependencies
targetRevision: v0.1.0
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
openstack-operator:
enabled: true
repoURL: https://github.com/openstack-k8s-operators/gitops
path: example/openstack-operator
targetRevision: v0.1.0
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
openstack-operator-cr:
enabled: true
repoURL: https://github.com/openstack-k8s-operators/gitops
path: example/openstack-operator-cr
targetRevision: v0.1.0
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
openstack-secrets:
enabled: false
repoURL: https://github.com/openstack-k8s-operators/gitops
path: TODO
targetRevision: v0.1.0
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
openstack-networks:
enabled: true
repoURL: https://github.com/openstack-k8s-operators/gitops
path: example/openstack-networks
targetRevision: v0.1.0
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
openstack-controlplane:
enabled: true
repoURL: https://github.com/openstack-k8s-operators/gitops
path: example/openstack-controlplane
targetRevision: v0.1.0
finalizers:
- resources-finalizer.argocd.argoproj.io/foreground
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
openstack-dataplane:
enabled: true
repoURL: https://github.com/openstack-k8s-operators/gitops
path: example/openstack-dataplane
targetRevision: v0.1.0
syncPolicy:
automated: {}
retry:
limit: 5
backoff:
duration: 30s
factor: 2
maxDuration: 3m
syncOptions:
- Prune=true
# User-managed overrides for charts/all/rhoso-gitops.
# Add only the keys you need to change from chart defaults
# (charts/all/rhoso-gitops/values.yaml). Unspecified keys inherit
# the chart defaults automatically.
# See charts/all/rhoso-gitops/README.md for available keys and examples.