Skip to content

Commit

Permalink
ndh: DSOS: disable PINS cdecopy (#938)
Browse files Browse the repository at this point in the history
* ndh cdecopy fix

* remove mercury option from cdecopy

* Remove mercury

* fix
  • Loading branch information
drobinson-moj authored Jul 23, 2024
1 parent 9ab60bf commit a2fa63d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ ndh_cdecopy_azure_storage_account_name: offlocprodapp
ndh_cdecopy_azure_storage_container_name: cde
ndh_cdecopy_noncore_hostname: PDRDW0030.azure.hmpp.root
ndh_cdecopy_s3_bucket_name: offloc-upload20240517094139820400000001
ndh_cdecopy_mercury_upload_dir: 'E:\Data\Extracts\Mercury'
ndh_cdecopy_pins_upload_dir: 'E:\saadianPINSv4\work\input'
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ndh_cdecopy_azure_storage_account_name: offlocstageapp
ndh_cdecopy_azure_storage_container_name: cde
ndh_cdecopy_noncore_hostname: T1RDW0001.azure.noms.root
ndh_cdecopy_s3_bucket_name: nomis-data-hub-software20230309164626754200000003
ndh_cdecopy_s3_bucket_name: offloc-upload20240515092114741500000001
2 changes: 1 addition & 1 deletion ansible/roles/ndh-cdecopy/tasks/add-cdecopy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@
minute: "{{ item.minute }}"
hour: "{{ item.hour }}"
user: root
job: "su tibco -c '/usr/local/bin/cdecopy.sh -apms' 2>&1 | logger -p local3.info -t cdecopy.sh"
job: "su tibco -c '/usr/local/bin/cdecopy.sh -ams' 2>&1 | logger -p local3.info -t cdecopy.sh"
loop: "{{ ndh_cdecopy_cron }}"

0 comments on commit a2fa63d

Please sign in to comment.