kitchen-openstack 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0ade133968fdb3045974d67678ce18b6981eaf11
4
- data.tar.gz: dc0782790ecb99ff4d7e2ad38c7546fbdd9fd8ec
3
+ metadata.gz: 69c69a59c3e8c2bfdb001296bfe5949b6bf45430
4
+ data.tar.gz: 2c6b438b1af153db872ddf311a56caa76bbcc1bf
5
5
  SHA512:
6
- metadata.gz: e3cea3d96659213b29e6657446bfe48039abd3b3082a3185c84880cd69fc621699b5c7904369cc12e30100c521c4645c8e2ff189e78c0c81ea462cc2d31e8d5b
7
- data.tar.gz: f951684dfa5e9c9e7629200a9bc3fceb7fe9d6e80b39027a3a60ecb7533e98e085161e8ef10516fcf4b688c204b9eafbd6cc542602b82cae54146d9fa7a06cdc
6
+ metadata.gz: 04ebc0f118339b453c235970fe51bb58ade74e93b3c83e8e0226efb360b56ac4d8c0ff68605d467934fd6eb7bd4b8589d70253b14db0a7bfeef3c965e52a5449
7
+ data.tar.gz: ed824128dd046d02eb63579418022da643a965b4eccf7c95a8135f92cb5a823199627e760f1ea040195c46c1c5ba8c01df361bdf995a17633c8fd96c17adcea4
@@ -1,249 +1,405 @@
1
- # 2.1.0 / 2015-10-19
1
+ # Change Log
2
2
 
3
- ### New Features
4
3
 
5
- * PR [#106][] - The ability to bootstrap on only a private network paired with [@thomascate][] and [@BobbyRyterski][]
6
- * PR [#115][] - Converting to dots
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
- ### Bug Fixes
7
+ **Closed issues:**
9
8
 
10
- * PR [#106][] - Updated the README with better formatting
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
- # 2.0.0 / 2015-09-30
11
+ **Merged pull requests:**
14
12
 
15
- ### New Features
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
- * Windows and WinRM support
18
- * Re-written for the new test-kitchen [1.4](http://kitchen.ci/blog/test-kitchen-1-4-0-release-notes/)
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
- ### Bug Fixes
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
- * PR [#80][] - Stole some code from [@jmahowald][]
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
- ### Improvements
24
+ - Clean Up README [\#109](https://github.com/test-kitchen/kitchen-openstack/issues/109)
30
25
 
31
- * PR [#102][] - Updates to the readme - from [@BobbyRyterski][]
26
+ **Fixed bugs:**
32
27
 
33
- # 1.8.1 / 2015-07-22
28
+ - Clean Up README [\#109](https://github.com/test-kitchen/kitchen-openstack/issues/109)
34
29
 
35
- ### Bug Fixes
30
+ **Closed issues:**
36
31
 
37
- * PR [#88][] - Fail immediately and with a more understandable message if
38
- required SSH configs can't be found
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
- # 1.8.0 / 2015-04-08
35
+ **Merged pull requests:**
41
36
 
42
- ### New Features
37
+ - Converting to dots [\#115](https://github.com/test-kitchen/kitchen-openstack/pull/115) ([jjasghar](https://github.com/jjasghar))
43
38
 
44
- * PR [#74][] - Support attaching block storage volumes; via [@LiamHaworth][]
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
- # 1.7.1 / 2015-01-07
42
+ **Closed issues:**
47
43
 
48
- * PR [#70][] - Use configured password for SSH access, if provided
44
+ - undefined method `public\_ip\_addresses' for {}:Hash [\#105](https://github.com/test-kitchen/kitchen-openstack/issues/105)
49
45
 
50
- # 1.7.0 / 2014-10-25
46
+ **Merged pull requests:**
51
47
 
52
- ### New Features
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
- * PR [#66][] - Allow setting a timed sleep for SSH check edge cases
55
- * PR [#63][] - Add support for a static server name prefix; via [@ftclausen][]
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
- # 1.6.1 / 2014-10-07
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
- ### Bug Fixes
61
+ **Closed issues:**
61
62
 
62
- * PR [#60][] - Resolve method name conflict with Kitchen::Configurable; via
63
- [@stevejmason][]
63
+ - SSH Hangs with Key Auth [\#101](https://github.com/test-kitchen/kitchen-openstack/issues/101)
64
64
 
65
- # 1.6.0 / 2014-09-04
65
+ **Merged pull requests:**
66
66
 
67
- ### Improvements
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
- * PR [#56][] - Fall back to the first valid IP if no public or private nets can
70
- be found; via [@jer][]
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
- ### Bug Fixes
74
+ **Implemented enhancements:**
75
75
 
76
- * PR [#58][] - Prevent errors when run without a login shell
76
+ - Support all Fog OpenStack options [\#98](https://github.com/test-kitchen/kitchen-openstack/pull/98) ([BobbyRyterski](https://github.com/BobbyRyterski))
77
77
 
78
- # 1.5.3 / 2014-08-01
78
+ **Closed issues:**
79
79
 
80
- * PR [#53][] - Rework how server names are generated, disallowing possibly
81
- error-causing punctuation in resultant names
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
- # 1.5.2 / 2014-05-31
83
+ **Merged pull requests:**
84
84
 
85
- ### Bug Fixes
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
- * PR [#50][] - Fix possible infinite loop when generating server names
88
- * PR [#49][] - Limit server names to 63 characters to get around OpenSSH bug
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
- # 1.5.0 / 2014-05-22
91
+ **Merged pull requests:**
92
92
 
93
- ### New Features
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
- * PR [#48][] - Enable the Ohai OpenStack plugin; via [@dschlenk][]
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
- # 1.4.0 / 2014-04-09
98
+ **Closed issues:**
98
99
 
99
- ### Improvements
100
+ - 1.9.0.dev [\#93](https://github.com/test-kitchen/kitchen-openstack/issues/93)
100
101
 
101
- * PR [#46][] - Use a configured floating IP for SSH; via [@dschlenk][]
102
+ **Merged pull requests:**
102
103
 
103
- # 1.3.0 / 2014-03-09
104
+ - 2.0.0.dev.1 [\#95](https://github.com/test-kitchen/kitchen-openstack/pull/95) ([jjasghar](https://github.com/jjasghar))
104
105
 
105
- ### New Features
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
- * PR [#40][] - New `user_data` option; via [@wilreichert][]
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
- ### Bug Fixes
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
- * PR [#41][] - Fix issue creating servers with custom SSH ports; via
114
- [@tenforward][]
114
+ **Closed issues:**
115
115
 
116
- # 1.2.0 / 2014-01-30
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
- ### New Features
119
+ **Merged pull requests:**
119
120
 
120
- * PR [#37][] - Support configurable security groups; via [@bears4barrett][]
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
- # 1.1.0 / 2013-12-07
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
- ### Improvements
127
+ **Merged pull requests:**
125
128
 
126
- * Tested against, and working with, Test Kitchen 1.1.0
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
- ### Bug Fixes
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
- * PR [#31][] - Fix collision with TK 1.x; change `name` option to `server_name`
134
+ **Implemented enhancements:**
131
135
 
132
- # 1.0.0 / 2013-10-16
136
+ - Yo, dawg, I heard you like Test Kitchen... [\#30](https://github.com/test-kitchen/kitchen-openstack/issues/30)
133
137
 
134
- ### New Features
138
+ **Closed issues:**
135
139
 
136
- * PR [#26][] - Support image and flavor names and regexes; via [@jgawor][]
137
- * PR [#25][] - Support specific floating IPs, in addition to named pools
138
- * PR [#14][] - Add support for floating IP pools; via [@hufman][]
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
- ### Improvements
144
+ **Merged pull requests:**
141
145
 
142
- * PR [#15][] - Improved SSH key support, support RSA and DSA; via [@hufman][]
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
- ### Bug Fixes
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
- * PR [#27][] - Prevent IP contention in TK parallel mode; via [@jgawor][]
154
+ **Merged pull requests:**
147
155
 
148
- # 0.5.0 / 2013-09-23
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
- ### Improvements
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
- * PR [#19][] - Don't assume `public` and `private` network names exist
153
- * PR [#19][] - Make IPv4 or IPv6 configurable instead of relying on Fog to pick
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
- ### Bug Fixes
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
- * PR [#20][] - Limit generated hostnames to 64 characters
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
- # 0.4.0 / 2013-06-06
170
+ **Closed issues:**
160
171
 
161
- ### New Features
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
- * PR [#12][] - Support `openstack_network_name` option; via [@saketoba][]
164
- * PR [#11][] - Support `ssh_key` option; via [@saketoba][]
175
+ **Merged pull requests:**
165
176
 
166
- # 0.2.0 / 2013-05-11
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
- ### Bug Fixes
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
- * PR [#7][] - `disable_ssl_validation` wasn't being respected on destroy
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
- ### New Features
186
+ **Closed issues:**
173
187
 
174
- * PR [#10][] - Support optional `openstack_region` and `openstack_service_name`
175
- * PR [#2][] - Support `key_name:` option; via [@stevendanna][]
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
- ### Improvements
191
+ **Merged pull requests:**
178
192
 
179
- * PR [#7][] - Clean up/refactor to pass style checks
180
- * PR [#9][] - Add some (probably overkill) RSpec tests
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
- # 0.1.0 / 2013-03-12
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
- * Initial release! Woo!
200
+ **Merged pull requests:**
185
201
 
186
- [#115]: https://github.com/test-kitchen/kitchen-openstack/pull/115
187
- [#111]: https://github.com/test-kitchen/kitchen-openstack/pull/111
188
- [#106]: https://github.com/test-kitchen/kitchen-openstack/pull/106
189
- [#104]: https://github.com/test-kitchen/kitchen-openstack/pull/104
190
- [#102]: https://github.com/test-kitchen/kitchen-openstack/pull/102
191
- [#100]: https://github.com/test-kitchen/kitchen-openstack/pull/100
192
- [#99]: https://github.com/test-kitchen/kitchen-openstack/pull/99
193
- [#98]: https://github.com/test-kitchen/kitchen-openstack/pull/98
194
- [#96]: https://github.com/test-kitchen/kitchen-openstack/pull/96
195
- [#88]: https://github.com/test-kitchen/kitchen-openstack/pull/88
196
- [#80]: https://github.com/test-kitchen/kitchen-openstack/pull/80
197
- [#74]: https://github.com/test-kitchen/kitchen-openstack/pull/74
198
- [#70]: https://github.com/test-kitchen/kitchen-openstack/pull/70
199
- [#66]: https://github.com/test-kitchen/kitchen-openstack/pull/66
200
- [#63]: https://github.com/test-kitchen/kitchen-openstack/pull/63
201
- [#62]: https://github.com/test-kitchen/kitchen-openstack/pull/62
202
- [#60]: https://github.com/test-kitchen/kitchen-openstack/pull/60
203
- [#58]: https://github.com/test-kitchen/kitchen-openstack/pull/58
204
- [#56]: https://github.com/test-kitchen/kitchen-openstack/pull/56
205
- [#55]: https://github.com/test-kitchen/kitchen-openstack/pull/55
206
- [#53]: https://github.com/test-kitchen/kitchen-openstack/pull/53
207
- [#50]: https://github.com/test-kitchen/kitchen-openstack/pull/50
208
- [#49]: https://github.com/test-kitchen/kitchen-openstack/pull/49
209
- [#48]: https://github.com/test-kitchen/kitchen-openstack/pull/48
210
- [#46]: https://github.com/test-kitchen/kitchen-openstack/pull/46
211
- [#41]: https://github.com/test-kitchen/kitchen-openstack/pull/41
212
- [#40]: https://github.com/test-kitchen/kitchen-openstack/pull/40
213
- [#39]: https://github.com/test-kitchen/kitchen-openstack/pull/39
214
- [#37]: https://github.com/test-kitchen/kitchen-openstack/pull/37
215
- [#31]: https://github.com/test-kitchen/kitchen-openstack/pull/31
216
- [#27]: https://github.com/test-kitchen/kitchen-openstack/pull/27
217
- [#26]: https://github.com/test-kitchen/kitchen-openstack/pull/26
218
- [#25]: https://github.com/test-kitchen/kitchen-openstack/pull/25
219
- [#20]: https://github.com/test-kitchen/kitchen-openstack/pull/20
220
- [#19]: https://github.com/test-kitchen/kitchen-openstack/pull/19
221
- [#15]: https://github.com/test-kitchen/kitchen-openstack/pull/15
222
- [#14]: https://github.com/test-kitchen/kitchen-openstack/pull/14
223
- [#12]: https://github.com/test-kitchen/kitchen-openstack/pull/12
224
- [#11]: https://github.com/test-kitchen/kitchen-openstack/pull/11
225
- [#10]: https://github.com/test-kitchen/kitchen-openstack/pull/10
226
- [#9]: https://github.com/test-kitchen/kitchen-openstack/pull/9
227
- [#7]: https://github.com/test-kitchen/kitchen-openstack/pull/7
228
- [#2]: https://github.com/test-kitchen/kitchen-openstack/pull/2
229
-
230
- [@thomascate]: https://github.com/thomascate
231
- [@jmahowald]: https://github.com/jmahowald
232
- [@dpetzel]: https://github.com/dpetzel
233
- [@BobbyRyterski]: https://github.com/BobbyRyterski
234
- [@spion06]: https://github.com/spion06
235
- [@LiamHaworth]: https://github.com/LiamHaworth
236
- [@ftclausen]: https://github.com/ftclausen
237
- [@fortable1999]: https://github.com/fortable1999
238
- [@stevejmason]: https://github.com/stevejmason
239
- [@StaymanHou]: https://github.com/StaymanHou
240
- [@jer]: https://github.com/jer
241
- [@dschlenk]: https://github.com/dschlenk
242
- [@wilreichert]: https://github.com/wilreichert
243
- [@tenforward]: https://github.com/tenforward
244
- [@monsterzz]: https://github.com/monsterzz
245
- [@bears4barrett]: https://github.com/bears4barrett
246
- [@jgawor]: https://github.com/jgawor
247
- [@hufman]: https://github.com/hufman
248
- [@saketoba]: https://github.com/saketoba
249
- [@stevendanna]: https://github.com/stevendanna
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
- mkdir_cmd = "mkdir #{hints_path}"
357
- touch_cmd = "'{}' > #{hints_path}\\openstack.json"
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
- "#{mkdir_cmd} && #{touch_cmd}"
359
+ "#{touch_cmd} #{touch_cmd_args}"
360
360
  )
361
361
  end
362
362
  end
@@ -22,6 +22,6 @@ module Kitchen
22
22
  #
23
23
  # @author Jonathan Hartman <j@p4nt5.com>
24
24
  module Driver
25
- OPENSTACK_VERSION = '2.1.0'
25
+ OPENSTACK_VERSION = '2.1.1'
26
26
  end
27
27
  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.0
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-10-19 00:00:00.000000000 Z
12
+ date: 2015-11-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: test-kitchen