Skip to content
Snippets Groups Projects
Commit e5c5748f authored by Nathan Hertz's avatar Nathan Hertz
Browse files

Updated container NGAS configuration to disable FITS file verification

plugin
parent 01e91fac
No related branches found
No related tags found
1 merge request!413WS-621: Updated container NGAS configuration to disable FITS file verification plugin
Pipeline #2486 passed
......@@ -369,16 +369,11 @@ passwords will be expressed literally.
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
</Stream>
<Stream MimeType="image/x-fits" PlugIn="ngamsFitsPlugIn"
PlugInPars="compression=compress -f,
checksum_util=utilFitsChecksum,
skip_checksum=,
checksum_result=0/0000000000000000,
frame_ingest_db_id=TEST_SRV">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
</Stream>
<Stream MimeType="image/x-fits" PlugIn="ngamsGenDapi">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
</Stream>
<Stream MimeType="cal/x-fits" PlugIn="ngamsCalibDapi" PlugInPars="">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
......@@ -394,21 +389,15 @@ passwords will be expressed literally.
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
</Stream>
<Stream MimeType="application/x-cfits" PlugIn="ngamsFitsPlugIn"
PlugInPars="compression=compress -f,
checksum_util=utilFitsChecksum,
checksum_result=0/0000000000000000">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
<Stream MimeType="application/x-cfits" PlugIn="ngamsGenDapi">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
</Stream>
<Stream MimeType="application/x-gfits" PlugIn="ngamsFitsPlugIn"
PlugInPars="compression=compress -f,
checksum_util=utilFitsChecksum,
checksum_result=0/0000000000000000">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
<Stream MimeType="application/x-gfits" PlugIn="ngamsGenDapi">
<StorageSetRef StorageSetId="volume1"/>
<StorageSetRef StorageSetId="volume2"/>
<StorageSetRef StorageSetId="volume3"/>
</Stream>
<Stream MimeType="ngas/nglog" PlugIn="ngamsNgLogPlugIn" PlugInPars="">
<StorageSetRef StorageSetId="volume1"/>
......@@ -539,4 +528,4 @@ passwords will be expressed literally.
-->
<SubscriptionAuth Id="SubscriptionAuth" PlugInName="ngas_sub_auth_plugin"/>
</NgamsCfg>
\ No newline at end of file
</NgamsCfg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment