Skip to content

Deploying diego to bosh-lite fails on network capacity #57

@shalako

Description

@shalako

"Error 430001: Could not reserve network for package compilation: capacity"

Output of bosh task 6 --debug: https://gist.github.com/shalako/8ab6016f97aa1dc71da7

Per the instructions on the release README, I have deployed cf-release first: https://gist.github.com/shalako/e244ba78b42331b8d028

@atulkc told me he worked around this by reducing the number of the compilation job instances in the manifest. So one fix could be to modify the bosh-lite stub to enable a more painless deployment experience.

compilation:
  cloud_properties: {}
  network: diego1
  reuse_compilation_vms: true
  workers: 4

But this seems like potentially a bosh-lite CPI thing, for it should support deploying cf-release and diego-release together. Opened issue for BOSH.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions