Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #282 from rcbops/sprint
Browse files Browse the repository at this point in the history
End of Sprint 16 Merge
  • Loading branch information
breu committed Dec 13, 2012
2 parents 018ac06 + 46891df commit 6e157f6
Show file tree
Hide file tree
Showing 46 changed files with 66 additions and 41 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
url = https://github.com/opscode-cookbooks/xfs.git
[submodule "cookbooks/rabbitmq"]
path = cookbooks/rabbitmq
url = https://github.com/rcbops-cookbooks/rabbitmq.git
url = https://github.com/opscode-cookbooks/rabbitmq.git
[submodule "cookbooks/swift"]
path = cookbooks/swift
url = https://github.com/rcbops-cookbooks/swift.git
Expand Down Expand Up @@ -112,3 +112,6 @@
[submodule "cookbooks/cinder"]
path = cookbooks/cinder
url = https://github.com/rcbops-cookbooks/cinder.git
[submodule "cookbooks/haproxy"]
path = cookbooks/haproxy
url = https://github.com/rcbops-cookbooks/haproxy.git
2 changes: 1 addition & 1 deletion cookbooks/apache2
2 changes: 1 addition & 1 deletion cookbooks/apt
Submodule apt updated from e1ba5f to 3ed5b8
2 changes: 1 addition & 1 deletion cookbooks/aws
Submodule aws updated from 052959 to a95305
2 changes: 1 addition & 1 deletion cookbooks/build-essential
2 changes: 1 addition & 1 deletion cookbooks/cinder
2 changes: 1 addition & 1 deletion cookbooks/collectd
2 changes: 1 addition & 1 deletion cookbooks/collectd-graphite
2 changes: 1 addition & 1 deletion cookbooks/collectd-plugins
Submodule collectd-plugins updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/database
2 changes: 1 addition & 1 deletion cookbooks/dsh
Submodule dsh updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/erlang
2 changes: 1 addition & 1 deletion cookbooks/exerstack
Submodule exerstack updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/glance
2 changes: 1 addition & 1 deletion cookbooks/graphite
Submodule graphite updated 1 files
+1 −1 metadata.rb
1 change: 1 addition & 0 deletions cookbooks/haproxy
Submodule haproxy added at ce3827
2 changes: 1 addition & 1 deletion cookbooks/hardware
Submodule hardware updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/horizon
2 changes: 1 addition & 1 deletion cookbooks/kong
Submodule kong updated 2 files
+1 −1 metadata.rb
+12 −12 recipes/default.rb
2 changes: 1 addition & 1 deletion cookbooks/monit
Submodule monit updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/monitoring
Submodule monitoring updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/mysql
Submodule mysql updated from 5cc96c to dd6de5
2 changes: 1 addition & 1 deletion cookbooks/mysql-openstack
Submodule mysql-openstack updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/ntp
Submodule ntp updated from 13acc5 to 288935
2 changes: 1 addition & 1 deletion cookbooks/openssh
2 changes: 1 addition & 1 deletion cookbooks/openssl
2 changes: 1 addition & 1 deletion cookbooks/postgresql
2 changes: 1 addition & 1 deletion cookbooks/rabbitmq
2 changes: 1 addition & 1 deletion cookbooks/rabbitmq-openstack
2 changes: 1 addition & 1 deletion cookbooks/rsyslog
2 changes: 1 addition & 1 deletion cookbooks/selinux
2 changes: 1 addition & 1 deletion cookbooks/sosreport
Submodule sosreport updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/sysctl
Submodule sysctl updated 1 files
+1 −1 metadata.rb
2 changes: 1 addition & 1 deletion cookbooks/xfs
Submodule xfs updated from 3cbf1a to d211fe
2 changes: 1 addition & 1 deletion cookbooks/yum
Submodule yum updated from 072926 to 37297d
2 changes: 1 addition & 1 deletion environments/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"public": "192.168.1.0/24",
"management": "192.168.1.0/24"
},
"package_component": "essex-final"
"package_component": "folsom"
}
}
1 change: 1 addition & 0 deletions roles/cinder-all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description "Cinder Volume Service"
run_list(
"role[base]",
"role[cinder-setup]",
"role[cinder-api]",
"role[cinder-scheduler]",
"role[cinder-volume]"
Expand Down
6 changes: 6 additions & 0 deletions roles/cinder-setup.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name "cinder-setup"
description "Where the setup operations for cinder get run"
run_list(
"role[base]",
"recipe[cinder::cinder-setup]"
)
6 changes: 6 additions & 0 deletions roles/haproxy.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name "haproxy"
description "install and configure haproxy load balancer for openstack services"
run_list(
"role[base]",
"recipe[haproxy::default]"
)
7 changes: 7 additions & 0 deletions roles/keystone-api.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name "keystone-api"
description "Keystone API"
run_list(
"role[base]",
"recipe[keystone::keystone-api]"
)

3 changes: 2 additions & 1 deletion roles/keystone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
description "Keystone server"
run_list(
"role[base]",
"recipe[keystone::server]"
"recipe[keystone::server]",
"role[keystone-api]"
)

2 changes: 1 addition & 1 deletion roles/single-controller-cinder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"role[nova-scheduler]",
"role[nova-api-ec2]",
"role[nova-api-os-compute]",
"role[cinder-volume]",
"role[cinder-all]",
"role[nova-cert]",
"role[nova-vncproxy]",
"role[horizon-server]"
Expand Down

0 comments on commit 6e157f6

Please sign in to comment.