From f7a6464b3b982c3fd477120d3cd3df22c30dd99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Jeanneret?= Date: Mon, 16 Mar 2026 08:27:56 +0100 Subject: [PATCH] Update repo references from rhoso-gitops to openstack-k8s-operators/gitops Replace all GitHub URLs and doc references from the old repository location (openstack-gitops/rhoso-gitops) to the new one (openstack-k8s-operators/gitops) after the repo move. - applications/vault-secrets-operator.yaml: component URL and repoURL - example/*/kustomization.yaml: remote component URLs (controlplane, dataplane, dependencies) - README.md: example snippets in documentation - .github/scripts/verify-kustomize-builds.py: docstring Kustomize verification script run successfully; all components and examples build. Change implemented with AI assistance. Tool: Cursor IDE Model: Cursor Agent (Auto) Mode: Agent (plan then execute); signed commit created with non-sandbox terminal for SSH agent / GPG access. Made-with: Cursor --- .github/scripts/verify-kustomize-builds.py | 2 +- README.md | 4 ++-- applications/vault-secrets-operator.yaml | 4 ++-- example/controlplane/kustomization.yaml | 6 +++--- example/dataplane/kustomization.yaml | 4 ++-- example/dependencies/kustomization.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/scripts/verify-kustomize-builds.py b/.github/scripts/verify-kustomize-builds.py index d44335b..21613a3 100755 --- a/.github/scripts/verify-kustomize-builds.py +++ b/.github/scripts/verify-kustomize-builds.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -"""Verify that all rhoso-gitops components build successfully with kustomize. +"""Verify that all gitops components build successfully with kustomize. Discovers components dynamically under components/rhoso/ and example/, runs kustomize build for each, and reports a summary table. Fails only at diff --git a/README.md b/README.md index 9a38e78..f3299a1 100644 --- a/README.md +++ b/README.md @@ -171,14 +171,14 @@ These annotations enable ArgoCD to determine the order that resources are create path: "..." kustomize: components: - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=TAG + - https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=TAG ``` 1. From within an overlay or base: ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization components: - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=TAG + - https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=TAG # [...] ``` diff --git a/applications/vault-secrets-operator.yaml b/applications/vault-secrets-operator.yaml index bbb2409..44b695e 100644 --- a/applications/vault-secrets-operator.yaml +++ b/applications/vault-secrets-operator.yaml @@ -15,9 +15,9 @@ spec: source: kustomize: components: - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations + - https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations path: resources/vault-secrets-operator - repoURL: https://github.com/openstack-gitops/rhoso-gitops.git + repoURL: https://github.com/openstack-k8s-operators/gitops.git targetRevision: HEAD syncPolicy: automated: {} diff --git a/example/controlplane/kustomization.yaml b/example/controlplane/kustomization.yaml index aafec18..f22e2c1 100644 --- a/example/controlplane/kustomization.yaml +++ b/example/controlplane/kustomization.yaml @@ -4,9 +4,9 @@ kind: Kustomization components: # Remote refs (for CI/ArgoCD): - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0 - - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane?ref=v0.1.0 - - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane/services/watcher?ref=v0.1.0 + - https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0 + - https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane?ref=v0.1.0 + - https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane/services/watcher?ref=v0.1.0 # Local paths (for "kustomize build" testing): # - ../../components/argocd/annotations # - ../../components/rhoso/controlplane diff --git a/example/dataplane/kustomization.yaml b/example/dataplane/kustomization.yaml index 9ea4d52..d886274 100644 --- a/example/dataplane/kustomization.yaml +++ b/example/dataplane/kustomization.yaml @@ -4,8 +4,8 @@ kind: Kustomization components: # Remote refs (for CI/ArgoCD): - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0 - - https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/dataplane?ref=v0.1.0 + - https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0 + - https://github.com/openstack-k8s-operators/gitops/components/rhoso/dataplane?ref=v0.1.0 # Local paths (for "kustomize build" testing): # - ../../components/argocd/annotations # - ../../components/rhoso/dataplane diff --git a/example/dependencies/kustomization.yaml b/example/dependencies/kustomization.yaml index 2113b53..0e9d005 100644 --- a/example/dependencies/kustomization.yaml +++ b/example/dependencies/kustomization.yaml @@ -4,4 +4,4 @@ kind: Kustomization components: - https://github.com/openstack-k8s-operators/architecture/lib/olm-deps?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c - - https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0 + - https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0