File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -574,7 +574,7 @@ restic::bucket: "rubin-bm-backups/%{facts.networking.fqdn}"
574574restic::enable_backup : true
575575restic::host : " s3.us-east-1.amazonaws.com"
576576
577- s3nd_default_image : " ghcr.io/lsst-dm/s3nd :1.8 .0"
577+ s3nd_default_image : " ghcr.io/lsst-dm/deliverator :1.10 .0"
578578s3nd::volumes :
579579 - " /data:/data"
580580 - " /home:/home"
Original file line number Diff line number Diff line change @@ -76,4 +76,4 @@ ccs_sal::lfa:
7676
7777ccs_software::influx_url : " https://ccs-influxdb.ls.lsst.org:443"
7878
79- s3nd_default_image_ls : " ghcr.io/lsst-dm/deliverator:1.10.0 "
79+ s3nd_default_image_ls : " %{alias('s3nd_default_image')} "
Original file line number Diff line number Diff line change 3333
3434 it do
3535 is_expected . to contain_s3nd__instance ( 'cp-latiss' ) . with (
36- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
36+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
3737 port : 15_571 ,
3838 volumes : [
3939 '/data:/data' ,
4747
4848 it do
4949 is_expected . to contain_s3nd__instance ( 'sdfembs3-latiss' ) . with (
50- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
50+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
5151 port : 15_581 ,
5252 volumes : [
5353 '/data:/data' ,
Original file line number Diff line number Diff line change 3232
3333 it do
3434 is_expected . to contain_s3nd__instance ( 'tu-latiss' ) . with (
35- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
35+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
3636 port : 15_571 ,
3737 volumes : [
3838 '/data:/data' ,
4646
4747 it do
4848 is_expected . to contain_s3nd__instance ( 's3dfrgw-latiss' ) . with (
49- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
49+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
5050 port : 15_581 ,
5151 volumes : [
5252 '/data:/data' ,
Original file line number Diff line number Diff line change 2929
3030 it do
3131 is_expected . to contain_s3nd__instance ( 'cp-comcam' ) . with (
32- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
32+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
3333 port : 15_571 ,
3434 volumes : [
3535 '/data:/data' ,
4343
4444 it do
4545 is_expected . to contain_s3nd__instance ( 'sdfembs3-comcam' ) . with (
46- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
46+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
4747 port : 15_581 ,
4848 volumes : [
4949 '/data:/data' ,
Original file line number Diff line number Diff line change 2929
3030 it do
3131 is_expected . to contain_s3nd__instance ( 'tu-comcam' ) . with (
32- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
32+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
3333 port : 15_571 ,
3434 volumes : [
3535 '/data:/data' ,
4343
4444 it do
4545 is_expected . to contain_s3nd__instance ( 's3dfrgw-comcam' ) . with (
46- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
46+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
4747 port : 15_581 ,
4848 volumes : [
4949 '/data:/data' ,
Original file line number Diff line number Diff line change 33shared_examples 'lsstcam-dc.cp' do
44 it do
55 is_expected . to contain_s3nd__instance ( 'cp-lsstcam' ) . with (
6- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
6+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
77 port : 15_571 ,
88 volumes : [
99 '/data:/data' ,
2222
2323 it do
2424 is_expected . to contain_s3nd__instance ( 'sdfembs3-lsstcam' ) . with (
25- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
25+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
2626 port : 15_581 ,
2727 volumes : [
2828 '/data:/data' ,
4242
4343 it do
4444 is_expected . to contain_s3nd__instance ( 'sdfembs3-lsstcam-test' ) . with (
45- image : 'ghcr.io/lsst-dm/s3nd :1.8 .0' ,
45+ image : 'ghcr.io/lsst-dm/deliverator :1.10 .0' ,
4646 port : 15_591 ,
4747 volumes : [
4848 '/data:/data' ,
You can’t perform that action at this time.
0 commit comments