refactor: remove service id altogether
This commit is contained in:
+4
-4
@@ -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
|
||||
```
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user