refactor: make Gitea the sole CI authority
This commit is contained in:
@@ -28,7 +28,7 @@ status:
|
||||
argo: true
|
||||
runtime: true
|
||||
public: true
|
||||
git-mirror: true
|
||||
git-mirror: false
|
||||
publicExposures:
|
||||
NC01:
|
||||
v03:
|
||||
|
||||
@@ -24,15 +24,16 @@ lanes:
|
||||
version: v0.3
|
||||
sourceBranch: v0.3
|
||||
sourceAuthority:
|
||||
mode: gitMirrorSnapshot
|
||||
resolver: k8s-git-mirror
|
||||
mode: giteaSnapshot
|
||||
resolver: gitea-mirror
|
||||
giteaMirrorRepoKey: hwlab-nc01-v03
|
||||
allowHostGit: false
|
||||
allowHostWorkspace: false
|
||||
allowGithubDirectInPipeline: false
|
||||
sourceSnapshot:
|
||||
stageRefPrefix: "refs/unidesk/snapshots/hwlab-node-runtime/{branch}"
|
||||
missingObjectPolicy: fail-fast
|
||||
refreshPolicy: sync-before-snapshot
|
||||
refreshPolicy: gitea-controlled-snapshot
|
||||
workspace: /root/hwlab-v03
|
||||
cicdRepo: /root/hwlab-v03-cicd.git
|
||||
cicdRepoLock: /tmp/hwlab-v03-cicd-repo.lock
|
||||
@@ -43,8 +44,8 @@ lanes:
|
||||
controlPlaneFieldManager: unidesk-hwlab-v03-control-plane
|
||||
git:
|
||||
url: git@github.com:pikasTech/HWLAB.git
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local/pikasTech/HWLAB.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local/pikasTech/HWLAB.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitopsBranch: v0.3-gitops
|
||||
catalogPath: deploy/artifact-catalog.v03.json
|
||||
runtime:
|
||||
@@ -306,9 +307,9 @@ lanes:
|
||||
git:
|
||||
url: git@github.com:pikasTech/HWLAB.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
argo:
|
||||
repoURL: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
repoURL: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitopsBranch: v0.3-gitops
|
||||
catalogPath: deploy/artifact-catalog.nc01-v03.json
|
||||
runtime:
|
||||
|
||||
@@ -158,8 +158,8 @@ sourceAuthority:
|
||||
gitOpsDelivery:
|
||||
enabled: true
|
||||
targetId: NC01
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
branch: unidesk-host-gitops
|
||||
sourceSnapshotPrefix: refs/unidesk/snapshots/gitea-actions/unidesk-master-nc01
|
||||
desiredManifestPath: deploy/gitops/platform-infra/gitea-nc01/resources.yaml
|
||||
@@ -169,7 +169,7 @@ sourceAuthority:
|
||||
name: platform-infra-gitea-nc01
|
||||
namespace: argocd
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/platform-infra/gitea-nc01
|
||||
destinationNamespace: devops-infra
|
||||
@@ -194,8 +194,8 @@ sourceAuthority:
|
||||
disposition: replaced-by-gitea
|
||||
- name: gitops-flush
|
||||
current: legacy-git-mirror
|
||||
target: github-direct-or-gitea-writeback
|
||||
disposition: retained-for-gitops-flush
|
||||
target: gitea-writeback
|
||||
disposition: replaced-by-gitea
|
||||
- name: legacy-status
|
||||
current: branch-follower-status
|
||||
target: gitea-mirror-status
|
||||
@@ -215,14 +215,11 @@ sourceAuthority:
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git
|
||||
gitops:
|
||||
branch: jd01-v0.2-gitops
|
||||
flushDisposition: retained-for-gitops-flush
|
||||
flushDisposition: gitea-writeback
|
||||
snapshot:
|
||||
naming: historical-gitea-actions-prefix-retained-for-existing-refs
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/agentrun-v0.2
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/agentrun.git
|
||||
configRef: config/cicd-branch-followers.yaml#followers.agentrun-jd01-v02.nativeStatus.source.gitMirrorReadUrl
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: agentrun-nc01-v02
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -237,14 +234,11 @@ sourceAuthority:
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git
|
||||
gitops:
|
||||
branch: nc01-v0.2-gitops
|
||||
flushDisposition: retained-for-gitops-flush
|
||||
flushDisposition: gitea-writeback
|
||||
snapshot:
|
||||
naming: historical-gitea-actions-prefix-retained-for-existing-refs
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/agentrun-v0.2
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/agentrun.git
|
||||
configRef: config/cicd-branch-followers.yaml#followers.agentrun-nc01-v02.nativeStatus.source.gitMirrorReadUrl
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: agentrun-nc01-release
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -259,13 +253,11 @@ sourceAuthority:
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-agentrun.git
|
||||
gitops:
|
||||
branch: nc01-release-gitops
|
||||
flushDisposition: retained-for-gitops-flush
|
||||
flushDisposition: gitea-writeback
|
||||
snapshot:
|
||||
naming: agentrun-release-prefix
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/agentrun-release
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/agentrun.git
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: unidesk-master
|
||||
targetId: JD01
|
||||
upstream:
|
||||
@@ -284,10 +276,7 @@ sourceAuthority:
|
||||
snapshot:
|
||||
naming: historical-gitea-actions-prefix-retained-for-existing-refs
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/unidesk-master
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
configRef: config/cicd-branch-followers.yaml#controller.source.gitMirrorReadUrl
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: unidesk-master-nc01
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -306,10 +295,7 @@ sourceAuthority:
|
||||
snapshot:
|
||||
naming: historical-gitea-actions-prefix-retained-for-existing-refs
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/unidesk-master-nc01
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
configRef: config/cicd-branch-followers.yaml#controller.source.gitMirrorReadUrl
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: sub2rank-nc01
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -328,10 +314,7 @@ sourceAuthority:
|
||||
snapshot:
|
||||
naming: application-source-snapshot
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/apistate-master-nc01
|
||||
legacyGitMirror:
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-apistate.git
|
||||
configRef: config/platform-infra/sub2rank.yaml#application.remote
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: sub2rank-development-nc01
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -397,28 +380,6 @@ sourceAuthority:
|
||||
naming: application-source-snapshot
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/hwpod-home-main-nc01
|
||||
legacyGitMirror: null
|
||||
- key: hwlab-jd01-v03
|
||||
targetId: JD01
|
||||
upstream:
|
||||
repository: pikasTech/HWLAB
|
||||
cloneUrl: https://github.com/pikasTech/HWLAB.git
|
||||
branch: v0.3
|
||||
gitea:
|
||||
owner: mirrors
|
||||
name: pikasTech-HWLAB
|
||||
mirrorMode: controlled-push
|
||||
publicRead: true
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitops:
|
||||
branch: v0.3-gitops
|
||||
flushDisposition: retained-for-gitops-flush
|
||||
snapshot:
|
||||
naming: historical-gitea-actions-prefix-retained-for-existing-refs
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/hwlab-node-runtime/v0.3
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
configRef: config/hwlab-node-lanes.yaml#lanes.v03.targets.JD01.git.readUrl
|
||||
disposition: replaced-by-gitea
|
||||
- key: hwlab-nc01-v03
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -433,14 +394,11 @@ sourceAuthority:
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitops:
|
||||
branch: v0.3-gitops
|
||||
flushDisposition: retained-for-gitops-flush
|
||||
flushDisposition: gitea-writeback
|
||||
snapshot:
|
||||
naming: historical-gitea-actions-prefix-retained-for-existing-refs
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/hwlab-node-runtime/v0.3
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
configRef: config/hwlab-node-lanes.yaml#lanes.v03.targets.NC01.git.readUrl
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: hwlab-nc01-production
|
||||
targetId: NC01
|
||||
upstream:
|
||||
@@ -455,14 +413,11 @@ sourceAuthority:
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitops:
|
||||
branch: release-gitops
|
||||
flushDisposition: retained-for-gitops-flush
|
||||
flushDisposition: gitea-writeback
|
||||
snapshot:
|
||||
naming: gitea-actions-immutable-source
|
||||
prefix: refs/unidesk/snapshots/gitea-actions/hwlab-node-runtime/release
|
||||
legacyGitMirror:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
configRef: config/hwlab-node-lanes.yaml#lanes.production.targets.NC01.git.readUrl
|
||||
disposition: replaced-by-gitea
|
||||
legacyGitMirror: null
|
||||
- key: selfmedia-nc01
|
||||
targetId: NC01
|
||||
credentialOverride:
|
||||
|
||||
@@ -50,8 +50,8 @@ delivery:
|
||||
- hyueapi.com
|
||||
- .hyueapi.com
|
||||
gitops:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
branch: unidesk-host-gitops
|
||||
manifestPath: deploy/gitops/platform-infra/hwpod-home-nc01/resources.yaml
|
||||
releaseStatePath: deploy/gitops-state/platform-infra/hwpod-home-nc01.json
|
||||
|
||||
@@ -275,11 +275,6 @@ repositories:
|
||||
runtime_service_port: "8080"
|
||||
health_path: /healthz
|
||||
health_url: http://hwpod-home.hwpod-home.svc.cluster.local:8080/healthz
|
||||
- extends: templates.repositories.hwlabV03
|
||||
variables:
|
||||
NODE: JD01
|
||||
LANE: v03
|
||||
url: https://gitea.hwpod.com/mirrors/pikasTech-HWLAB
|
||||
- extends: templates.repositories.hwlabV03
|
||||
variables:
|
||||
NODE: NC01
|
||||
@@ -478,15 +473,27 @@ consumers:
|
||||
argoApplication: unidesk-host
|
||||
deliveryObservation:
|
||||
runtimeEvidence: required
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
closeoutGitOpsMirrorLane: v03
|
||||
params:
|
||||
gitops_read_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
gitops_write_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
gitops_username: unidesk-admin
|
||||
gitops_secret_name: pac-gitea-sentinel-nc01-v03
|
||||
runnerServiceAccount:
|
||||
name: unidesk-host-tekton-runner
|
||||
automountServiceAccountToken: false
|
||||
roleBindingName: unidesk-host-tekton-runner
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/unidesk-host
|
||||
destinationNamespace: unidesk
|
||||
automated: true
|
||||
repositoryCredential:
|
||||
secretName: argocd-repo-unidesk-host
|
||||
username: unidesk-admin
|
||||
- id: platform-infra-temporal-nc01
|
||||
repositoryRef: sentinel-nc01-v03
|
||||
node: NC01
|
||||
@@ -498,7 +505,7 @@ consumers:
|
||||
argoApplication: platform-infra-temporal-nc01
|
||||
deliveryObservation:
|
||||
runtimeEvidence: required
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
closeoutGitOpsMirrorLane: v03
|
||||
materializationOnly: true
|
||||
materializationPaths:
|
||||
@@ -507,16 +514,27 @@ consumers:
|
||||
- scripts/native/cicd/publish-platform-infra-temporal-gitops.ts
|
||||
- .tekton/platform-infra-temporal-nc01-pac.yaml
|
||||
params:
|
||||
gitops_read_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
gitops_write_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
gitops_username: unidesk-admin
|
||||
gitops_secret_name: pac-gitea-sentinel-nc01-v03
|
||||
runtime_deployment: temporal
|
||||
gitops_branch: temporal-nc01-gitops
|
||||
gitops_manifest_path: deploy/gitops/platform-infra/temporal-nc01/resources.yaml
|
||||
runnerServiceAccount:
|
||||
name: platform-infra-temporal-nc01-tekton-runner
|
||||
automountServiceAccountToken: false
|
||||
roleBindingName: platform-infra-temporal-nc01-tekton-runner
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: temporal-nc01-gitops
|
||||
path: deploy/gitops/platform-infra/temporal-nc01
|
||||
destinationNamespace: temporal
|
||||
automated: true
|
||||
repositoryCredential:
|
||||
secretName: argocd-repo-platform-infra-temporal-nc01
|
||||
username: unidesk-admin
|
||||
- id: platform-infra-gitea-nc01
|
||||
repositoryRef: sentinel-nc01-v03
|
||||
node: NC01
|
||||
@@ -540,11 +558,11 @@ consumers:
|
||||
argoApplication: sub2rank-nc01
|
||||
deliveryObservation:
|
||||
runtimeEvidence: required
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
closeoutGitOpsMirrorLane: v03
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/platform-infra/sub2rank-nc01
|
||||
destinationNamespace: platform-infra
|
||||
@@ -554,7 +572,7 @@ consumers:
|
||||
markerValue: admission-pac-v2:platform-infra-sub2rank-nc01
|
||||
executionServiceAccountName: sub2rank-nc01-tekton-runner
|
||||
gitOps:
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
runnerServiceAccount:
|
||||
name: sub2rank-nc01-tekton-runner
|
||||
@@ -584,7 +602,7 @@ consumers:
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/platform-infra/sub2rank-development-nc01
|
||||
destinationNamespace: platform-infra-development
|
||||
@@ -594,7 +612,7 @@ consumers:
|
||||
markerValue: admission-pac-v2:platform-infra-sub2rank-development-nc01
|
||||
executionServiceAccountName: sub2rank-development-nc01-tekton-runner
|
||||
gitOps:
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
runnerServiceAccount:
|
||||
name: sub2rank-development-nc01-tekton-runner
|
||||
@@ -621,11 +639,11 @@ consumers:
|
||||
argoApplication: hwpod-home-nc01
|
||||
deliveryObservation:
|
||||
runtimeEvidence: required
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
closeoutGitOpsMirrorLane: v03
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/platform-infra/hwpod-home-nc01
|
||||
destinationNamespace: hwpod-home
|
||||
@@ -635,7 +653,7 @@ consumers:
|
||||
markerValue: admission-pac-v2:platform-infra-hwpod-home-nc01
|
||||
executionServiceAccountName: hwpod-home-nc01-tekton-runner
|
||||
gitOps:
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
runnerServiceAccount:
|
||||
name: hwpod-home-nc01-tekton-runner
|
||||
@@ -651,10 +669,6 @@ consumers:
|
||||
hostNetwork: true
|
||||
dnsPolicy: ClusterFirstWithHostNet
|
||||
fsGroup: 1000
|
||||
- extends: templates.consumers.hwlabV03
|
||||
variables:
|
||||
NODE: JD01
|
||||
LANE: v03
|
||||
- extends: templates.consumers.hwlabV03
|
||||
variables:
|
||||
NODE: NC01
|
||||
@@ -912,7 +926,7 @@ consumers:
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/platform-infra/superapi-development-nc01
|
||||
destinationNamespace: superapi-development
|
||||
@@ -946,7 +960,7 @@ consumers:
|
||||
health_url: http://superapi-gateway.superapi-production.svc.cluster.local:8080/health
|
||||
argoBootstrap:
|
||||
project: default
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
targetRevision: unidesk-host-gitops
|
||||
path: deploy/gitops/platform-infra/superapi-production-nc01
|
||||
destinationNamespace: superapi-production
|
||||
@@ -1030,8 +1044,10 @@ templates:
|
||||
concurrencyLimit: 1
|
||||
params:
|
||||
git_read_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
git_write_url: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
gitops_read_url: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
git_write_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitops_read_url: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
gitops_username: unidesk-admin
|
||||
gitops_secret_name: "pac-gitea-hwlab-${nodeLower}-v03"
|
||||
source_branch: v0.3
|
||||
gitops_branch: v0.3-gitops
|
||||
source_snapshot_prefix: refs/unidesk/snapshots/gitea-actions/hwlab-node-runtime/v0.3
|
||||
@@ -1094,7 +1110,7 @@ templates:
|
||||
argoApplication: "hwlab-web-probe-sentinel-${nodeLower}"
|
||||
deliveryObservation:
|
||||
runtimeEvidence: required
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
closeoutGitOpsMirrorLane: v03
|
||||
hwlabV03:
|
||||
id: "hwlab-${nodeLower}-v03"
|
||||
@@ -1108,11 +1124,18 @@ templates:
|
||||
argoApplication: hwlab-node-v03
|
||||
deliveryObservation:
|
||||
runtimeEvidence: required
|
||||
closeoutGitOpsMirrorFlush: true
|
||||
closeoutGitOpsMirrorFlush: false
|
||||
runnerServiceAccount:
|
||||
name: "hwlab-${nodeLower}-v03-tekton-runner"
|
||||
automountServiceAccountToken: false
|
||||
roleBindingName: "hwlab-${nodeLower}-v03-tekton-runner"
|
||||
argoBootstrap:
|
||||
project: hwlab-v03
|
||||
repoUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/HWLAB.git
|
||||
repoUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-HWLAB.git
|
||||
targetRevision: v0.3-gitops
|
||||
path: "deploy/gitops/node/${nodeLower}/runtime-v03"
|
||||
destinationNamespace: hwlab-v03
|
||||
automated: true
|
||||
repositoryCredential:
|
||||
secretName: "argocd-repo-hwlab-${nodeLower}-v03"
|
||||
username: unidesk-admin
|
||||
|
||||
@@ -94,8 +94,8 @@ delivery:
|
||||
- hyueapi.com
|
||||
- .hyueapi.com
|
||||
gitops:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
branch: unidesk-host-gitops
|
||||
manifestPath: deploy/gitops/platform-infra/sub2rank-nc01/resources.yaml
|
||||
releaseStatePath: deploy/gitops-state/platform-infra/sub2rank-nc01.json
|
||||
@@ -125,8 +125,8 @@ delivery:
|
||||
buildkitImage: 127.0.0.1:5000/hwlab/buildkit:rootless
|
||||
sourceSnapshotPrefix: refs/unidesk/snapshots/gitea-actions/apistate-development-nc01
|
||||
gitops:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
branch: unidesk-host-gitops
|
||||
manifestPath: deploy/gitops/platform-infra/sub2rank-development-nc01/resources.yaml
|
||||
releaseStatePath: deploy/gitops-state/platform-infra/sub2rank-development-nc01.json
|
||||
|
||||
@@ -37,8 +37,12 @@ delivery:
|
||||
serviceAccount: default
|
||||
timeout: 600s
|
||||
gitops:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
auth:
|
||||
username: unidesk-admin
|
||||
secretName: pac-gitea-sentinel-nc01-v03
|
||||
tokenKey: token
|
||||
branch: temporal-nc01-gitops
|
||||
path: deploy/gitops/platform-infra/temporal-nc01
|
||||
manifestPath: deploy/gitops/platform-infra/temporal-nc01/resources.yaml
|
||||
|
||||
@@ -64,8 +64,12 @@ delivery:
|
||||
- .svc.cluster.local
|
||||
- .cluster.local
|
||||
gitops:
|
||||
readUrl: http://git-mirror-http.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
writeUrl: http://git-mirror-write.devops-infra.svc.cluster.local:8080/pikasTech/unidesk.git
|
||||
readUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
writeUrl: http://gitea-http.devops-infra.svc.cluster.local:3000/mirrors/pikasTech-unidesk.git
|
||||
auth:
|
||||
username: unidesk-admin
|
||||
secretName: pac-gitea-sentinel-nc01-v03
|
||||
tokenKey: token
|
||||
branch: unidesk-host-gitops
|
||||
resources:
|
||||
- id: hwlab-nc01-v03-runtime-gitops-scripts
|
||||
|
||||
Reference in New Issue
Block a user