- 
                Notifications
    
You must be signed in to change notification settings  - Fork 218
 
Closed
Description
"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
Labels
No labels