kitchen-digitalocean 0.7.1 → 0.7.2
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/CHANGELOG.md +8 -1
- data/README.md +4 -3
- data/data/digitalocean.json +3 -6
- data/lib/kitchen/driver/digitalocean.rb +2 -2
- data/lib/kitchen/driver/digitalocean_version.rb +1 -1
- data/spec/kitchen/driver/digitalocean_spec.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5f3ae49fd35966789c8f94d4a63f78cb34c5643
|
|
4
|
+
data.tar.gz: d0bdf8c797c92ed8d5870d76af7f0ca05a2dc182
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2ca264ce9c48c0196bfa9647c962737d95fcc5f00a03789d8f8975bf22105aa4dc0ada01af4c5e94a828c4f116298a12897160a38a209c0dff9037318cb7450
|
|
7
|
+
data.tar.gz: 1f20a00554aa00f5e89f4385553d735c5c8dfa81b83c6b055280fe583bf6acd698b02984dbc50301c44a7118431dcbfd7665a05158ec3e29d56eba4dd81d7751
|
data/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
|
+
# 0.7.2 / 2014-07-24
|
|
2
|
+
|
|
3
|
+
* [@RoboticCheese](https://github.com/RoboticCheese) [PR #20] Update to latest image IDs
|
|
4
|
+
* [@ijin](https://github.com/ijin)[PR #19] Update image id list & readme
|
|
5
|
+
* [@ishakir](https://github.com/ishakir)[PR #18] Gemfile syntax incorrect
|
|
6
|
+
* [@alaa](https://github.com/alaa)[PR #17] Update ssh_key API in the README file
|
|
7
|
+
|
|
1
8
|
# 0.7.1 / 2014-06-23
|
|
2
9
|
|
|
3
10
|
* [@RoboticCheese](https://github.com/RoboticCheese) [PR #16] Use the 64-bit CentOS 6.5 image.
|
|
4
|
-
|
|
11
|
+
|
|
5
12
|
# 0.7.0 / 2014-05-20
|
|
6
13
|
|
|
7
14
|
* [@zhann](https://github.com/Zhann) [PR #15] Makes hostnames RFC compatible
|
data/README.md
CHANGED
|
@@ -22,7 +22,7 @@ gem install kitchen-digitalocean
|
|
|
22
22
|
or add it to your Gemfile if you are using [Bundler](http://bundler.io/)
|
|
23
23
|
|
|
24
24
|
```ruby
|
|
25
|
-
source https://rubygems.org
|
|
25
|
+
source 'https://rubygems.org'
|
|
26
26
|
|
|
27
27
|
gem 'test-kitchen'
|
|
28
28
|
gem 'kitchen-digitalocean'
|
|
@@ -50,7 +50,7 @@ Note that your `SSH_KEY_ID` must be the numeric id of your ssh key, not the symb
|
|
|
50
50
|
of your keys, use something like to following command to get them from the digital ocean API:
|
|
51
51
|
|
|
52
52
|
```bash
|
|
53
|
-
|
|
53
|
+
curl -X GET https://api.digitalocean.com/v2/account/keys -H "Authorization: Bearer $DIGITALOCEAN_API_KEY"
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
Please refer to the [Getting Started Guide](http://kitchen.ci/) for any further documentation.
|
|
@@ -66,13 +66,14 @@ platforms:
|
|
|
66
66
|
- name: ubuntu-12.10
|
|
67
67
|
- name: ubuntu-13.04
|
|
68
68
|
- name: ubuntu-13.10
|
|
69
|
+
- name: ubuntu-14.04
|
|
69
70
|
- name: centos-5.8
|
|
70
71
|
- name: centos-6.4
|
|
71
72
|
- name: centos-6.5
|
|
72
73
|
- name: debian-6.0
|
|
73
74
|
- name: debian-7.0
|
|
74
|
-
- name: fedora-17
|
|
75
75
|
- name: fedora-19
|
|
76
|
+
- name: fedora-20
|
|
76
77
|
- name: archlinux-2013.05
|
|
77
78
|
```
|
|
78
79
|
|
data/data/digitalocean.json
CHANGED
|
@@ -2,18 +2,15 @@
|
|
|
2
2
|
"images": {
|
|
3
3
|
"ubuntu-10.04": "14097",
|
|
4
4
|
"ubuntu-12.04": "3101045",
|
|
5
|
-
"ubuntu-
|
|
6
|
-
"ubuntu-13.10": "3101918",
|
|
7
|
-
"ubuntu-14.04": "3240036",
|
|
5
|
+
"ubuntu-14.04": "5141286",
|
|
8
6
|
"centos-5.8": "1601",
|
|
9
7
|
"centos-6.5": "3448641",
|
|
8
|
+
"centos-7.0": "4856048",
|
|
10
9
|
"centos-6.4": "562354",
|
|
11
10
|
"debian-6.0": "12573",
|
|
12
11
|
"debian-7.0": "3445812",
|
|
13
|
-
"fedora-17": "32428",
|
|
14
12
|
"fedora-19": "3102879",
|
|
15
|
-
"fedora-20": "3243145"
|
|
16
|
-
"archlinux-2013.05": "350424"
|
|
13
|
+
"fedora-20": "3243145"
|
|
17
14
|
},
|
|
18
15
|
"flavors": {
|
|
19
16
|
"512MB": "66",
|
|
@@ -72,9 +72,9 @@ module Kitchen
|
|
|
72
72
|
state[:server_id] = server.id
|
|
73
73
|
|
|
74
74
|
info("Digital Ocean instance <#{state[:server_id]}> created.")
|
|
75
|
-
server.wait_for { print '.'; ready? }
|
|
75
|
+
server.wait_for { print '.'; ready? }; print '(server ready)'
|
|
76
76
|
state[:hostname] = server.public_ip_address
|
|
77
|
-
wait_for_sshd(state[:hostname])
|
|
77
|
+
wait_for_sshd(state[:hostname]); print "(ssh ready)\n"
|
|
78
78
|
debug("digitalocean:create #{state[:hostname]}")
|
|
79
79
|
rescue Fog::Errors::Error, Excon::Errors::Error => ex
|
|
80
80
|
raise ActionFailed, ex.message
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-digitalocean
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Greg Fitzgerald
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
149
|
version: '0'
|
|
150
150
|
requirements: []
|
|
151
151
|
rubyforge_project:
|
|
152
|
-
rubygems_version: 2.
|
|
152
|
+
rubygems_version: 2.4.1
|
|
153
153
|
signing_key:
|
|
154
154
|
specification_version: 4
|
|
155
155
|
summary: A Test Kitchen Driver for Digital Ocean
|