File tree Expand file tree Collapse file tree 10 files changed +56
-225
lines changed
src/deploy_tools/demo_configuration Expand file tree Collapse file tree 10 files changed +56
-225
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88
99 dependencies :
1010 - name : edge-containers-cli
11- version : no-beamline
11+ version : 4.4.5
1212
1313 applications : []
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=/workspaces/deploy-tools/src/deploy_tools/models/schemas/release.json
2+
3+ module :
4+ name : ec
5+ version : personal
6+ description : ec command line tool configured for personal namespace
7+ allow_updates : true
8+
9+ dependencies :
10+ - name : edge-containers-cli
11+ - name : argus
12+ version : local
13+
14+ env_vars :
15+ - name : EC_TARGET
16+ value : $::env(EC_TARGET)
17+ - name : EC_K8S_NAMESPACE
18+ value : $::env(USER)
19+ - name : EC_SERVICES_REPO
20+ value : $::env(EC_SERVICES_REPO)
21+
22+ applications : []
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=/workspaces/deploy-tools/src/deploy_tools/models/schemas/release.json
2+
3+ module :
4+ name : edge-containers-cli
5+ version : " 4.4.5"
6+ description : ec command line tool for kubernetes IOCs
7+ allow_updates : true
8+
9+ dependencies :
10+ - name : argocd
11+ version : v2.14.10
12+ - name : uv
13+ version : " 0.8.13"
14+
15+ env_vars :
16+ - name : EC_CLI_BACKEND
17+ value : ARGOCD
18+ - name : EC_LOG_URL
19+ value : " https://graylog.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{service_name}*"
20+ - name : EC_LOGIN_URL
21+ value : argocd login argocd.diamond.ac.uk --grpc-web --sso
22+
23+ applications :
24+ - app_type : shell
25+ name : ec
26+ script :
27+ - uvx -q --upgrade --from edge-containers-cli==5.0.0-alpha.1 ec "${@}"
28+
29+ - app_type : shell
30+ name : ec-login
31+ script :
32+ - argocd login argocd.diamond.ac.uk --grpc-web --sso
33+ - kubectl version
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=/workspaces/deploy-tools/src/deploy_tools/models/schemas/deployment-settings.json
22
33default_versions :
4- dls-pmac-control : " 0.1"
54 ec : no-beamline
You can’t perform that action at this time.
0 commit comments