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

all: Normalize cloud_provider options for bosh-init #37

Merged
merged 1 commit into from
Jul 19, 2016

Conversation

evandbrown
Copy link
Contributor

@evandbrown evandbrown commented Jul 19, 2016

Restructure the mbus, ntp, and blobstore configuration properties to be
consistent with existing CPIs. Addresses #31.

A bosh-init manifest's cloud_provider.properties section should include the following keys:

  • google
  • agent
  • blobstore
  • `ntp

For example:

properties:
      google: *google_properties
      agent: {mbus: "https://mbus:mbus-password@0.0.0.0:6868"}
      blobstore: {provider: local, path: /var/vcap/micro_bosh/data/cache}
      ntp: *ntp

This is a departure from previous versions of the CPI that expectd agent and ntp keys to children of the agent key.

Restructure the mbus, ntp, and blobstore configuration properties to be
consistent with existing CPIs.
@cfdreddbot
Copy link

Hey evandbrown!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

@evandbrown evandbrown merged commit c94113a into develop Jul 19, 2016
@johnsonj johnsonj deleted the normalize-cpi-json branch May 17, 2017 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants