feature: dynamicallt allocate port and save in service registry. Update iocs overview on service creation
Deploy bin / deploy (push) Successful in 5s
Deploy agebd python package / deploy (push) Successful in 2s

This commit is contained in:
Benjamin Labrecque
2026-07-08 14:40:18 +02:00
parent 9c0709989e
commit 6960b10ce0
13 changed files with 142 additions and 34 deletions
+1 -1
View File
@@ -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" \
--extra-vars="agebd_env=dev branch_name=feature/add-service-001-playground new_service_dir_name=001-playground ioc_port=50003" \
-v
```
View File
+5
View File
@@ -0,0 +1,5 @@
# 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 |