Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💚 Correct DNS hierarchy for data-platform.service.justice.gov.uk #1187

Closed
5 tasks done
jacobwoffenden opened this issue Aug 17, 2023 · 2 comments
Closed
5 tasks done
Assignees
Labels
data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools

Comments

@jacobwoffenden
Copy link
Member

jacobwoffenden commented Aug 17, 2023

Suggested:

graph TD;
    acc_dp_dev(["data-platform-development"])
    acc_dp_tst(["data-platform-test"])
    acc_dp_prp(["data-platform-preproduction"])
    acc_dp_prd(["data-platform-production"])
    acc_dptools_dev(["data-platform-apps-and-tools-development"])
    acc_dptools_prd(["data-platform-apps-and-tools-production"])

    zone_dp_dev["development.data-platform.service.justice.gov.uk"]
    zone_dp_tst["test.data-platform.service.justice.gov.uk"]
    zone_dp_prp["preproduction.data-platform.service.justice.gov.uk"]
    zone_dp_prd["data-platform.service.justice.gov.uk"]
    zone_dptools_dev["apps-and-tools.development.data-platform.service.justice.gov.uk"]
    zone_dptools_prd["apps-and-tools.data-platform.service.justice.gov.uk"]

    acc_dp_dev-- hosts -->zone_dp_dev
    acc_dp_tst-- hosts -->zone_dp_tst
    acc_dp_prp-- hosts -->zone_dp_prp
    acc_dp_prd-- hosts -->zone_dp_prd
    acc_dptools_dev-- hosts -->zone_dptools_dev
    acc_dptools_prd-- hosts -->zone_dptools_prd

    zone_dp_prd-- delegates -->zone_dp_dev
    zone_dp_prd-- delegates -->zone_dp_tst
    zone_dp_prd-- delegates -->zone_dp_prp
    zone_dp_prd-- delegates -->zone_dptools_prd
    zone_dp_dev-- delegates -->zone_dptools_dev
Loading

TODO:

@jacobwoffenden
Copy link
Member Author

Route 53 has been configured in Modernisation Platform, we are just waiting for Ops Eng to update NS for data-platform.service.justice.gov.uk

@jacobwoffenden
Copy link
Member Author

Complete

@github-project-automation github-project-automation bot moved this to ✨ Done ✨ in Analytical Platform Sep 18, 2023
@jacobwoffenden jacobwoffenden added the data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools
Projects
Archived in project
Development

No branches or pull requests

1 participant