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
data/CHANGELOG
CHANGED
@@ -1,3 +1,85 @@
|
|
1
|
+
1.3.2
|
2
|
+
-----
|
3
|
+
|
4
|
+
fix to mkdir command which failed on rubber:create_staging <6a0d513> [Matt Conway]
|
5
|
+
fix for ruby1.9 <6e08329> [Matt Conway]
|
6
|
+
fix for ruby1.9 <4e92c69> [Matt Conway]
|
7
|
+
|
8
|
+
1.3.1
|
9
|
+
-----
|
10
|
+
|
11
|
+
make sure ec2 config dir exists before writing to it <39f51d1> [Matt Conway]
|
12
|
+
make sure ec2-ami-tools is installed on canonical ami for rubber:bundle <62cb4ba> [Matt Conway]
|
13
|
+
make passenger not unload app by default <d580cd9> [Matt Conway]
|
14
|
+
ensure wget overwrites when rerunning after failed get <69102dc> [Matt Conway]
|
15
|
+
remove uneeded dependency <97b68ac> [Matt Conway]
|
16
|
+
|
17
|
+
1.3.0
|
18
|
+
-----
|
19
|
+
|
20
|
+
fix release process <4e1243b> [Matt Conway]
|
21
|
+
more tests <6a70bb5> [Matt Conway]
|
22
|
+
Merge branch 'master' into zerigo_api_1_1 <9d5fb10> [Matt Conway]
|
23
|
+
Merge branch 'master' into canonical_ami <b40f95a> [Matt Conway]
|
24
|
+
preserver backwards compatbility with sysklog in older ubuntu images <daf3283> [Matt Conway]
|
25
|
+
Bump rubygems version. <60509fb> [Kevin Menard]
|
26
|
+
Redis version bump. <89ca8ee> [Kevin Menard]
|
27
|
+
Merge branch 'master' into canonical_ami <fc62f2e> [Matt Conway]
|
28
|
+
ruby 1.9 fix for to_a (thanks to rlewis) <19fa3c1> [Matt Conway]
|
29
|
+
Fixed compatibility issues with Ruby 1.9.x <d037136> [Matt Conway]
|
30
|
+
Merge branch 'jrhicks/master' <b28fa6a> [Matt Conway]
|
31
|
+
disable debian.cnf copy <fdbbf8c> [Matt Conway]
|
32
|
+
prevent backups when generating apparmor config file <2cc50b6> [Matt Conway]
|
33
|
+
cleanup remote ruby script execution <86da61e> [Matt Conway]
|
34
|
+
fix force flag, add backup flag for disabling backups (e.g. in /etc/*.d directories) <9e749fd> [Matt Conway]
|
35
|
+
prevent ubuntu 9.10 ec2-init script from changing hostname <739a495> [Matt Conway]
|
36
|
+
fix monit config for new version in ubuntu 9.10 <6df5a33> [Matt Conway]
|
37
|
+
move mysql reconfigure to common mysql bootstrap <4ce6255> [Matt Conway]
|
38
|
+
fix mysql deploy for new ubuntu <7ef0ae7> [Matt Conway]
|
39
|
+
Ubuntu using rsyslog now <904f225> [Matt Conway]
|
40
|
+
update to latest rubygems <7722ba6> [Matt Conway]
|
41
|
+
use sudo everywhere in case users don't want to run as root <8b19367> [Matt Conway]
|
42
|
+
allow root login to canonical amis <d04b7f1> [Matt Conway]
|
43
|
+
Switch to canonical AMIs <4cd540e> [Matt Conway]
|
44
|
+
fix 404, use zone.id <2219de4> [Matt Conway]
|
45
|
+
Merge branch 'zerigo_api_1_1' of github.com:wr0ngway/rubber into zerigo_api_1_1 <23f7b70> [Matt Conway]
|
46
|
+
no need for customer id in new zerigo api <e91589a> [Matt Conway]
|
47
|
+
using zerigo api v1.1 <1aecee3> [Matt Conway]
|
48
|
+
no need for customer id in new zerigo api <45c4258> [Matt Conway]
|
49
|
+
using zerigo api v1.1 <8784286> [Matt Conway]
|
50
|
+
Only proxy app roles since mongrel may be used by non-app roles. <3dd218d> [Kevin Menard]
|
51
|
+
Only proxy app roles since passenger may be used for non-app roles, too. <13a7f49> [Kevin Menard]
|
52
|
+
Add capistrano task to move data from deploy client to production server. cap rubber:mysql:local_to_ec2 <628920d> [Jeffrey Hicks]
|
53
|
+
Added mysql cap commands rubber:mysql:backup and rubber:mysql:restore_s3 <2f3c535> [Jeffrey Hicks]
|
54
|
+
Added mysql client headers to mysql package to allow compilation of mysql <89c5a38> [Jeffrey Hicks]
|
55
|
+
Passenger bump. <d09934e> [Kevin Menard]
|
56
|
+
Use full path to ruby in case munin's path doesn't work due to non-login shell. <c9ec151> [Kevin Menard]
|
57
|
+
|
58
|
+
1.2.1
|
59
|
+
-----
|
60
|
+
|
61
|
+
Jeweler will release to gemcutter. <5ab598f> [Kevin Menard]
|
62
|
+
Work around issue with capistrano 2.5.16. <ce9617b> [Kevin Menard]
|
63
|
+
Bumped to the latest version of redis. <e32f072> [Kevin Menard]
|
64
|
+
Bumped to latest version of passenger. <251f2ee> [Kevin Menard]
|
65
|
+
|
66
|
+
1.2.0
|
67
|
+
-----
|
68
|
+
|
69
|
+
Added Windows support. <e3c883e> [Kevin Menard]
|
70
|
+
The libmysql-ruby package seems to not work with the latest Ruby enterprise edition, so re-install the gem to be safe. <931b19d> [Kevin Menard]
|
71
|
+
Bumped to the latest ruby enterprise edition. <0ab3557> [Kevin Menard]
|
72
|
+
Added example spot instance request configuration. <239b2f4> [Kevin Menard]
|
73
|
+
Updated to the latest version of redis. <9723864> [Kevin Menard]
|
74
|
+
Updated to the latest version of passenger. <5f152fc> [Kevin Menard]
|
75
|
+
Fixed rake failing due to Test::Unit 2.0 being installed. <a579dc2> [Kevin Menard]
|
76
|
+
Jeweler is available on gemcutter. <b5539b5> [Kevin Menard]
|
77
|
+
Merge branch 'master' of github.com:wr0ngway/rubber <5efd21d> [Kevin Menard]
|
78
|
+
Added support for spot instances. <a995d14> [Kevin Menard]
|
79
|
+
Task to move around static IP addresses. <9612eb9> [Matt Conway]
|
80
|
+
Merge branch 'master' of github.com:wr0ngway/rubber <3d66204> [Kevin Menard]
|
81
|
+
Make it easier to override jetty options. <96d566e> [Kevin Menard]
|
82
|
+
|
1
83
|
1.1.7
|
2
84
|
-----
|
3
85
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
2.0.0.rails3.beta6
|
data/bin/vulcanize
CHANGED
@@ -1,41 +1,18 @@
|
|
1
1
|
#!/usr/bin/env ruby
|
2
2
|
|
3
|
-
|
4
|
-
root = '.'
|
5
|
-
|
6
|
-
# if in a rails project, then use standard generate, otherwise
|
7
|
-
# we need a minimal rails environment for generators to run
|
8
|
-
#
|
9
|
-
if File.exist?(File.join(root, 'config', 'environment.rb'))
|
10
|
-
ARGV.insert(0, 'vulcanize')
|
11
|
-
require File.join(root, 'config', 'boot')
|
12
|
-
require 'commands/generate'
|
13
|
-
else
|
14
|
-
RAILS_ENV = ENV['RAILS_ENV'] = env
|
15
|
-
RAILS_ROOT = ENV['RAILS_ROOT'] = root
|
3
|
+
require 'rubygems'
|
16
4
|
|
17
|
-
|
18
|
-
|
19
|
-
module Rails
|
20
|
-
class << self
|
21
|
-
def vendor_rails?
|
22
|
-
false
|
23
|
-
end
|
24
|
-
end
|
25
|
-
end
|
5
|
+
env = ENV['RUBBER_ENV'] ||= 'development'
|
6
|
+
root = '.'
|
26
7
|
|
27
|
-
|
28
|
-
|
29
|
-
def load_environment; end
|
30
|
-
end
|
8
|
+
require 'rubber'
|
9
|
+
Rubber::initialize(root, env)
|
31
10
|
|
32
|
-
|
33
|
-
config.frameworks -= [:active_record, :action_controller]
|
34
|
-
end
|
11
|
+
require File.expand_path('../../lib/generators/vulcanize/vulcanize_generator', __FILE__)
|
35
12
|
|
36
|
-
|
37
|
-
|
13
|
+
if defined?(Rails) && Rails::VERSION::MAJOR == 3
|
14
|
+
gem 'railties'
|
15
|
+
require 'rails/generators'
|
38
16
|
|
39
|
-
|
40
|
-
Rails::Generator::Scripts::Generate.new.run(['vulcanize'] + ARGV)
|
17
|
+
VulcanizeGenerator.start
|
41
18
|
end
|
@@ -8,17 +8,17 @@ namespace :rubber do
|
|
8
8
|
after "rubber:install_packages", "rubber:apache:custom_install"
|
9
9
|
|
10
10
|
task :custom_install, :roles => :apache do
|
11
|
-
|
11
|
+
rsudo "a2dissite default"
|
12
12
|
end
|
13
13
|
|
14
14
|
# serial_task can only be called after roles defined - not normally a problem, but
|
15
15
|
# rubber auto-roles don't get defined till after all tasks are defined
|
16
16
|
on :load do
|
17
17
|
rubber.serial_task self, :serial_restart, :roles => :apache do
|
18
|
-
|
18
|
+
rsudo "service apache2 restart"
|
19
19
|
end
|
20
20
|
rubber.serial_task self, :serial_reload, :roles => :apache do
|
21
|
-
|
21
|
+
rsudo "if ! ps ax | grep -v grep | grep -c apache2 &> /dev/null; then service apache2 start; else service apache2 reload; fi"
|
22
22
|
end
|
23
23
|
end
|
24
24
|
|
@@ -27,13 +27,13 @@ namespace :rubber do
|
|
27
27
|
after "deploy:restart", "rubber:apache:reload"
|
28
28
|
|
29
29
|
desc "Stops the apache web server"
|
30
|
-
task :stop, :roles => :apache
|
31
|
-
|
30
|
+
task :stop, :roles => :apache do
|
31
|
+
rsudo "service apache2 stop; exit 0"
|
32
32
|
end
|
33
33
|
|
34
34
|
desc "Starts the apache web server"
|
35
35
|
task :start, :roles => :apache do
|
36
|
-
|
36
|
+
rsudo "service apache2 start"
|
37
37
|
end
|
38
38
|
|
39
39
|
desc "Restarts the apache web server"
|
@@ -4,5 +4,5 @@
|
|
4
4
|
<% PIDFILE = "/var/run/apache2.pid" %>
|
5
5
|
check process apache with pidfile <%= PIDFILE %>
|
6
6
|
group apache-<%= RUBBER_ENV %>
|
7
|
-
start program = "/
|
8
|
-
stop program = "/
|
7
|
+
start program = "/usr/sbin/service apache2 start"
|
8
|
+
stop program = "/usr/sbin/service apache2 stop"
|
@@ -1,5 +1,8 @@
|
|
1
1
|
<%
|
2
2
|
@path = '/etc/apache2/ports.conf'
|
3
|
+
# need to stop here so that apache will release port 80 before other
|
4
|
+
# services start and need to bind to it (e.g. haproxy)
|
5
|
+
@post = 'service apache2 stop'
|
3
6
|
%>
|
4
7
|
# empty ports file since other modules contribute which ports to open (vhosts)
|
5
8
|
|
data/generators/vulcanize/templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf
CHANGED
@@ -38,29 +38,42 @@ Listen <%= rubber_env.web_tools_ssl_port %>
|
|
38
38
|
SetOutputFilter proxy-html
|
39
39
|
|
40
40
|
<% rubber_instances.for_role('haproxy').each do |ic| %>
|
41
|
-
ProxyPass
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
41
|
+
ProxyPass /haproxy_<%= ic.name %>/ http://<%= ic.full_name %>:<%= rubber_env.haproxy_admin_port %>/haproxy/
|
42
|
+
<Location /haproxy_<%= ic.name %>/>
|
43
|
+
ProxyPassReverse /
|
44
|
+
ProxyHTMLURLMap http://<%= ic.full_name %>:<%= rubber_env.haproxy_admin_port %>/ /haproxy_<%= ic.name %>/
|
45
|
+
ProxyHTMLURLMap /haproxy/ /haproxy_<%= ic.name %>/
|
46
|
+
ProxyHTMLURLMap /haproxy /haproxy_<%= ic.name %>/
|
47
|
+
</Location>
|
46
48
|
<% end %>
|
47
49
|
|
48
50
|
<% if cruise_host = rubber_instances.for_role('cruise').first %>
|
49
|
-
ProxyPass
|
50
|
-
|
51
|
-
|
52
|
-
|
51
|
+
ProxyPass /cruise/ http://<%= cruise_host.full_name %>:<%= rubber_env.cruise_port %>/
|
52
|
+
<Location /cruise/>
|
53
|
+
ProxyPassReverse /
|
54
|
+
ProxyHTMLURLMap http://<%= cruise_host.full_name %>:<%= rubber_env.cruise_port %>/ /cruise/
|
55
|
+
ProxyHTMLURLMap / /cruise/
|
56
|
+
</Location>
|
53
57
|
<% end %>
|
54
58
|
|
55
59
|
<% rubber_instances.each do |ic| %>
|
56
|
-
ProxyPass
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
+
ProxyPass /monit_<%= ic.name %>/ http://<%= ic.full_name %>:<%= rubber_env.monit_admin_port %>/
|
61
|
+
<Location /monit_<%= ic.name %>/>
|
62
|
+
ProxyPassReverse /
|
63
|
+
ProxyHTMLURLMap http://<%= ic.full_name %>:<%= rubber_env.monit_admin_port %>/ /monit_<%= ic.name %>/
|
64
|
+
ProxyHTMLURLMap / /monit_<%= ic.name %>/
|
65
|
+
</Location>
|
60
66
|
<% end %>
|
61
|
-
|
62
|
-
<% if resque_host = rubber_instances.for_role('
|
63
|
-
|
67
|
+
|
68
|
+
<% if resque_host = rubber_instances.for_role('resque_web').first %>
|
69
|
+
ProxyPass /resque/ http://<%= resque_host.full_name %>:<%= rubber_env.resque_web_port %>/
|
70
|
+
# special case, sinatra is using X-Forwarded-Host header to set redirects (Location header) to our external address, so we have to rewrite that to the right path
|
71
|
+
ProxyPassReverse /resque/ http://<%= rubber_env.full_host %>:<%= rubber_env.web_tools_ssl_port %>/
|
72
|
+
<Location /resque/>
|
73
|
+
ProxyPassReverse /
|
74
|
+
ProxyHTMLURLMap http://<%= resque_host.full_name %>:<%= rubber_env.resque_web_port %>/ /resque/
|
75
|
+
ProxyHTMLURLMap / /resque/
|
76
|
+
</Location>
|
64
77
|
<% end %>
|
65
78
|
|
66
79
|
</VirtualHost>
|
@@ -25,7 +25,7 @@
|
|
25
25
|
<li><a href="/monit_<%= ic.name %>/">Monit <%= ic.name %></a></li>
|
26
26
|
<% end %>
|
27
27
|
|
28
|
-
<% if resque_host = rubber_instances.for_role('
|
28
|
+
<% if resque_host = rubber_instances.for_role('resque_web').first %>
|
29
29
|
<li><a href="/resque/">Resque</a></li>
|
30
30
|
<% end %>
|
31
31
|
|
@@ -0,0 +1,19 @@
|
|
1
|
+
require 'rake'
|
2
|
+
require 'rake/testtask'
|
3
|
+
require 'rake/rdoctask'
|
4
|
+
|
5
|
+
env = ENV['RUBBER_ENV'] ||= (ENV['RAILS_ENV'] || 'development')
|
6
|
+
RAILS_ENV = ENV['RAILS_ENV'] = env
|
7
|
+
root = File.dirname(__FILE__)
|
8
|
+
|
9
|
+
require 'rubber'
|
10
|
+
|
11
|
+
Rubber::initialize(root, env)
|
12
|
+
|
13
|
+
require 'rubber/tasks/rubber'
|
14
|
+
|
15
|
+
task :console do
|
16
|
+
ARGV.clear
|
17
|
+
require "irb"
|
18
|
+
IRB.start
|
19
|
+
end
|
@@ -3,7 +3,12 @@
|
|
3
3
|
@write_cmd = 'crontab -'
|
4
4
|
%>
|
5
5
|
|
6
|
-
|
6
|
+
# cron clears out enviroment variables, so we need to add these in
|
7
|
+
# to make sure we are running the correct ruby (rvm env vars, plus paths)
|
8
|
+
<%- ENV.select {|k, v| k =~ /rvm|ruby|bundler|gem|path/i }.each do |k, v| -%>
|
9
|
+
<%= k %>=<%= v %>
|
10
|
+
<%- end -%>
|
11
|
+
|
7
12
|
MAILTO=<%= rubber_env.admin_email %>
|
8
13
|
# don't need to set RUBBER_ENV for each script since we set it for all cron here
|
9
14
|
RUBBER_ENV=<%= RUBBER_ENV %>
|
@@ -3,6 +3,6 @@
|
|
3
3
|
%>
|
4
4
|
|
5
5
|
check process postfix with pidfile /var/spool/postfix/pid/master.pid
|
6
|
-
start program "/
|
7
|
-
stop program "/
|
6
|
+
start program "/usr/sbin/service postfix start"
|
7
|
+
stop program "/usr/sbin/service postfix stop"
|
8
8
|
if 5 restarts within 5 cycles then timeout
|
@@ -1,14 +1,13 @@
|
|
1
1
|
<%
|
2
2
|
@path = "/etc/profile.d/rubber.sh"
|
3
|
+
current_path = "/mnt/#{rubber_env.app_name}-#{RUBBER_ENV}/current"
|
3
4
|
%>
|
4
5
|
|
5
6
|
# convenience to simply running rails console, etc with correct env
|
6
7
|
export RUBBER_ENV=<%= RUBBER_ENV %>
|
7
8
|
export RAILS_ENV=<%= RUBBER_ENV %>
|
8
|
-
alias current="cd <%=
|
9
|
-
|
10
|
-
# make sure we use the right ruby since REE installs into /usr/local
|
11
|
-
export PATH=<%= rubber_env.ruby_prefix %>/bin:$PATH
|
9
|
+
alias current="cd <%= current_path %>"
|
10
|
+
alias release="cd <%= RUBBER_ROOT %>"
|
12
11
|
|
13
12
|
# Always use rubygems
|
14
13
|
export RUBYOPT="rubygems"
|
@@ -3,63 +3,42 @@ namespace :rubber do
|
|
3
3
|
|
4
4
|
rubber.allow_optional_tasks(self)
|
5
5
|
|
6
|
+
before "rubber:install_gems", "rubber:base:install_rvm"
|
7
|
+
task :install_rvm do
|
8
|
+
rubber.sudo_script "install_rvm", <<-ENDSCRIPT
|
9
|
+
if [[ `rvm --version 2> /dev/null` == "" ]]; then
|
10
|
+
wget -qNP /tmp http://rvm.beginrescueend.com/releases/rvm-install-head
|
11
|
+
bash /tmp/rvm-install-head
|
12
|
+
echo "#{rubber_env.rvm_prepare}" > /etc/profile.d/rvm.sh
|
13
|
+
echo "rvm_prefix=/usr/local" > /etc/rvmrc
|
14
|
+
fi
|
15
|
+
ENDSCRIPT
|
16
|
+
end
|
6
17
|
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
# figure out which hosts we have specified enterprise ruby for
|
11
|
-
sys_ruby_hosts = []
|
12
|
-
ent_ruby_hosts = []
|
13
|
-
rubber_instances.filtered.each do |ic|
|
14
|
-
env = rubber_cfg.environment.bind(ic.role_names, ic.name)
|
15
|
-
if env.use_enterprise_ruby
|
16
|
-
ent_ruby_hosts << ic.full_name
|
17
|
-
end
|
18
|
-
end
|
19
|
-
|
20
|
-
if ent_ruby_hosts.size > 0
|
21
|
-
task :_install_enterprise_ruby, :hosts => ent_ruby_hosts do
|
22
|
-
ver = "1.8.7-2009.10"
|
23
|
-
rubber.run_script "install_ruby-enterprise", <<-ENDSCRIPT
|
24
|
-
if [[ ! `ruby --version 2> /dev/null` =~ "Ruby Enterprise Edition 2009.10" ]]; then
|
25
|
-
arch=`uname -m`
|
26
|
-
if [ "$arch" = "x86_64" ]; then
|
27
|
-
src="http://rubyforge.org/frs/download.php/66163/ruby-enterprise_#{ver}_amd64.deb"
|
28
|
-
else
|
29
|
-
src="http://rubyforge.org/frs/download.php/66164/ruby-enterprise_#{ver}_i386.deb"
|
30
|
-
fi
|
31
|
-
src_file="${src##*/}"
|
32
|
-
wget -qP /tmp ${src}
|
33
|
-
dpkg -i /tmp/${src_file}
|
34
|
-
fi
|
35
|
-
ENDSCRIPT
|
36
|
-
end
|
37
|
-
|
38
|
-
_install_enterprise_ruby
|
39
|
-
end
|
40
|
-
|
18
|
+
# ensure that the rvm profile script gets sourced by reconnecting
|
19
|
+
after "rubber:base:install_rvm" do
|
20
|
+
teardown_connections_to(sessions.keys)
|
41
21
|
end
|
42
22
|
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
ln -sf /usr/bin/gem1.8 /usr/bin/gem
|
54
|
-
rm -rf /tmp/rubygems*
|
55
|
-
gem source -l > /dev/null
|
23
|
+
after "rubber:base:install_rvm", "rubber:base:install_rvm_ruby"
|
24
|
+
task :install_rvm_ruby do
|
25
|
+
opts = get_host_options('rvm_ruby')
|
26
|
+
install_rvm_ruby_script = <<-ENDSCRIPT
|
27
|
+
rvm_ver=$1
|
28
|
+
if [[ ! `rvm list default 2> /dev/null` =~ "$rvm_ver" ]]; then
|
29
|
+
rvm install $rvm_ver
|
30
|
+
# need to set default after using once or something in env is broken
|
31
|
+
rvm use $rvm_ver &> /dev/null
|
32
|
+
rvm use $rvm_ver --default
|
56
33
|
fi
|
57
34
|
ENDSCRIPT
|
35
|
+
opts[:script_args] = '$CAPISTRANO:VAR$'
|
36
|
+
rubber.sudo_script "install_rvm_ruby", install_rvm_ruby_script, opts
|
58
37
|
end
|
59
|
-
|
38
|
+
|
60
39
|
after "rubber:install_packages", "rubber:base:configure_git" if scm == "git"
|
61
40
|
task :configure_git do
|
62
|
-
rubber.
|
41
|
+
rubber.sudo_script 'configure_git', <<-ENDSCRIPT
|
63
42
|
if [[ "#{repository}" =~ "@" ]]; then
|
64
43
|
# Get host key for src machine to prevent ssh from failing
|
65
44
|
rm -f ~/.ssh/known_hosts
|
@@ -0,0 +1,97 @@
|
|
1
|
+
namespace :rubber do
|
2
|
+
namespace :util do
|
3
|
+
|
4
|
+
rubber.allow_optional_tasks(self)
|
5
|
+
|
6
|
+
desc <<-DESC
|
7
|
+
Backup database using rake task rubber:backup_db
|
8
|
+
DESC
|
9
|
+
task :backup do
|
10
|
+
master_instances = rubber_instances.for_role('db', :primary => true)
|
11
|
+
slaves = rubber_instances.for_role('db', {})
|
12
|
+
|
13
|
+
# Select only one instance for backup. Favor slave database.
|
14
|
+
selected_db_instance = (slaves+master_instances).first
|
15
|
+
|
16
|
+
task_name = "_backup_db_#{selected_db_instance.full_name}".to_sym()
|
17
|
+
task task_name, :hosts => selected_db_instance.full_name do
|
18
|
+
rsudo "cd #{current_path} && RUBBER_ENV=#{RUBBER_ENV} BACKUP_DIR=/mnt/db_backups DBUSER=#{rubber_env.db_user} DBPASS=#{rubber_env.db_pass} DBNAME=#{rubber_env.db_name} DBHOST=#{selected_db_instance.full_name} rake rubber:backup_db"
|
19
|
+
end
|
20
|
+
send task_name
|
21
|
+
end
|
22
|
+
|
23
|
+
desc <<-DESC
|
24
|
+
Restore database from s3 using rake task rubber:restore_db_s3
|
25
|
+
DESC
|
26
|
+
task :restore_s3 do
|
27
|
+
master_instances = rubber_instances.for_role('db', :primary => true)
|
28
|
+
slaves = rubber_instances.for_role('db', {})
|
29
|
+
|
30
|
+
for instance in master_instances+slaves
|
31
|
+
task_name = "_restore_db_s3_#{instance.full_name}".to_sym()
|
32
|
+
task task_name, :hosts => instance.full_name do
|
33
|
+
rsudo "cd #{current_path} && RUBBER_ENV=#{RUBBER_ENV} BACKUP_DIR=/mnt/db_backups DBUSER=#{rubber_env.db_user} DBPASS=#{rubber_env.db_pass} DBNAME=#{rubber_env.db_name} DBHOST=#{instance.full_name} rake rubber:restore_db_s3"
|
34
|
+
end
|
35
|
+
send task_name
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
desc <<-DESC
|
40
|
+
Overwrite ec2 production database with export from local production database.
|
41
|
+
DESC
|
42
|
+
task :local_to_ec2 do
|
43
|
+
require 'yaml'
|
44
|
+
master_instances = rubber_instances.for_role('db', :primary => true)
|
45
|
+
slaves = rubber_instances.for_role('db', {})
|
46
|
+
|
47
|
+
# Select only one instance for backup. Favor slave database.
|
48
|
+
selected_db_instance = (slaves+master_instances).first
|
49
|
+
|
50
|
+
task_name = "_load_local_to_#{selected_db_instance.full_name}".to_sym()
|
51
|
+
task task_name, :hosts => selected_db_instance.full_name do
|
52
|
+
|
53
|
+
# Dump Local to tmp folder
|
54
|
+
filename = "#{application}.local.#{Time.now.to_i}.sql.gz"
|
55
|
+
backup_file = "/tmp/#{filename}"
|
56
|
+
on_rollback { delete file }
|
57
|
+
FileUtils.mkdir_p(File.dirname(backup_file))
|
58
|
+
|
59
|
+
# Use database.yml to get connection params
|
60
|
+
db = YAML::load(ERB.new(IO.read(File.join(File.dirname(__FILE__), '..','database.yml'))).result)[RUBBER_ENV]
|
61
|
+
user = db['username']
|
62
|
+
pass = db['passsword']
|
63
|
+
pass = nil if pass and pass.strip.size == 0
|
64
|
+
host = db['host']
|
65
|
+
name = db['database']
|
66
|
+
|
67
|
+
raise "No db_backup_cmd defined in rubber.yml, cannot backup!" unless rubber_env.db_backup_cmd
|
68
|
+
db_backup_cmd = rubber_env.db_backup_cmd.gsub(/%([^%]+)%/, '#{\1}')
|
69
|
+
db_backup_cmd = eval('%Q{' + db_backup_cmd + '}')
|
70
|
+
|
71
|
+
# dbdump (or backup app) needs to be in your path
|
72
|
+
puts "Backing up database with command:"
|
73
|
+
system(db_backup_cmd)
|
74
|
+
puts "Created backup: #{backup_file}"
|
75
|
+
|
76
|
+
# Upload Local to S3
|
77
|
+
cloud_provider = rubber_env.cloud_providers[rubber_env.cloud_provider]
|
78
|
+
s3_prefix = "db/"
|
79
|
+
backup_bucket = cloud_provider.backup_bucket
|
80
|
+
if backup_bucket
|
81
|
+
AWS::S3::Base.establish_connection!(:access_key_id => cloud_provider.access_key, :secret_access_key => cloud_provider.secret_access_key)
|
82
|
+
unless AWS::S3::Bucket.list.find { |b| b.name == backup_bucket }
|
83
|
+
AWS::S3::Bucket.create(backup_bucket)
|
84
|
+
end
|
85
|
+
dest = "#{s3_prefix}#{File.basename(backup_file)}"
|
86
|
+
puts "Saving db dump to S3: #{backup_bucket}:#{dest}"
|
87
|
+
AWS::S3::S3Object.store(dest, open(backup_file), backup_bucket)
|
88
|
+
end
|
89
|
+
|
90
|
+
send :restore_s3
|
91
|
+
|
92
|
+
end
|
93
|
+
send task_name
|
94
|
+
end
|
95
|
+
|
96
|
+
end
|
97
|
+
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
|
2
|
+
# rvm needs some extra packages to compile/install ruby runtimes
|
3
|
+
# curl is required.
|
4
|
+
# patch is required (for ree, some ruby head's).
|
5
|
+
# For JRuby (if you wish to use it) you will need:
|
6
|
+
# aptitude install curl sun-java6-bin sun-java6-jre sun-java6-jdk
|
7
|
+
# For MRI & ree (if you wish to use it) you will need:
|
8
|
+
# aptitude install curl bison build-essential zlib1g-dev libssl-dev libreadline5-dev libxml2-dev git-core
|
9
|
+
# For IronRuby (if you wish to use it) you will need:
|
10
|
+
# aptitude install curl mono-2.0-devel
|
11
|
+
|
12
|
+
packages: [build-essential, git-core, subversion, curl, autoconf, bison, ruby, zlib1g-dev, libssl-dev, libreadline5-dev, libxml2-dev]
|
13
|
+
|
14
|
+
# REQUIRED: Set to the rvm version string for the ruby version you wish to use
|
15
|
+
# Run "rvm list known" to see the list of possible options
|
16
|
+
rvm_ruby: 1.9.2-head
|
17
|
+
|
18
|
+
# When rvm is installed as root, and you set the default, it symlinks ruby executables
|
19
|
+
# into /usr/local
|
20
|
+
ruby_prefix: /usr/local
|
21
|
+
|
22
|
+
rvm_prefix: /usr/local/rvm
|
23
|
+
|
24
|
+
# lets us setup global envoronment to use rvm (also needed when running sudo)
|
25
|
+
rvm_prepare: "source #{rvm_prefix}/scripts/rvm"
|
@@ -75,13 +75,26 @@ cloud_providers:
|
|
75
75
|
|
76
76
|
# REQUIRED: the ami and instance type for creating instances
|
77
77
|
# The Ubuntu images at http://alestic.com/ work well
|
78
|
-
# Ubuntu
|
79
|
-
# Ubuntu
|
78
|
+
# Ubuntu 10.04 Lucid base install 32-bit ami-2d4aa444
|
79
|
+
# Ubuntu 10.04 Lucid base install 64-bit ami-fd4aa494
|
80
80
|
#
|
81
|
-
image_id: ami-
|
81
|
+
image_id: ami-2d4aa444
|
82
82
|
# m1.small or m1.large or m1.xlarge
|
83
83
|
image_type: m1.small
|
84
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
|
+
|
85
98
|
# REQUIRED the cloud provider to use
|
86
99
|
#
|
87
100
|
cloud_provider: aws
|
@@ -117,25 +130,20 @@ auto_security_groups: true
|
|
117
130
|
# account, or even multiple apps
|
118
131
|
isolate_security_groups: true
|
119
132
|
|
120
|
-
# OPTIONAL: Set if you want to use Ruby Enterprise Edition instead of the standard ubuntu one
|
121
|
-
use_enterprise_ruby: false
|
122
|
-
|
123
|
-
# REE installs into /usr/local, so this lets us setup environment to use it globally
|
124
|
-
# instead of system ruby
|
125
|
-
ruby_prefix: "#{use_enterprise_ruby ? '/usr/local' : '/usr'}"
|
126
|
-
|
127
133
|
# OPTIONAL: The packages to install on all instances
|
128
134
|
# You can install a specific version of a package by using a sub-array of pkg, version
|
129
135
|
# For example, packages: [[rake, 0.7.1], irb]
|
130
|
-
packages: [postfix, build-essential,
|
136
|
+
packages: [postfix, build-essential, git-core, ec2-ami-tools]
|
131
137
|
|
132
138
|
# OPTIONAL: gem sources to setup for rubygems
|
133
|
-
gemsources: ["http://
|
139
|
+
# gemsources: ["http://rubygems.org", "http://gems.github.com"]
|
134
140
|
|
135
141
|
# OPTIONAL: The gems to install on all instances
|
136
142
|
# You can install a specific version of a gem by using a sub-array of gem, version
|
137
143
|
# For example, gem: [[rails, 2.2.2], open4, aws-s3]
|
138
|
-
gems: [rubber, rails, 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}"]]
|
139
147
|
|
140
148
|
# OPTIONAL: A string prepended to shell command strings that cause multi
|
141
149
|
# statement shell commands to fail fast. You may need to comment this out
|
@@ -0,0 +1 @@
|
|
1
|
+
gem "rubber", Rubber.version if Rubber::Util::is_bundler? && ! Rubber::Util::rubber_as_plugin?
|