-
Notifications
You must be signed in to change notification settings - Fork 359
Running CC locally against a bosh lite environment
Greg Cobb edited this page Mar 13, 2017
·
3 revisions
There are a number of scripts provided to enable and disable this setup:
scripts/setup-local-cc.sh
scripts/restore-bosh-lite-cc.sh
scripts/run-local-cc-worker.sh
scripts/run-local-cc.sh
setup-local-cc.sh
- will add some configurations to allow routing to the local cc instance, as well as disabling the CC and CC local workers on bosh-lite.
restore-bosh-lite-cc.sh
- will undo the changes made in setup-local-cc.sh
so that the api_z1 vm begins serving traffic again
run-local-cc-worker.sh
- will run a local CC worker, this is required for a local CC to run properly
run-local-cc.sh
- will run a local CC
These scripts all assume there is a config/bosh-lite.yml
file that is properly configured. This file will need to be maintained as we make changes to CC configuration.
-
Pipelines
-
Contributing
- Tips and Tricks
- Cloud Controller API v3 Style Guide
- Playbooks
- Development configuration
- Testing
-
Architectural Details
-
CC Resources
- Apps
- Audit Events
- Deployments
- Labels
- Services
- Sidecars
-
Dependencies
-
Troubleshooting
- Ruby Console Script to Find Fields that Cannot Be Decrypted
- Logging database queries in unit tests
- Inspecting blobstore cc resources and cc packages(webdav)
- How to Use USR1 Trap for Diagnostics
- How to Perf: Finding and Fixing Bottlenecks
- How to get access to mysql database
- How To Get a Ruby Heap Dumps & GC Stats from CC
- How to curl v4 internal endpoints with mtls
- How to access Bosh Director console and restore an outdated Cloud Config
- Analyzing Cloud Controller's NGINX logs using the toplogs script
-
k8s
-
Archive