kitchen-rackspace 0.20.0 → 0.21.0
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 +9 -0
- data/data/images.json +54 -52
- data/helpers/dump_image_list.rb +5 -4
- data/lib/kitchen/driver/rackspace_version.rb +1 -1
- data/spec/kitchen/driver/rackspace_spec.rb +6 -6
- 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: 59bbca8a5c123c996503e28b8158bab69b1b8261
|
|
4
|
+
data.tar.gz: d1a03ac5b4586b5224b180fe0af29a16b8da5462
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed397e8d6bb347b172fed1e806a18ceab1b9e3cdb8e1ed33e9987ddbbd394cc335d52c8bb22fcd019a54af92f29044c74408dccb677edbb8bf9c20dd4ba178f4
|
|
7
|
+
data.tar.gz: ec68c3ff7abce22a254282c49f6ef664790dfd9181d9a9b05e97aec538985999cd36181fe1677f86662fac03c46860645d46ac5df475d65f08bbb30c2c7f157f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# Unreleased
|
|
2
|
+
|
|
3
|
+
# 0.21.0 / 2016-05-31
|
|
4
|
+
|
|
5
|
+
* PR [#67][] - Update image IDS; via [@martinb3][]
|
|
6
|
+
* PR [#65][] - Add Ubuntu 16.04; via [@coderanger][]
|
|
7
|
+
|
|
1
8
|
# 0.20.0 / 2016-01-15
|
|
2
9
|
|
|
3
10
|
* PR [#63][] - Update image IDs, add Ubuntu 15.10, drop Ubuntu 15.04; via
|
|
@@ -155,6 +162,8 @@ boot times, via [@coderanger][]
|
|
|
155
162
|
|
|
156
163
|
* Initial release! Woo!
|
|
157
164
|
|
|
165
|
+
[#67]: https://github.com/test-kitchen/kitchen-rackspace/pull/67
|
|
166
|
+
[#65]: https://github.com/test-kitchen/kitchen-rackspace/pull/65
|
|
158
167
|
[#63]: https://github.com/test-kitchen/kitchen-rackspace/pull/63
|
|
159
168
|
[#57]: https://github.com/test-kitchen/kitchen-rackspace/pull/57
|
|
160
169
|
[#56]: https://github.com/test-kitchen/kitchen-rackspace/pull/56
|
data/data/images.json
CHANGED
|
@@ -2,68 +2,70 @@
|
|
|
2
2
|
"arch": "ade87903-9d82-4584-9cc1-204870011de0",
|
|
3
3
|
"arch-2015": "ade87903-9d82-4584-9cc1-204870011de0",
|
|
4
4
|
"arch-2015.7": "ade87903-9d82-4584-9cc1-204870011de0",
|
|
5
|
-
"centos": "
|
|
6
|
-
"centos-5": "
|
|
7
|
-
"centos-5.11": "
|
|
8
|
-
"centos-6": "
|
|
9
|
-
"centos-6.7": "
|
|
10
|
-
"centos-7": "
|
|
11
|
-
"centos-7.0": "
|
|
5
|
+
"centos": "c22f593a-4064-4a12-8229-e70a4b0ccc09",
|
|
6
|
+
"centos-5": "f338b541-bf6a-4ceb-a795-730e05a601f6",
|
|
7
|
+
"centos-5.11": "f338b541-bf6a-4ceb-a795-730e05a601f6",
|
|
8
|
+
"centos-6": "c28d8b17-19b1-4d2f-8a8f-b548ebe7ba95",
|
|
9
|
+
"centos-6.7": "c28d8b17-19b1-4d2f-8a8f-b548ebe7ba95",
|
|
10
|
+
"centos-7": "c22f593a-4064-4a12-8229-e70a4b0ccc09",
|
|
11
|
+
"centos-7.0": "c22f593a-4064-4a12-8229-e70a4b0ccc09",
|
|
12
12
|
"coreos": "40155f16-21d4-4ac1-ad65-c409d94b8c7c",
|
|
13
13
|
"coreos-0": "40155f16-21d4-4ac1-ad65-c409d94b8c7c",
|
|
14
14
|
"coreos-alpha": "c61f3a04-a00e-44c1-9d96-0667cfc7e155",
|
|
15
15
|
"coreos-beta": "6045cb80-52ed-4114-bf9a-7f15a36c65dc",
|
|
16
16
|
"coreos-stable": "40155f16-21d4-4ac1-ad65-c409d94b8c7c",
|
|
17
17
|
"debian": "cf16c435-7bed-4dc3-b76e-57b09987866d",
|
|
18
|
-
"debian-7": "
|
|
19
|
-
"debian-7.0": "
|
|
20
|
-
"debian-8": "
|
|
21
|
-
"debian-8.0": "
|
|
22
|
-
"debian-testing": "
|
|
23
|
-
"debian-unstable": "
|
|
24
|
-
"fedora": "
|
|
25
|
-
"fedora-
|
|
26
|
-
"fedora-
|
|
27
|
-
"fedora-
|
|
28
|
-
"fedora-
|
|
18
|
+
"debian-7": "60c8b11a-a445-496c-84d9-5ec96eac233f",
|
|
19
|
+
"debian-7.0": "60c8b11a-a445-496c-84d9-5ec96eac233f",
|
|
20
|
+
"debian-8": "cf16c435-7bed-4dc3-b76e-57b09987866d",
|
|
21
|
+
"debian-8.0": "cf16c435-7bed-4dc3-b76e-57b09987866d",
|
|
22
|
+
"debian-testing": "f8ea0bd3-64de-4613-9df5-9606d211ab6d",
|
|
23
|
+
"debian-unstable": "f9696ee0-cee2-40bc-a3c7-24709db972ed",
|
|
24
|
+
"fedora": "779851de-9b1e-4500-839a-dc1d6e25cb25",
|
|
25
|
+
"fedora-22": "779851de-9b1e-4500-839a-dc1d6e25cb25",
|
|
26
|
+
"fedora-22.0": "779851de-9b1e-4500-839a-dc1d6e25cb25",
|
|
27
|
+
"fedora-23": "9f05acc9-6436-4e95-aad9-eaeff74be602",
|
|
28
|
+
"fedora-23.0": "9f05acc9-6436-4e95-aad9-eaeff74be602",
|
|
29
29
|
"freebsd": "7a1cf8de-7721-4d56-900b-1e65def2ada5",
|
|
30
30
|
"freebsd-10": "7a1cf8de-7721-4d56-900b-1e65def2ada5",
|
|
31
31
|
"freebsd-10.1": "7a1cf8de-7721-4d56-900b-1e65def2ada5",
|
|
32
32
|
"gentoo": "c6693b8d-1e99-4112-b2a0-ceefd18a55ca",
|
|
33
33
|
"gentoo-15": "c6693b8d-1e99-4112-b2a0-ceefd18a55ca",
|
|
34
34
|
"gentoo-15.3": "c6693b8d-1e99-4112-b2a0-ceefd18a55ca",
|
|
35
|
-
"opensuse": "
|
|
36
|
-
"opensuse-13": "
|
|
37
|
-
"opensuse-13.2": "
|
|
38
|
-
"redhat": "
|
|
39
|
-
"redhat-5": "
|
|
40
|
-
"redhat-5.11": "
|
|
41
|
-
"redhat-6": "
|
|
42
|
-
"redhat-6.7": "
|
|
43
|
-
"redhat-7": "
|
|
44
|
-
"redhat-7.0": "
|
|
45
|
-
"scientific": "
|
|
46
|
-
"scientific-6": "
|
|
47
|
-
"scientific-6.
|
|
48
|
-
"scientific-7": "
|
|
49
|
-
"scientific-7.
|
|
50
|
-
"ubuntu": "
|
|
51
|
-
"ubuntu-12": "
|
|
52
|
-
"ubuntu-12.04": "
|
|
53
|
-
"ubuntu-14": "
|
|
54
|
-
"ubuntu-14.04": "
|
|
55
|
-
"ubuntu-15": "
|
|
56
|
-
"ubuntu-15.10": "
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"vyatta
|
|
60
|
-
"vyatta-6
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"windows
|
|
64
|
-
"windows-
|
|
65
|
-
"windows-
|
|
66
|
-
"windows-
|
|
67
|
-
"windows-
|
|
68
|
-
"windows-
|
|
35
|
+
"opensuse": "ca46a780-072a-44bb-b2e9-6dd9af313848",
|
|
36
|
+
"opensuse-13": "ca46a780-072a-44bb-b2e9-6dd9af313848",
|
|
37
|
+
"opensuse-13.2": "ca46a780-072a-44bb-b2e9-6dd9af313848",
|
|
38
|
+
"redhat": "61d460ae-3e29-4257-a300-007075456634",
|
|
39
|
+
"redhat-5": "8cd602eb-2a80-4fb3-8def-7b81d4bbc51d",
|
|
40
|
+
"redhat-5.11": "8cd602eb-2a80-4fb3-8def-7b81d4bbc51d",
|
|
41
|
+
"redhat-6": "41616b04-1738-4990-9034-d8fa7fdd906b",
|
|
42
|
+
"redhat-6.7": "41616b04-1738-4990-9034-d8fa7fdd906b",
|
|
43
|
+
"redhat-7": "61d460ae-3e29-4257-a300-007075456634",
|
|
44
|
+
"redhat-7.0": "61d460ae-3e29-4257-a300-007075456634",
|
|
45
|
+
"scientific": "93c04a39-f919-40ec-8f60-8a034e610f2c",
|
|
46
|
+
"scientific-6": "222eae90-9ed7-472f-b3fb-c43f8a021cbb",
|
|
47
|
+
"scientific-6.7": "222eae90-9ed7-472f-b3fb-c43f8a021cbb",
|
|
48
|
+
"scientific-7": "93c04a39-f919-40ec-8f60-8a034e610f2c",
|
|
49
|
+
"scientific-7.2": "93c04a39-f919-40ec-8f60-8a034e610f2c",
|
|
50
|
+
"ubuntu": "7a412a16-c9da-4c30-be5e-225633bde788",
|
|
51
|
+
"ubuntu-12": "cd276808-5fac-4903-9940-68857095c844",
|
|
52
|
+
"ubuntu-12.04": "cd276808-5fac-4903-9940-68857095c844",
|
|
53
|
+
"ubuntu-14": "8e7bdecd-380a-43d7-af9a-ec4f4df51dbd",
|
|
54
|
+
"ubuntu-14.04": "8e7bdecd-380a-43d7-af9a-ec4f4df51dbd",
|
|
55
|
+
"ubuntu-15": "7a412a16-c9da-4c30-be5e-225633bde788",
|
|
56
|
+
"ubuntu-15.10": "7a412a16-c9da-4c30-be5e-225633bde788",
|
|
57
|
+
"ubuntu-16": "5cf469a9-c4f3-4455-ab1b-7f07ed2b9dec",
|
|
58
|
+
"ubuntu-16.04": "5cf469a9-c4f3-4455-ab1b-7f07ed2b9dec",
|
|
59
|
+
"vyatta": "65b7c683-19ef-4a24-a934-335c9eeef2d0",
|
|
60
|
+
"vyatta-6": "65b7c683-19ef-4a24-a934-335c9eeef2d0",
|
|
61
|
+
"vyatta-6.7": "65b7c683-19ef-4a24-a934-335c9eeef2d0",
|
|
62
|
+
"vyatta-6.7R11": "65b7c683-19ef-4a24-a934-335c9eeef2d0",
|
|
63
|
+
"windows": "8bfada8f-9917-46dd-aa82-be533d5279fa",
|
|
64
|
+
"windows-2008": "91602a7d-4267-4efc-93f2-75281444de31",
|
|
65
|
+
"windows-2008.2": "91602a7d-4267-4efc-93f2-75281444de31",
|
|
66
|
+
"windows-2008R2": "91602a7d-4267-4efc-93f2-75281444de31",
|
|
67
|
+
"windows-2008R2SP1": "91602a7d-4267-4efc-93f2-75281444de31",
|
|
68
|
+
"windows-2012": "8bfada8f-9917-46dd-aa82-be533d5279fa",
|
|
69
|
+
"windows-2012.2": "8bfada8f-9917-46dd-aa82-be533d5279fa",
|
|
70
|
+
"windows-2012R2": "8bfada8f-9917-46dd-aa82-be533d5279fa"
|
|
69
71
|
}
|
data/helpers/dump_image_list.rb
CHANGED
|
@@ -20,8 +20,8 @@ i_care_about = {
|
|
|
20
20
|
'Debian 7 (Wheezy) (PVHVM)' => %w(debian-7),
|
|
21
21
|
'Debian Testing (Stretch) (PVHVM)' => %w(debian-testing),
|
|
22
22
|
'Debian Unstable (Sid) (PVHVM)' => %w(debian-unstable),
|
|
23
|
-
'Fedora 21 (PVHVM)' => %w(fedora-21),
|
|
24
23
|
'Fedora 22 (PVHVM)' => %w(fedora fedora-22),
|
|
24
|
+
'Fedora 23 (PVHVM)' => %w(fedora-23),
|
|
25
25
|
'FreeBSD 10 (PVHVM)' => %w(freebsd freebsd-10),
|
|
26
26
|
'Gentoo 15.3 (PVHVM)' => %w(gentoo gentoo-15 gentoo-15.3),
|
|
27
27
|
'OpenSUSE 13.2 (PVHVM)' => %w(opensuse opensuse-13 opensuse-13.2),
|
|
@@ -30,10 +30,11 @@ i_care_about = {
|
|
|
30
30
|
'Red Hat Enterprise Linux 5 (PV)' => %w(redhat-5),
|
|
31
31
|
'Scientific Linux 7 (PVHVM)' => %w(scientific scientific-7),
|
|
32
32
|
'Scientific Linux 6 (PVHVM)' => %w(scientific-6),
|
|
33
|
+
'Ubuntu 16.04 LTS (Xenial Xerus) (PVHVM)' => %w(ubuntu-16 ubuntu-16.04),
|
|
33
34
|
'Ubuntu 15.10 (Wily Werewolf) (PVHVM)' => %w(ubuntu ubuntu-15 ubuntu-15.10),
|
|
34
35
|
'Ubuntu 14.04 LTS (Trusty Tahr) (PVHVM)' => %w(ubuntu-14 ubuntu-14.04),
|
|
35
36
|
'Ubuntu 12.04 LTS (Precise Pangolin) (PVHVM)' => %w(ubuntu-12 ubuntu-12.04),
|
|
36
|
-
'Vyatta Network OS 6.
|
|
37
|
+
'Vyatta Network OS 6.7R11' => %w(vyatta vyatta-6 vyatta-6.7 vyatta-6.7R11),
|
|
37
38
|
'Windows Server 2012 R2' => %w(windows windows-2012 windows-2012R2),
|
|
38
39
|
'Windows Server 2008 R2 SP1' => %w(windows-2008
|
|
39
40
|
windows-2008R2
|
|
@@ -54,7 +55,7 @@ compute = Fog::Compute.new(provider: 'Rackspace',
|
|
|
54
55
|
|
|
55
56
|
aliases = i_care_about.values.flatten
|
|
56
57
|
res = aliases.each_with_object({}) do |a, hsh|
|
|
57
|
-
|
|
58
|
+
raise "Alias '#{a}' was listed twice" if hsh.include?(a)
|
|
58
59
|
hsh[a] = nil
|
|
59
60
|
hsh
|
|
60
61
|
end
|
|
@@ -88,7 +89,7 @@ compute.images.select { |i| i_care_about.keys.include?(i.name) }.each do |img|
|
|
|
88
89
|
end
|
|
89
90
|
|
|
90
91
|
unless i_care_about.empty?
|
|
91
|
-
|
|
92
|
+
raise "Couldn't find some images we expected: #{i_care_about.keys}"
|
|
92
93
|
end
|
|
93
94
|
|
|
94
95
|
# sort these to make them pretty
|
|
@@ -35,7 +35,7 @@ describe Kitchen::Driver::Rackspace do
|
|
|
35
35
|
ENV['RACKSPACE_API_KEY'] = 'key'
|
|
36
36
|
end
|
|
37
37
|
|
|
38
|
-
describe '#initialize'do
|
|
38
|
+
describe '#initialize' do
|
|
39
39
|
before(:each) do
|
|
40
40
|
allow(Fog).to receive(:timeout=)
|
|
41
41
|
end
|
|
@@ -111,11 +111,11 @@ describe Kitchen::Driver::Rackspace do
|
|
|
111
111
|
end
|
|
112
112
|
|
|
113
113
|
platforms = {
|
|
114
|
-
'ubuntu-12.04' => '
|
|
115
|
-
'ubuntu-12' => '
|
|
116
|
-
'ubuntu' => '
|
|
117
|
-
'centos-5' => '
|
|
118
|
-
'centos' => '
|
|
114
|
+
'ubuntu-12.04' => 'cd276808-5fac-4903-9940-68857095c844',
|
|
115
|
+
'ubuntu-12' => 'cd276808-5fac-4903-9940-68857095c844',
|
|
116
|
+
'ubuntu' => '7a412a16-c9da-4c30-be5e-225633bde788',
|
|
117
|
+
'centos-5' => 'f338b541-bf6a-4ceb-a795-730e05a601f6',
|
|
118
|
+
'centos' => 'c22f593a-4064-4a12-8229-e70a4b0ccc09'
|
|
119
119
|
}
|
|
120
120
|
platforms.each do |platform, id|
|
|
121
121
|
context "name is #{platform}" do
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-rackspace
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Hartman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: test-kitchen
|
|
@@ -178,7 +178,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
178
178
|
version: '0'
|
|
179
179
|
requirements: []
|
|
180
180
|
rubyforge_project:
|
|
181
|
-
rubygems_version: 2.5.
|
|
181
|
+
rubygems_version: 2.5.2
|
|
182
182
|
signing_key:
|
|
183
183
|
specification_version: 4
|
|
184
184
|
summary: A Test Kitchen Rackspace driver built on Fog
|