kitchen-openstack 2.1.0 → 2.1.1
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 +326 -170
- data/README.md +18 -0
- data/lib/kitchen/driver/openstack.rb +3 -3
- data/lib/kitchen/driver/openstack_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: 69c69a59c3e8c2bfdb001296bfe5949b6bf45430
|
|
4
|
+
data.tar.gz: 2c6b438b1af153db872ddf311a56caa76bbcc1bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04ebc0f118339b453c235970fe51bb58ade74e93b3c83e8e0226efb360b56ac4d8c0ff68605d467934fd6eb7bd4b8589d70253b14db0a7bfeef3c965e52a5449
|
|
7
|
+
data.tar.gz: ed824128dd046d02eb63579418022da643a965b4eccf7c95a8135f92cb5a823199627e760f1ea040195c46c1c5ba8c01df361bdf995a17633c8fd96c17adcea4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,249 +1,405 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Change Log
|
|
2
2
|
|
|
3
|
-
### New Features
|
|
4
3
|
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
## [v2.1.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.1) (2015-11-03)
|
|
5
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.0...v2.1.1)
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
**Closed issues:**
|
|
9
8
|
|
|
10
|
-
|
|
11
|
-
* PR [#111][] - Updated README.
|
|
9
|
+
- kitchen create on Windows 2012/WinRM fails: "Expressions are only allowed as the first element of a pipeline." [\#122](https://github.com/test-kitchen/kitchen-openstack/issues/122)
|
|
12
10
|
|
|
13
|
-
|
|
11
|
+
**Merged pull requests:**
|
|
14
12
|
|
|
15
|
-
|
|
13
|
+
- Ohai hint file is now created with the correct encoding on Windows [\#124](https://github.com/test-kitchen/kitchen-openstack/pull/124) ([stuartpreston](https://github.com/stuartpreston))
|
|
14
|
+
- Added info about user\_data [\#121](https://github.com/test-kitchen/kitchen-openstack/pull/121) ([jjasghar](https://github.com/jjasghar))
|
|
16
15
|
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
## [v2.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.0) (2015-10-19)
|
|
17
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.0.pre.1...v2.1.0)
|
|
19
18
|
|
|
20
|
-
|
|
19
|
+
## [v2.1.0.pre.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.0.pre.1) (2015-10-13)
|
|
20
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.1.0.pre...v2.1.0.pre.1)
|
|
21
21
|
|
|
22
|
-
|
|
23
|
-
* PR [#96][] - Resolve for issue PR
|
|
24
|
-
* PR [#100][] - Don't create instance if name is already created - from [@dpetzel][]
|
|
25
|
-
* PR [#99][] - Load openstack_version for plugin_version - from [@BobbyRyterski][]
|
|
26
|
-
* PR [#98][] - Support all Fog OpenStack options PR [#98][] - from [@BobbyRyterski][]
|
|
27
|
-
* PR [#104][] - Fix for ohai running hint not running as root - from [@spion06][]
|
|
22
|
+
**Implemented enhancements:**
|
|
28
23
|
|
|
29
|
-
|
|
24
|
+
- Clean Up README [\#109](https://github.com/test-kitchen/kitchen-openstack/issues/109)
|
|
30
25
|
|
|
31
|
-
|
|
26
|
+
**Fixed bugs:**
|
|
32
27
|
|
|
33
|
-
|
|
28
|
+
- Clean Up README [\#109](https://github.com/test-kitchen/kitchen-openstack/issues/109)
|
|
34
29
|
|
|
35
|
-
|
|
30
|
+
**Closed issues:**
|
|
36
31
|
|
|
37
|
-
|
|
38
|
-
|
|
32
|
+
- Countdown timer is a little too verbose [\#113](https://github.com/test-kitchen/kitchen-openstack/issues/113)
|
|
33
|
+
- image\_ref: underscores translated to dashes [\#84](https://github.com/test-kitchen/kitchen-openstack/issues/84)
|
|
39
34
|
|
|
40
|
-
|
|
35
|
+
**Merged pull requests:**
|
|
41
36
|
|
|
42
|
-
|
|
37
|
+
- Converting to dots [\#115](https://github.com/test-kitchen/kitchen-openstack/pull/115) ([jjasghar](https://github.com/jjasghar))
|
|
43
38
|
|
|
44
|
-
|
|
39
|
+
## [v2.1.0.pre](https://github.com/test-kitchen/kitchen-openstack/tree/v2.1.0.pre) (2015-10-07)
|
|
40
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0...v2.1.0.pre)
|
|
45
41
|
|
|
46
|
-
|
|
42
|
+
**Closed issues:**
|
|
47
43
|
|
|
48
|
-
|
|
44
|
+
- undefined method `public\_ip\_addresses' for {}:Hash [\#105](https://github.com/test-kitchen/kitchen-openstack/issues/105)
|
|
49
45
|
|
|
50
|
-
|
|
46
|
+
**Merged pull requests:**
|
|
51
47
|
|
|
52
|
-
|
|
48
|
+
- updated license links and data. [\#112](https://github.com/test-kitchen/kitchen-openstack/pull/112) ([jjasghar](https://github.com/jjasghar))
|
|
49
|
+
- New README [\#111](https://github.com/test-kitchen/kitchen-openstack/pull/111) ([jjasghar](https://github.com/jjasghar))
|
|
50
|
+
- Fail action when network info isn't available [\#110](https://github.com/test-kitchen/kitchen-openstack/pull/110) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
51
|
+
- Wait for network info in get\_ip [\#108](https://github.com/test-kitchen/kitchen-openstack/pull/108) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
52
|
+
- Refactor get\_ip [\#107](https://github.com/test-kitchen/kitchen-openstack/pull/107) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
53
|
+
- 2.1.0 [\#106](https://github.com/test-kitchen/kitchen-openstack/pull/106) ([jjasghar](https://github.com/jjasghar))
|
|
53
54
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
* PR [#62][] - Add availability zone support; via [@fortable1999][]
|
|
55
|
+
## [v2.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0) (2015-09-30)
|
|
56
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.4...v2.0.0)
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
## [v2.0.0.dev.4](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.4) (2015-09-23)
|
|
59
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.3...v2.0.0.dev.4)
|
|
59
60
|
|
|
60
|
-
|
|
61
|
+
**Closed issues:**
|
|
61
62
|
|
|
62
|
-
|
|
63
|
-
[@stevejmason][]
|
|
63
|
+
- SSH Hangs with Key Auth [\#101](https://github.com/test-kitchen/kitchen-openstack/issues/101)
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
**Merged pull requests:**
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
- fixup install ohai hints so the file is written with root privledges [\#104](https://github.com/test-kitchen/kitchen-openstack/pull/104) ([spion06](https://github.com/spion06))
|
|
68
|
+
- Readd key\_name to README [\#103](https://github.com/test-kitchen/kitchen-openstack/pull/103) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
69
|
+
- Add transport ssh\_key note to README [\#102](https://github.com/test-kitchen/kitchen-openstack/pull/102) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
68
70
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
* PR [#55][] - Give a floating IP priority over an IP pool if both are present;
|
|
72
|
-
via [@StaymanHou][]
|
|
71
|
+
## [v2.0.0.dev.3](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.3) (2015-09-21)
|
|
72
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.2...v2.0.0.dev.3)
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
**Implemented enhancements:**
|
|
75
75
|
|
|
76
|
-
|
|
76
|
+
- Support all Fog OpenStack options [\#98](https://github.com/test-kitchen/kitchen-openstack/pull/98) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
**Closed issues:**
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
- OpenStack Hint File should work with Ohai cookbook [\#96](https://github.com/test-kitchen/kitchen-openstack/issues/96)
|
|
81
|
+
- create command will makes duplicated images. [\#67](https://github.com/test-kitchen/kitchen-openstack/issues/67)
|
|
82
82
|
|
|
83
|
-
|
|
83
|
+
**Merged pull requests:**
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
- Don't create instance if name is already created [\#100](https://github.com/test-kitchen/kitchen-openstack/pull/100) ([dpetzel](https://github.com/dpetzel))
|
|
86
|
+
- Fix for issue 96 [\#97](https://github.com/test-kitchen/kitchen-openstack/pull/97) ([jjasghar](https://github.com/jjasghar))
|
|
86
87
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
[2239](https://bugzilla.mindrot.org/show_bug.cgi?id=2239); via [@dschlenk][]
|
|
88
|
+
## [v2.0.0.dev.2](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.2) (2015-09-16)
|
|
89
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev.1...v2.0.0.dev.2)
|
|
90
90
|
|
|
91
|
-
|
|
91
|
+
**Merged pull requests:**
|
|
92
92
|
|
|
93
|
-
|
|
93
|
+
- Load openstack\_version for plugin\_version [\#99](https://github.com/test-kitchen/kitchen-openstack/pull/99) ([BobbyRyterski](https://github.com/BobbyRyterski))
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
## [v2.0.0.dev.1](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev.1) (2015-09-10)
|
|
96
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v2.0.0.dev...v2.0.0.dev.1)
|
|
96
97
|
|
|
97
|
-
|
|
98
|
+
**Closed issues:**
|
|
98
99
|
|
|
99
|
-
|
|
100
|
+
- 1.9.0.dev [\#93](https://github.com/test-kitchen/kitchen-openstack/issues/93)
|
|
100
101
|
|
|
101
|
-
|
|
102
|
+
**Merged pull requests:**
|
|
102
103
|
|
|
103
|
-
|
|
104
|
+
- 2.0.0.dev.1 [\#95](https://github.com/test-kitchen/kitchen-openstack/pull/95) ([jjasghar](https://github.com/jjasghar))
|
|
104
105
|
|
|
105
|
-
|
|
106
|
+
## [v2.0.0.dev](https://github.com/test-kitchen/kitchen-openstack/tree/v2.0.0.dev) (2015-09-09)
|
|
107
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.9.0.dev...v2.0.0.dev)
|
|
106
108
|
|
|
107
|
-
|
|
108
|
-
* PR [#39][] - New `network_ref` option to only provision a server with
|
|
109
|
-
certain specified NICs; via [@monsterzz][]
|
|
109
|
+
**Implemented enhancements:**
|
|
110
110
|
|
|
111
|
-
|
|
111
|
+
- Test Kitchen Openstack doesn't support block storage\(volumes\) [\#75](https://github.com/test-kitchen/kitchen-openstack/issues/75)
|
|
112
|
+
- Enhancement: Windows Support [\#45](https://github.com/test-kitchen/kitchen-openstack/issues/45)
|
|
112
113
|
|
|
113
|
-
|
|
114
|
-
[@tenforward][]
|
|
114
|
+
**Closed issues:**
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
- Waiting for SSH service [\#91](https://github.com/test-kitchen/kitchen-openstack/issues/91)
|
|
117
|
+
- Connections to Rackspace require the password instead of the API key [\#90](https://github.com/test-kitchen/kitchen-openstack/issues/90)
|
|
117
118
|
|
|
118
|
-
|
|
119
|
+
**Merged pull requests:**
|
|
119
120
|
|
|
120
|
-
|
|
121
|
+
- added rubygem tasks [\#94](https://github.com/test-kitchen/kitchen-openstack/pull/94) ([jjasghar](https://github.com/jjasghar))
|
|
122
|
+
- Kitchen::Base and Windows support [\#92](https://github.com/test-kitchen/kitchen-openstack/pull/92) ([jjasghar](https://github.com/jjasghar))
|
|
121
123
|
|
|
122
|
-
|
|
124
|
+
## [v1.9.0.dev](https://github.com/test-kitchen/kitchen-openstack/tree/v1.9.0.dev) (2015-09-03)
|
|
125
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.8.1...v1.9.0.dev)
|
|
123
126
|
|
|
124
|
-
|
|
127
|
+
**Merged pull requests:**
|
|
125
128
|
|
|
126
|
-
|
|
129
|
+
- Ability to control the order of IP to connect to [\#89](https://github.com/test-kitchen/kitchen-openstack/pull/89) ([ytsarev](https://github.com/ytsarev))
|
|
127
130
|
|
|
128
|
-
|
|
131
|
+
## [v1.8.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.8.1) (2015-07-22)
|
|
132
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.3.1...v1.8.1)
|
|
129
133
|
|
|
130
|
-
|
|
134
|
+
**Implemented enhancements:**
|
|
131
135
|
|
|
132
|
-
|
|
136
|
+
- Yo, dawg, I heard you like Test Kitchen... [\#30](https://github.com/test-kitchen/kitchen-openstack/issues/30)
|
|
133
137
|
|
|
134
|
-
|
|
138
|
+
**Closed issues:**
|
|
135
139
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
140
|
+
- Config checks in openstack.rb [\#82](https://github.com/test-kitchen/kitchen-openstack/issues/82)
|
|
141
|
+
- Readme Usage : Openstack tenant in config [\#81](https://github.com/test-kitchen/kitchen-openstack/issues/81)
|
|
142
|
+
- Kitchen converge hangs [\#71](https://github.com/test-kitchen/kitchen-openstack/issues/71)
|
|
139
143
|
|
|
140
|
-
|
|
144
|
+
**Merged pull requests:**
|
|
141
145
|
|
|
142
|
-
|
|
146
|
+
- Fail if required key information can't be found [\#88](https://github.com/test-kitchen/kitchen-openstack/pull/88) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
147
|
+
- Fix for the readme.md [\#87](https://github.com/test-kitchen/kitchen-openstack/pull/87) ([jjasghar](https://github.com/jjasghar))
|
|
148
|
+
- Issue 82 [\#86](https://github.com/test-kitchen/kitchen-openstack/pull/86) ([jjasghar](https://github.com/jjasghar))
|
|
149
|
+
- Added a check for ssh key authetication [\#85](https://github.com/test-kitchen/kitchen-openstack/pull/85) ([jjasghar](https://github.com/jjasghar))
|
|
143
150
|
|
|
144
|
-
|
|
151
|
+
## [v1.3.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.3.1) (2015-07-18)
|
|
152
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.2.0...v1.3.1)
|
|
145
153
|
|
|
146
|
-
|
|
154
|
+
**Merged pull requests:**
|
|
147
155
|
|
|
148
|
-
|
|
156
|
+
- Update README.md for chefdk installation [\#83](https://github.com/test-kitchen/kitchen-openstack/pull/83) ([kcd83](https://github.com/kcd83))
|
|
149
157
|
|
|
150
|
-
|
|
158
|
+
## [v1.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.2.0) (2015-06-18)
|
|
159
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.2.0.rc2...v1.2.0)
|
|
151
160
|
|
|
152
|
-
|
|
153
|
-
|
|
161
|
+
## [v1.2.0.rc2](https://github.com/test-kitchen/kitchen-openstack/tree/v1.2.0.rc2) (2015-06-10)
|
|
162
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.2.0.rc1...v1.2.0.rc2)
|
|
154
163
|
|
|
155
|
-
|
|
164
|
+
## [v1.2.0.rc1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.2.0.rc1) (2015-06-04)
|
|
165
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.8.0...v1.2.0.rc1)
|
|
156
166
|
|
|
157
|
-
|
|
167
|
+
## [v1.8.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.8.0) (2015-04-09)
|
|
168
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.7.1...v1.8.0)
|
|
158
169
|
|
|
159
|
-
|
|
170
|
+
**Closed issues:**
|
|
160
171
|
|
|
161
|
-
|
|
172
|
+
- Create failed on instance \<default-cirros\> 400 [\#73](https://github.com/test-kitchen/kitchen-openstack/issues/73)
|
|
173
|
+
- not able to find the driver [\#72](https://github.com/test-kitchen/kitchen-openstack/issues/72)
|
|
162
174
|
|
|
163
|
-
|
|
164
|
-
* PR [#11][] - Support `ssh_key` option; via [@saketoba][]
|
|
175
|
+
**Merged pull requests:**
|
|
165
176
|
|
|
166
|
-
|
|
177
|
+
- Update tests for newer TK [\#76](https://github.com/test-kitchen/kitchen-openstack/pull/76) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
178
|
+
- Respect a configured password when setting up SSH [\#70](https://github.com/test-kitchen/kitchen-openstack/pull/70) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
167
179
|
|
|
168
|
-
|
|
180
|
+
## [v1.7.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.7.1) (2015-01-08)
|
|
181
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.7.0...v1.7.1)
|
|
169
182
|
|
|
170
|
-
|
|
183
|
+
## [v1.7.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.7.0) (2014-10-26)
|
|
184
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.6.1...v1.7.0)
|
|
171
185
|
|
|
172
|
-
|
|
186
|
+
**Closed issues:**
|
|
173
187
|
|
|
174
|
-
|
|
175
|
-
|
|
188
|
+
- kitchen attempting to log in too quickly? [\#64](https://github.com/test-kitchen/kitchen-openstack/issues/64)
|
|
189
|
+
- problem to specify Availability Zone when create instance [\#61](https://github.com/test-kitchen/kitchen-openstack/issues/61)
|
|
176
190
|
|
|
177
|
-
|
|
191
|
+
**Merged pull requests:**
|
|
178
192
|
|
|
179
|
-
|
|
180
|
-
|
|
193
|
+
- Support a timed sleep for SSH edge cases [\#66](https://github.com/test-kitchen/kitchen-openstack/pull/66) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
194
|
+
- Availability zone support+ [\#65](https://github.com/test-kitchen/kitchen-openstack/pull/65) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
195
|
+
- Add server\_name\_prefix semi-random naming with some known prefix [\#63](https://github.com/test-kitchen/kitchen-openstack/pull/63) ([ftclausen](https://github.com/ftclausen))
|
|
181
196
|
|
|
182
|
-
|
|
197
|
+
## [v1.6.1](https://github.com/test-kitchen/kitchen-openstack/tree/v1.6.1) (2014-10-07)
|
|
198
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/1.0.0...v1.6.1)
|
|
183
199
|
|
|
184
|
-
|
|
200
|
+
**Merged pull requests:**
|
|
185
201
|
|
|
186
|
-
[
|
|
187
|
-
|
|
188
|
-
[
|
|
189
|
-
[
|
|
190
|
-
|
|
191
|
-
[
|
|
192
|
-
[
|
|
193
|
-
|
|
194
|
-
[
|
|
195
|
-
[
|
|
196
|
-
|
|
197
|
-
[
|
|
198
|
-
[
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
[
|
|
203
|
-
[
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
[
|
|
208
|
-
[
|
|
209
|
-
[
|
|
210
|
-
[
|
|
211
|
-
[
|
|
212
|
-
|
|
213
|
-
[
|
|
214
|
-
[
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
[
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
[
|
|
223
|
-
[
|
|
224
|
-
|
|
225
|
-
[
|
|
226
|
-
[
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
[
|
|
231
|
-
[
|
|
232
|
-
|
|
233
|
-
[
|
|
234
|
-
[
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
[
|
|
239
|
-
|
|
240
|
-
[
|
|
241
|
-
[
|
|
242
|
-
|
|
243
|
-
[
|
|
244
|
-
[
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
[
|
|
249
|
-
|
|
202
|
+
- Renamed 'init\_config' method to resolve conflicting method name with lat... [\#60](https://github.com/test-kitchen/kitchen-openstack/pull/60) ([stevejmason](https://github.com/stevejmason))
|
|
203
|
+
|
|
204
|
+
## [1.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/1.0.0) (2014-10-07)
|
|
205
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/1.0.0.rc2...1.0.0)
|
|
206
|
+
|
|
207
|
+
## [1.0.0.rc2](https://github.com/test-kitchen/kitchen-openstack/tree/1.0.0.rc2) (2014-09-29)
|
|
208
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/1.0.0.rc1...1.0.0.rc2)
|
|
209
|
+
|
|
210
|
+
## [1.0.0.rc1](https://github.com/test-kitchen/kitchen-openstack/tree/1.0.0.rc1) (2014-09-24)
|
|
211
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.6.0...1.0.0.rc1)
|
|
212
|
+
|
|
213
|
+
## [v1.6.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.6.0) (2014-09-04)
|
|
214
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.5.3...v1.6.0)
|
|
215
|
+
|
|
216
|
+
**Closed issues:**
|
|
217
|
+
|
|
218
|
+
- 1.5.3 name generation broken. [\#54](https://github.com/test-kitchen/kitchen-openstack/issues/54)
|
|
219
|
+
- Remove occurrences of "require\_chef\_omnibus: latest" in docs [\#34](https://github.com/test-kitchen/kitchen-openstack/issues/34)
|
|
220
|
+
|
|
221
|
+
**Merged pull requests:**
|
|
222
|
+
|
|
223
|
+
- \#55 + shut Rubocop up for now [\#59](https://github.com/test-kitchen/kitchen-openstack/pull/59) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
224
|
+
- Fix \#54; prevent errors on non-login shells [\#58](https://github.com/test-kitchen/kitchen-openstack/pull/58) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
225
|
+
- \#56 + drop Ruby 1.9.2 [\#57](https://github.com/test-kitchen/kitchen-openstack/pull/57) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
226
|
+
- Select the first valid IP if all other checks fail [\#56](https://github.com/test-kitchen/kitchen-openstack/pull/56) ([jer](https://github.com/jer))
|
|
227
|
+
- Reverse the priority of floating\_ip & floating\_ip\_pool [\#55](https://github.com/test-kitchen/kitchen-openstack/pull/55) ([StaymanHou](https://github.com/StaymanHou))
|
|
228
|
+
|
|
229
|
+
## [v1.5.3](https://github.com/test-kitchen/kitchen-openstack/tree/v1.5.3) (2014-08-01)
|
|
230
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.5.2...v1.5.3)
|
|
231
|
+
|
|
232
|
+
**Closed issues:**
|
|
233
|
+
|
|
234
|
+
- generate\_name generates bad hostnames [\#52](https://github.com/test-kitchen/kitchen-openstack/issues/52)
|
|
235
|
+
|
|
236
|
+
**Merged pull requests:**
|
|
237
|
+
|
|
238
|
+
- Fix bad hostnames being generated [\#53](https://github.com/test-kitchen/kitchen-openstack/pull/53) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
239
|
+
- Switch to Rubocop and clean up as much as possible [\#51](https://github.com/test-kitchen/kitchen-openstack/pull/51) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
240
|
+
|
|
241
|
+
## [v1.5.2](https://github.com/test-kitchen/kitchen-openstack/tree/v1.5.2) (2014-05-31)
|
|
242
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.5.0...v1.5.2)
|
|
243
|
+
|
|
244
|
+
**Merged pull requests:**
|
|
245
|
+
|
|
246
|
+
- Roboticcheese/fix server name length loop bug [\#50](https://github.com/test-kitchen/kitchen-openstack/pull/50) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
247
|
+
- Hostname limit [\#49](https://github.com/test-kitchen/kitchen-openstack/pull/49) ([dschlenk](https://github.com/dschlenk))
|
|
248
|
+
|
|
249
|
+
## [v1.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.5.0) (2014-05-23)
|
|
250
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.10.0...v1.5.0)
|
|
251
|
+
|
|
252
|
+
**Merged pull requests:**
|
|
253
|
+
|
|
254
|
+
- Add OpenStack Ohai hints file [\#48](https://github.com/test-kitchen/kitchen-openstack/pull/48) ([dschlenk](https://github.com/dschlenk))
|
|
255
|
+
|
|
256
|
+
## [0.10.0](https://github.com/test-kitchen/kitchen-openstack/tree/0.10.0) (2014-05-09)
|
|
257
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.4.0...0.10.0)
|
|
258
|
+
|
|
259
|
+
## [v1.4.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.4.0) (2014-04-09)
|
|
260
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.9.1...v1.4.0)
|
|
261
|
+
|
|
262
|
+
**Closed issues:**
|
|
263
|
+
|
|
264
|
+
- Message: cannot copy directory [\#43](https://github.com/test-kitchen/kitchen-openstack/issues/43)
|
|
265
|
+
|
|
266
|
+
**Merged pull requests:**
|
|
267
|
+
|
|
268
|
+
- Use floating IP for ssh connection by default if defined or allocated from pool. [\#46](https://github.com/test-kitchen/kitchen-openstack/pull/46) ([dschlenk](https://github.com/dschlenk))
|
|
269
|
+
|
|
270
|
+
## [0.9.1](https://github.com/test-kitchen/kitchen-openstack/tree/0.9.1) (2014-03-12)
|
|
271
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.3.0...0.9.1)
|
|
272
|
+
|
|
273
|
+
**Closed issues:**
|
|
274
|
+
|
|
275
|
+
- Unable to create instance using network\_ref [\#42](https://github.com/test-kitchen/kitchen-openstack/issues/42)
|
|
276
|
+
|
|
277
|
+
## [v1.3.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.3.0) (2014-03-09)
|
|
278
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.9.0...v1.3.0)
|
|
279
|
+
|
|
280
|
+
## [0.9.0](https://github.com/test-kitchen/kitchen-openstack/tree/0.9.0) (2014-03-07)
|
|
281
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.1.0...0.9.0)
|
|
282
|
+
|
|
283
|
+
**Implemented enhancements:**
|
|
284
|
+
|
|
285
|
+
- Security Group support [\#36](https://github.com/test-kitchen/kitchen-openstack/issues/36)
|
|
286
|
+
|
|
287
|
+
**Merged pull requests:**
|
|
288
|
+
|
|
289
|
+
- Wait ssh connection for the specified port after the instance is created [\#41](https://github.com/test-kitchen/kitchen-openstack/pull/41) ([tenforward](https://github.com/tenforward))
|
|
290
|
+
- option for user\_data to be passed to openstack [\#40](https://github.com/test-kitchen/kitchen-openstack/pull/40) ([wilreichert](https://github.com/wilreichert))
|
|
291
|
+
- added basic support for networks [\#39](https://github.com/test-kitchen/kitchen-openstack/pull/39) ([monsterzz](https://github.com/monsterzz))
|
|
292
|
+
- added support to assign security groups [\#37](https://github.com/test-kitchen/kitchen-openstack/pull/37) ([bears4barrett](https://github.com/bears4barrett))
|
|
293
|
+
- Update URLs to test-kitchen org [\#35](https://github.com/test-kitchen/kitchen-openstack/pull/35) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
294
|
+
- Add Coveralls support, maybe [\#32](https://github.com/test-kitchen/kitchen-openstack/pull/32) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
295
|
+
|
|
296
|
+
## [v1.1.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.1.0) (2013-12-07)
|
|
297
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v1.0.0...v1.1.0)
|
|
298
|
+
|
|
299
|
+
**Fixed bugs:**
|
|
300
|
+
|
|
301
|
+
- config\[:name\] is now used by Test Kitchen... [\#29](https://github.com/test-kitchen/kitchen-openstack/issues/29)
|
|
302
|
+
|
|
303
|
+
**Merged pull requests:**
|
|
304
|
+
|
|
305
|
+
- Fix \#29 - Rename 'name' option to 'server\_name' [\#31](https://github.com/test-kitchen/kitchen-openstack/pull/31) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
306
|
+
|
|
307
|
+
## [v1.0.0](https://github.com/test-kitchen/kitchen-openstack/tree/v1.0.0) (2013-10-16)
|
|
308
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.0...v1.0.0)
|
|
309
|
+
|
|
310
|
+
**Implemented enhancements:**
|
|
311
|
+
|
|
312
|
+
- Support requesting a specific floating IP [\#21](https://github.com/test-kitchen/kitchen-openstack/issues/21)
|
|
313
|
+
- Support friendly flavor names [\#23](https://github.com/test-kitchen/kitchen-openstack/issues/23)
|
|
314
|
+
- Support friendly image names [\#22](https://github.com/test-kitchen/kitchen-openstack/issues/22)
|
|
315
|
+
|
|
316
|
+
**Merged pull requests:**
|
|
317
|
+
|
|
318
|
+
- synchronize lookup and assignment of floating ip [\#27](https://github.com/test-kitchen/kitchen-openstack/pull/27) ([jgawor](https://github.com/jgawor))
|
|
319
|
+
- specify image or flavor using the name or regular expression [\#26](https://github.com/test-kitchen/kitchen-openstack/pull/26) ([jgawor](https://github.com/jgawor))
|
|
320
|
+
- Refactoring and updating unit tests [\#25](https://github.com/test-kitchen/kitchen-openstack/pull/25) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
321
|
+
- SSH key tweaks [\#15](https://github.com/test-kitchen/kitchen-openstack/pull/15) ([hufman](https://github.com/hufman))
|
|
322
|
+
- Floating ip support [\#14](https://github.com/test-kitchen/kitchen-openstack/pull/14) ([hufman](https://github.com/hufman))
|
|
323
|
+
|
|
324
|
+
## [v0.5.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.0) (2013-09-23)
|
|
325
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.8.1...v0.5.0)
|
|
326
|
+
|
|
327
|
+
**Fixed bugs:**
|
|
328
|
+
|
|
329
|
+
- Ordering of server.addresses isn't guaranteed [\#17](https://github.com/test-kitchen/kitchen-openstack/issues/17)
|
|
330
|
+
|
|
331
|
+
**Closed issues:**
|
|
332
|
+
|
|
333
|
+
- Cap generate\_name output to 64 characters [\#18](https://github.com/test-kitchen/kitchen-openstack/issues/18)
|
|
334
|
+
- Don't assume network names of "public" and "private" [\#16](https://github.com/test-kitchen/kitchen-openstack/issues/16)
|
|
335
|
+
- issue with latest test-kitchen 1.0.0.beta.2 and kitchen-openstack [\#13](https://github.com/test-kitchen/kitchen-openstack/issues/13)
|
|
336
|
+
|
|
337
|
+
**Merged pull requests:**
|
|
338
|
+
|
|
339
|
+
- Fix \#18 - Limit generated hostnames to 64 characters [\#20](https://github.com/test-kitchen/kitchen-openstack/pull/20) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
340
|
+
- Fix \#16 and \#17 - Rewrite get\_ip method [\#19](https://github.com/test-kitchen/kitchen-openstack/pull/19) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
341
|
+
|
|
342
|
+
## [v0.8.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.8.1) (2013-06-14)
|
|
343
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.4.0...v0.8.1)
|
|
344
|
+
|
|
345
|
+
## [v0.4.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.4.0) (2013-06-06)
|
|
346
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.8.0...v0.4.0)
|
|
347
|
+
|
|
348
|
+
**Merged pull requests:**
|
|
349
|
+
|
|
350
|
+
- support get\_ip from user-defined network group [\#12](https://github.com/test-kitchen/kitchen-openstack/pull/12) ([ainoya](https://github.com/ainoya))
|
|
351
|
+
- Care about ssh\_key option [\#11](https://github.com/test-kitchen/kitchen-openstack/pull/11) ([ainoya](https://github.com/ainoya))
|
|
352
|
+
|
|
353
|
+
## [v0.8.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.8.0) (2013-05-13)
|
|
354
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.2.0...v0.8.0)
|
|
355
|
+
|
|
356
|
+
## [v0.2.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.2.0) (2013-05-11)
|
|
357
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.7.1...v0.2.0)
|
|
358
|
+
|
|
359
|
+
**Implemented enhancements:**
|
|
360
|
+
|
|
361
|
+
- Support an optional region setting [\#8](https://github.com/test-kitchen/kitchen-openstack/issues/8)
|
|
362
|
+
- Start building in TravisCI [\#6](https://github.com/test-kitchen/kitchen-openstack/issues/6)
|
|
363
|
+
- RSpec Tests\(?\) [\#5](https://github.com/test-kitchen/kitchen-openstack/issues/5)
|
|
364
|
+
- Use Project Name in Server Hostname [\#1](https://github.com/test-kitchen/kitchen-openstack/issues/1)
|
|
365
|
+
|
|
366
|
+
**Fixed bugs:**
|
|
367
|
+
|
|
368
|
+
- Servers Linger post-destroy [\#3](https://github.com/test-kitchen/kitchen-openstack/issues/3)
|
|
369
|
+
|
|
370
|
+
**Closed issues:**
|
|
371
|
+
|
|
372
|
+
- Fix Failing Style Checks [\#4](https://github.com/test-kitchen/kitchen-openstack/issues/4)
|
|
373
|
+
|
|
374
|
+
**Merged pull requests:**
|
|
375
|
+
|
|
376
|
+
- Add region and service name support [\#10](https://github.com/test-kitchen/kitchen-openstack/pull/10) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
377
|
+
- Working overkill RSpec tests [\#9](https://github.com/test-kitchen/kitchen-openstack/pull/9) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
378
|
+
- Jdh assorted enhancements [\#7](https://github.com/test-kitchen/kitchen-openstack/pull/7) ([RoboticCheese](https://github.com/RoboticCheese))
|
|
379
|
+
- Allow users to use keys uploaded to Openstack [\#2](https://github.com/test-kitchen/kitchen-openstack/pull/2) ([stevendanna](https://github.com/stevendanna))
|
|
380
|
+
|
|
381
|
+
## [v0.7.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.7.1) (2013-04-11)
|
|
382
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/0.7.0...v0.7.1)
|
|
383
|
+
|
|
384
|
+
## [0.7.0](https://github.com/test-kitchen/kitchen-openstack/tree/0.7.0) (2013-03-09)
|
|
385
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.6.2...0.7.0)
|
|
386
|
+
|
|
387
|
+
## [v0.6.2](https://github.com/test-kitchen/kitchen-openstack/tree/v0.6.2) (2012-10-14)
|
|
388
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.6.0...v0.6.2)
|
|
389
|
+
|
|
390
|
+
## [v0.6.0](https://github.com/test-kitchen/kitchen-openstack/tree/v0.6.0) (2012-06-27)
|
|
391
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.4...v0.6.0)
|
|
392
|
+
|
|
393
|
+
## [v0.5.4](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.4) (2011-05-03)
|
|
394
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.3...v0.5.4)
|
|
395
|
+
|
|
396
|
+
## [v0.5.3](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.3) (2011-04-06)
|
|
397
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.2...v0.5.3)
|
|
398
|
+
|
|
399
|
+
## [v0.5.2](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.2) (2011-04-06)
|
|
400
|
+
[Full Changelog](https://github.com/test-kitchen/kitchen-openstack/compare/v0.5.1...v0.5.2)
|
|
401
|
+
|
|
402
|
+
## [v0.5.1](https://github.com/test-kitchen/kitchen-openstack/tree/v0.5.1) (2011-04-05)
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/README.md
CHANGED
|
@@ -175,6 +175,24 @@ A list of `security_groups` to join:
|
|
|
175
175
|
security_groups:
|
|
176
176
|
- [A LIST OF...]
|
|
177
177
|
- [...SECURITY GROUPS TO JOIN]
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
### user\_data
|
|
181
|
+
|
|
182
|
+
If your vms have `cloud-init` enabled you can use the `user_data` in your
|
|
183
|
+
kitchen.yml to inject commands at boot time.
|
|
184
|
+
|
|
185
|
+
```
|
|
186
|
+
driver_config:
|
|
187
|
+
user_data: userdata.txt
|
|
188
|
+
```
|
|
189
|
+
|
|
190
|
+
Then create a `userdata.txt` in the same directory as your .kitchen.yml,
|
|
191
|
+
for example:
|
|
192
|
+
|
|
193
|
+
```
|
|
194
|
+
#!/bin/sh
|
|
195
|
+
echo "do whatever you want to pre-configure your machine"
|
|
178
196
|
```
|
|
179
197
|
|
|
180
198
|
### network\_ref
|
|
@@ -353,10 +353,10 @@ module Kitchen
|
|
|
353
353
|
)
|
|
354
354
|
elsif windows_os?
|
|
355
355
|
info 'Adding OpenStack hint for ohai'
|
|
356
|
-
|
|
357
|
-
|
|
356
|
+
touch_cmd = "New-Item #{hints_path}\\openstack.json"
|
|
357
|
+
touch_cmd_args = "-Value '{}' -Force -Type file"
|
|
358
358
|
instance.transport.connection(state).execute(
|
|
359
|
-
"#{
|
|
359
|
+
"#{touch_cmd} #{touch_cmd_args}"
|
|
360
360
|
)
|
|
361
361
|
end
|
|
362
362
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-openstack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jonathan Hartman
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-11-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: test-kitchen
|