Skip to content

Commit f657382

Browse files
committed
(elqui & yagan) add rook-ceph-demo with all elqui nfs exports
1 parent defe3b2 commit f657382

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

fleet/lib/rook-ceph-demo/fleet.yaml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,27 @@ targetCustomizations:
160160
- name: comcam
161161
path: /comcam
162162
server: nfs-comcam.cp.lsst.org
163+
- name: dimm
164+
path: /dimm
165+
server: nfs-dimm.cp.lsst.org
166+
- name: jhome
167+
path: /jhome
168+
server: nfs-jhome.cp.lsst.org
169+
- name: lsstcam
170+
path: /lsstcam
171+
server: nfs-lsstcam.cp.lsst.org
172+
- name: obs-env
173+
path: /obs-env
174+
server: nfs-obs-env.cp.lsst.org
175+
- name: project
176+
path: /project
177+
server: nfs-project.cp.lsst.org
178+
- name: rsphome
179+
path: /rsphome
180+
server: nfs-rsphome.cp.lsst.org
181+
- name: scratch
182+
path: /scratch
183+
server: nfs-scratch.cp.lsst.org
163184
- name: pvc-only
164185
clusterSelector:
165186
matchExpressions:
@@ -186,3 +207,39 @@ targetCustomizations:
186207
- name: backup
187208
path: /backup
188209
server: 139.229.160.212
210+
- name: elqui
211+
clusterName: elqui
212+
helm:
213+
values:
214+
pvc:
215+
enabled: true
216+
nfs:
217+
enabled: true
218+
mounts:
219+
- name: auxtel
220+
path: /auxtel
221+
server: nfs-auxtel.cp.lsst.org
222+
- name: comcam
223+
path: /comcam
224+
server: nfs-comcam.cp.lsst.org
225+
- name: dimm
226+
path: /dimm
227+
server: nfs-dimm.cp.lsst.org
228+
- name: jhome
229+
path: /jhome
230+
server: nfs-jhome.cp.lsst.org
231+
- name: lsstcam
232+
path: /lsstcam
233+
server: nfs-lsstcam.cp.lsst.org
234+
- name: obs-env
235+
path: /obs-env
236+
server: nfs-obs-env.cp.lsst.org
237+
- name: project
238+
path: /project
239+
server: nfs-project.cp.lsst.org
240+
- name: rsphome
241+
path: /rsphome
242+
server: nfs-rsphome.cp.lsst.org
243+
- name: scratch
244+
path: /scratch
245+
server: nfs-scratch.cp.lsst.org

fleet/s/cp/c/elqui/rook-ceph-demo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../lib/rook-ceph-demo

0 commit comments

Comments
 (0)