CDLUC3 / dmsp_aws_prototype

Sceptre CloudFormation templates for DMPHub v2
MIT License
1 stars 0 forks source link

DMPHub prod deploy #59

Closed briri closed 5 months ago

briri commented 9 months ago

Build out the DMPHub prod environment and then connect DMPTool prod to it

December:

Week Prior to Deploy:

Day before:

Deploy:

Post Deploy:

briri commented 6 months ago

@ashleygould, can you please give me permission to execute dynamodb:DeleteItem in the stg/prd account?

briri commented 5 months ago

delayed job is having an issue starting up via systemd but we were able to get it running when starting it manually. Need to investigate tomorrow

Forgot to replace the credentials file BEFORE deploying which caused issues when trying to contact the DMPHub. Had to update the SSM parameter and then redeploy the app

briri commented 5 months ago

DMP Upload seems to be working except for the NIH project search. Which records the following in the logs. Interestingly, it is showing localhost so something appears to be wrong in the React client.

I, [2024-01-23T19:34:06.736010 #8572]  INFO -- : [c4166358-e0c9-427b-9540-2f1df85775b6] Started GET "/localhost/api/v3/awards/nih?title=&years=2023&pi_names=Smith" for 128.48.94.168 at 2024-01-23 19:34:06 -0800
F, [2024-01-23T19:34:06.736801 #8572] FATAL -- : [c4166358-e0c9-427b-9540-2f1df85775b6]   
[c4166358-e0c9-427b-9540-2f1df85775b6] ActionController::RoutingError (No route matches [GET] "/localhost/api/v3/awards/nih"):
briri commented 5 months ago

Was able to fix the funder project search. Issue was with script that populated DB records

briri commented 5 months ago

This is complete. Will create a new ticket for the delayed_job issue