bosh-gen 0.99.2 → 0.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7d062566b9b0850bc0d26317746e952bbd28d3d38506cf9632e8707f185a2680
|
|
4
|
+
data.tar.gz: 7d0db77312618f805f71bfe29cc07c34b6b39c0d92adda337698d8af4557e57b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1de50c9609a17a30cfbbf2f19438000fc72ff9120f53cc986a3ff5f503b4c7981a84afc939901753c693badd08c401e2f0e95abb4a949b2c88b109a85696f32f
|
|
7
|
+
data.tar.gz: 8e512697f3822f1789326988b45a3b4468d66a0e3fdd77bc6e2071c0b521472d7bca7836c3803453da70ee6e55dc4ef3744778cb08964fa4b116fc4a7f2b4a3c
|
data/lib/bosh/gen/generators/new_release_generator/templates/manifests/%project_name%.yml.tt
CHANGED
|
@@ -23,7 +23,7 @@ variables: []
|
|
|
23
23
|
|
|
24
24
|
stemcells:
|
|
25
25
|
- alias: default
|
|
26
|
-
os: ubuntu-
|
|
26
|
+
os: ubuntu-xenial
|
|
27
27
|
version: latest
|
|
28
28
|
|
|
29
29
|
update:
|
|
@@ -35,7 +35,7 @@ update:
|
|
|
35
35
|
|
|
36
36
|
releases:
|
|
37
37
|
- name: bpm
|
|
38
|
-
version: 0.
|
|
38
|
+
version: 0.12.3
|
|
39
39
|
url: git+https://github.com/cloudfoundry-incubator/bpm-release
|
|
40
40
|
- name: <%= project_name %>
|
|
41
41
|
version: create # TODO: update after first final release
|
data/lib/bosh/gen/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-gen
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.100.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dr Nic Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|
|
@@ -151,7 +151,6 @@ extensions: []
|
|
|
151
151
|
extra_rdoc_files: []
|
|
152
152
|
files:
|
|
153
153
|
- ".gitignore"
|
|
154
|
-
- ChangeLog.md
|
|
155
154
|
- Gemfile
|
|
156
155
|
- LICENSE
|
|
157
156
|
- README.md
|
|
@@ -244,7 +243,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
244
243
|
version: '0'
|
|
245
244
|
requirements: []
|
|
246
245
|
rubyforge_project:
|
|
247
|
-
rubygems_version: 2.7.
|
|
246
|
+
rubygems_version: 2.7.7
|
|
248
247
|
signing_key:
|
|
249
248
|
specification_version: 4
|
|
250
249
|
summary: ''
|
data/ChangeLog.md
DELETED
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
Change Log
|
|
2
|
-
==========
|
|
3
|
-
|
|
4
|
-
v0.24.0
|
|
5
|
-
|
|
6
|
-
- Added new `forge` command to generate new forges for [blacksmith](https://github.com/cloudfoundry-community/blacksmith). Thanks @jhunt
|
|
7
|
-
|
|
8
|
-
v0.23.0
|
|
9
|
-
|
|
10
|
-
Appreciation to James Hunt, Dennis Bell and Chris Weibel for the contributions.
|
|
11
|
-
|
|
12
|
-
- Fix for multiple word deployment names and warden sanity check
|
|
13
|
-
- Additional busybox system binary exclusion protection for containers
|
|
14
|
-
- Ignore busybox for \*bin/lib inclusion, for better diego release compatibility
|
|
15
|
-
- Don't repeat `EXITSTATUS` upon errand run, instead receive complete and useful
|
|
16
|
-
`BOSH CLI` output.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
v0.22.0
|
|
20
|
-
|
|
21
|
-
Thanks to James Hunt, Quintessence Anx, and Long Nguyen for this version!
|
|
22
|
-
|
|
23
|
-
- Fixed stemcell URLs from `bosh public stemcells` to https://bosh.io
|
|
24
|
-
- Randomize Warden Network definitions so they don't always clash
|
|
25
|
-
- Unify stdout/stderr log files everywhere
|
|
26
|
-
- Fixed issue where dir cpi was found as `warden_cpi' not`warden'
|
|
27
|
-
|
|
28
|
-
v0.21.0
|
|
29
|
-
|
|
30
|
-
- `new` assumes using [spruce](https://github.com/geofffranks/spruce) instead of spiff. Yay!
|
|
31
|
-
- `new` no longer creates a master-slave job template
|
|
32
|
-
- `new` now creates a wrapper job `just_install_packages` that is useful for initial development of packages prior to creating new job templates with `bosh-gen job`.
|
|
33
|
-
- fixed default stemcell names to be modern `go_agent` variant [v0.21.1]
|
|
34
|
-
- default AWS instance type now m3.medium which is available to all AWS accounts [v0.21.1]
|
|
35
|
-
- `job` creates `ctl` file instead of `jobname_ctl` [v0.21.2]
|
|
36
|
-
|
|
37
|
-
v0.20.0
|
|
38
|
-
-------
|
|
39
|
-
|
|
40
|
-
New generator:
|
|
41
|
-
|
|
42
|
-
- `package --docker-image` - create a package that snapshots and stores a docker image
|
|
43
|
-
|
|
44
|
-
Improved generators:
|
|
45
|
-
|
|
46
|
-
- `new` - spiff templates include modern `templates:` array of `{name: job, release: release}`
|
|
47
|
-
- `new` - added an Apache `LICENSE.md` file which will be included in final releases
|
|
48
|
-
- `new --apt` - Vagrant image upgraded to trusty to match trusty stemcells [thx @cyrille-leclerc]
|
|
49
|
-
- `new` - describes how to use release via https://bosh.io; how developers share with https://bosh.io [v0.20.1]
|
|
50
|
-
|
|
51
|
-
Removed generators:
|
|
52
|
-
|
|
53
|
-
- `manifest` in lieu of spiff templates and `./templates/make_manifest` helper
|
|
54
|
-
- `micro` generator as this concept is no longer needed with collocated job templates
|
|
55
|
-
|
|
56
|
-
Workarounds:
|
|
57
|
-
|
|
58
|
-
- `fog` - I've had issues with `fog-aws 0.1.2` so restricting to 0.1.1 for now.
|
|
59
|
-
|
|
60
|
-
v0.19.0
|
|
61
|
-
-------
|
|
62
|
-
|
|
63
|
-
- `cli-plugin` - generates a BOSH CLI plugin stub (Ruby code)
|
|
64
|
-
|
|
65
|
-
v0.18.0
|
|
66
|
-
-------
|
|
67
|
-
|
|
68
|
-
- `errand` - generates an errand-style job template
|
|
69
|
-
- `copy_property` helper now in bosh-templates gem
|
|
70
|
-
- `manifest` - `resource_pools` no longer specifies a `size` (modern BOSH has auto-sizing) (v0.18.1)
|
|
71
|
-
- `manifest` - use modern flexible `jobs.templates` format (v0.18.2)
|
|
72
|
-
|
|
73
|
-
v0.17.0
|
|
74
|
-
-------
|
|
75
|
-
|
|
76
|
-
- `new` - no more read-only credentials; no more encryption keys
|
|
77
|
-
- `new` - no more --s3/--swift flags; prompts instead
|
|
78
|
-
- `share release` - easily upload a final release and get a public URL to share (v0.17.1)
|
|
79
|
-
|
|
80
|
-
v0.16.0
|
|
81
|
-
-------
|
|
82
|
-
|
|
83
|
-
- `new` creates an initial job of the same name.
|
|
84
|
-
- default to running job process as vcap:vcap [v0.16.1]
|
|
85
|
-
- Default $INCLUDE_PATH & $LD_LIBRARY_PATH to '' if not set [v0.16.1]
|
|
86
|
-
- Fix make_manifest for aws-ec2 [v0.16.2]
|
|
87
|
-
- Remove references to OpenStack until we have spiff templates generated [v0.16.2]
|
|
88
|
-
|
|
89
|
-
The initial job is configured to have the xyz.leader_address property, and an example conf file that shows how to use it.
|
|
90
|
-
|
|
91
|
-
v0.15.0
|
|
92
|
-
-------
|
|
93
|
-
|
|
94
|
-
- Create packages from existing Aptitude .deb packages with `package --apt`
|
|
95
|
-
- Assume project & job names have hyphens in templates
|
|
96
|
-
- Templates default to latest stemcell [Aristoteles Neto]
|
|
97
|
-
|
|
98
|
-
v0.14.0
|
|
99
|
-
-------
|
|
100
|
-
|
|
101
|
-
- templates/make_manifest & example spiff templates generated
|
|
102
|
-
- no more static example bosh-lite.yml templates
|
|
103
|
-
|
|
104
|
-
v0.13.0
|
|
105
|
-
-------
|
|
106
|
-
|
|
107
|
-
- bosh-lite example manifests generated for new releases
|
|
108
|
-
- created folder always has -boshrelease suffix [v0.13.1]
|
|
109
|
-
- use public https in generated readme [v0.13.2]
|
|
110
|
-
- bosh-lite-solo.yml is a template [v0.13.3]
|
|
111
|
-
|
|
112
|
-
v0.12.0
|
|
113
|
-
-------
|
|
114
|
-
|
|
115
|
-
- Supports bosh_cli 1.5.0.pre gems
|
|
116
|
-
- dev.yml uses same release name as final.yml for blob reuse
|
|
117
|
-
- sets reuse_compilation_vms: true now
|
|
118
|
-
- generated project README focuses on final releases [v0.12.1]
|
|
119
|
-
- Default bucket name is project folder name [v0.12.1]
|
|
120
|
-
|
|
121
|
-
v0.11.0
|
|
122
|
-
-------
|
|
123
|
-
|
|
124
|
-
Added:
|
|
125
|
-
|
|
126
|
-
- New blobstore provider: OpenStack Swift [thanks Ferran!]
|
|
127
|
-
- `package` --src/-s specifies already internal sources/blobs; example: --src 'myapp/\**/*'
|
|
128
|
-
- `job` includes an empty `templates/config` to suggest where config templates should go
|
|
129
|
-
|
|
130
|
-
Improved:
|
|
131
|
-
|
|
132
|
-
- `new` - --s3 flag looks for `~/.bosh_s3_credentials` file for default AWS S3 credentials
|
|
133
|
-
|
|
134
|
-
For common defaults on s3 blobstore credentials, create an`~/.bosh_s3_credentials` file that looks like:
|
|
135
|
-
|
|
136
|
-
```yaml
|
|
137
|
-
readonly_access_key: XXX
|
|
138
|
-
readonly_secret_access_key: XXX
|
|
139
|
-
readwrite_access_key: XXX
|
|
140
|
-
readwrite_secret_access_key: XXX
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
Other changes:
|
|
144
|
-
|
|
145
|
-
- Using 1.0 release candidate for bosh_cli
|
|
146
|
-
- `micro` - fix accidental gitignore of prepare/prepare_spec
|
|
147
|
-
- `new` - `bosh-gen new project-boshrelease`; name is "project", initial dev name is "project-dev"
|
|
148
|
-
- `manifest` - default stemcell is bosh-stemcell-0.6.4
|
|
149
|
-
- `manifest` - creates `#{name}.yml` instead of `#{name}/manifest.yml`
|
|
150
|
-
- `job` - example file not in a subfolder anymore
|
|
151
|
-
|
|
152
|
-
v0.10.0
|
|
153
|
-
-------
|
|
154
|
-
|
|
155
|
-
Added:
|
|
156
|
-
|
|
157
|
-
- `micro` - create a "micro" job that packages all/some jobs into a single VM
|
|
158
|
-
|
|
159
|
-
Improved:
|
|
160
|
-
|
|
161
|
-
- `new` - read/write credentials now in private.yml; more useful default README
|
|
162
|
-
|
|
163
|
-
v0.9.0
|
|
164
|
-
------
|
|
165
|
-
|
|
166
|
-
Major news
|
|
167
|
-
|
|
168
|
-
- `job` - more powerful initial scripts; templates nested in folders; scripts are much cleaner to read; scripts in bin/ & helpers/ do not have ERb; only data/properties.sh.erb & config/ are for ERb.
|
|
169
|
-
|
|
170
|
-
Other changes:
|
|
171
|
-
|
|
172
|
-
- `package` - detects .zip files (in addition to .tar.gz) and includes useful default unpacking script in `packaging`; describe available env vars in `packaging` script
|
|
173
|
-
- `manifest` - auto-detects current BOSH UUID
|
|
174
|
-
- `extract-pkg` - now a single argument - the path of the source package folder
|
|
175
|
-
- `extract-job` - now a single argument - the path of the source job folder
|
|
176
|
-
|
|
177
|
-
v0.8.0
|
|
178
|
-
------
|
|
179
|
-
|
|
180
|
-
Changed:
|
|
181
|
-
|
|
182
|
-
- `package` - the `packaging` script include default tar/configure/make sequence for all tarballs
|
|
183
|
-
|
|
184
|
-
For example, `bosh-gen package nginx -f ..../blobs/nginx/`, the resulting `packaging` is:
|
|
185
|
-
|
|
186
|
-
```bash
|
|
187
|
-
set -e # exit immediately if a simple command exits with a non-zero status
|
|
188
|
-
set -u # report the usage of uninitialized variables
|
|
189
|
-
|
|
190
|
-
export HOME=/var/vcap
|
|
191
|
-
|
|
192
|
-
tar xzf nginx/nginx-1.2.0.tar.gz
|
|
193
|
-
cd nginx-1.2.0
|
|
194
|
-
./configure --prefix=${BOSH_INSTALL_TARGET}
|
|
195
|
-
make
|
|
196
|
-
make install
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
### v0.8.1
|
|
200
|
-
|
|
201
|
-
Changed:
|
|
202
|
-
|
|
203
|
-
- `extract-job` & `extract-pkg` - copies files mentioned in specs
|
|
204
|
-
- `package` - large files go into blobs/ folder
|
|
205
|
-
|
|
206
|
-
### v0.8.2
|
|
207
|
-
|
|
208
|
-
Bug fixes:
|
|
209
|
-
|
|
210
|
-
- `extract-pkg` - missing #source_file helper
|
|
211
|
-
|
|
212
|
-
v0.7.0
|
|
213
|
-
------
|
|
214
|
-
|
|
215
|
-
Added:
|
|
216
|
-
|
|
217
|
-
- `extract-pkg` - extract a package and its dependencies from a target release
|
|
218
|
-
|
|
219
|
-
Changed/Renamed:
|
|
220
|
-
|
|
221
|
-
- `extract` -> `extract-job`
|
|
222
|
-
- `new` -> `.gitignore` includes `.vagrant`, to support `bosh-solo`
|
|
223
|
-
- `manifest` -> update to soon-to-be-released stemcell 0.6.2
|
|
224
|
-
|
|
225
|
-
v0.6.0
|
|
226
|
-
------
|
|
227
|
-
|
|
228
|
-
Added:
|
|
229
|
-
|
|
230
|
-
- `extract` - extract a job and its dependent packages to the current release
|
|
231
|
-
|
|
232
|
-
### v0.6.1
|
|
233
|
-
|
|
234
|
-
- `new` - ignore .blobs folder in releases
|
|
235
|
-
- `manifest` - persistent_disk is an integer; added to common job too
|
|
236
|
-
|
|
237
|
-
### v0.6.2
|
|
238
|
-
|
|
239
|
-
- `manifest` - provided IP addresses are distributed across jobs until it runs out
|
|
240
|
-
- `manifest` - fix to allocation of persistent disk
|
|
241
|
-
|
|
242
|
-
v0.5.0
|
|
243
|
-
------
|
|
244
|
-
|
|
245
|
-
- `job` - takes a COMMAND argument
|
|
246
|
-
- `source --blob/-b` - file stored in blobs/ folder instead of src/
|
|
247
|
-
- `source` - packaging script includes standard configure/make/make install if .tar.gz or .tgz
|
|
248
|
-
|
|
249
|
-
v0.4
|
|
250
|
-
----
|
|
251
|
-
|
|
252
|
-
- `job` - added --ruby flag to include a ruby/rack-specifc ctl script
|
|
253
|
-
- releases include a rake task to document what properties are required
|
|
254
|
-
- `manifest` - has a --disk/-d flag to assign a persistent disk to all VMs (common pool)
|
|
255
|
-
- `job` - export some variables in ctl scripts so they are available to application
|
|
256
|
-
- `job` - ctl script has logs/tail/clearlogs commands
|
|
257
|
-
|
|
258
|
-
v0.3
|
|
259
|
-
----
|
|
260
|
-
|
|
261
|
-
Added:
|
|
262
|
-
|
|
263
|
-
- `template` - add a template/file to a job
|
|
264
|
-
- `source` - download and add a source file/tarball to a package
|
|
265
|
-
|
|
266
|
-
### v0.3.1 (never released)
|
|
267
|
-
|
|
268
|
-
Added:
|
|
269
|
-
|
|
270
|
-
- `manifest` - generate a deployment manifest for a release
|
|
271
|
-
|
|
272
|
-
Fixed:
|
|
273
|
-
|
|
274
|
-
- `job` - creates a monit script and a stub control script
|
|
275
|
-
|
|
276
|
-
### v0.3.2
|
|
277
|
-
|
|
278
|
-
- `job` - ctl file has TODO to remind about PID file
|
|
279
|
-
- `job` - use the provided release path to detect jobs
|
|
280
|
-
|
|
281
|
-
### v0.3.3
|
|
282
|
-
|
|
283
|
-
- `manifest` - introspect the release project for release + job information
|
|
284
|
-
|
|
285
|
-
### v0.3.4
|
|
286
|
-
|
|
287
|
-
- `manifest` - Force us-east-1e to ensure all VMs and volumes are always in the same AZ
|
|
288
|
-
|
|
289
|
-
v0.2
|
|
290
|
-
----
|
|
291
|
-
|
|
292
|
-
Added:
|
|
293
|
-
|
|
294
|
-
- `package` - create package scaffold, including source files
|
|
295
|
-
- `job` - create job scaffold
|
|
296
|
-
|
|
297
|
-
v0.1
|
|
298
|
-
----
|
|
299
|
-
|
|
300
|
-
- `new` - create new release
|