nirvdrum-rubber 1.1.7 → 2.0.0.rails3.beta6
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +82 -0
- data/VERSION +1 -1
- data/bin/vulcanize +10 -33
- data/generators/vulcanize/templates/apache/config/rubber/deploy-apache.rb +6 -6
- data/generators/vulcanize/templates/apache/config/rubber/role/apache/monit-apache.conf +2 -2
- data/generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf +3 -0
- data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf +29 -16
- data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html +1 -1
- data/generators/vulcanize/templates/base/Rakefile +19 -0
- data/generators/vulcanize/templates/base/config/rubber/common/crontab +6 -1
- data/generators/vulcanize/templates/base/config/rubber/common/monit-postfix.conf +2 -2
- data/generators/vulcanize/templates/base/config/rubber/common/rubber.profile +3 -4
- data/generators/vulcanize/templates/base/config/rubber/deploy-setup.rb +28 -49
- data/generators/vulcanize/templates/base/config/rubber/deploy-util.rb +97 -0
- data/generators/vulcanize/templates/base/config/rubber/rubber-dns.yml +0 -1
- data/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml +25 -0
- data/generators/vulcanize/templates/base/config/rubber/rubber.yml +21 -13
- data/generators/vulcanize/templates/base/script/cron-runner +1 -1
- data/generators/vulcanize/templates/base/templates.rb +1 -0
- data/generators/vulcanize/templates/base/templates.yml +5 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/deploy-cassandra.rb +88 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh +58 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.yaml +210 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/log4j-server.properties +45 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf +8 -0
- data/generators/vulcanize/templates/cassandra/config/rubber/rubber-cassandra.yml +18 -0
- data/generators/vulcanize/templates/cassandra/templates.yml +1 -0
- data/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf +2 -2
- data/generators/vulcanize/templates/{complete_passenger_mysql → complete_passenger}/config/rubber/role/haproxy/haproxy-passenger.conf +2 -2
- data/generators/vulcanize/templates/complete_passenger/templates.rb +9 -0
- data/generators/vulcanize/templates/complete_passenger/templates.yml +9 -0
- data/generators/vulcanize/templates/complete_passenger_mysql/templates.yml +1 -7
- data/generators/vulcanize/templates/complete_passenger_postgresql/templates.yml +4 -0
- data/generators/vulcanize/templates/cruise/config/rubber/deploy-cruise.rb +3 -3
- data/generators/vulcanize/templates/cruise/config/rubber/role/cruise/my.cnf +1 -1
- data/generators/vulcanize/templates/haproxy/config/rubber/deploy-haproxy.rb +5 -5
- data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf +2 -2
- data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf +8 -3
- data/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf +4 -0
- data/generators/vulcanize/templates/jetty/config/rubber/deploy-jetty.rb +5 -5
- data/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached.conf +1 -1
- data/generators/vulcanize/templates/mongrel/config/rubber/deploy-mongrel.rb +4 -4
- data/generators/vulcanize/templates/monit/config/rubber/common/monit.conf +2 -1
- data/generators/vulcanize/templates/monit/config/rubber/deploy-monit.rb +5 -4
- data/generators/vulcanize/templates/munin/config/rubber/common/monit-munin.conf +2 -2
- data/generators/vulcanize/templates/munin/config/rubber/common/munin-node.conf +1 -1
- data/generators/vulcanize/templates/munin/config/rubber/common/munin-plugins.conf +4 -2
- data/generators/vulcanize/templates/munin/config/rubber/deploy-munin.rb +5 -5
- data/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-plugins.conf +1 -1
- data/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf +1 -0
- data/generators/vulcanize/templates/munin/config/rubber/rubber-munin.yml +1 -1
- data/generators/vulcanize/templates/munin/script/munin/example_mysql_query.rb +6 -8
- data/generators/vulcanize/templates/mysql/config/rubber/common/database.yml +1 -0
- data/generators/vulcanize/templates/mysql/config/rubber/deploy-mysql.rb +40 -27
- data/generators/vulcanize/templates/mysql/config/rubber/role/db/apparmor-mysql.conf +46 -0
- data/generators/vulcanize/templates/mysql/config/rubber/role/db/monit-mysql.cnf +2 -2
- data/generators/vulcanize/templates/mysql/config/rubber/role/db/my.cnf +2 -6
- data/generators/vulcanize/templates/mysql/config/rubber/rubber-mysql.yml +2 -1
- data/generators/vulcanize/templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb +19 -15
- data/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/monit-mysql_cluster_sql.cnf +2 -2
- data/generators/vulcanize/templates/mysql_proxy/config/rubber/common/monit-mysql_proxy.cnf +2 -2
- data/generators/vulcanize/templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb +3 -3
- data/generators/vulcanize/templates/nginx/config/rubber/deploy-nginx.rb +5 -5
- data/generators/vulcanize/templates/nginx/config/rubber/role/nginx/monit-nginx.conf +2 -2
- data/generators/vulcanize/templates/passenger/config/rubber/deploy-passenger.rb +10 -1
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-memory.conf +1 -1
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-sudoers.conf +2 -2
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger.conf +1 -1
- data/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger.conf +28 -3
- data/generators/vulcanize/templates/passenger/config/rubber/rubber-passenger.yml +3 -3
- data/generators/vulcanize/templates/postgresql/config/rubber/common/database.yml +12 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/deploy-postgresql.rb +131 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/crontab +14 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/monit-postgresql.conf +10 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/pg_hba.conf +89 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf +6 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql.conf +504 -0
- data/generators/vulcanize/templates/postgresql/config/rubber/rubber-postgresql.yml +45 -0
- data/generators/vulcanize/templates/postgresql/templates.yml +1 -0
- data/generators/vulcanize/templates/redis/config/rubber/deploy-redis.rb +8 -7
- data/generators/vulcanize/templates/resque/config/initializers/resque.rb +15 -0
- data/generators/vulcanize/templates/resque/config/rubber/common/resque.yml +5 -0
- data/generators/vulcanize/templates/resque/config/rubber/deploy-resque.rb +46 -27
- data/generators/vulcanize/templates/resque/config/rubber/role/resque_web/monit-resque_web.conf +14 -0
- data/generators/vulcanize/templates/resque/config/rubber/role/resque_worker/monit-resque_worker.conf +19 -0
- data/generators/vulcanize/templates/resque/config/rubber/rubber-resque.yml +14 -6
- data/generators/vulcanize/templates/resque/script/resque_worker_management.rb +112 -0
- data/generators/vulcanize/templates/resque/templates.rb +1 -0
- data/generators/vulcanize/templates/sphinx/config/rubber/deploy-sphinx.rb +8 -8
- data/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/monit-sphinx.conf +7 -4
- data/generators/vulcanize/vulcanize_generator.rb +139 -49
- data/lib/generators/vulcanize/USAGE +6 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/deploy-apache.rb +51 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/deflate.conf +10 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/expires.conf +9 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/headers.conf +6 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/monit-apache.conf +8 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/ports.conf +8 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/apache/setenvif.conf +52 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf +79 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache.auth +7 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-index.html +34 -0
- data/lib/generators/vulcanize/templates/apache/config/rubber/rubber-apache.yml +6 -0
- data/lib/generators/vulcanize/templates/apache/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/base/Capfile +14 -0
- data/lib/generators/vulcanize/templates/base/Rakefile +19 -0
- data/lib/generators/vulcanize/templates/base/config/deploy.rb +55 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/common/crontab +22 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/common/monit-postfix.conf +8 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/common/rubber.profile +13 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/deploy-setup.rb +63 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/deploy-util.rb +97 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/rubber-dns.yml +78 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/rubber-rvm.yml +25 -0
- data/lib/generators/vulcanize/templates/base/config/rubber/rubber.yml +235 -0
- data/lib/generators/vulcanize/templates/base/lib/tasks/rubber.rake +15 -0
- data/lib/generators/vulcanize/templates/base/script/cron-rake +18 -0
- data/lib/generators/vulcanize/templates/base/script/cron-runner +18 -0
- data/lib/generators/vulcanize/templates/base/script/cron-sh +67 -0
- data/lib/generators/vulcanize/templates/base/templates.rb +1 -0
- data/lib/generators/vulcanize/templates/base/templates.yml +6 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/deploy-cassandra.rb +88 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh +58 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.yaml +210 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/log4j-server.properties +45 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf +8 -0
- data/lib/generators/vulcanize/templates/cassandra/config/rubber/rubber-cassandra.yml +18 -0
- data/lib/generators/vulcanize/templates/cassandra/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf +23 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/role/nginx/nginx-mongrel.conf +113 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/config/rubber/rubber-complete.yml +41 -0
- data/lib/generators/vulcanize/templates/complete_mongrel_mysql/templates.yml +6 -0
- data/lib/generators/vulcanize/templates/complete_passenger/config/rubber/role/haproxy/haproxy-passenger.conf +21 -0
- data/lib/generators/vulcanize/templates/complete_passenger/config/rubber/rubber-complete.yml +40 -0
- data/lib/generators/vulcanize/templates/complete_passenger/templates.rb +9 -0
- data/lib/generators/vulcanize/templates/complete_passenger/templates.yml +9 -0
- data/lib/generators/vulcanize/templates/complete_passenger_mysql/templates.yml +4 -0
- data/lib/generators/vulcanize/templates/complete_passenger_postgresql/templates.yml +4 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/deploy-cruise.rb +72 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/cruise +40 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/my.cnf +165 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/production.rb +8 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/cruise/site_config.rb +76 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/role/web_tools/cruise-nginx.conf +11 -0
- data/lib/generators/vulcanize/templates/cruise/config/rubber/rubber-cruise.yml +18 -0
- data/lib/generators/vulcanize/templates/cruise/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/deploy-haproxy.rb +45 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf +26 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/haproxy-default.conf +8 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/monit-haproxy.conf +9 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf +11 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf +21 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf +10 -0
- data/lib/generators/vulcanize/templates/haproxy/config/rubber/rubber-haproxy.yml +7 -0
- data/lib/generators/vulcanize/templates/haproxy/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/deploy-jetty.rb +59 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/jetty.sh +589 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/jetty.xml +199 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/role/jetty/monit-jetty.conf +9 -0
- data/lib/generators/vulcanize/templates/jetty/config/rubber/rubber-jetty.yml +10 -0
- data/lib/generators/vulcanize/templates/jetty/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/memcached/config/memcached.yml +28 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/common/memcached.yml +14 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached.conf +52 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/role/memcached/memcached_munin_plugin +249 -0
- data/lib/generators/vulcanize/templates/memcached/config/rubber/rubber-memcached.yml +7 -0
- data/lib/generators/vulcanize/templates/memcached/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/minimal_mysql/templates.yml +7 -0
- data/lib/generators/vulcanize/templates/minimal_nodb/templates.yml +6 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/deploy-mongrel.rb +75 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/mongrel_cluster.yml +12 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/role/mongrel/monit-mongrel.conf +20 -0
- data/lib/generators/vulcanize/templates/mongrel/config/rubber/rubber-mongrel.yml +9 -0
- data/lib/generators/vulcanize/templates/mongrel/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/common/monit-default.conf +15 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/common/monit.conf +252 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/deploy-monit.rb +33 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/role/web_tools/monit-admin-nginx.conf +10 -0
- data/lib/generators/vulcanize/templates/monit/config/rubber/rubber-monit.yml +6 -0
- data/lib/generators/vulcanize/templates/monit/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/common/monit-munin.conf +8 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/common/munin-node.conf +48 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/common/munin-plugins.conf +11 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/deploy-munin.rb +46 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-nginx.conf +8 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin-plugins.conf +31 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/role/web_tools/munin.conf +81 -0
- data/lib/generators/vulcanize/templates/munin/config/rubber/rubber-munin.yml +8 -0
- data/lib/generators/vulcanize/templates/munin/script/munin/example_mysql_query.rb +55 -0
- data/lib/generators/vulcanize/templates/munin/script/munin/example_simple.rb +24 -0
- data/lib/generators/vulcanize/templates/munin/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/common/database.yml +12 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/deploy-mysql.rb +169 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/apparmor-mysql.conf +46 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/crontab +14 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/monit-mysql.cnf +10 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/db/my.cnf +163 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/role/mysql_slave/mysql_slave_munin_plugin +51 -0
- data/lib/generators/vulcanize/templates/mysql/config/rubber/rubber-mysql.yml +47 -0
- data/lib/generators/vulcanize/templates/mysql/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/common/mysql_cluster_migrations.rb +13 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb +177 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_data/my.cnf +15 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_mgm/ndb_mgmd.cnf +39 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/monit-mysql_cluster_sql.cnf +10 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/role/mysql_sql/my.cnf +23 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/config/rubber/rubber-mysql_cluster.yml +32 -0
- data/lib/generators/vulcanize/templates/mysql_cluster/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/database.yml +16 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/monit-mysql_proxy.cnf +10 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy +153 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy.conf +10 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/common/mysql-proxy.lua +5 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb +52 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/config/rubber/rubber-mysql_proxy.yml +11 -0
- data/lib/generators/vulcanize/templates/mysql_proxy/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/deploy-nginx.rb +45 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/crontab +9 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/monit-nginx.conf +8 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/nginx/nginx.conf +42 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/nginx-tools.conf +55 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/tools-index.html +30 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/role/web_tools/tools-nginx.auth +7 -0
- data/lib/generators/vulcanize/templates/nginx/config/rubber/rubber-nginx.yml +10 -0
- data/lib/generators/vulcanize/templates/nginx/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/deploy-passenger.rb +46 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-memory.conf +34 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger-sudoers.conf +7 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/munin-passenger.conf +47 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger-apache-vhost.conf +46 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/role/passenger/passenger.conf +35 -0
- data/lib/generators/vulcanize/templates/passenger/config/rubber/rubber-passenger.yml +15 -0
- data/lib/generators/vulcanize/templates/passenger/templates.yml +3 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/common/database.yml +12 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/deploy-postgresql.rb +131 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/crontab +14 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/monit-postgresql.conf +10 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/pg_hba.conf +89 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf +6 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/role/db/postgresql.conf +504 -0
- data/lib/generators/vulcanize/templates/postgresql/config/rubber/rubber-postgresql.yml +45 -0
- data/lib/generators/vulcanize/templates/postgresql/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/deploy-redis.rb +37 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/crontab +8 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/monit-redis.conf +9 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/role/redis/redis.conf +141 -0
- data/lib/generators/vulcanize/templates/redis/config/rubber/rubber-redis.yml +4 -0
- data/lib/generators/vulcanize/templates/redis/templates.yml +1 -0
- data/lib/generators/vulcanize/templates/resque/config/initializers/resque.rb +15 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/common/resque.yml +5 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/deploy-resque.rb +58 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/role/resque_web/monit-resque_web.conf +14 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/role/resque_worker/monit-resque_worker.conf +19 -0
- data/lib/generators/vulcanize/templates/resque/config/rubber/rubber-resque.yml +18 -0
- data/lib/generators/vulcanize/templates/resque/script/resque_worker_management.rb +112 -0
- data/lib/generators/vulcanize/templates/resque/templates.rb +1 -0
- data/lib/generators/vulcanize/templates/resque/templates.yml +3 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/common/sphinx.yml +46 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/deploy-sphinx.rb +112 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/crontab +11 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/role/sphinx/monit-sphinx.conf +13 -0
- data/lib/generators/vulcanize/templates/sphinx/config/rubber/rubber-sphinx.yml +6 -0
- data/lib/generators/vulcanize/templates/sphinx/templates.yml +1 -0
- data/lib/generators/vulcanize/vulcanize_generator.rb +157 -0
- data/lib/rubber/cloud/aws.rb +7 -2
- data/lib/rubber/dns/zerigo.rb +60 -125
- data/lib/rubber/environment.rb +6 -6
- data/lib/rubber/generator.rb +33 -25
- data/lib/rubber/instance.rb +11 -1
- data/lib/rubber/railtie.rb +14 -0
- data/lib/rubber/recipes/rubber/deploy.rb +3 -3
- data/lib/rubber/recipes/rubber/instances.rb +12 -1
- data/lib/rubber/recipes/rubber/setup.rb +96 -55
- data/lib/rubber/recipes/rubber/spot_requests.rb +6 -0
- data/lib/rubber/recipes/rubber/static_ips.rb +83 -0
- data/lib/rubber/recipes/rubber/utils.rb +39 -16
- data/lib/rubber/recipes/rubber/volumes.rb +4 -4
- data/lib/rubber/recipes/rubber.rb +16 -9
- data/lib/rubber/util.rb +28 -1
- data/lib/rubber.rb +47 -7
- data/rails/init.rb +1 -4
- data/test/environment_test.rb +3 -0
- data/test/generator_test.rb +47 -0
- data/test/instance_test.rb +3 -0
- data/test/test_helper.rb +6 -0
- data/test/util_test.rb +3 -0
- data/test/zerigo_test.rb +87 -0
- metadata +275 -50
- data/generators/vulcanize/templates/resque/config/rubber/deploy-resque-worker-default.rb +0 -38
- data/generators/vulcanize/templates/resque/config/rubber/role/resque_worker_default/monit-resque_worker_default.conf +0 -19
- /data/generators/vulcanize/templates/{complete_passenger_mysql → complete_passenger}/config/rubber/rubber-complete.yml +0 -0
@@ -0,0 +1,235 @@
|
|
1
|
+
# All variables can also be overridden on the role and/or host level by creating
|
2
|
+
# a sub level to the config under roles and hosts
|
3
|
+
# e.g. to install mysql only on db role, and awstats only on web01:
|
4
|
+
#
|
5
|
+
# packages: [ruby]
|
6
|
+
# roles:
|
7
|
+
# db:
|
8
|
+
# packages: [mysql]
|
9
|
+
# hosts:
|
10
|
+
# web01:
|
11
|
+
# packages: [awstats]
|
12
|
+
|
13
|
+
# REQUIRED: The name of your application
|
14
|
+
app_name: your_app_name
|
15
|
+
|
16
|
+
# REQUIRED: The system user to run your app servers as
|
17
|
+
app_user: app
|
18
|
+
|
19
|
+
# REQUIRED: Notification emails (e.g. monit) get sent to this address
|
20
|
+
#
|
21
|
+
admin_email: root@localhost
|
22
|
+
|
23
|
+
# OPTIONAL: If not set, you won't be able to access web_tools
|
24
|
+
# server (munin stats, monit status, etc)
|
25
|
+
# web_tools_user: admin
|
26
|
+
# web_tools_password: sekret
|
27
|
+
|
28
|
+
# REQUIRED: The timezone the server should be in
|
29
|
+
timezone: US/Eastern
|
30
|
+
|
31
|
+
# REQUIRED: the domain all the instances should be associated with
|
32
|
+
#
|
33
|
+
domain: foo.com
|
34
|
+
|
35
|
+
# OPTIONAL: See rubber-dns.yml for dns configuration
|
36
|
+
# This lets rubber update a dynamic dns service with the instance alias
|
37
|
+
# and ip when they are created. It also allows setting up arbitrary
|
38
|
+
# dns records (CNAME, MX, Round Robin DNS, etc)
|
39
|
+
|
40
|
+
# OPTIONAL: Additional rubber file to pull config from if it exists. This file will
|
41
|
+
# also be pushed to remote host at RUBBER_ROOT/config/rubber/rubber-secret.yml
|
42
|
+
#
|
43
|
+
# rubber_secret: "#{File.expand_path('~') + '/.ec2' + (RUBBER_ENV == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue ''}"
|
44
|
+
|
45
|
+
# REQUIRED All known cloud providers with the settings needed to configure them
|
46
|
+
# There's only one coud provider right now - Amazon Web Services
|
47
|
+
# To implement another, clone lib/rubber/cloud/aws.rb
|
48
|
+
#
|
49
|
+
cloud_providers:
|
50
|
+
aws:
|
51
|
+
# REQUIRED The amazon keys and account ID (digits only, no dashes) used to access the AWS API
|
52
|
+
#
|
53
|
+
access_key: XXX
|
54
|
+
secret_access_key: YYY
|
55
|
+
account: ZZZ
|
56
|
+
|
57
|
+
# REQUIRED: The name of the amazon keypair and location of its private key
|
58
|
+
#
|
59
|
+
# NOTE: for some reason Capistrano requires you to have both the public and
|
60
|
+
# the private key in the same folder, the public key should have the
|
61
|
+
# extension ".pub". The easiest (only?) way to get your hand on this is to
|
62
|
+
# create an instance, ssh into it, and copy the file /mnt/openssh_id.pub
|
63
|
+
#
|
64
|
+
key_name: gsg-keypair
|
65
|
+
key_file: "#{Dir[(File.expand_path('~') rescue '/root') + '/.ec2/*' + cloud_providers.aws.key_name].first}"
|
66
|
+
|
67
|
+
# OPTIONAL: Needed for bundling a running instance using rubber:bundle
|
68
|
+
#
|
69
|
+
# pk_file: "#{Dir[(File.expand_path('~') rescue '/root') + '/.ec2/pk-*'].first}"
|
70
|
+
# cert_file: "#{Dir[(File.expand_path('~') rescue '/root') + '/.ec2/cert-*'].first}"
|
71
|
+
# image_bucket: "#{app_name}-images"
|
72
|
+
|
73
|
+
# OPTIONAL: Needed for backing up database to s3
|
74
|
+
# backup_bucket: "#{app_name}-backups"
|
75
|
+
|
76
|
+
# REQUIRED: the ami and instance type for creating instances
|
77
|
+
# The Ubuntu images at http://alestic.com/ work well
|
78
|
+
# Ubuntu 10.04 Lucid base install 32-bit ami-2d4aa444
|
79
|
+
# Ubuntu 10.04 Lucid base install 64-bit ami-fd4aa494
|
80
|
+
#
|
81
|
+
image_id: ami-2d4aa444
|
82
|
+
# m1.small or m1.large or m1.xlarge
|
83
|
+
image_type: m1.small
|
84
|
+
|
85
|
+
# OPTIONAL: EC2 spot instance request support.
|
86
|
+
#
|
87
|
+
# Enables the creation of spot instance requests. Rubber will wait synchronously until the request is fulfilled,
|
88
|
+
# at which point it will begin initializing the instance, unless spot_instance_request_timeout is set.
|
89
|
+
# spot_instance: true
|
90
|
+
#
|
91
|
+
# The maximum price you would like to pay for your spot instance.
|
92
|
+
# spot_price: "0.085"
|
93
|
+
#
|
94
|
+
# If a spot instance request can't be fulfilled in 3 minutes, fallback to on-demand instance creation. If not set,
|
95
|
+
# the default is infinite.
|
96
|
+
# spot_instance_request_timeout: 180
|
97
|
+
|
98
|
+
# REQUIRED the cloud provider to use
|
99
|
+
#
|
100
|
+
cloud_provider: aws
|
101
|
+
|
102
|
+
# OPTIONAL: Define security groups
|
103
|
+
# Each security group is a name associated with a sequence of maps where the
|
104
|
+
# keys are the parameters to the ec2 AuthorizeSecurityGroupIngress API
|
105
|
+
# source_security_group_name, source_security_group_owner_id
|
106
|
+
# ip_protocol, from_port, to_port, cidr_ip
|
107
|
+
#
|
108
|
+
security_groups:
|
109
|
+
default:
|
110
|
+
description: The default security group
|
111
|
+
rules:
|
112
|
+
- source_group_name: default
|
113
|
+
source_group_account: "#{cloud_providers.aws.account}"
|
114
|
+
- protocol: tcp
|
115
|
+
from_port: 22
|
116
|
+
to_port: 22
|
117
|
+
source_ips: [0.0.0.0/0]
|
118
|
+
|
119
|
+
# OPTIONAL: The default security groups to create instances with
|
120
|
+
assigned_security_groups: [default]
|
121
|
+
|
122
|
+
# OPTIONAL: Automatically create security groups for each host and role
|
123
|
+
# EC2 doesn't allow one to change what groups an instance belongs to after
|
124
|
+
# creation, so its good to have some empty ones predefined.
|
125
|
+
auto_security_groups: true
|
126
|
+
|
127
|
+
# OPTIONAL: Automatically isolate security groups for each appname/environment
|
128
|
+
# by mangling their names to be appname_env_groupname
|
129
|
+
# This makes it safer to have staging and production coexist on the same EC2
|
130
|
+
# account, or even multiple apps
|
131
|
+
isolate_security_groups: true
|
132
|
+
|
133
|
+
# OPTIONAL: The packages to install on all instances
|
134
|
+
# You can install a specific version of a package by using a sub-array of pkg, version
|
135
|
+
# For example, packages: [[rake, 0.7.1], irb]
|
136
|
+
packages: [postfix, build-essential, git-core, ec2-ami-tools]
|
137
|
+
|
138
|
+
# OPTIONAL: gem sources to setup for rubygems
|
139
|
+
# gemsources: ["http://rubygems.org", "http://gems.github.com"]
|
140
|
+
|
141
|
+
# OPTIONAL: The gems to install on all instances
|
142
|
+
# You can install a specific version of a gem by using a sub-array of gem, version
|
143
|
+
# For example, gem: [[rails, 2.2.2], open4, aws-s3]
|
144
|
+
# gems: [rubber, rails, open4, aws-s3]
|
145
|
+
# The above is the correct line once rails3 has been released
|
146
|
+
gems: [open4, aws-s3, tzinfo, builder, i18n, memcache-client, rack, rake, rack-test, erubis, mail, text-format, thor, bundler, [rack-mount, 0.4], [rails, 3.0.0.beta3], [rubber, "#{Rubber.version}"]]
|
147
|
+
|
148
|
+
# OPTIONAL: A string prepended to shell command strings that cause multi
|
149
|
+
# statement shell commands to fail fast. You may need to comment this out
|
150
|
+
# on some platforms, but it works for me on linux/osx with a bash shell
|
151
|
+
#
|
152
|
+
stop_on_error_cmd: "function error_exit { exit 99; }; trap error_exit ERR"
|
153
|
+
|
154
|
+
# OPTIONAL: The default set of roles to use when creating a staging instance
|
155
|
+
# with "cap rubber:create_staging". By default this uses all the known roles,
|
156
|
+
# but this is not always desired for staging, so you can specify a different
|
157
|
+
# set here
|
158
|
+
#
|
159
|
+
staging_roles: "web,app,db:primary=true"
|
160
|
+
|
161
|
+
|
162
|
+
# OPTIONAL: Lets one assign amazon elastic IPs (static IPs) to your instances
|
163
|
+
# You should typically set this on the role/host level rather than
|
164
|
+
# globally , unless you really do want all instances to have a
|
165
|
+
# static IP
|
166
|
+
#
|
167
|
+
# use_static_ip: true
|
168
|
+
|
169
|
+
# OPTIONAL: Specifies an instance to be created in the given availability zone
|
170
|
+
# Availability zones are sepcified by amazon to be somewhat isolated
|
171
|
+
# from each other so that hardware failures in one zone shouldn't
|
172
|
+
# affect instances in another. As such, it is good to specify these
|
173
|
+
# for instances that need to be redundant to reduce your chance of
|
174
|
+
# downtime. You should typically set this on the role/host level
|
175
|
+
# rather than globally. Use rubber describe:zones to see the list
|
176
|
+
# of zones
|
177
|
+
# availability_zone: us-east-1a
|
178
|
+
|
179
|
+
# OPTIONAL: If you want t use Elastic Block Store (EBS) persistent
|
180
|
+
# volumes, add them to host specific overrides and they will get created
|
181
|
+
# and assigned to the instance. On initial creation, the volume will get
|
182
|
+
# attached _and_ formatted, but if your host disapears and you recreate
|
183
|
+
# it, the volume will only get remounted thereby preserving your data
|
184
|
+
#
|
185
|
+
# hosts:
|
186
|
+
# my_host:
|
187
|
+
# availability_zone: us-east-1a
|
188
|
+
# volumes:
|
189
|
+
# - size: 100 # size of vol in GBs
|
190
|
+
# zone: us-east-1a # zone to create volume in, needs to match host's zone
|
191
|
+
# device: /dev/sdh # OS device to attach volume to
|
192
|
+
# mount: /mnt/mysql # The directory to mount this volume to
|
193
|
+
# filesystem: ext3 # the filesystem to create on volume
|
194
|
+
# - size: 10 # size of vol in GBs
|
195
|
+
# zone: us-east-1a # zone to create volume in, needs to match host's zone
|
196
|
+
# device: /dev/sdi # OS device to attach volume to
|
197
|
+
# mount: /mnt/logs # The directory to mount this volume to
|
198
|
+
# filesystem: ext3 # the filesystem to create on volume
|
199
|
+
#
|
200
|
+
# # volumes without mount/filesystem can be used in raid arrays
|
201
|
+
#
|
202
|
+
# - size: 50 # size of vol in GBs
|
203
|
+
# zone: us-east-1a # zone to create volume in, needs to match host's zone
|
204
|
+
# device: /dev/sdx # OS device to attach volume to
|
205
|
+
# - size: 50 # size of vol in GBs
|
206
|
+
# zone: us-east-1a # zone to create volume in, needs to match host's zone
|
207
|
+
# device: /dev/sdy # OS device to attach volume to
|
208
|
+
#
|
209
|
+
# # for raid array, you'll need to add mdadm to packages. Likewise,
|
210
|
+
# # xfsprogs is needed for xfs filesystem support
|
211
|
+
# packages: [xfsprogs, mdadm]
|
212
|
+
# raid_volumes:
|
213
|
+
# - device: /dev/md0 # OS device to to create raid array on
|
214
|
+
# mount: /mnt/fast # The directory to mount this array to
|
215
|
+
# filesystem: xfs # the filesystem to create on array
|
216
|
+
# raid_level: 0 # the raid level to use for the array
|
217
|
+
# source_devices: [/dev/sdx, /dev/sdy] # the source EBS devices we are creating raid array from
|
218
|
+
|
219
|
+
# OPTIONAL: You can also define your own variables here for use when
|
220
|
+
# transforming config files, and they will be available in your config
|
221
|
+
# templates as <%= rubber_env.var_name %>
|
222
|
+
#
|
223
|
+
# var_name: var_value
|
224
|
+
|
225
|
+
# OPTIONAL: Role specific overrides
|
226
|
+
# roles:
|
227
|
+
# somerole:
|
228
|
+
# packages: []
|
229
|
+
# somerole2:
|
230
|
+
# myconfig: someval
|
231
|
+
|
232
|
+
# OPTIONAL: Host specific overrides
|
233
|
+
# hosts:
|
234
|
+
# somehost:
|
235
|
+
# packages: []
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# rails tries to load this from generator dir, so skip it.
|
2
|
+
if __FILE__ !~ /rubber\/generators\/vulcanize/
|
3
|
+
|
4
|
+
env = ENV['RUBBER_ENV'] ||= (ENV['RAILS_ENV'] || 'development')
|
5
|
+
root = File.dirname(__FILE__) + '/../..'
|
6
|
+
|
7
|
+
# this tries first as a rails plugin then as a gem
|
8
|
+
$:.unshift "#{root}/vendor/plugins/rubber/lib/"
|
9
|
+
require 'rubber'
|
10
|
+
|
11
|
+
Rubber::initialize(root, env)
|
12
|
+
|
13
|
+
require 'rubber/tasks/rubber'
|
14
|
+
|
15
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# For running rake jobs through cron - only prints output if there is an error
|
4
|
+
#
|
5
|
+
# author mconway
|
6
|
+
# since 8/12/07
|
7
|
+
|
8
|
+
RAILS_ROOT = File.expand_path("..", File.dirname(__FILE__))
|
9
|
+
log = "#{RAILS_ROOT}/log/cron-rake-#{Time.now.tv_sec}.log"
|
10
|
+
begin
|
11
|
+
ident = File.basename(ARGV[-1]).gsub(/\W+/, "_")
|
12
|
+
log = "#{RAILS_ROOT}/log/cron-rake-#{ident}.log"
|
13
|
+
rescue
|
14
|
+
end
|
15
|
+
|
16
|
+
Dir.chdir(RAILS_ROOT)
|
17
|
+
args = %W{-l #{log} -- rake --trace} + ARGV
|
18
|
+
system "script/cron-sh", *args
|
@@ -0,0 +1,18 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# For running jobs through cron - only prints output if there is an error
|
4
|
+
#
|
5
|
+
# author mconway
|
6
|
+
# since 8/12/07
|
7
|
+
|
8
|
+
RAILS_ROOT = File.expand_path("..", File.dirname(__FILE__))
|
9
|
+
log = "#{RAILS_ROOT}/log/cron-runner-#{Time.now.tv_sec}.log"
|
10
|
+
begin
|
11
|
+
ident = File.basename(ARGV[-1]).gsub(/\W+/, "_")
|
12
|
+
log = "#{RAILS_ROOT}/log/cron-runner-#{ident}.log"
|
13
|
+
rescue
|
14
|
+
end
|
15
|
+
|
16
|
+
Dir.chdir(RAILS_ROOT)
|
17
|
+
args = %W{-e -l #{log} -- rails runner} + ARGV
|
18
|
+
system "script/cron-sh", *args
|
@@ -0,0 +1,67 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# For running shell commands through cron - only prints output if there is an error
|
4
|
+
#
|
5
|
+
# author mconway
|
6
|
+
# since 8/12/07
|
7
|
+
|
8
|
+
require 'optparse'
|
9
|
+
require 'ostruct'
|
10
|
+
require 'rubygems'
|
11
|
+
require 'open4'
|
12
|
+
|
13
|
+
options = OpenStruct.new
|
14
|
+
options.logfile = "/tmp/cron-sh-#{Time.now.tv_sec}.log"
|
15
|
+
options.echoerr = false
|
16
|
+
options.echoout = false
|
17
|
+
|
18
|
+
opts = OptionParser.new do |opts|
|
19
|
+
opts.banner = "Usage: cron-sh [options] <shell command>"
|
20
|
+
opts.separator "Runs the given command, sending all stdout/stderr to a logfile, but echoing"
|
21
|
+
opts.separator "the entire file if the command exits with an error"
|
22
|
+
opts.separator ""
|
23
|
+
opts.separator "Specific options:"
|
24
|
+
|
25
|
+
opts.on("-l", "--log logfile", "Log to given file instead of a default") do |val|
|
26
|
+
options.logfile = val
|
27
|
+
end
|
28
|
+
|
29
|
+
opts.on("-o", "--[no-]echoout", "Log _and_ echo stdout") do |val|
|
30
|
+
options.echoout = true
|
31
|
+
end
|
32
|
+
|
33
|
+
opts.on("-e", "--[no-]echoerr", "Log _and_ echo stderr") do |val|
|
34
|
+
options.echoerr = true
|
35
|
+
end
|
36
|
+
|
37
|
+
opts.on_tail("-h", "--help", "Show this message") do
|
38
|
+
puts opts
|
39
|
+
exit
|
40
|
+
end
|
41
|
+
end
|
42
|
+
|
43
|
+
cmd = opts.parse(ARGV)
|
44
|
+
|
45
|
+
status = Open4::popen4(*cmd) do |pid, stdin, stdout, stderr|
|
46
|
+
File.open(options.logfile, "w") do | fh |
|
47
|
+
threads = []
|
48
|
+
threads << Thread.new(stdout) do |stdout|
|
49
|
+
stdout.each { |line| $stdout.puts line if options.echoout; fh.print line; fh.flush }
|
50
|
+
end
|
51
|
+
threads << Thread.new(stderr) do |stderr|
|
52
|
+
stderr.each { |line| $stderr.puts line if options.echoerr; fh.print line; fh.flush }
|
53
|
+
end
|
54
|
+
threads.each { |t| t.join }
|
55
|
+
end
|
56
|
+
end
|
57
|
+
|
58
|
+
result = status.exitstatus
|
59
|
+
if result != 0
|
60
|
+
puts ""
|
61
|
+
puts "*** Process exited with non-zero error code, full output follows"
|
62
|
+
puts "*** Command was: #{cmd.join(' ')}"
|
63
|
+
puts ""
|
64
|
+
puts IO.read(options.logfile)
|
65
|
+
end
|
66
|
+
|
67
|
+
exit(result)
|
@@ -0,0 +1 @@
|
|
1
|
+
gem "rubber", Rubber.version if Rubber::Util::is_bundler? && ! Rubber::Util::rubber_as_plugin?
|
@@ -0,0 +1,88 @@
|
|
1
|
+
|
2
|
+
namespace :rubber do
|
3
|
+
|
4
|
+
namespace :cassandra do
|
5
|
+
|
6
|
+
rubber.allow_optional_tasks(self)
|
7
|
+
|
8
|
+
after "rubber:install_packages", "rubber:cassandra:install"
|
9
|
+
|
10
|
+
task :install, :roles => :cassandra do
|
11
|
+
rubber.sudo_script 'install_cassandra', <<-ENDSCRIPT
|
12
|
+
if [[ ! -d "#{rubber_env.cassandra_dir}" ]]; then
|
13
|
+
wget -qNP /tmp #{rubber_env.cassandra_pkg_url}
|
14
|
+
tar -C #{rubber_env.cassandra_prefix} -zxf /tmp/apache-cassandra-#{rubber_env.cassandra_version}-bin.tar.gz
|
15
|
+
wget -nNO #{rubber_env.cassandra_dir}/jmxterm.jar http://downloads.sourceforge.net/project/cyclops-group/jmxterm/1.0-alpha-4/jmxterm-1.0-alpha-4-uber.jar
|
16
|
+
fi
|
17
|
+
ENDSCRIPT
|
18
|
+
end
|
19
|
+
|
20
|
+
after "rubber:bootstrap", "rubber:cassandra:bootstrap"
|
21
|
+
|
22
|
+
task :bootstrap, :roles => :cassandra do
|
23
|
+
instances = rubber_instances.for_role("cassandra") & rubber_instances.filtered
|
24
|
+
instances.each do |ic|
|
25
|
+
task_name = "_bootstrap_cassandra_#{ic.full_name}".to_sym()
|
26
|
+
task task_name, :hosts => ic.full_name do
|
27
|
+
env = rubber_cfg.environment.bind("cassandra", ic.name)
|
28
|
+
exists = capture("echo $(ls #{env.cassandra_data_dir}/ 2> /dev/null)")
|
29
|
+
if exists.strip.size == 0
|
30
|
+
# After everything installed on machines, we need the source tree
|
31
|
+
# on hosts in order to run rubber:config for bootstrapping the db
|
32
|
+
deploy.update_code
|
33
|
+
|
34
|
+
# Gen just the conf for cassandra
|
35
|
+
rubber.run_config(:RUBBER_ENV => RUBBER_ENV, :FILE => "role/cassandra", :FORCE => true, :deploy_path => release_path)
|
36
|
+
|
37
|
+
cassandra_start
|
38
|
+
|
39
|
+
# temporary hack to load initial schema from cassandra.yaml until
|
40
|
+
# something better available. Subsequent schema changes should be
|
41
|
+
# done using thrift system_* api
|
42
|
+
# http://wiki.apache.org/cassandra/FAQ#no_keyspaces
|
43
|
+
# http://wiki.apache.org/cassandra/LiveSchemaUpdates
|
44
|
+
if instances.size == 1
|
45
|
+
rubber.sudo_script "install_cassandra_schema", <<-ENDSCRIPT
|
46
|
+
echo run -b org.apache.cassandra.service:type=StorageService loadSchemaFromYAML |\
|
47
|
+
java -jar #{rubber_env.cassandra_dir}/jmxterm.jar -n -l #{ic.full_name}:#{rubber_env.cassandra_jmx_port}
|
48
|
+
ENDSCRIPT
|
49
|
+
end
|
50
|
+
end
|
51
|
+
end
|
52
|
+
send task_name
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
on :load do
|
57
|
+
rubber.serial_task self, :serial_restart, :roles => :cassandra do
|
58
|
+
cassandra_stop
|
59
|
+
cassandra_start
|
60
|
+
end
|
61
|
+
|
62
|
+
rubber.serial_task self, :serial_reload, :roles => :cassandra do
|
63
|
+
end
|
64
|
+
end
|
65
|
+
|
66
|
+
def cassandra_stop
|
67
|
+
rsudo "pid=`cat #{rubber_env.cassandra_pid_file}` && kill $pid; while ps $pid &> /dev/null; do sleep 1; done"
|
68
|
+
end
|
69
|
+
|
70
|
+
def cassandra_start
|
71
|
+
rsudo "nohup #{rubber_env.cassandra_dir}/bin/cassandra -p #{rubber_env.cassandra_pid_file} &> #{rubber_env.cassandra_log_dir}/startup.log"
|
72
|
+
end
|
73
|
+
|
74
|
+
task :restart, :roles => :cassandra do
|
75
|
+
rubber.cassandra.stop
|
76
|
+
rubber.cassandra.start
|
77
|
+
end
|
78
|
+
|
79
|
+
task :stop, :roles => :cassandra do
|
80
|
+
cassandra_stop
|
81
|
+
end
|
82
|
+
|
83
|
+
task :start, :roles => :cassandra do
|
84
|
+
cassandra_start
|
85
|
+
end
|
86
|
+
|
87
|
+
end
|
88
|
+
end
|
data/lib/generators/vulcanize/templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh
ADDED
@@ -0,0 +1,58 @@
|
|
1
|
+
<%
|
2
|
+
@path = "#{rubber_env.cassandra_dir}/bin/cassandra.in.sh"
|
3
|
+
%>
|
4
|
+
|
5
|
+
# Licensed to the Apache Software Foundation (ASF) under one
|
6
|
+
# or more contributor license agreements. See the NOTICE file
|
7
|
+
# distributed with this work for additional information
|
8
|
+
# regarding copyright ownership. The ASF licenses this file
|
9
|
+
# to you under the Apache License, Version 2.0 (the
|
10
|
+
# "License"); you may not use this file except in compliance
|
11
|
+
# with the License. You may obtain a copy of the License at
|
12
|
+
#
|
13
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
14
|
+
#
|
15
|
+
# Unless required by applicable law or agreed to in writing, software
|
16
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
17
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
18
|
+
# See the License for the specific language governing permissions and
|
19
|
+
# limitations under the License.
|
20
|
+
|
21
|
+
|
22
|
+
cassandra_home=`dirname $0`/..
|
23
|
+
|
24
|
+
# The directory where Cassandra's configs live (required)
|
25
|
+
CASSANDRA_CONF=$cassandra_home/conf
|
26
|
+
|
27
|
+
# This can be the path to a jar file, or a directory containing the
|
28
|
+
# compiled classes. NOTE: This isn't needed by the startup script,
|
29
|
+
# it's just used here in constructing the classpath.
|
30
|
+
cassandra_bin=$cassandra_home/build/classes
|
31
|
+
#cassandra_bin=$cassandra_home/build/cassandra.jar
|
32
|
+
|
33
|
+
# JAVA_HOME can optionally be set here
|
34
|
+
#JAVA_HOME=/usr/local/jdk6
|
35
|
+
|
36
|
+
# The java classpath (required)
|
37
|
+
CLASSPATH=$CASSANDRA_CONF:$cassandra_bin
|
38
|
+
|
39
|
+
for jar in $cassandra_home/lib/*.jar; do
|
40
|
+
CLASSPATH=$CLASSPATH:$jar
|
41
|
+
done
|
42
|
+
|
43
|
+
# Arguments to pass to the JVM
|
44
|
+
JVM_OPTS=" \
|
45
|
+
-ea \
|
46
|
+
-Xms128M \
|
47
|
+
-Xmx1G \
|
48
|
+
-XX:TargetSurvivorRatio=90 \
|
49
|
+
-XX:+AggressiveOpts \
|
50
|
+
-XX:+UseParNewGC \
|
51
|
+
-XX:+UseConcMarkSweepGC \
|
52
|
+
-XX:+CMSParallelRemarkEnabled \
|
53
|
+
-XX:+HeapDumpOnOutOfMemoryError \
|
54
|
+
-XX:SurvivorRatio=128 \
|
55
|
+
-XX:MaxTenuringThreshold=0 \
|
56
|
+
-Dcom.sun.management.jmxremote.port=<%= rubber_env.cassandra_jmx_port %> \
|
57
|
+
-Dcom.sun.management.jmxremote.ssl=false \
|
58
|
+
-Dcom.sun.management.jmxremote.authenticate=false"
|