open-dock 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cf6816945fadbf9f29bb522fc8927181a6d7b71d
4
- data.tar.gz: f4227581bfcabb9e3521d005256125793c7906a4
3
+ metadata.gz: 97e8c47527917bf7f099235a3ed056a6ab4c1c72
4
+ data.tar.gz: f99ba5231e1d096ee7d795bddc8c4f725006f44b
5
5
  SHA512:
6
- metadata.gz: 6d199fed796f50fbd43c953612255f0120fb7920a36ef6ec95d63f1bc721730b51310091145e1fd2d25f0c2c428d8ca25647be2c0cefc237093e9c91f8e2eebf
7
- data.tar.gz: e062ad3c3c9fb591db0f2d4ba8c32be5393e09524560c920d6b4daa333a45a6f5a53234b55702a40bab315de7932079a878899b1a0f5a6a9a0eec863cdd175b0
6
+ metadata.gz: 79ea30b37726dbcf2ecb9d0f33936a8be34aa2893902dc9fb7390459a6b51e332454aa7da98491fbfc85a484c1033272f78848274a6e2234d6c325e90236c2e1
7
+ data.tar.gz: 5e9ba025786b4a2cf713f9b89d50de53f68e886f75f558991b6df0c4ec65cfd6bb16302975eced8455b1fc3c66c8ec0fead86399c8f54f48d97d960668a23bbf
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1.2
1
+ ruby-2.1.2
data/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # Open Dock
2
2
 
3
- Covers Provision and Configuration Operations for complex server clouds:
3
+ Gem for orchestrating the creation of infrastructures of hosts and containers. You can manage CREATION (in any provider: DigitalOcean, Gcloud, vagrant for the moment), SHIPPING (with docker containers) and CONFIGURING (with Chef). All with 3 commands per host:
4
4
 
5
- 1. PROVISION: Create hosts from all possible cloud providers (i.e.: DigitalOcean, GCloud, Rackspace, Linode ...).
6
- 1. WIRING: Ship those hosts with Docker containers.
7
- 1. CONFIGURATION: Build Chef cookbooks and configure/re-configure your servers.
5
+ 1. `ops create prod.exaple.com`: Create hosts from all possible cloud providers (i.e.: DigitalOcean, GCloud, Rackspace, Linode ...).
6
+ 1. `ops ship prod.exaple.com`: Ship those hosts with Docker containers.
7
+ 1. `ops cconfigure prod.exaple.com`: Build Chef cookbooks and configure/re-configure your servers.
8
8
 
9
9
  ## Installation
10
10
 
@@ -326,4 +326,4 @@ Create command `ops configure [host_name]` this will cook all containers. By con
326
326
 
327
327
  ### v0.1.8
328
328
 
329
- * Including Vagrant provider
329
+ * Including Vagrant provider
@@ -6,7 +6,7 @@ command :ssh do |c|
6
6
  c.example "Connects to a container:", 'ops ssh example.com www'
7
7
  c.action do |args, options|
8
8
  host = args[0]
9
- user = Ops::DEFAULT_USER
9
+ user = Ops::get_user_for(host)
10
10
 
11
11
  if args.count == 1
12
12
  ssh_port = 22
@@ -1,3 +1,3 @@
1
1
  module OpenDock
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: open-dock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Lebrijo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-29 00:00:00.000000000 Z
11
+ date: 2015-02-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler