Closed evamaxfield closed 3 years ago
Hello! 👋 Thanks for initiating the process to configure a new CDP instance.
I am a bot that will validate the information provided in your form. If any check fails, please update your issue by opening the '⋯' dropdown in the top-right-corner of your GitHub Issue and selecting 'Edit'. I will automatically rerun the checks after you update the issue to validate the changes.
A member from the CDP team will respond as soon as possible!
✅ @JacksonMaxfield has been marked as the instance maintainer.
✅ CouncilDataProject/test-deployment is available.
✅ An existing scraper for 'Test Deployment' was found in cdp-scrapers
(cdp_scrapers.instances.get_test_deployment_events
). If this scraper was selected incorrectly, please update the Municipality Slug field with more specificity (i.e. 'seattle-wa' instead of 'seattle').
{
"municipality": "Test Deployment",
"municipality_slug": "test-deployment",
"python_municipality_slug": "test_deployment",
"infrastructure_slug": "cdp-test-deployment-435b5309",
"maintainer_or_org_full_name": "JacksonMaxfield",
"hosting_github_username_or_org": "CouncilDataProject",
"hosting_github_repo_name": "test-deployment",
"hosting_github_url": "https://github.com/CouncilDataProject/test-deployment",
"hosting_web_app_address": "https://councildataproject.org/test-deployment",
"firestore_region": "us-central"
}
Prior to triggering this deployment:
make login
and login to the CDP gcloud and pulumi accountsmake init project=cdp-test-deployment-435b5309
More details on the make
commands can be found in cdp-backend.
This comment was written by a bot!
cdp-test-deployment-435b5309
This comment was written by a bot!
/cdp-deploy
:tada: :tada: Completed :tada: :tada:
A new CouncilDataProject Instance Repository was created (CouncilDataProject/test-deployment), external collaborator added (@JacksonMaxfield), and cookiecutter files generated and pushed to repository.
The instance should be setting itself up right now. See the instance's GitHub Action job history for more details as to progress of deployment setup.
At any point in the future if you would like to destroy this instance, please just add a comment to this thread and a maintainer will help you.
The remaining setup steps take an additional ~10 minutes to complete. A CDP maintainer will comment on this issue when the instance has been fully deployed.
make gen-key project=cdp-test-deployment-435b5309
GOOGLE_CREDENTIALS
cdp-test-deployment-435b5309
Firebase project
rules_version = '2';
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read;
}
}
}
rules_version = '2';
service firebase.storage {
match /b/{bucket}/o {
match /{allPaths=**} {
allow read;
}
}
}
make login
and login to the CDP gcloud and pulumi accountsmake destroy project=cdp-test-deployment-435b5309
More details on the make
commands can be found in cdp-backend.
Closing until we need to destroy of manage this instance further!
Municipality Name
Test Deployment
Maintainer GitHub Name
JacksonMaxfield
Legistar Client Id
No response
Municipality Timezone
No response
Municipality Slug
No response
Firestore Region
No response
Code of Conduct