You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is part of the effort to add functionality of a Data Center Registry to the Program Service:
The Program Service scope is being expanded to also act as a Data Center Registry. Data Centers represent the Regional Data Processing Centers (RDPC) that ARGO will support a network of. Each program registered in the program-service must belong to a single Data Center. The Data Centers have various connection details that also need to be stored.
Update the Program entity so that every Program is connected to a Data Center. This requires a change to the Program DB table to include a new property with a foreign key relationship to the Data Center entity created in ticket #412 .
Required Changes
Update Program DB Table
Update Java entity for Program/DAO
Create migration to update existing data
Create an placeholder Data Center
Use the placeholder Data Center as the data_center_id for all existing programs
We need a placehodler DataCenter in order to modify to Program table and satisfy the mandatory ForeignKey requirement for all existing programs. After these changes are deployed, we have the opportunity to modify the placeholder Data Center to represent the initial Data Center hosting these programs.
Tickets will follow to update the RESTful endpoints for the Programs.
Updated ERD
The text was updated successfully, but these errors were encountered:
Update the Program entity so that every Program is connected to a Data Center. This requires a change to the Program DB table to include a new property with a foreign key relationship to the Data Center entity created in ticket #412 .
Required Changes
data_center_id
for all existing programsTickets will follow to update the RESTful endpoints for the Programs.
Updated ERD
The text was updated successfully, but these errors were encountered: