diff --git a/applications/sia/values-usdfdev.yaml b/applications/sia/values-usdfdev.yaml new file mode 100644 index 0000000000..ed2cba4234 --- /dev/null +++ b/applications/sia/values-usdfdev.yaml @@ -0,0 +1,10 @@ +config: + + # Data (Butler) Collections + butlerDataCollections: + - config: "https://raw.githubusercontent.com/lsst-dm/dax_obscore/refs/heads/main/configs/embargo-sia.yaml" + label: "LSST.Embargo" + name: "embargo" + butler_type: "REMOTE" + repository: "https://usdf-rsp-dev.slac.stanford.edu/api/butler/repo/embargo/butler.yaml" + datalink_url: "https://usdf-rsp-dev.slac.stanford.edu/api/datalink/links?ID=butler%3A//embargo/{id}" diff --git a/applications/sia/values-usdfint.yaml b/applications/sia/values-usdfint.yaml new file mode 100644 index 0000000000..5d2437fd76 --- /dev/null +++ b/applications/sia/values-usdfint.yaml @@ -0,0 +1,10 @@ +config: + + # Data (Butler) Collections + butlerDataCollections: + - config: "https://raw.githubusercontent.com/lsst-dm/dax_obscore/refs/heads/main/configs/embargo-sia.yaml" + label: "LSST.Embargo" + name: "embargo" + butler_type: "REMOTE" + repository: "https://usdf-rsp-int.slac.stanford.edu/api/butler/repo/embargo/butler.yaml" + datalink_url: "https://usdf-rsp-int.slac.stanford.edu/api/datalink/links?ID=butler%3A//embargo/{id}" diff --git a/applications/sia/values-usdfprod.yaml b/applications/sia/values-usdfprod.yaml new file mode 100644 index 0000000000..1bbcd3f823 --- /dev/null +++ b/applications/sia/values-usdfprod.yaml @@ -0,0 +1,10 @@ +config: + + # Data (Butler) Collections + butlerDataCollections: + - config: "https://raw.githubusercontent.com/lsst-dm/dax_obscore/refs/heads/main/configs/embargo-sia.yaml" + label: "LSST.Embargo" + name: "embargo" + butler_type: "REMOTE" + repository: "https://usdf-rsp.slac.stanford.edu/api/butler/repo/embargo/butler.yaml" + datalink_url: "https://usdf-rsp.slac.stanford.edu/api/datalink/links?ID=butler%3A//embargo/{id}" diff --git a/environments/values-usdfdev.yaml b/environments/values-usdfdev.yaml index ee2390b317..6940e32b38 100644 --- a/environments/values-usdfdev.yaml +++ b/environments/values-usdfdev.yaml @@ -33,7 +33,8 @@ applications: sasquatch: true schedview-snapshot: true semaphore: true - siav2: true + sia: true + siav2: false ssotap: true squareone: true strimzi: true