-
Notifications
You must be signed in to change notification settings - Fork 359
Running MS SQL Server Locally
Greg Cobb edited this page Apr 11, 2017
·
3 revisions
cd ~/workspace/cf-release/src/capi-release && bosh create release --with-tarball --force
bosh2 -e vbox upload-release $TARBALL_PATH
cd ~/workspace/cf-release/src/capi-release/src/cloud_controller_ng
./scripts/run-ms-sql-background.sh
npm install -g sql-cli
mssql -u sa -p Password-123 -e -q 'CREATE DATABASE cloud_controller;'
bosh2 -e vbox update-cloud-config ~/workspace/cf-deployment/bosh-lite/cloud-config.yml
bosh2 -n -e vbox -d cf deploy ~/workspace/cf-deployment/cf-deployment.yml -o ~/workspace/cf-deployment/operations/bosh-lite.yml -o ~/workspace/capi-ci/cf-deployment-operations/use-ms-sql-bosh-lite.yml -o ~/workspace/capi-ci/cf-deployment-operations/skip-cert-verify.yml -o ~/workspace/capi-ci/cf-deployment-operations/use-latest-capi.yml -v "mssql_address=$(ipconfig getifaddr en0)" -v system_domain=bosh-lite.com -v uaa_scim_users_admin_password=admin --vars-store ~/deployments/cf-bosh-lite-vars.yml
-
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