refactor: remove service id altogether
Deploy bin / deploy (push) Successful in 2s
Deploy agebd python package / deploy (push) Successful in 4s

This commit is contained in:
Benjamin Labrecque
2026-07-08 16:47:42 +02:00
parent 3d921e69c1
commit debac0cf5e
34 changed files with 76 additions and 92 deletions
+4 -4
View File
@@ -7,7 +7,7 @@ Set vars on command line:
```
ansible-playbook ansible/playbooks/add-new-service.yml \
-i ansible/hosts.yml \
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev new_service_dir_name=<service dir name>" \
--extra-vars="repo_root=${{ github.workspace }} agebd_env=dev service_name_lower=<service dir name>" \
-v
```
@@ -15,7 +15,7 @@ ansible-playbook ansible/playbooks/add-new-service.yml \
```
ansible-playbook ansible/plays/ioc/ioc-install.yml \
-i ansible/hosts.yml \
--extra-vars="agebd_env=dev branch_name=feature/add-service-001-playground new_service_dir_name=001-playground ioc_port=50003" \
--extra-vars="agebd_env=dev branch_name=feature/add-service-playground service_name_lower=playground ioc_port=50003" \
-v
```
@@ -24,7 +24,7 @@ TODO: how to get the ioc_port in cicd? Add it to the branch name?
```
ansible-playbook ansible/plays/ioc/ioc-start.yml \
-i ansible/hosts.yml \
--extra-vars="new_service_dir_name=001-playground ioc_port=50003" \
--extra-vars="service_name_lower=playground ioc_port=50003" \
-v
```
@@ -32,6 +32,6 @@ ansible-playbook ansible/plays/ioc/ioc-start.yml \
```
ansible-playbook ansible/plays/ioc/ioc-restart.yml \
-i ansible/hosts.yml \
--extra-vars="agebd_env=dev branch_name=feature/add-service-001-playground new_service_dir_name=001-playground" \
--extra-vars="agebd_env=dev branch_name=feature/add-service-playground service_name_lower=playground" \
-v
```
+5 -3
View File
@@ -1,5 +1,7 @@
# Overview of IOCs for Beam Dynamics
| IOC NAME | Port | Description |
|---|---|---|
| AGEBD-CPCL-MASTER | 50011 | IOC providing PVs for the service master application IOC enabling to monitor the health status of BD High Level Application Services with the alarm handler ALH |
The ports are configured in the [service registry](../../docs/ioc/ioc_overview.md)
| IOC NAME | Description |
|---|---|
| AGEBD-CPCL-MASTER | IOC providing PVs for the service master application IOC enabling to monitor the health status of BD High Level Application Services with the alarm handler ALH |