From 4e1b576f67f040ab9a5b7135d0092240fc27300b Mon Sep 17 00:00:00 2001 From: Cloud User Date: Thu, 12 Mar 2026 15:20:47 +0900 Subject: [PATCH] Migrate repo to soo-rnd org and register runner at org level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Transfer repo from selee → soo-rnd organization - Re-register runner as org-level runner (shared across soo-rnd repos) - Update ArgoCD repo URL and application source - Update all references from selee/ to soo-rnd/ Co-Authored-By: Claude Opus 4.6 --- README.md | 6 +++--- argocd/application.yaml | 2 +- config.yaml | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d1e826..ecd6993 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Gitea + Gitea Runner + ArgoCD + DVC 기반 MLOps 파이프라인 구성 프로 ## Repository ``` -https://gitea.inje-private.com/selee/mlops-architecture +https://gitea.inje-private.com/soo-rnd/mlops-architecture ``` ## 환경 정보 @@ -70,7 +70,7 @@ curl -sk -X POST "https://gitea.inje-private.com/api/v1/user/repos" \ # 로컬 연결 git init && git branch -m main -git remote add origin https://gitea.inje-private.com/selee/mlops-architecture.git +git remote add origin https://gitea.inje-private.com/soo-rnd/mlops-architecture.git git add config.yaml README.md .gitignore git commit -m "Initial commit" git push -u origin main @@ -177,7 +177,7 @@ ssh ubuntu@runner "journalctl -u act_runner -f" ssh ubuntu@runner "sudo systemctl restart act_runner" # Gitea에서 Runner 등록 확인 -# https://gitea.inje-private.com/selee/mlops-architecture/settings/actions/runners +# https://gitea.inje-private.com/soo-rnd/mlops-architecture/settings/actions/runners ``` --- diff --git a/argocd/application.yaml b/argocd/application.yaml index fb2a47b..de2a2c4 100644 --- a/argocd/application.yaml +++ b/argocd/application.yaml @@ -6,7 +6,7 @@ metadata: spec: project: default source: - repoURL: https://gitea.inje-private.com/selee/mlops-architecture.git + repoURL: https://gitea.inje-private.com/soo-rnd/mlops-architecture.git targetRevision: main path: manifests destination: diff --git a/config.yaml b/config.yaml index 51ffd16..8a43143 100644 --- a/config.yaml +++ b/config.yaml @@ -39,6 +39,8 @@ components: version: v0.3.0 # act_runner version deploy_type: systemd # systemd service on VM runner_name: soo-runner + scope: organization # 조직(soo-rnd) 레벨 runner + organization: soo-rnd binary: /usr/local/bin/act_runner workdir: /opt/act_runner service_file: /etc/systemd/system/act_runner.service