Skip to content

Commit 9fc08f5

Browse files
committed
(node/lsstcam-dc02.cp) do not add image-handling service
1 parent dfe260b commit 9fc08f5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

hieradata/node/lsstcam-dc02.cp.lsst.org.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,12 @@ nm::connections:
2020
method=ignore
2121
2222
[proxy]
23+
24+
## The role ccs-dc adds the image-handling service to all lsstcam-dc*.cp nodes.
25+
## However, dc02.cp is a special case, where the service should not be present.
26+
lookup_options:
27+
ccs_software::services:
28+
merge:
29+
strategy: "first"
30+
31+
ccs_software::services:

hieradata/site/cp/cluster/lsstcam-ccs/role/ccs-dc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ files:
1111
owner: &ccsipauser 72055
1212
group: *ccsipauser
1313

14+
## Note: node/lsstcam-dc02.cp should not have image-handling,
15+
## and so specifically redefines services to be empty.
16+
## If you want to add more services here, they will also need to be
17+
## added to that node.
1418
ccs_software::services:
1519
prod:
1620
- {name: "image-handling", user: "ccs-ipa", group: "ccs-ipa", workdir: "/home/ccs-ipa"}

0 commit comments

Comments
 (0)