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 +4 -4
- data/.ruby-version +1 -1
- data/README.md +5 -5
- data/lib/open-dock/commands/ssh_host.rb +1 -1
- data/lib/open-dock/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97e8c47527917bf7f099235a3ed056a6ab4c1c72
|
|
4
|
+
data.tar.gz: f99ba5231e1d096ee7d795bddc8c4f725006f44b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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.
|
|
6
|
-
1.
|
|
7
|
-
1.
|
|
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
|
data/lib/open-dock/version.rb
CHANGED
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.
|
|
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-
|
|
11
|
+
date: 2015-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|