edge-containers-cli 3.1.1__tar.gz → 3.4.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_sys_test.yml +1 -1
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.pre-commit-config.yaml +1 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/PKG-INFO +1 -1
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/_version.py +2 -2
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/cmds/cli.py +4 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/cmds/kubectl.py +1 -1
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/utils.py +16 -11
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/PKG-INFO +1 -1
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/SOURCES.txt +20 -5
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/conftest.py +2 -2
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/data/autocomplete.yaml +21 -15
- edge-containers-cli-3.4.1/tests/data/bl01t/.copier-answers.yml +10 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/.github/dependabot.yml +12 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/.github/workflows/ci_verify.sh +36 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/.github/workflows/verify.yml +16 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/.gitignore +8 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/LICENSE +201 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/README.md +8 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/environment.sh +52 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/helm/shared/Chart.yaml +13 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/helm/shared/README.md +21 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/helm/shared/values.yaml +85 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/include/iocs/Chart.yaml +21 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/include/iocs/templates/configmap.yaml +10 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/services/bl01t-ea-test-01/Chart.yaml +21 -0
- {edge-containers-cli-3.1.1/tests/data/example-ibek-config → edge-containers-cli-3.4.1/tests/data/bl01t/services/bl01t-ea-test-01/config}/ioc.db +7 -7
- edge-containers-cli-3.4.1/tests/data/bl01t/services/bl01t-ea-test-01/config/ioc.yaml +28 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/services/bl01t-ea-test-01/values.yaml +4 -0
- edge-containers-cli-3.4.1/tests/data/bl01t/update-helm +19 -0
- edge-containers-cli-3.4.1/tests/data/ioc.yaml +104 -0
- edge-containers-cli-3.4.1/tests/data/local.yaml +150 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/test_autocomplete.py +8 -8
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/test_ioc.py +21 -21
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/test_local.py +15 -15
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/test_system.py +3 -11
- edge-containers-cli-3.1.1/tests/data/example-ibek-config/ioc.yaml +0 -9
- edge-containers-cli-3.1.1/tests/data/ioc.yaml +0 -100
- edge-containers-cli-3.1.1/tests/data/local.yaml +0 -146
- edge-containers-cli-3.1.1/tests/data/services/bl45p-ea-ioc-01/config/ioc.yaml +0 -63
- edge-containers-cli-3.1.1/tests/data/services/bl45p-ea-ioc-01/values.yaml +0 -1
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.copier-answers.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.devcontainer/devcontainer.json +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/CONTRIBUTING.md +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/actions/install_requirements/action.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/dependabot.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/pages/index.html +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/pages/make_switcher.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_check.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_dist.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_pypi.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_release.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_test.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/_tox.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.github/workflows/ci.yml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.gitignore +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.vscode/extensions.json +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.vscode/launch.json +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.vscode/settings.json +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/.vscode/tasks.json +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/Dockerfile +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/LICENSE +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/README.md +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/catalog-info.yaml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/conf.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/explanations/decisions/0001-record-architecture-decisions.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/explanations/decisions/0002-switched-to-pip-skeleton.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/explanations/decisions.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/build-docs.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/contribute.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/lint.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/make-release.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/pin-requirements.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/run-tests.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/static-analysis.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/test-container.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/how-to/update-tools.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/index.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/reference/standards.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/developer/tutorials/dev-install.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/genindex.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/images/dls-favicon.ico +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/images/dls-logo.svg +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/index.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/user/explanations/docs-structure.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/user/how-to/run-container.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/user/index.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/user/reference/api.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/docs/user/tutorials/installation.rst +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/pyproject.toml +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/setup.cfg +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/__init__.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/__main__.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/autocomplete.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/cmds/__init__.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/cmds/helm.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/cmds/k8s_commands.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/cmds/local_commands.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/docker.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/git.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/globals.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/logging.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli/shell.py +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/dependency_links.txt +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/entry_points.txt +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/requires.txt +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/top_level.txt +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/__init__.py +0 -0
- {edge-containers-cli-3.1.1/tests/data/services/bl45p-ea-ioc-01 → edge-containers-cli-3.4.1/tests/data/bl01t/services/bl01t-ea-test-01}/pretend_helm.tgz +0 -0
- {edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/tests/test_cli.py +0 -0
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
16
16
|
env:
|
|
17
17
|
EC_INTERACTIVE_TESTING: "true"
|
|
18
18
|
EC_K8S_NAMESPACE: "default"
|
|
19
|
-
EC_SERVICES_REPO: "https://github.com/
|
|
19
|
+
EC_SERVICES_REPO: "https://github.com/epics-containers/bl01t.git"
|
|
20
20
|
steps:
|
|
21
21
|
- name: start minikube
|
|
22
22
|
id: minikube
|
|
@@ -117,6 +117,7 @@ def deploy_local(
|
|
|
117
117
|
autocompletion=force_plain_completion,
|
|
118
118
|
),
|
|
119
119
|
yes: bool = typer.Option(False, "-y", "--yes", help="Skip confirmation prompt"),
|
|
120
|
+
wait: bool = typer.Option(False, "--wait", help="Waits for readiness"),
|
|
120
121
|
args: str = typer.Option("", help="Additional args for helm, 'must be quoted'"),
|
|
121
122
|
):
|
|
122
123
|
"""
|
|
@@ -125,6 +126,7 @@ def deploy_local(
|
|
|
125
126
|
if ctx.obj.namespace == globals.LOCAL_NAMESPACE:
|
|
126
127
|
LocalCommands(ctx.obj).deploy_local(svc_instance, yes, args)
|
|
127
128
|
else:
|
|
129
|
+
args = args if not wait else args + " --wait"
|
|
128
130
|
K8sCommands(ctx.obj).deploy_local(svc_instance, yes, args)
|
|
129
131
|
|
|
130
132
|
|
|
@@ -139,6 +141,7 @@ def deploy(
|
|
|
139
141
|
help="Version tag of the IOC/service to deploy",
|
|
140
142
|
autocompletion=avail_versions,
|
|
141
143
|
),
|
|
144
|
+
wait: bool = typer.Option(False, "--wait", help="Waits for readiness"),
|
|
142
145
|
args: str = typer.Option(
|
|
143
146
|
"", help="Additional args for helm or docker, 'must be quoted'"
|
|
144
147
|
),
|
|
@@ -150,6 +153,7 @@ def deploy(
|
|
|
150
153
|
if ctx.obj.namespace == globals.LOCAL_NAMESPACE:
|
|
151
154
|
LocalCommands(ctx.obj, service_name).deploy(service_name, version, args)
|
|
152
155
|
else:
|
|
156
|
+
args = args if not wait else args + " --wait"
|
|
153
157
|
K8sCommands(ctx.obj, service_name, check=False).deploy(
|
|
154
158
|
service_name, version, args
|
|
155
159
|
)
|
|
@@ -11,6 +11,7 @@ from pathlib import Path
|
|
|
11
11
|
from typing import Optional
|
|
12
12
|
|
|
13
13
|
import typer
|
|
14
|
+
from ruamel.yaml import YAML
|
|
14
15
|
|
|
15
16
|
import edge_containers_cli.globals as globals
|
|
16
17
|
from edge_containers_cli.logging import log
|
|
@@ -23,16 +24,20 @@ def get_instance_image_name(svc_instance: Path, tag: Optional[str] = None) -> st
|
|
|
23
24
|
log.error(f"values.yaml not found in {svc_instance}")
|
|
24
25
|
raise typer.Exit(1)
|
|
25
26
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
with open(values) as fp:
|
|
28
|
+
yaml = YAML(typ="safe").load(fp)
|
|
29
|
+
|
|
30
|
+
try:
|
|
31
|
+
read_image = yaml["shared"]["ioc-instance"]["image"] + f":{tag}"
|
|
32
|
+
base_image, base_tag = read_image.split(":")[:2]
|
|
33
|
+
except KeyError:
|
|
34
|
+
log.error(f"shared.ioc-instance.image not found in {values}")
|
|
35
|
+
raise typer.Exit(1) from None
|
|
36
|
+
|
|
37
|
+
tag = tag or base_tag
|
|
38
|
+
full_image = base_image + f":{tag}"
|
|
34
39
|
|
|
35
|
-
return
|
|
40
|
+
return full_image
|
|
36
41
|
|
|
37
42
|
|
|
38
43
|
def check_instance_path(service_path: Path):
|
|
@@ -44,8 +49,8 @@ def check_instance_path(service_path: Path):
|
|
|
44
49
|
|
|
45
50
|
log.info(f"checking instance {service_name} at {service_path}")
|
|
46
51
|
if service_path.is_dir():
|
|
47
|
-
if not (service_path / "
|
|
48
|
-
log.error("
|
|
52
|
+
if not (service_path / "Chart.yaml").exists():
|
|
53
|
+
log.error("A Service instance requires Chart.yaml")
|
|
49
54
|
raise typer.Exit(1)
|
|
50
55
|
else:
|
|
51
56
|
log.error(f"instance path {service_path} does not exist")
|
{edge-containers-cli-3.1.1 → edge-containers-cli-3.4.1}/src/edge_containers_cli.egg-info/SOURCES.txt
RENAMED
|
@@ -81,8 +81,23 @@ tests/test_system.py
|
|
|
81
81
|
tests/data/autocomplete.yaml
|
|
82
82
|
tests/data/ioc.yaml
|
|
83
83
|
tests/data/local.yaml
|
|
84
|
-
tests/data/
|
|
85
|
-
tests/data/
|
|
86
|
-
tests/data/
|
|
87
|
-
tests/data/
|
|
88
|
-
tests/data/
|
|
84
|
+
tests/data/bl01t/.copier-answers.yml
|
|
85
|
+
tests/data/bl01t/.gitignore
|
|
86
|
+
tests/data/bl01t/LICENSE
|
|
87
|
+
tests/data/bl01t/README.md
|
|
88
|
+
tests/data/bl01t/environment.sh
|
|
89
|
+
tests/data/bl01t/update-helm
|
|
90
|
+
tests/data/bl01t/.github/dependabot.yml
|
|
91
|
+
tests/data/bl01t/.github/workflows/ci_verify.sh
|
|
92
|
+
tests/data/bl01t/.github/workflows/verify.yml
|
|
93
|
+
tests/data/bl01t/helm/shared/Chart.yaml
|
|
94
|
+
tests/data/bl01t/helm/shared/README.md
|
|
95
|
+
tests/data/bl01t/helm/shared/values.yaml
|
|
96
|
+
tests/data/bl01t/include/iocs/Chart.yaml
|
|
97
|
+
tests/data/bl01t/include/iocs/templates/configmap.yaml
|
|
98
|
+
tests/data/bl01t/services/bl01t-ea-test-01/Chart.yaml
|
|
99
|
+
tests/data/bl01t/services/bl01t-ea-test-01/pretend_helm.tgz
|
|
100
|
+
tests/data/bl01t/services/bl01t-ea-test-01/templates
|
|
101
|
+
tests/data/bl01t/services/bl01t-ea-test-01/values.yaml
|
|
102
|
+
tests/data/bl01t/services/bl01t-ea-test-01/config/ioc.db
|
|
103
|
+
tests/data/bl01t/services/bl01t-ea-test-01/config/ioc.yaml
|
|
@@ -130,11 +130,11 @@ def mock_run(mocker):
|
|
|
130
130
|
# Patch globals
|
|
131
131
|
mocker.patch(
|
|
132
132
|
"edge_containers_cli.globals.EC_K8S_NAMESPACE",
|
|
133
|
-
"
|
|
133
|
+
"bl01t",
|
|
134
134
|
)
|
|
135
135
|
mocker.patch(
|
|
136
136
|
"edge_containers_cli.globals.EC_SERVICES_REPO",
|
|
137
|
-
"https://github.com/epics-containers/
|
|
137
|
+
"https://github.com/epics-containers/bl01t",
|
|
138
138
|
)
|
|
139
139
|
mocker.patch(
|
|
140
140
|
"edge_containers_cli.globals.EC_LOG_URL",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
all_iocs:
|
|
2
|
-
- cmd: kubectl get namespace
|
|
3
|
-
rsp: namespace/
|
|
4
|
-
- cmd: helm list -qn
|
|
5
|
-
rsp:
|
|
2
|
+
- cmd: kubectl get namespace bl01t -o name
|
|
3
|
+
rsp: namespace/bl01t
|
|
4
|
+
- cmd: helm list -qn bl01t
|
|
5
|
+
rsp: bl01t-ea-test-01
|
|
6
6
|
|
|
7
7
|
all_iocs_local:
|
|
8
8
|
- cmd: docker --version
|
|
@@ -10,10 +10,10 @@ all_iocs_local:
|
|
|
10
10
|
- cmd: podman buildx version
|
|
11
11
|
rsp: buildah 1.31.3
|
|
12
12
|
- cmd: podman ps -a --filter label=is_IOC=true --format .*
|
|
13
|
-
rsp:
|
|
13
|
+
rsp: bl01t-ea-test-01
|
|
14
14
|
|
|
15
15
|
avail_IOCs:
|
|
16
|
-
- cmd: git clone https://github.com/epics-containers/
|
|
16
|
+
- cmd: git clone https://github.com/epics-containers/bl01t /tmp/.*
|
|
17
17
|
rsp: Cloning into /tmp/xxxx...
|
|
18
18
|
- cmd: git tag
|
|
19
19
|
rsp: |
|
|
@@ -21,27 +21,33 @@ avail_IOCs:
|
|
|
21
21
|
- cmd: git ls-tree -r 2.0 --name-only
|
|
22
22
|
rsp: |
|
|
23
23
|
2.0
|
|
24
|
+
- cmd: git tag --sort=committerdate
|
|
25
|
+
rsp: |
|
|
26
|
+
2.0
|
|
27
|
+
- cmd: git ls-tree -r 2.0 --name-only
|
|
28
|
+
rsp: |
|
|
29
|
+
2.0
|
|
24
30
|
- cmd: git diff --name-only 2.0 2.0\^
|
|
25
31
|
rsp: |
|
|
26
|
-
2.0
|
|
32
|
+
2.0 bl01t-ea-test-01
|
|
27
33
|
|
|
28
34
|
avail_versions:
|
|
29
|
-
- cmd: git clone https://github.com/epics-containers/
|
|
35
|
+
- cmd: git clone https://github.com/epics-containers/bl01t /tmp/.*
|
|
30
36
|
rsp: Cloning into /tmp/xxxx...
|
|
31
37
|
- cmd: git tag
|
|
32
38
|
rsp: |
|
|
33
39
|
1.0
|
|
34
40
|
2.0
|
|
35
41
|
- cmd: git ls-tree -r 1.0 --name-only
|
|
36
|
-
rsp:
|
|
42
|
+
rsp: bl01t-ea-test-01
|
|
37
43
|
- cmd: git diff --name-only 1.0 2.0
|
|
38
|
-
rsp:
|
|
44
|
+
rsp: bl01t-ea-test-01
|
|
39
45
|
|
|
40
46
|
running_iocs:
|
|
41
|
-
- cmd: kubectl get namespace
|
|
42
|
-
rsp: namespace/
|
|
43
|
-
- cmd: kubectl -n
|
|
44
|
-
rsp: NAME,
|
|
47
|
+
- cmd: kubectl get namespace bl01t -o name
|
|
48
|
+
rsp: namespace/bl01t
|
|
49
|
+
- cmd: kubectl -n bl01t get pod -o custom-columns=IOC_NAME:metadata
|
|
50
|
+
rsp: NAME, bl01t-ea-test-01
|
|
45
51
|
|
|
46
52
|
running_iocs_local:
|
|
47
53
|
- cmd: docker --version
|
|
@@ -49,4 +55,4 @@ running_iocs_local:
|
|
|
49
55
|
- cmd: podman buildx version
|
|
50
56
|
rsp: buildah 1.31.3
|
|
51
57
|
- cmd: podman ps --filter label=is_IOC=true --format .*
|
|
52
|
-
rsp:
|
|
58
|
+
rsp: bl01t-ea-test-01
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
|
|
2
|
+
_commit: 3.2.1
|
|
3
|
+
_src_path: gh:epics-containers/ec-services-template
|
|
4
|
+
beamline: bl01t
|
|
5
|
+
cluster_namespace: local
|
|
6
|
+
description: beamline bl01t IOC Instances and Services
|
|
7
|
+
git_platform: github.com
|
|
8
|
+
github_org: ec-tests
|
|
9
|
+
repo_uri: ec-tests
|
|
10
|
+
type: beamline
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# CI to verify all the instances specified in this repo have valid configs.
|
|
4
|
+
# The intention here is to verify that any mounted config folder will work
|
|
5
|
+
# with the container image specified in values.yaml
|
|
6
|
+
#
|
|
7
|
+
# At present this will only work with IOCs because it uses ibek. To support
|
|
8
|
+
# other future services that don't use ibek, we will need to add a standard
|
|
9
|
+
# entrypoint for validating the config folder mounted at /config.
|
|
10
|
+
|
|
11
|
+
ROOT=$(realpath $(dirname ${0})/../..)
|
|
12
|
+
set -xe
|
|
13
|
+
|
|
14
|
+
# use docker if available else use podman
|
|
15
|
+
if ! docker version &>/dev/null; then docker=podman; else docker=docker; fi
|
|
16
|
+
|
|
17
|
+
for service in ${ROOT}/services/*
|
|
18
|
+
do
|
|
19
|
+
# Skip if subfolder has no config to validate
|
|
20
|
+
if [ ! -f "${service}/config/ioc.yaml" ]; then
|
|
21
|
+
continue
|
|
22
|
+
fi
|
|
23
|
+
|
|
24
|
+
# Get the container image that this service uses from values.yaml if supplied
|
|
25
|
+
image=$(cat ${service}/values.yaml | sed -rn 's/^ +image: (.*)/\1/p')
|
|
26
|
+
|
|
27
|
+
if [ -n "${image}" ]; then
|
|
28
|
+
echo "Validating ${service} with ${image}"
|
|
29
|
+
|
|
30
|
+
# This will fail and exit if the ioc.yaml is invalid
|
|
31
|
+
$docker run --rm --entrypoint bash \
|
|
32
|
+
-v ${service}/config:/config ${image} \
|
|
33
|
+
-c 'ibek runtime generate /config/ioc.yaml /epics/ibek-defs/*'
|
|
34
|
+
|
|
35
|
+
fi
|
|
36
|
+
done
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
on:
|
|
2
|
+
push:
|
|
3
|
+
pull_request:
|
|
4
|
+
|
|
5
|
+
jobs:
|
|
6
|
+
verify_ioc_instances:
|
|
7
|
+
runs-on: ubuntu-latest
|
|
8
|
+
# pull requests are a duplicate of a branch push if within the same repo.
|
|
9
|
+
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
|
|
10
|
+
|
|
11
|
+
steps:
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
|
+
|
|
14
|
+
- name: run IOC checks
|
|
15
|
+
run: |
|
|
16
|
+
bash .github/workflows/ci_verify.sh
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2021 Knap, Giles (DLSLtd,RAL,LSCI)
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# beamline bl01t IOC Instances and Services
|
|
2
|
+
|
|
3
|
+
This repository holds the a definition of beamline bl01t IOC Instances and services. Each sub folder of the `services` directory contains a helm chart for a specific service or IOC.
|
|
4
|
+
|
|
5
|
+
NOTE: in order to take advantage of version control, you must deploy these services using the edge-containers-cli. This will ensure that the services are deployed from a specific tag of this repository and that the version number is recorded in the cluster.
|
|
6
|
+
|
|
7
|
+
See https://github.com/epics-containers/edge-containers-cli for more information.
|
|
8
|
+
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# a bash script to source in order to set up your command line to in order
|
|
4
|
+
# to work with the bl01t IOCs and Services.
|
|
5
|
+
|
|
6
|
+
# check we are sourced
|
|
7
|
+
if [ "$0" = "$BASH_SOURCE" ]; then
|
|
8
|
+
echo "ERROR: Please source this script"
|
|
9
|
+
exit 1
|
|
10
|
+
fi
|
|
11
|
+
|
|
12
|
+
echo "Loading environment for beamline bl01t IOC Instances and Services ..."
|
|
13
|
+
|
|
14
|
+
#### SECTION 1. Environment variables ##########################################
|
|
15
|
+
|
|
16
|
+
# a mapping between generic IOC repo roots and the related container registry
|
|
17
|
+
# use spaces or line breaks to separate multiple mappings by default this
|
|
18
|
+
# inlcudes mappings for github and DLS gitlab, add your own here.
|
|
19
|
+
export EC_REGISTRY_MAPPING_REGEX='
|
|
20
|
+
.*github.com:(.*)\/(.*) ghcr.io/\1/\2
|
|
21
|
+
.*gitlab.diamond.ac.uk.*\/(.*) gcr.io/diamond-privreg/controls/prod/ioc/\1
|
|
22
|
+
'
|
|
23
|
+
# the namespace to use for kubernetes deployments - use local for local docker/podman
|
|
24
|
+
export EC_K8S_NAMESPACE=local
|
|
25
|
+
# the git repo for this project
|
|
26
|
+
export EC_SERVICES_REPO=ec-tests
|
|
27
|
+
# declare your centralised log server Web UI
|
|
28
|
+
export EC_LOG_URL="https://graylog2.diamond.ac.uk/search?rangetype=relative&fields=message%2Csource&width=1489&highlightMessage=&relative=172800&q=pod_name%3A{service_name}*"
|
|
29
|
+
# enforce a specific container cli - defaults to whatever is available
|
|
30
|
+
# export EC_CONTAINER_CLI=podman
|
|
31
|
+
# enable debug output in all 'ec' commands
|
|
32
|
+
# export EC_DEBUG=1
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
#### SECTION 2. Install ec #####################################################
|
|
36
|
+
|
|
37
|
+
# check if epics-containers-cli (ec command) is installed
|
|
38
|
+
if ! ec --version &> /dev/null; then
|
|
39
|
+
echo "ERROR: Please set up a virtual environment and: 'pip install edge-containers-cli'"
|
|
40
|
+
return 1
|
|
41
|
+
fi
|
|
42
|
+
|
|
43
|
+
# enable shell completion for ec commands
|
|
44
|
+
source <(ec --show-completion ${SHELL})
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
#### SECTION 3. Configure Kubernetes Cluster ###################################
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
# no cofiguration in this section for local docker/podman deployments
|
|
51
|
+
|
|
52
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# A Helm Chart for deploying an IOC instance
|
|
2
|
+
apiVersion: v2
|
|
3
|
+
name: shared
|
|
4
|
+
|
|
5
|
+
version: 3.0.0
|
|
6
|
+
|
|
7
|
+
type: application
|
|
8
|
+
|
|
9
|
+
dependencies:
|
|
10
|
+
- name: ioc-instance
|
|
11
|
+
version: "3.0.0"
|
|
12
|
+
repository: "oci://ghcr.io/epics-containers"
|
|
13
|
+
#repository: "file:///scratch/hgv27681/work/ec-helm-charts/Charts/ioc-instance"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
Beamline or Accelerator Domain Helm Chart Template
|
|
2
|
+
==================================================
|
|
3
|
+
|
|
4
|
+
The files in this folder are used to generate a helm chart for IOC instances
|
|
5
|
+
on this repository's beamline or accelerator ioc.
|
|
6
|
+
|
|
7
|
+
We generate a new helm chart for each IOC instance deployment. This is
|
|
8
|
+
primarily because helm cannot package the config folder at package time.
|
|
9
|
+
This approach could therefore be reviewed once this PR is released:
|
|
10
|
+
https://github.com/helm/helm/pull/10077
|
|
11
|
+
|
|
12
|
+
To deploy at IOC using beamline chart make sure you have epics-containers-cli
|
|
13
|
+
installed and you are connected to the correct kubernetes cluster.
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
source environment.sh
|
|
17
|
+
ec ioc deploy <ioc_name> <ioc_version>
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
see: [EPICS Containers CLI Repository](https://github.com/epics-containers/epics-containers-cli).
|
|
21
|
+
|