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

Cannot add data.gov domain to cloud.gov org #3573

Closed
adborden opened this issue Dec 2, 2021 · 1 comment
Closed

Cannot add data.gov domain to cloud.gov org #3573

adborden opened this issue Dec 2, 2021 · 1 comment
Labels
bug Software defect or bug

Comments

@adborden
Copy link
Contributor

adborden commented Dec 2, 2021

Found in #3555 (comment)

Hit a snag when creating the data.gov domain in cloud.gov. We're working through this with the cg-support team.

$ cf create-domain gsa-datagov data.gov
Creating private domain data.gov for org gsa-datagov as [email protected]...
The domain name "data.gov" cannot be created because "staging.api.data.gov" is already reserved by another domain
FAILED

The workaround is to create the individual domains as private domains.

$ cf create-private-domain gsa-datagov catalog.data.gov
$ cf map-route catalog catalog.data.gov

How to reproduce

  1. cf create-domain gsa-datagov data.gov

Expected behavior

domain is created successfully and I can map any *.data.gov route to applications

Actual behavior

cf error with domain conflict

Sketch

Resolve conflict with cloud.gov support.

@adborden adborden added the bug Software defect or bug label Dec 2, 2021
@mogul
Copy link
Contributor

mogul commented Dec 2, 2021

Closing as we have a workaround (explicitly create a CF domain for each of the subdomains).

@mogul mogul closed this as completed Dec 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Software defect or bug
Projects
None yet
Development

No branches or pull requests

2 participants