File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
hieradata/site/cp/cluster
fixtures/hieradata/site/cp/cluster Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ s3daemon::instances:
1010 env :
1111 S3ND_ENDPOINT_URL : " https://s3.cp.lsst.org"
1212 S3ND_PORT : 15571
13- s3dfrgw -latiss :
13+ sdfembs3 -latiss :
1414 image : " %{alias('s3daemon_default_image')}"
1515 env :
16- S3_ENDPOINT_URL : " https://s3dfrgw .slac.stanford.edu"
16+ S3_ENDPOINT_URL : " https://sdfembs3.sdf .slac.stanford.edu"
1717 S3DAEMON_PORT : 15580
18- s3dfrgw -latiss-s3nd :
18+ sdfembs3 -latiss-s3nd :
1919 image : " %{alias('s3nd_default_image')}"
2020 env :
21- S3ND_ENDPOINT_URL : " https://s3dfrgw .slac.stanford.edu"
21+ S3ND_ENDPOINT_URL : " https://sdfembs3.sdf .slac.stanford.edu"
2222 S3ND_PORT : 15581
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ s3daemon::instances:
66 cp-latiss-s3nd :
77 aws_access_key_id : " %{alias('s3daemon_test::aws_access_key_id')}"
88 aws_secret_access_key : " %{alias('s3daemon_test::aws_secret_access_key')}"
9- s3dfrgw -latiss :
9+ sdfembs3 -latiss :
1010 aws_access_key_id : " %{alias('s3daemon_test::aws_access_key_id')}"
1111 aws_secret_access_key : " %{alias('s3daemon_test::aws_secret_access_key')}"
12- s3dfrgw -latiss-s3nd :
12+ sdfembs3 -latiss-s3nd :
1313 aws_access_key_id : " %{alias('s3daemon_test::aws_access_key_id')}"
1414 aws_secret_access_key : " %{alias('s3daemon_test::aws_secret_access_key')}"
Original file line number Diff line number Diff line change 5656 end
5757
5858 it do
59- is_expected . to contain_s3daemon__instance ( 's3dfrgw -latiss' ) . with (
59+ is_expected . to contain_s3daemon__instance ( 'sdfembs3 -latiss' ) . with (
6060 image : 'ghcr.io/lsst-dm/s3daemon:sha-57e1aa9' ,
6161 volumes : [
6262 '/data:/data' ,
6363 '/home:/home' ,
6464 ] ,
6565 env : {
66- 'S3_ENDPOINT_URL' => 'https://s3dfrgw .slac.stanford.edu' ,
66+ 'S3_ENDPOINT_URL' => 'https://sdfembs3.sdf .slac.stanford.edu' ,
6767 'S3DAEMON_PORT' => 15_580 ,
6868 }
6969 )
7070 end
7171
7272 it do
73- is_expected . to contain_s3daemon__instance ( 's3dfrgw -latiss-s3nd' ) . with (
73+ is_expected . to contain_s3daemon__instance ( 'sdfembs3 -latiss-s3nd' ) . with (
7474 image : 'ghcr.io/lsst-dm/s3nd:1.6.0' ,
7575 volumes : [
7676 '/data:/data' ,
7777 '/home:/home' ,
7878 ] ,
7979 env : {
80- 'S3ND_ENDPOINT_URL' => 'https://s3dfrgw .slac.stanford.edu' ,
80+ 'S3ND_ENDPOINT_URL' => 'https://sdfembs3.sdf .slac.stanford.edu' ,
8181 'S3ND_PORT' => 15_581 ,
8282 }
8383 )
You can’t perform that action at this time.
0 commit comments