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

Breaking changes to manifest format for services #71

Closed
dsyer opened this issue Jan 28, 2014 · 3 comments
Closed

Breaking changes to manifest format for services #71

dsyer opened this issue Jan 28, 2014 · 3 comments

Comments

@dsyer
Copy link

dsyer commented Jan 28, 2014

I used to be able to specify services to create (as well as bind) in a manifest, e.g.

  services:
    mysql:
      label: cleardb
      provider: cleardb
      plan: spark
    rabbit:
      label: cloudamqp
      provider: cloudamqp
      plan: lemur
    redis:
      label: rediscloud
      provider: garantiadata
      plan: 20mb

Now I just get

$ CF_TRACE=true cf push
FAILED
Error reading manifest file:
Expected services to be a list of strings.
@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: http://www.pivotaltracker.com/story/show/64644596

@drnic
Copy link
Contributor

drnic commented Jan 28, 2014

I think the manifests implementation is still in progress.

On Tue, Jan 28, 2014 at 1:53 AM, cf-gitbot notifications@github.com
wrote:

We have created an issue in Pivotal Tracker to manage this. You can view the current status of your issue at: http://www.pivotaltracker.com/story/show/64644596

Reply to this email directly or view it on GitHub:
#71 (comment)

@scottruitt
Copy link
Contributor

@dsyer for multiple reasons, not the least of which is the provisioning time, we no longer create services from the manifest. in cf v6, we'll bind to any existing services and error out if a specified service does not exist. you'll need to update your manifest like so:


services:

  • mysql
  • rabbit
  • redis

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

No branches or pull requests

4 participants