Skip to content

Commit 89ea923

Browse files
committed
(site/cp/cluster/lsstcam-ccs/role/ccs-dc) new role file
Just using site/cp/role/ccs-dc would also affect comcam-dc01, and we only want this on lsstcam-dc*.cp.
1 parent b3dcc6e commit 89ea923

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
files:
3+
"/data":
4+
ensure: "directory"
5+
mode: "0755"
6+
owner: 0
7+
group: 0
8+
"/data/ccs-ipa-data":
9+
ensure: "directory"
10+
mode: "0755"
11+
owner: &ccsipauser 72055
12+
group: *ccsipauser
13+
14+
ccs_software::services:
15+
prod:
16+
- {name: "image-handling", user: "ccs-ipa", group: "ccs-ipa", workdir: "/home/ccs-ipa"}

0 commit comments

Comments
 (0)