diff --git a/Jenkinsfile b/Jenkinsfile index b4fb46aa3..0052fd215 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ - TODO: #527 Get this list automatically from python-ci.yml at runtime. */ -def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits"] +def indicator_list = ["backfill_corrections", "changehc", "claims_hosp", "google_symptoms", "hhs_hosp", "nchs_mortality", "quidel_covidtest", "sir_complainsalot", "doctor_visits", "nwss_wastewater"] def build_package_main = [:] def build_package_prod = [:] def deploy_staging = [:] diff --git a/ansible/templates/nwss_wastewater-params-prod.json.j2 b/ansible/templates/nwss_wastewater-params-prod.json.j2 new file mode 100644 index 000000000..4cdd29bf7 --- /dev/null +++ b/ansible/templates/nwss_wastewater-params-prod.json.j2 @@ -0,0 +1,13 @@ +{ + "common": { + "export_dir": "./receiving", + "log_filename": "./nwss_wastewater.log", + "log_exceptions": false + }, + "indicator": { + "wip_signal": true, + "export_start_date": "2020-02-01", + "static_file_dir": "./static", + "token": "" + } +}