Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mdcarlson/0a566fb70f06be881ac229d5bac17d35 to your computer and use it in GitHub Desktop.
Save mdcarlson/0a566fb70f06be881ac229d5bac17d35 to your computer and use it in GitHub Desktop.
### Changelog from a "apply changes" run after creating two custom plans for the MySQL service. Plans do not appear to have been created, but no error messages are shown.
===== 2016-10-22 13:18:32 UTC Running "bundle exec bosh -n deployment /var/tempest/workspaces/default/deployments/gcp-service-broker-38bcb9230943204deb90.yml"
Deployment set to '/var/tempest/workspaces/default/deployments/gcp-service-broker-38bcb9230943204deb90.yml'
===== 2016-10-22 13:18:32 UTC Finished "bundle exec bosh -n deployment /var/tempest/workspaces/default/deployments/gcp-service-broker-38bcb9230943204deb90.yml"; Duration: 0s; Exit Status: 0
===== 2016-10-22 13:18:32 UTC Running "bundle exec bosh -n deploy"
Acting as client 'ops_manager' on deployment 'gcp-service-broker-38bcb9230943204deb90' on 'p-bosh'
RSA 1024 bit CA certificates are loaded due to old openssl compatibility
Getting deployment properties from director...
Detecting deployment changes
----------------------------
instance_groups:
- name: deploy-all
properties:
cloudsql_custom_plans:
+ - guid: "<redacted>"
+ name: "<redacted>"
+ display_name: "<redacted>"
+ description: "<redacted>"
+ service: "<redacted>"
+ tier: "<redacted>"
+ pricing_plan: "<redacted>"
+ max_disk_size: "<redacted>"
+ - guid: "<redacted>"
+ name: "<redacted>"
+ display_name: "<redacted>"
+ description: "<redacted>"
+ service: "<redacted>"
+ tier: "<redacted>"
+ pricing_plan: "<redacted>"
+ max_disk_size: "<redacted>"
- - guid: "<redacted>"
- name: "<redacted>"
- display_name: "<redacted>"
- description: "<redacted>"
- service: "<redacted>"
- tier: "<redacted>"
- pricing_plan: "<redacted>"
- max_disk_size: "<redacted>"
- - guid: "<redacted>"
- name: "<redacted>"
- display_name: "<redacted>"
- description: "<redacted>"
- service: "<redacted>"
- tier: "<redacted>"
- pricing_plan: "<redacted>"
- max_disk_size: "<redacted>"
Deploying
---------
Director task 279
Started preparing deployment > Preparing deployment. Done (00:00:00)
Started preparing package compilation > Finding packages to compile. Done (00:00:00)
Task 279 done
Started2016-10-22 13:18:33 UTC
Finished2016-10-22 13:18:33 UTC
Duration00:00:00
Deployed 'gcp-service-broker-38bcb9230943204deb90' to 'p-bosh'
===== 2016-10-22 13:18:34 UTC Finished "bundle exec bosh -n deploy"; Duration: 1s; Exit Status: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment