Skip to content

Commit

Permalink
move generated bobs to opi/iocs
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jul 24, 2024
1 parent 7dc9d2b commit a2c1915
Show file tree
Hide file tree
Showing 11 changed files with 416 additions and 74 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ venv*
*workspace

# this is the root directory for generated opi files
# and is created at runtime
services/opi
# and is created at runtime by IOCs using PVI
opi/iocs
!opi/iocs/README.md
6 changes: 3 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# or for a multiple server repo:
# docker compose --profile deploy -f my_server_01.yml up --detach

include:
# initialise volumes
- include/init.yml
# to deploy the IOCs to a workstation for testing and development, use:
# docker compose up --detach

include:
# all profiles
- services/bl01t-ea-test-01/compose.yml
- services/bl01t-di-cam-01/compose.yml
Expand Down
8 changes: 0 additions & 8 deletions include/init.sh

This file was deleted.

15 changes: 0 additions & 15 deletions include/init.yml

This file was deleted.

3 changes: 0 additions & 3 deletions include/ioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
services:
# linux IOCs that run in a container #########################################
linux_ioc: &linux_ioc
depends_on:
- init_iocs

labels:
# a reference to which repository created this IOC
ioc_group: bl01t
Expand Down
21 changes: 0 additions & 21 deletions include/volumes.yml

This file was deleted.

Loading

0 comments on commit a2c1915

Please sign in to comment.