Navigation Menu

Skip to content

Commit

Permalink
Change top level dirs to match gemnames, also add rake task to build …
Browse files Browse the repository at this point in the history
…all gems
  • Loading branch information
Alex Jackson and David Stevenson committed Jan 29, 2013
1 parent 81e1c2b commit 32dbaa0
Show file tree
Hide file tree
Showing 395 changed files with 229 additions and 321 deletions.
13 changes: 2 additions & 11 deletions .gitignore
Expand Up @@ -20,17 +20,8 @@ spec/assets/**/*.pid
spec/assets/bosh_config.yml spec/assets/bosh_config.yml
spec/assets/test_release spec/assets/test_release
bosh_agent/spec/tmp bosh_agent/spec/tmp
cli/pkg pkg
monit_api/pkg */pkg
blobstore_client/pkg
common/pkg
cpi/pkg
deployer/pkg
vsphere_cpi/pkg
aws_cpi/pkg
aws_registry/pkg
openstack_registry/pkg
package_compiler/pkg
aws_bootstrap/spec/assets/private.yml aws_bootstrap/spec/assets/private.yml
spec/assets/test_release/dev_releases spec/assets/test_release/dev_releases
spec/assets/test_release/.dev_builds spec/assets/test_release/.dev_builds
Expand Down
22 changes: 11 additions & 11 deletions Gemfile
Expand Up @@ -5,17 +5,17 @@ source :rubygems
gem "agent_client", path: "agent_client" gem "agent_client", path: "agent_client"
gem "blobstore_client", path: "blobstore_client" gem "blobstore_client", path: "blobstore_client"
gem "bosh_agent", path: "bosh_agent" gem "bosh_agent", path: "bosh_agent"
gem "bosh_aws_bootstrap", path: "aws_bootstrap" gem "bosh_aws_bootstrap", path: "bosh_aws_bootstrap"
gem "bosh_aws_cpi", path: "aws_cpi" gem "bosh_aws_cpi", path: "bosh_aws_cpi"
gem "bosh_aws_registry", path: "aws_registry" gem "bosh_aws_registry", path: "bosh_aws_registry"
gem "bosh_common", path: "common" gem "bosh_common", path: "bosh_common"
gem "bosh_cpi", path: "cpi" gem "bosh_cpi", path: "bosh_cpi"
gem "bosh_cli", path: "cli" gem "bosh_cli", path: "bosh_cli"
gem "bosh_deployer", path: "deployer" gem "bosh_deployer", path: "bosh_deployer"
gem "bosh_encryption", path: "encryption" gem "bosh_encryption", path: "bosh_encryption"
gem "bosh_openstack_registry", path: "openstack_registry" gem "bosh_openstack_registry", path: "bosh_openstack_registry"
gem "bosh_vcloud_cpi", path: "vcloud_cpi" gem "bosh_vcloud_cpi", path: "bosh_vcloud_cpi"
gem "bosh_vsphere_cpi", path: "vsphere_cpi" gem "bosh_vsphere_cpi", path: "bosh_vsphere_cpi"
gem "director", path: "director" gem "director", path: "director"
gem "health_monitor", path: "health_monitor" gem "health_monitor", path: "health_monitor"
gem "monit_api", path: "monit_api" gem "monit_api", path: "monit_api"
Expand Down
144 changes: 72 additions & 72 deletions Gemfile.lock
Expand Up @@ -5,35 +5,6 @@ PATH
httpclient (= 2.2.4) httpclient (= 2.2.4)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)


PATH
remote: aws_bootstrap
specs:
bosh_aws_bootstrap (1.5.0.pre)
aws-sdk (~> 1.8.0)
bosh_cli (~> 1.5.0.pre)
uuidtools (~> 2.1.3)

PATH
remote: aws_cpi
specs:
bosh_aws_cpi (1.5.0.pre)
aws-sdk (~> 1.8.0)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
httpclient (= 2.2.4)
uuidtools (~> 2.1.3)
yajl-ruby (>= 0.8.2)

PATH
remote: aws_registry
specs:
bosh_aws_registry (1.5.0.pre)
aws-sdk (~> 1.8.0)
sequel (~> 3.43.0)
sinatra (~> 1.2.8)
thin (~> 1.5.0)
yajl-ruby (~> 1.1.0)

PATH PATH
remote: blobstore_client remote: blobstore_client
specs: specs:
Expand Down Expand Up @@ -66,7 +37,36 @@ PATH
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)


PATH PATH
remote: cli remote: bosh_aws_bootstrap
specs:
bosh_aws_bootstrap (1.5.0.pre)
aws-sdk (~> 1.8.0)
bosh_cli (~> 1.5.0.pre)
uuidtools (~> 2.1.3)

PATH
remote: bosh_aws_cpi
specs:
bosh_aws_cpi (1.5.0.pre)
aws-sdk (~> 1.8.0)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
httpclient (= 2.2.4)
uuidtools (~> 2.1.3)
yajl-ruby (>= 0.8.2)

PATH
remote: bosh_aws_registry
specs:
bosh_aws_registry (1.5.0.pre)
aws-sdk (~> 1.8.0)
sequel (~> 3.43.0)
sinatra (~> 1.2.8)
thin (~> 1.5.0)
yajl-ruby (~> 1.1.0)

PATH
remote: bosh_cli
specs: specs:
bosh_cli (1.5.0.pre) bosh_cli (1.5.0.pre)
blobstore_client (~> 1.5.0.pre) blobstore_client (~> 1.5.0.pre)
Expand All @@ -82,18 +82,18 @@ PATH
terminal-table (~> 1.4.3) terminal-table (~> 1.4.3)


PATH PATH
remote: common remote: bosh_common
specs: specs:
bosh_common (1.5.0.pre) bosh_common (1.5.0.pre)


PATH PATH
remote: cpi remote: bosh_cpi
specs: specs:
bosh_cpi (1.5.0.pre) bosh_cpi (1.5.0.pre)
bosh_common (~> 1.5.0.pre) bosh_common (~> 1.5.0.pre)


PATH PATH
remote: deployer remote: bosh_deployer
specs: specs:
bosh_deployer (1.5.0.pre) bosh_deployer (1.5.0.pre)
agent_client (~> 1.5.0.pre) agent_client (~> 1.5.0.pre)
Expand All @@ -107,6 +107,45 @@ PATH
bosh_vsphere_cpi (~> 1.5.0.pre) bosh_vsphere_cpi (~> 1.5.0.pre)
sqlite3 (~> 1.3.7) sqlite3 (~> 1.3.7)


PATH
remote: bosh_encryption
specs:
bosh_encryption (1.5.0.pre)
gibberish (~> 1.2.0)
uuidtools (~> 2.1.3)
yajl-ruby (~> 1.1.0)

PATH
remote: bosh_openstack_registry
specs:
bosh_openstack_registry (1.5.0.pre)
fog (~> 1.9.0)
sequel (~> 3.43.0)
sinatra (~> 1.2.8)
thin (~> 1.5.0)
yajl-ruby (~> 1.1.0)

PATH
remote: bosh_vcloud_cpi
specs:
bosh_vcloud_cpi (1.5.0.pre)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
ruby_vcloud_sdk (~> 1.5.0.pre)
uuidtools (~> 2.1)
yajl-ruby (>= 0.8.2)

PATH
remote: bosh_vsphere_cpi
specs:
bosh_vsphere_cpi (1.5.0.pre)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
membrane (~> 0.0.2)
ruby_vim_sdk (~> 1.5.0.pre)
sequel (~> 3.43.0)
uuidtools (~> 2.1.3)

PATH PATH
remote: director remote: director
specs: specs:
Expand Down Expand Up @@ -134,14 +173,6 @@ PATH
uuidtools (~> 2.1.3) uuidtools (~> 2.1.3)
yajl-ruby (~> 1.1.0) yajl-ruby (~> 1.1.0)


PATH
remote: encryption
specs:
bosh_encryption (1.5.0.pre)
gibberish (~> 1.2.0)
uuidtools (~> 2.1.3)
yajl-ruby (~> 1.1.0)

PATH PATH
remote: health_monitor remote: health_monitor
specs: specs:
Expand All @@ -161,16 +192,6 @@ PATH
monit_api (1.5.0.pre) monit_api (1.5.0.pre)
crack (~> 0.3.2) crack (~> 0.3.2)


PATH
remote: openstack_registry
specs:
bosh_openstack_registry (1.5.0.pre)
fog (~> 1.9.0)
sequel (~> 3.43.0)
sinatra (~> 1.2.8)
thin (~> 1.5.0)
yajl-ruby (~> 1.1.0)

PATH PATH
remote: package_compiler remote: package_compiler
specs: specs:
Expand Down Expand Up @@ -206,27 +227,6 @@ PATH
thin (~> 1.5.0) thin (~> 1.5.0)
uuidtools (~> 2.1) uuidtools (~> 2.1)


PATH
remote: vcloud_cpi
specs:
bosh_vcloud_cpi (1.5.0.pre)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
ruby_vcloud_sdk (~> 1.5.0.pre)
uuidtools (~> 2.1)
yajl-ruby (>= 0.8.2)

PATH
remote: vsphere_cpi
specs:
bosh_vsphere_cpi (1.5.0.pre)
bosh_common (~> 1.5.0.pre)
bosh_cpi (~> 1.5.0.pre)
membrane (~> 0.0.2)
ruby_vim_sdk (~> 1.5.0.pre)
sequel (~> 3.43.0)
uuidtools (~> 2.1.3)

GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
Expand Down
6 changes: 1 addition & 5 deletions Rakefile
@@ -1,14 +1,10 @@
task :default => :spec task :default => :spec


desc "build and install the bosh cli gem"
task :build do
sh("cd cli && bundle exec rake install")
end

desc "run spec tests" desc "run spec tests"
task :spec do task :spec do
sh("./ci_build.rb") sh("./ci_build.rb")
end end


import File.join("rake","stemcell.rake") import File.join("rake","stemcell.rake")
import File.join("rake","bat.rake") import File.join("rake","bat.rake")
import File.join("rake","gem.rake")
2 changes: 1 addition & 1 deletion agent_client/lib/agent_client/version.rb
@@ -1,7 +1,7 @@
module Bosh module Bosh
module Agent module Agent
class Client class Client
VERSION = "0.1.1" VERSION = '1.5.0.pre'
end end
end end
end end
63 changes: 0 additions & 63 deletions aws_cpi/bin/bosh_aws_console

This file was deleted.

29 changes: 0 additions & 29 deletions aws_registry/bin/aws_registry

This file was deleted.

0 comments on commit 32dbaa0

Please sign in to comment.