bosh-stemcell 1.2719.0 → 1.2732.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 +4 -4
- data/README.md +1 -1
- data/lib/bosh/stemcell/stage_collection.rb +3 -0
- data/lib/bosh/stemcell/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6af57b2b2aa30aeb5e1371bac76cc2089a8c9a11
|
|
4
|
+
data.tar.gz: d85dcb63119f9b54967bd8994e19c2ed94534f98
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4a975a647be7580188d58926442860781afa0688d116bb89d4f0676070bfc6ecbc3e8fa041755df3fde41d87e24327dd00d2a9807265f3e924aeb3421b6d172
|
|
7
|
+
data.tar.gz: 80d441d98f340b07d55f05cb7c9794194e995efb593726719df72d24bee61e1693b93ae699bf57b525f63aa9eb11b2fa95db42e5a05d1113e4fd43ecb28a4b90
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@ Tools for creating stemcells
|
|
|
13
13
|
|
|
14
14
|
vagrant plugin install vagrant-berkshelf
|
|
15
15
|
vagrant plugin install vagrant-omnibus
|
|
16
|
-
vagrant plugin install vagrant-aws
|
|
16
|
+
vagrant plugin install vagrant-aws --plugin-version 0.5.0
|
|
17
17
|
|
|
18
18
|
#### Bring up the vagrant stemcell building VM
|
|
19
19
|
|
|
@@ -111,6 +111,8 @@ module Bosh::Stemcell
|
|
|
111
111
|
:rsyslog,
|
|
112
112
|
# Install GRUB/kernel/etc
|
|
113
113
|
:system_grub,
|
|
114
|
+
# Symlink vim to vim.tiny
|
|
115
|
+
:vim_tiny,
|
|
114
116
|
]
|
|
115
117
|
end
|
|
116
118
|
|
|
@@ -155,6 +157,7 @@ module Bosh::Stemcell
|
|
|
155
157
|
:bosh_clean,
|
|
156
158
|
:bosh_harden,
|
|
157
159
|
:bosh_harden_ssh,
|
|
160
|
+
:bosh_openstack_agent_settings,
|
|
158
161
|
:image_create,
|
|
159
162
|
:image_install_grub,
|
|
160
163
|
:image_openstack_qcow2,
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-stemcell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2732.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pivotal
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-09-
|
|
11
|
+
date: 2014-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bosh_aws_cpi
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 1.
|
|
19
|
+
version: 1.2732.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 1.
|
|
26
|
+
version: 1.2732.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: fakefs
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|