miasma 0.2.18 → 0.2.20
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 +7 -0
- data/lib/miasma.rb +6 -5
- data/lib/miasma/models/orchestration/stack.rb +6 -0
- data/lib/miasma/types/api.rb +15 -0
- data/lib/miasma/types/model.rb +3 -0
- data/lib/miasma/utils/lazy.rb +1 -1
- data/lib/miasma/version.rb +1 -1
- metadata +2 -35
- data/test/specs/cassettes/aws_buckets_all.yml +0 -45
- data/test/specs/cassettes/aws_load_balancer_balancer_after_destroy.yml +0 -85
- data/test/specs/cassettes/aws_load_balancer_balancer_before_create.yml +0 -271
- data/test/specs/cassettes/aws_load_balancer_balancer_direct_fetch.yml +0 -89
- data/test/specs/cassettes/aws_load_balancer_balancers_all.yml +0 -45
- data/test/specs/cassettes/aws_server_after_destroy.yml +0 -155
- data/test/specs/cassettes/aws_server_before_create.yml +0 -470
- data/test/specs/cassettes/aws_servers_all.yml +0 -44
- data/test/specs/cassettes/aws_servers_create.yml +0 -824
- data/test/specs/cassettes/aws_stack_create.yml +0 -603
- data/test/specs/cassettes/aws_stacks_after_destroy.yml +0 -148
- data/test/specs/cassettes/aws_stacks_all.yml +0 -99
- data/test/specs/cassettes/aws_stacks_before_create.yml +0 -300
- data/test/specs/cassettes/aws_stacks_direct_fetch.yml +0 -108
- data/test/specs/cassettes/aws_storage_bucket.yml +0 -429
- data/test/specs/cassettes/open_stack_server_after_destroy.yml +0 -83
- data/test/specs/cassettes/open_stack_server_before_create.yml +0 -138
- data/test/specs/cassettes/open_stack_servers_all.yml +0 -34
- data/test/specs/cassettes/open_stack_servers_create.yml +0 -296
- data/test/specs/cassettes/open_stack_stack_create.yml +0 -338
- data/test/specs/cassettes/open_stack_stacks_after_destroy.yml +0 -73
- data/test/specs/cassettes/open_stack_stacks_all.yml +0 -34
- data/test/specs/cassettes/open_stack_stacks_before_create.yml +0 -227
- data/test/specs/cassettes/open_stack_stacks_direct_fetch.yml +0 -39
- data/test/specs/cassettes/rackspace_identity_seed.yml +0 -38
- data/test/specs/cassettes/rackspace_server_after_destroy.yml +0 -88
- data/test/specs/cassettes/rackspace_server_before_create.yml +0 -143
- data/test/specs/cassettes/rackspace_servers_create.yml +0 -313
- data/test/specs/cassettes/rackspace_stack_create.yml +0 -289
- data/test/specs/cassettes/rackspace_stacks_after_destroy.yml +0 -79
- data/test/specs/cassettes/rackspace_stacks_all.yml +0 -81
- data/test/specs/cassettes/rackspace_stacks_before_create.yml +0 -211
- data/test/specs/cassettes/rackspace_stacks_direct_fetch.yml +0 -38
@@ -1,603 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: post
|
5
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: Action=CreateStack&DisableRollback=false&StackName=miasma-test-stack-2&TemplateBody=%7B%22AWSTemplateFormatVersion%22%3A%222010-09-09%22%2C%22Description%22%3A%22Miasma+test+stack%22%2C%22Resources%22%3A%7B%22MiasmaTestHandle%22%3A%7B%22Type%22%3A%22AWS%3A%3ACloudFormation%3A%3AWaitConditionHandle%22%7D%7D%7D&Version=2010-05-15
|
9
|
-
headers:
|
10
|
-
User-Agent:
|
11
|
-
- miasma/v0.1.0
|
12
|
-
Host:
|
13
|
-
- cloudformation.us-west-1.amazonaws.com
|
14
|
-
X-Amz-Date:
|
15
|
-
- 20141115T181753Z
|
16
|
-
Authorization:
|
17
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
18
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=8a1237e58bc35c19c38649e2a9021409a3da1d1af008b046b5ff88e5616d5dda
|
19
|
-
Content-Type:
|
20
|
-
- application/x-www-form-urlencoded
|
21
|
-
response:
|
22
|
-
status:
|
23
|
-
code: 200
|
24
|
-
message: OK
|
25
|
-
headers:
|
26
|
-
X-Amzn-Requestid:
|
27
|
-
- c146e957-6cf3-11e4-a91c-c9ce38340c1e
|
28
|
-
Content-Type:
|
29
|
-
- text/xml
|
30
|
-
Content-Length:
|
31
|
-
- '389'
|
32
|
-
Date:
|
33
|
-
- Sat, 15 Nov 2014 18:18:11 GMT
|
34
|
-
body:
|
35
|
-
encoding: UTF-8
|
36
|
-
string: |
|
37
|
-
<CreateStackResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
38
|
-
<CreateStackResult>
|
39
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
40
|
-
</CreateStackResult>
|
41
|
-
<ResponseMetadata>
|
42
|
-
<RequestId>c146e957-6cf3-11e4-a91c-c9ce38340c1e</RequestId>
|
43
|
-
</ResponseMetadata>
|
44
|
-
</CreateStackResponse>
|
45
|
-
http_version:
|
46
|
-
recorded_at: Sat, 15 Nov 2014 18:17:57 GMT
|
47
|
-
- request:
|
48
|
-
method: get
|
49
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=DescribeStacks&StackName=arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896&Version=2010-05-15
|
50
|
-
body:
|
51
|
-
encoding: US-ASCII
|
52
|
-
string: ''
|
53
|
-
headers:
|
54
|
-
User-Agent:
|
55
|
-
- miasma/v0.1.0
|
56
|
-
Host:
|
57
|
-
- cloudformation.us-west-1.amazonaws.com
|
58
|
-
X-Amz-Date:
|
59
|
-
- 20141115T181757Z
|
60
|
-
Authorization:
|
61
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
62
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=d8ae77402fe47d20e62a224dddbfe4a593f375467a62549c31837f1f4c906c61
|
63
|
-
response:
|
64
|
-
status:
|
65
|
-
code: 200
|
66
|
-
message: OK
|
67
|
-
headers:
|
68
|
-
X-Amzn-Requestid:
|
69
|
-
- c348faf9-6cf3-11e4-99a4-53da341d18a4
|
70
|
-
Content-Type:
|
71
|
-
- text/xml
|
72
|
-
Content-Length:
|
73
|
-
- '838'
|
74
|
-
Date:
|
75
|
-
- Sat, 15 Nov 2014 18:18:13 GMT
|
76
|
-
body:
|
77
|
-
encoding: UTF-8
|
78
|
-
string: |
|
79
|
-
<DescribeStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
80
|
-
<DescribeStacksResult>
|
81
|
-
<Stacks>
|
82
|
-
<member>
|
83
|
-
<Tags/>
|
84
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
85
|
-
<StackStatus>CREATE_IN_PROGRESS</StackStatus>
|
86
|
-
<StackName>miasma-test-stack-2</StackName>
|
87
|
-
<StackStatusReason>User Initiated</StackStatusReason>
|
88
|
-
<Description>Miasma test stack</Description>
|
89
|
-
<NotificationARNs/>
|
90
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
91
|
-
<DisableRollback>false</DisableRollback>
|
92
|
-
</member>
|
93
|
-
</Stacks>
|
94
|
-
</DescribeStacksResult>
|
95
|
-
<ResponseMetadata>
|
96
|
-
<RequestId>c348faf9-6cf3-11e4-99a4-53da341d18a4</RequestId>
|
97
|
-
</ResponseMetadata>
|
98
|
-
</DescribeStacksResponse>
|
99
|
-
http_version:
|
100
|
-
recorded_at: Sat, 15 Nov 2014 18:17:59 GMT
|
101
|
-
- request:
|
102
|
-
method: get
|
103
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=ListStacks&StackStatusFilter.member.1=CREATE_COMPLETE&StackStatusFilter.member.10=UPDATE_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.11=UPDATE_IN_PROGRESS&StackStatusFilter.member.12=UPDATE_ROLLBACK_COMPLETE&StackStatusFilter.member.13=UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.14=UPDATE_ROLLBACK_FAILED&StackStatusFilter.member.15=UPDATE_ROLLBACK_IN_PROGRESS&StackStatusFilter.member.2=CREATE_FAILED&StackStatusFilter.member.3=CREATE_IN_PROGRESS&StackStatusFilter.member.4=DELETE_FAILED&StackStatusFilter.member.5=DELETE_IN_PROGRESS&StackStatusFilter.member.6=ROLLBACK_COMPLETE&StackStatusFilter.member.7=ROLLBACK_FAILED&StackStatusFilter.member.8=ROLLBACK_IN_PROGRESS&StackStatusFilter.member.9=UPDATE_COMPLETE&Version=2010-05-15
|
104
|
-
body:
|
105
|
-
encoding: US-ASCII
|
106
|
-
string: ''
|
107
|
-
headers:
|
108
|
-
User-Agent:
|
109
|
-
- miasma/v0.1.0
|
110
|
-
Host:
|
111
|
-
- cloudformation.us-west-1.amazonaws.com
|
112
|
-
X-Amz-Date:
|
113
|
-
- 20141115T181800Z
|
114
|
-
Authorization:
|
115
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
116
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=fcd35eadd70d38e5db99118c38c180b0a3ed921e08f773772b8831cc7acd2561
|
117
|
-
response:
|
118
|
-
status:
|
119
|
-
code: 200
|
120
|
-
message: OK
|
121
|
-
headers:
|
122
|
-
X-Amzn-Requestid:
|
123
|
-
- c4e80506-6cf3-11e4-b7ef-e9f5e53a77cf
|
124
|
-
Content-Type:
|
125
|
-
- text/xml
|
126
|
-
Content-Length:
|
127
|
-
- '761'
|
128
|
-
Date:
|
129
|
-
- Sat, 15 Nov 2014 18:18:15 GMT
|
130
|
-
body:
|
131
|
-
encoding: UTF-8
|
132
|
-
string: |
|
133
|
-
<ListStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
134
|
-
<ListStacksResult>
|
135
|
-
<StackSummaries>
|
136
|
-
<member>
|
137
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
138
|
-
<StackStatus>CREATE_IN_PROGRESS</StackStatus>
|
139
|
-
<StackName>miasma-test-stack-2</StackName>
|
140
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
141
|
-
<TemplateDescription>Miasma test stack</TemplateDescription>
|
142
|
-
<StackStatusReason>User Initiated</StackStatusReason>
|
143
|
-
</member>
|
144
|
-
</StackSummaries>
|
145
|
-
</ListStacksResult>
|
146
|
-
<ResponseMetadata>
|
147
|
-
<RequestId>c4e80506-6cf3-11e4-b7ef-e9f5e53a77cf</RequestId>
|
148
|
-
</ResponseMetadata>
|
149
|
-
</ListStacksResponse>
|
150
|
-
http_version:
|
151
|
-
recorded_at: Sat, 15 Nov 2014 18:18:02 GMT
|
152
|
-
- request:
|
153
|
-
method: get
|
154
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=DescribeStacks&Version=2010-05-15
|
155
|
-
body:
|
156
|
-
encoding: US-ASCII
|
157
|
-
string: ''
|
158
|
-
headers:
|
159
|
-
User-Agent:
|
160
|
-
- miasma/v0.1.0
|
161
|
-
Host:
|
162
|
-
- cloudformation.us-west-1.amazonaws.com
|
163
|
-
X-Amz-Date:
|
164
|
-
- 20141115T181802Z
|
165
|
-
Authorization:
|
166
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
167
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=a4a1a7da7939909f18a6e6abbe465d24fe2e4338dbb3c3c1818cfcdb6ab0871d
|
168
|
-
response:
|
169
|
-
status:
|
170
|
-
code: 200
|
171
|
-
message: OK
|
172
|
-
headers:
|
173
|
-
X-Amzn-Requestid:
|
174
|
-
- c715454a-6cf3-11e4-b7ef-e9f5e53a77cf
|
175
|
-
Content-Type:
|
176
|
-
- text/xml
|
177
|
-
Content-Length:
|
178
|
-
- '802'
|
179
|
-
Date:
|
180
|
-
- Sat, 15 Nov 2014 18:18:20 GMT
|
181
|
-
body:
|
182
|
-
encoding: UTF-8
|
183
|
-
string: |
|
184
|
-
<DescribeStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
185
|
-
<DescribeStacksResult>
|
186
|
-
<Stacks>
|
187
|
-
<member>
|
188
|
-
<Tags/>
|
189
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
190
|
-
<StackStatus>CREATE_COMPLETE</StackStatus>
|
191
|
-
<StackName>miasma-test-stack-2</StackName>
|
192
|
-
<StackStatusReason/>
|
193
|
-
<Description>Miasma test stack</Description>
|
194
|
-
<NotificationARNs/>
|
195
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
196
|
-
<DisableRollback>false</DisableRollback>
|
197
|
-
</member>
|
198
|
-
</Stacks>
|
199
|
-
</DescribeStacksResult>
|
200
|
-
<ResponseMetadata>
|
201
|
-
<RequestId>c715454a-6cf3-11e4-b7ef-e9f5e53a77cf</RequestId>
|
202
|
-
</ResponseMetadata>
|
203
|
-
</DescribeStacksResponse>
|
204
|
-
http_version:
|
205
|
-
recorded_at: Sat, 15 Nov 2014 18:18:06 GMT
|
206
|
-
- request:
|
207
|
-
method: get
|
208
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=ListStacks&StackStatusFilter.member.1=CREATE_COMPLETE&StackStatusFilter.member.10=UPDATE_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.11=UPDATE_IN_PROGRESS&StackStatusFilter.member.12=UPDATE_ROLLBACK_COMPLETE&StackStatusFilter.member.13=UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.14=UPDATE_ROLLBACK_FAILED&StackStatusFilter.member.15=UPDATE_ROLLBACK_IN_PROGRESS&StackStatusFilter.member.2=CREATE_FAILED&StackStatusFilter.member.3=CREATE_IN_PROGRESS&StackStatusFilter.member.4=DELETE_FAILED&StackStatusFilter.member.5=DELETE_IN_PROGRESS&StackStatusFilter.member.6=ROLLBACK_COMPLETE&StackStatusFilter.member.7=ROLLBACK_FAILED&StackStatusFilter.member.8=ROLLBACK_IN_PROGRESS&StackStatusFilter.member.9=UPDATE_COMPLETE&Version=2010-05-15
|
209
|
-
body:
|
210
|
-
encoding: US-ASCII
|
211
|
-
string: ''
|
212
|
-
headers:
|
213
|
-
User-Agent:
|
214
|
-
- miasma/v0.1.0
|
215
|
-
Host:
|
216
|
-
- cloudformation.us-west-1.amazonaws.com
|
217
|
-
X-Amz-Date:
|
218
|
-
- 20141115T181806Z
|
219
|
-
Authorization:
|
220
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
221
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=7e412bbf693f4b25a90ce60dbae381af0dea844cb1c3ed903dcf94bddac68bb2
|
222
|
-
response:
|
223
|
-
status:
|
224
|
-
code: 200
|
225
|
-
message: OK
|
226
|
-
headers:
|
227
|
-
X-Amzn-Requestid:
|
228
|
-
- c9419a96-6cf3-11e4-b42b-6b375495c624
|
229
|
-
Content-Type:
|
230
|
-
- text/xml
|
231
|
-
Content-Length:
|
232
|
-
- '725'
|
233
|
-
Date:
|
234
|
-
- Sat, 15 Nov 2014 18:18:22 GMT
|
235
|
-
body:
|
236
|
-
encoding: UTF-8
|
237
|
-
string: |
|
238
|
-
<ListStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
239
|
-
<ListStacksResult>
|
240
|
-
<StackSummaries>
|
241
|
-
<member>
|
242
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
243
|
-
<StackStatus>CREATE_COMPLETE</StackStatus>
|
244
|
-
<StackName>miasma-test-stack-2</StackName>
|
245
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
246
|
-
<TemplateDescription>Miasma test stack</TemplateDescription>
|
247
|
-
<StackStatusReason/>
|
248
|
-
</member>
|
249
|
-
</StackSummaries>
|
250
|
-
</ListStacksResult>
|
251
|
-
<ResponseMetadata>
|
252
|
-
<RequestId>c9419a96-6cf3-11e4-b42b-6b375495c624</RequestId>
|
253
|
-
</ResponseMetadata>
|
254
|
-
</ListStacksResponse>
|
255
|
-
http_version:
|
256
|
-
recorded_at: Sat, 15 Nov 2014 18:18:10 GMT
|
257
|
-
- request:
|
258
|
-
method: get
|
259
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=DescribeStacks&StackName=arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896&Version=2010-05-15
|
260
|
-
body:
|
261
|
-
encoding: US-ASCII
|
262
|
-
string: ''
|
263
|
-
headers:
|
264
|
-
User-Agent:
|
265
|
-
- miasma/v0.1.0
|
266
|
-
Host:
|
267
|
-
- cloudformation.us-west-1.amazonaws.com
|
268
|
-
X-Amz-Date:
|
269
|
-
- 20141115T181910Z
|
270
|
-
Authorization:
|
271
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
272
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=3becc4834d285776cdddb45b6e8d2e425bc40d2718ea8486eddc3e2ea2732424
|
273
|
-
response:
|
274
|
-
status:
|
275
|
-
code: 200
|
276
|
-
message: OK
|
277
|
-
headers:
|
278
|
-
X-Amzn-Requestid:
|
279
|
-
- ef43ad30-6cf3-11e4-8d9e-0d45455a7e5a
|
280
|
-
Content-Type:
|
281
|
-
- text/xml
|
282
|
-
Content-Length:
|
283
|
-
- '802'
|
284
|
-
Date:
|
285
|
-
- Sat, 15 Nov 2014 18:19:27 GMT
|
286
|
-
body:
|
287
|
-
encoding: UTF-8
|
288
|
-
string: |
|
289
|
-
<DescribeStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
290
|
-
<DescribeStacksResult>
|
291
|
-
<Stacks>
|
292
|
-
<member>
|
293
|
-
<Tags/>
|
294
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
295
|
-
<StackStatus>CREATE_COMPLETE</StackStatus>
|
296
|
-
<StackName>miasma-test-stack-2</StackName>
|
297
|
-
<StackStatusReason/>
|
298
|
-
<Description>Miasma test stack</Description>
|
299
|
-
<NotificationARNs/>
|
300
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
301
|
-
<DisableRollback>false</DisableRollback>
|
302
|
-
</member>
|
303
|
-
</Stacks>
|
304
|
-
</DescribeStacksResult>
|
305
|
-
<ResponseMetadata>
|
306
|
-
<RequestId>ef43ad30-6cf3-11e4-8d9e-0d45455a7e5a</RequestId>
|
307
|
-
</ResponseMetadata>
|
308
|
-
</DescribeStacksResponse>
|
309
|
-
http_version:
|
310
|
-
recorded_at: Sat, 15 Nov 2014 18:19:13 GMT
|
311
|
-
- request:
|
312
|
-
method: get
|
313
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=ListStacks&StackStatusFilter.member.1=CREATE_COMPLETE&StackStatusFilter.member.10=UPDATE_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.11=UPDATE_IN_PROGRESS&StackStatusFilter.member.12=UPDATE_ROLLBACK_COMPLETE&StackStatusFilter.member.13=UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.14=UPDATE_ROLLBACK_FAILED&StackStatusFilter.member.15=UPDATE_ROLLBACK_IN_PROGRESS&StackStatusFilter.member.2=CREATE_FAILED&StackStatusFilter.member.3=CREATE_IN_PROGRESS&StackStatusFilter.member.4=DELETE_FAILED&StackStatusFilter.member.5=DELETE_IN_PROGRESS&StackStatusFilter.member.6=ROLLBACK_COMPLETE&StackStatusFilter.member.7=ROLLBACK_FAILED&StackStatusFilter.member.8=ROLLBACK_IN_PROGRESS&StackStatusFilter.member.9=UPDATE_COMPLETE&Version=2010-05-15
|
314
|
-
body:
|
315
|
-
encoding: US-ASCII
|
316
|
-
string: ''
|
317
|
-
headers:
|
318
|
-
User-Agent:
|
319
|
-
- miasma/v0.1.0
|
320
|
-
Host:
|
321
|
-
- cloudformation.us-west-1.amazonaws.com
|
322
|
-
X-Amz-Date:
|
323
|
-
- 20141115T181913Z
|
324
|
-
Authorization:
|
325
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
326
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=2207c54e48bcadcd3aacd2c83616baf38d069832e2d95333e2fe4757912529f4
|
327
|
-
response:
|
328
|
-
status:
|
329
|
-
code: 200
|
330
|
-
message: OK
|
331
|
-
headers:
|
332
|
-
X-Amzn-Requestid:
|
333
|
-
- f0effd6b-6cf3-11e4-b7ef-e9f5e53a77cf
|
334
|
-
Content-Type:
|
335
|
-
- text/xml
|
336
|
-
Content-Length:
|
337
|
-
- '725'
|
338
|
-
Date:
|
339
|
-
- Sat, 15 Nov 2014 18:19:30 GMT
|
340
|
-
body:
|
341
|
-
encoding: UTF-8
|
342
|
-
string: |
|
343
|
-
<ListStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
344
|
-
<ListStacksResult>
|
345
|
-
<StackSummaries>
|
346
|
-
<member>
|
347
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
348
|
-
<StackStatus>CREATE_COMPLETE</StackStatus>
|
349
|
-
<StackName>miasma-test-stack-2</StackName>
|
350
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
351
|
-
<TemplateDescription>Miasma test stack</TemplateDescription>
|
352
|
-
<StackStatusReason/>
|
353
|
-
</member>
|
354
|
-
</StackSummaries>
|
355
|
-
</ListStacksResult>
|
356
|
-
<ResponseMetadata>
|
357
|
-
<RequestId>f0effd6b-6cf3-11e4-b7ef-e9f5e53a77cf</RequestId>
|
358
|
-
</ResponseMetadata>
|
359
|
-
</ListStacksResponse>
|
360
|
-
http_version:
|
361
|
-
recorded_at: Sat, 15 Nov 2014 18:19:16 GMT
|
362
|
-
- request:
|
363
|
-
method: get
|
364
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=DeleteStack&StackName=arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896&Version=2010-05-15
|
365
|
-
body:
|
366
|
-
encoding: US-ASCII
|
367
|
-
string: ''
|
368
|
-
headers:
|
369
|
-
User-Agent:
|
370
|
-
- miasma/v0.1.0
|
371
|
-
Host:
|
372
|
-
- cloudformation.us-west-1.amazonaws.com
|
373
|
-
X-Amz-Date:
|
374
|
-
- 20141115T181916Z
|
375
|
-
Authorization:
|
376
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
377
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=44a3c64d46975aa1596d72c69a7a66977b0e7de33b01ada2165b301e7538cf8f
|
378
|
-
response:
|
379
|
-
status:
|
380
|
-
code: 200
|
381
|
-
message: OK
|
382
|
-
headers:
|
383
|
-
X-Amzn-Requestid:
|
384
|
-
- f2745391-6cf3-11e4-a4ab-af8750751d5b
|
385
|
-
Content-Type:
|
386
|
-
- text/xml
|
387
|
-
Content-Length:
|
388
|
-
- '212'
|
389
|
-
Date:
|
390
|
-
- Sat, 15 Nov 2014 18:19:32 GMT
|
391
|
-
body:
|
392
|
-
encoding: UTF-8
|
393
|
-
string: |
|
394
|
-
<DeleteStackResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
395
|
-
<ResponseMetadata>
|
396
|
-
<RequestId>f2745391-6cf3-11e4-a4ab-af8750751d5b</RequestId>
|
397
|
-
</ResponseMetadata>
|
398
|
-
</DeleteStackResponse>
|
399
|
-
http_version:
|
400
|
-
recorded_at: Sat, 15 Nov 2014 18:19:19 GMT
|
401
|
-
- request:
|
402
|
-
method: get
|
403
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=DescribeStacks&StackName=arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896&Version=2010-05-15
|
404
|
-
body:
|
405
|
-
encoding: US-ASCII
|
406
|
-
string: ''
|
407
|
-
headers:
|
408
|
-
User-Agent:
|
409
|
-
- miasma/v0.1.0
|
410
|
-
Host:
|
411
|
-
- cloudformation.us-west-1.amazonaws.com
|
412
|
-
X-Amz-Date:
|
413
|
-
- 20141115T181919Z
|
414
|
-
Authorization:
|
415
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
416
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=0bdad0ce4403654d9fc11c414a3cc655aba3529248879489ebd8ceabfdbe1ebf
|
417
|
-
response:
|
418
|
-
status:
|
419
|
-
code: 200
|
420
|
-
message: OK
|
421
|
-
headers:
|
422
|
-
X-Amzn-Requestid:
|
423
|
-
- f4813a70-6cf3-11e4-a91c-c9ce38340c1e
|
424
|
-
Content-Type:
|
425
|
-
- text/xml
|
426
|
-
Content-Length:
|
427
|
-
- '838'
|
428
|
-
Date:
|
429
|
-
- Sat, 15 Nov 2014 18:19:36 GMT
|
430
|
-
body:
|
431
|
-
encoding: UTF-8
|
432
|
-
string: |
|
433
|
-
<DescribeStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
434
|
-
<DescribeStacksResult>
|
435
|
-
<Stacks>
|
436
|
-
<member>
|
437
|
-
<Tags/>
|
438
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
439
|
-
<StackStatus>DELETE_IN_PROGRESS</StackStatus>
|
440
|
-
<StackName>miasma-test-stack-2</StackName>
|
441
|
-
<StackStatusReason>User Initiated</StackStatusReason>
|
442
|
-
<Description>Miasma test stack</Description>
|
443
|
-
<NotificationARNs/>
|
444
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
445
|
-
<DisableRollback>false</DisableRollback>
|
446
|
-
</member>
|
447
|
-
</Stacks>
|
448
|
-
</DescribeStacksResult>
|
449
|
-
<ResponseMetadata>
|
450
|
-
<RequestId>f4813a70-6cf3-11e4-a91c-c9ce38340c1e</RequestId>
|
451
|
-
</ResponseMetadata>
|
452
|
-
</DescribeStacksResponse>
|
453
|
-
http_version:
|
454
|
-
recorded_at: Sat, 15 Nov 2014 18:19:22 GMT
|
455
|
-
- request:
|
456
|
-
method: get
|
457
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=ListStacks&StackStatusFilter.member.1=CREATE_COMPLETE&StackStatusFilter.member.10=UPDATE_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.11=UPDATE_IN_PROGRESS&StackStatusFilter.member.12=UPDATE_ROLLBACK_COMPLETE&StackStatusFilter.member.13=UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.14=UPDATE_ROLLBACK_FAILED&StackStatusFilter.member.15=UPDATE_ROLLBACK_IN_PROGRESS&StackStatusFilter.member.2=CREATE_FAILED&StackStatusFilter.member.3=CREATE_IN_PROGRESS&StackStatusFilter.member.4=DELETE_FAILED&StackStatusFilter.member.5=DELETE_IN_PROGRESS&StackStatusFilter.member.6=ROLLBACK_COMPLETE&StackStatusFilter.member.7=ROLLBACK_FAILED&StackStatusFilter.member.8=ROLLBACK_IN_PROGRESS&StackStatusFilter.member.9=UPDATE_COMPLETE&Version=2010-05-15
|
458
|
-
body:
|
459
|
-
encoding: US-ASCII
|
460
|
-
string: ''
|
461
|
-
headers:
|
462
|
-
User-Agent:
|
463
|
-
- miasma/v0.1.0
|
464
|
-
Host:
|
465
|
-
- cloudformation.us-west-1.amazonaws.com
|
466
|
-
X-Amz-Date:
|
467
|
-
- 20141115T181922Z
|
468
|
-
Authorization:
|
469
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
470
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=798650a867dd5c1388faa832dc4b38e1886a18ccfb9f32a2b415e00366ea307b
|
471
|
-
response:
|
472
|
-
status:
|
473
|
-
code: 200
|
474
|
-
message: OK
|
475
|
-
headers:
|
476
|
-
X-Amzn-Requestid:
|
477
|
-
- f7032ae7-6cf3-11e4-b42b-6b375495c624
|
478
|
-
Content-Type:
|
479
|
-
- text/xml
|
480
|
-
Content-Length:
|
481
|
-
- '823'
|
482
|
-
Date:
|
483
|
-
- Sat, 15 Nov 2014 18:19:40 GMT
|
484
|
-
body:
|
485
|
-
encoding: UTF-8
|
486
|
-
string: |
|
487
|
-
<ListStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
488
|
-
<ListStacksResult>
|
489
|
-
<StackSummaries>
|
490
|
-
<member>
|
491
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
492
|
-
<StackStatus>DELETE_IN_PROGRESS</StackStatus>
|
493
|
-
<DeletionTime>2014-11-15T18:19:32.999Z</DeletionTime>
|
494
|
-
<StackName>miasma-test-stack-2</StackName>
|
495
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
496
|
-
<TemplateDescription>Miasma test stack</TemplateDescription>
|
497
|
-
<StackStatusReason>User Initiated</StackStatusReason>
|
498
|
-
</member>
|
499
|
-
</StackSummaries>
|
500
|
-
</ListStacksResult>
|
501
|
-
<ResponseMetadata>
|
502
|
-
<RequestId>f7032ae7-6cf3-11e4-b42b-6b375495c624</RequestId>
|
503
|
-
</ResponseMetadata>
|
504
|
-
</ListStacksResponse>
|
505
|
-
http_version:
|
506
|
-
recorded_at: Sat, 15 Nov 2014 18:19:27 GMT
|
507
|
-
- request:
|
508
|
-
method: get
|
509
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=DescribeStacks&StackName=arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896&Version=2010-05-15
|
510
|
-
body:
|
511
|
-
encoding: US-ASCII
|
512
|
-
string: ''
|
513
|
-
headers:
|
514
|
-
User-Agent:
|
515
|
-
- miasma/v0.1.0
|
516
|
-
Host:
|
517
|
-
- cloudformation.us-west-1.amazonaws.com
|
518
|
-
X-Amz-Date:
|
519
|
-
- 20141115T182027Z
|
520
|
-
Authorization:
|
521
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
522
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=76d033c3bcd62175529cb67d9014c62fa8c7b616000f4e72f28bad7f5b456ade
|
523
|
-
response:
|
524
|
-
status:
|
525
|
-
code: 200
|
526
|
-
message: OK
|
527
|
-
headers:
|
528
|
-
X-Amzn-Requestid:
|
529
|
-
- 1daf11eb-6cf4-11e4-9eae-db5a0c048ea1
|
530
|
-
Content-Type:
|
531
|
-
- text/xml
|
532
|
-
Content-Length:
|
533
|
-
- '802'
|
534
|
-
Date:
|
535
|
-
- Sat, 15 Nov 2014 18:20:45 GMT
|
536
|
-
body:
|
537
|
-
encoding: UTF-8
|
538
|
-
string: |
|
539
|
-
<DescribeStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
540
|
-
<DescribeStacksResult>
|
541
|
-
<Stacks>
|
542
|
-
<member>
|
543
|
-
<Tags/>
|
544
|
-
<StackId>arn:aws:cloudformation:us-west-1:921689585014:stack/miasma-test-stack-2/c1964120-6cf3-11e4-9534-506cf970d896</StackId>
|
545
|
-
<StackStatus>DELETE_COMPLETE</StackStatus>
|
546
|
-
<StackName>miasma-test-stack-2</StackName>
|
547
|
-
<StackStatusReason/>
|
548
|
-
<Description>Miasma test stack</Description>
|
549
|
-
<NotificationARNs/>
|
550
|
-
<CreationTime>2014-11-15T18:18:10.920Z</CreationTime>
|
551
|
-
<DisableRollback>false</DisableRollback>
|
552
|
-
</member>
|
553
|
-
</Stacks>
|
554
|
-
</DescribeStacksResult>
|
555
|
-
<ResponseMetadata>
|
556
|
-
<RequestId>1daf11eb-6cf4-11e4-9eae-db5a0c048ea1</RequestId>
|
557
|
-
</ResponseMetadata>
|
558
|
-
</DescribeStacksResponse>
|
559
|
-
http_version:
|
560
|
-
recorded_at: Sat, 15 Nov 2014 18:20:31 GMT
|
561
|
-
- request:
|
562
|
-
method: get
|
563
|
-
uri: https://cloudformation.us-west-1.amazonaws.com/?Action=ListStacks&StackStatusFilter.member.1=CREATE_COMPLETE&StackStatusFilter.member.10=UPDATE_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.11=UPDATE_IN_PROGRESS&StackStatusFilter.member.12=UPDATE_ROLLBACK_COMPLETE&StackStatusFilter.member.13=UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS&StackStatusFilter.member.14=UPDATE_ROLLBACK_FAILED&StackStatusFilter.member.15=UPDATE_ROLLBACK_IN_PROGRESS&StackStatusFilter.member.2=CREATE_FAILED&StackStatusFilter.member.3=CREATE_IN_PROGRESS&StackStatusFilter.member.4=DELETE_FAILED&StackStatusFilter.member.5=DELETE_IN_PROGRESS&StackStatusFilter.member.6=ROLLBACK_COMPLETE&StackStatusFilter.member.7=ROLLBACK_FAILED&StackStatusFilter.member.8=ROLLBACK_IN_PROGRESS&StackStatusFilter.member.9=UPDATE_COMPLETE&Version=2010-05-15
|
564
|
-
body:
|
565
|
-
encoding: US-ASCII
|
566
|
-
string: ''
|
567
|
-
headers:
|
568
|
-
User-Agent:
|
569
|
-
- miasma/v0.1.0
|
570
|
-
Host:
|
571
|
-
- cloudformation.us-west-1.amazonaws.com
|
572
|
-
X-Amz-Date:
|
573
|
-
- 20141115T182031Z
|
574
|
-
Authorization:
|
575
|
-
- AWS4-HMAC-SHA256 Credential=AKIAI6REJRIVB5PYDATQ/20141115/us-west-1/cloudformation/aws4_request,
|
576
|
-
SignedHeaders=host;user-agent;x-amz-date, Signature=ea916a04b7ccc6b7a33b0f598690e451ed6d98d7d4b08dd35a6c89bc69d0e35c
|
577
|
-
response:
|
578
|
-
status:
|
579
|
-
code: 200
|
580
|
-
message: OK
|
581
|
-
headers:
|
582
|
-
X-Amzn-Requestid:
|
583
|
-
- 200cd78e-6cf4-11e4-9efb-fdd93f724d0f
|
584
|
-
Content-Type:
|
585
|
-
- text/xml
|
586
|
-
Content-Length:
|
587
|
-
- '275'
|
588
|
-
Date:
|
589
|
-
- Sat, 15 Nov 2014 18:20:49 GMT
|
590
|
-
body:
|
591
|
-
encoding: UTF-8
|
592
|
-
string: |
|
593
|
-
<ListStacksResponse xmlns="http://cloudformation.amazonaws.com/doc/2010-05-15/">
|
594
|
-
<ListStacksResult>
|
595
|
-
<StackSummaries/>
|
596
|
-
</ListStacksResult>
|
597
|
-
<ResponseMetadata>
|
598
|
-
<RequestId>200cd78e-6cf4-11e4-9efb-fdd93f724d0f</RequestId>
|
599
|
-
</ResponseMetadata>
|
600
|
-
</ListStacksResponse>
|
601
|
-
http_version:
|
602
|
-
recorded_at: Sat, 15 Nov 2014 18:20:35 GMT
|
603
|
-
recorded_with: VCR 2.9.3
|