bosh-cloudfoundry 0.2.0 → 0.2.1
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.
- data/README.md +4 -12
- data/lib/bosh-cloudfoundry/config_options.rb +1 -1
- data/lib/bosh-cloudfoundry/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -4,7 +4,7 @@ You want CloudFoundry? You can now create, scale, upgrade and patch one or more
|
|
|
4
4
|
|
|
5
5
|
Currently supports AWS only. OpenStack support is coming. vSphere and vCloud support will require someone to tell me that they really want it.
|
|
6
6
|
|
|
7
|
-
## NOTE - currently requires latest edge of
|
|
7
|
+
## NOTE - currently requires latest edge of many things
|
|
8
8
|
|
|
9
9
|
This tool currently requires the latest merged patches. The readme below, from "Usage" onward, is written for when there are public stemcells and final releases.
|
|
10
10
|
|
|
@@ -12,21 +12,13 @@ Today, to get everything running:
|
|
|
12
12
|
|
|
13
13
|
```
|
|
14
14
|
# on your laptop
|
|
15
|
-
|
|
16
|
-
cd bosh-bootstrap
|
|
17
|
-
bundle
|
|
18
|
-
rake install
|
|
19
|
-
|
|
15
|
+
gem install bosh-bootstrap
|
|
20
16
|
bosh-bootstrap deploy --latest-stemcell
|
|
17
|
+
|
|
21
18
|
bosh-bootstrap ssh
|
|
22
19
|
|
|
23
20
|
# now on the inception VM
|
|
24
|
-
|
|
25
|
-
git clone git://github.com/StarkAndWayne/bosh-cloudfoundry.git
|
|
26
|
-
cd bosh-cloudfoundry
|
|
27
|
-
bundle
|
|
28
|
-
gem build *.gemspec && mv *.gem pkg/
|
|
29
|
-
sudo gem install pkg/*.gem --no-ri --no-rdoc
|
|
21
|
+
sudo gem install bosh-cloudfoundry
|
|
30
22
|
|
|
31
23
|
export TMPDIR=/var/vcap/store/tmp
|
|
32
24
|
bosh cf upload release --dev
|
|
@@ -19,7 +19,7 @@ module Bosh::CloudFoundry::ConfigOptions
|
|
|
19
19
|
DEFAULT_STEMCELLS_PATH = "/var/vcap/store/stemcells"
|
|
20
20
|
DEFAULT_REPOS_PATH = "/var/vcap/store/repos"
|
|
21
21
|
DEFAULT_RELEASE_NAME = "appcloud" # name of cf-release final release name
|
|
22
|
-
DEFAULT_RELEASE_VERSION = "
|
|
22
|
+
DEFAULT_RELEASE_VERSION = "latest"
|
|
23
23
|
DEFAULT_STEMCELL_NAME = "bosh-stemcell"
|
|
24
24
|
DEFAULT_COMMONT_PERSISTENT_DISK = 16192
|
|
25
25
|
COMMON_PASSWORD_SIZE = 16 # characters; the min for the CC password
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-cloudfoundry
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -207,7 +207,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
207
207
|
version: '0'
|
|
208
208
|
segments:
|
|
209
209
|
- 0
|
|
210
|
-
hash:
|
|
210
|
+
hash: 4073595004324325457
|
|
211
211
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
212
212
|
none: false
|
|
213
213
|
requirements:
|
|
@@ -216,7 +216,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
216
216
|
version: '0'
|
|
217
217
|
segments:
|
|
218
218
|
- 0
|
|
219
|
-
hash:
|
|
219
|
+
hash: 4073595004324325457
|
|
220
220
|
requirements: []
|
|
221
221
|
rubyforge_project:
|
|
222
222
|
rubygems_version: 1.8.24
|