chef-vpc-toolkit 2.7.1 → 2.7.2

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/CHANGELOG CHANGED
@@ -1,3 +1,6 @@
1
+ * Sun Nov 6 2011 Dan Prince <dan.prince@rackspace.com> - 2.7.2
2
+ - Support for configuring and starting Chef 0.10 when preinstalled.
3
+
1
4
  * Thu Oct 20 2011 Dan Prince <dan.prince@rackspace.com> - 2.7.1
2
5
  - Support for image snapshots where chef is pre-installed.
3
6
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.7.1
1
+ 2.7.2
@@ -0,0 +1,111 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{chef-vpc-toolkit}
8
+ s.version = "2.7.2"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Dan Prince"]
12
+ s.date = %q{2011-11-06}
13
+ s.default_executable = %q{chef-vpc-toolkit}
14
+ s.description = %q{The Chef VPC Toolkit is a set of Rake tasks that provide a framework to help automate the creation and configuration of cloud server groups for development or testing. Requires Cloud Servers VPC.}
15
+ s.email = %q{dan.prince@rackspace.com}
16
+ s.executables = ["chef-vpc-toolkit"]
17
+ s.extra_rdoc_files = [
18
+ "README.rdoc"
19
+ ]
20
+ s.files = [
21
+ ".rvmrc",
22
+ "CHANGELOG",
23
+ "COPYING",
24
+ "README.rdoc",
25
+ "Rakefile",
26
+ "VERSION",
27
+ "bin/chef-vpc-toolkit",
28
+ "config/chef_installer.yml",
29
+ "config/databags.json.example",
30
+ "config/nodes.json",
31
+ "config/server_group.json",
32
+ "contrib/doc/ChefVPCToolkit.odt",
33
+ "contrib/doc/ChefVPCToolkit.pdf",
34
+ "contrib/etc/chef_vpc_toolkit.conf",
35
+ "contrib/rake/Rakefile",
36
+ "cookbook-repos/local/README",
37
+ "cookbook-repos/local/Rakefile",
38
+ "cookbook-repos/local/certificates/README",
39
+ "cookbook-repos/local/config/client.rb.example",
40
+ "cookbook-repos/local/config/knife.rb.example",
41
+ "cookbook-repos/local/config/rake.rb",
42
+ "cookbook-repos/local/config/server.rb.example",
43
+ "cookbook-repos/local/config/solo.rb.example",
44
+ "cookbook-repos/local/cookbooks/README",
45
+ "cookbook-repos/local/cookbooks/motd/README.rdoc",
46
+ "cookbook-repos/local/cookbooks/motd/attributes/motd.rb",
47
+ "cookbook-repos/local/cookbooks/motd/metadata.rb",
48
+ "cookbook-repos/local/cookbooks/motd/recipes/default.rb",
49
+ "cookbook-repos/local/cookbooks/motd/templates/default/motd.erb",
50
+ "cookbook-repos/local/roles/README",
51
+ "lib/chef-vpc-toolkit.rb",
52
+ "lib/chef-vpc-toolkit/chef-0.9.bash",
53
+ "lib/chef-vpc-toolkit/chef_bootstrap/centos.bash",
54
+ "lib/chef-vpc-toolkit/chef_bootstrap/debian.bash",
55
+ "lib/chef-vpc-toolkit/chef_bootstrap/fedora.bash",
56
+ "lib/chef-vpc-toolkit/chef_bootstrap/rhel.bash",
57
+ "lib/chef-vpc-toolkit/chef_bootstrap/ubuntu-opscode.bash",
58
+ "lib/chef-vpc-toolkit/chef_bootstrap/ubuntu.bash",
59
+ "lib/chef-vpc-toolkit/chef_bootstrap/unknown.bash",
60
+ "lib/chef-vpc-toolkit/chef_installer.rb",
61
+ "lib/chef-vpc-toolkit/cloud-servers-vpc/client.rb",
62
+ "lib/chef-vpc-toolkit/cloud-servers-vpc/connection.rb",
63
+ "lib/chef-vpc-toolkit/cloud-servers-vpc/server.rb",
64
+ "lib/chef-vpc-toolkit/cloud-servers-vpc/server_group.rb",
65
+ "lib/chef-vpc-toolkit/cloud-servers-vpc/ssh_public_key.rb",
66
+ "lib/chef-vpc-toolkit/cloud-servers-vpc/vpn_network_interface.rb",
67
+ "lib/chef-vpc-toolkit/cloud_files.bash",
68
+ "lib/chef-vpc-toolkit/ssh_util.rb",
69
+ "lib/chef-vpc-toolkit/util.rb",
70
+ "lib/chef-vpc-toolkit/version.rb",
71
+ "lib/chef-vpc-toolkit/vpn_connection.rb",
72
+ "lib/chef-vpc-toolkit/vpn_network_manager.rb",
73
+ "lib/chef-vpc-toolkit/vpn_openvpn.rb",
74
+ "lib/chef-vpc-toolkit/xml_util.rb",
75
+ "rake/chef_vpc_toolkit.rake",
76
+ "test/client_test.rb",
77
+ "test/server_group_test.rb",
78
+ "test/server_test.rb",
79
+ "test/ssh_util_test.rb",
80
+ "test/test_helper.rb",
81
+ "test/util_test.rb",
82
+ "test/vpn_network_manager_test.rb"
83
+ ]
84
+ s.homepage = %q{http://github.com/rackspace/chef-vpc-toolkit}
85
+ s.require_paths = ["lib"]
86
+ s.rubygems_version = %q{1.3.7}
87
+ s.summary = %q{Rake tasks to automate and configure server groups in the cloud with Chef.}
88
+
89
+ if s.respond_to? :specification_version then
90
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
91
+ s.specification_version = 3
92
+
93
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
94
+ s.add_runtime_dependency(%q<rake>, [">= 0"])
95
+ s.add_runtime_dependency(%q<builder>, [">= 0"])
96
+ s.add_runtime_dependency(%q<json>, [">= 0"])
97
+ s.add_runtime_dependency(%q<uuidtools>, [">= 0"])
98
+ else
99
+ s.add_dependency(%q<rake>, [">= 0"])
100
+ s.add_dependency(%q<builder>, [">= 0"])
101
+ s.add_dependency(%q<json>, [">= 0"])
102
+ s.add_dependency(%q<uuidtools>, [">= 0"])
103
+ end
104
+ else
105
+ s.add_dependency(%q<rake>, [">= 0"])
106
+ s.add_dependency(%q<builder>, [">= 0"])
107
+ s.add_dependency(%q<json>, [">= 0"])
108
+ s.add_dependency(%q<uuidtools>, [">= 0"])
109
+ end
110
+ end
111
+
@@ -254,10 +254,13 @@ function start_chef_server {
254
254
  $SERVICE_BIN rabbitmq-server start </dev/null &> /dev/null
255
255
  /sbin/chkconfig rabbitmq-server on &> /dev/null
256
256
 
257
- for svc in chef-solr chef-solr-indexer chef-server chef-server-webui
258
- do
259
- $SERVICE_BIN $svc start
260
- /sbin/chkconfig $svc on &> /dev/null
257
+ # Chef 0.9: chef-solr chef-solr-indexer chef-server chef-server-webui
258
+ # Chef 0.10: chef-solr chef-expander chef-server chef-server-webui
259
+ for svc in chef-solr chef-expander chef-solr-indexer chef-server chef-server-webui; do
260
+ if [ -f /etc/init.d/$svc ]; then
261
+ $SERVICE_BIN $svc start
262
+ /sbin/chkconfig $svc on &> /dev/null
263
+ fi
261
264
  done
262
265
  fi
263
266
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-vpc-toolkit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 7
9
- - 1
10
- version: 2.7.1
9
+ - 2
10
+ version: 2.7.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Prince
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-21 00:00:00 -04:00
18
+ date: 2011-11-06 00:00:00 -04:00
19
19
  default_executable: chef-vpc-toolkit
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -90,6 +90,7 @@ files:
90
90
  - Rakefile
91
91
  - VERSION
92
92
  - bin/chef-vpc-toolkit
93
+ - chef-vpc-toolkit.gemspec
93
94
  - config/chef_installer.yml
94
95
  - config/databags.json.example
95
96
  - config/nodes.json