bosh-gen icon indicating copy to clipboard operation
bosh-gen copied to clipboard

Rapid generation of BOSH releases

Results 7 bosh-gen issues
Sort by recently updated
recently updated
newest added

Hello, Is there a way to use bosh-gen with AWS GovCloud? Or a workaround? My options are limited to the specific inputs only: ``` 1. *US East (Northern Virginia) Region...

Done with #14 _Originally posted by @mathieug in https://github.com/cloudfoundry-community/node-cfenv/issues/2#issuecomment-208329059_

Currently bosh-gen only looks in `~/.fog` for known credentials. Also look in `~/.aws/credentials` using https://github.com/TwP/inifile parser: ``` myini = IniFile.load(File.join(ENV['HOME'], '.aws/credentials')) ``` Perhaps this needs to go in cyoi library

I specified eu-central-1 as the region for the bucket, but: * [ ] `config/final.yml` did not specify `region: eu-central-1` * [ ] bucket was actually created in us-east-1 - I...

Packages don't need to have explicit versions in files. The above example should produce: * `packages/name/spec` ``` --- name: softhsm dependencies: [] files: - softhsm/SoftHSMv2-*.tar.gz ``` * `packages/name/packaging` ``` ......

``` $ tree blobs blobs └── softhsm └── SoftHSMv2-2.3.0.tar.gz $ bosh-gen package softhsm -f softhsm/SoftHSMv2-2.3.0.tar.gz create packages/softhsm/packaging tar: Error opening archive: Failed to open 'softhsm/SoftHSMv2-2.3.0.tar.gz' Skipping unknown file /Users/drnic/Projects/bosh_releases/softhsm-boshrelease/softhsm/SoftHSMv2-2.3.0.tar.gz create...

Currently, src/ submodules aren't created.

enhancement