knife-cloudstack 0.0.19 → 0.0.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -13
- data/lib/chef/knife/cs_server_delete.rb +1 -0
- metadata +49 -49
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
data.tar.gz: !binary |-
|
6
|
-
NTIzMmNlYzhmMDEwOTc3NzgyN2I1MDdjODRjOWZhNDg3OGUxMzEzOA==
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 9af3a37c77c5ed5deb9fe7ce951f784456908e25
|
4
|
+
data.tar.gz: 2b68228f3093d6a493c277b8ba0c6a4eaabfc34a
|
7
5
|
SHA512:
|
8
|
-
metadata.gz:
|
9
|
-
|
10
|
-
YzNhOWNiYzVlNjNkNjA1NTBlZDEyYmI3NTFjZmNkYzY4MjIyYzYzNWY2NzRm
|
11
|
-
YzQ3MzNiMmM5NzllYzlkYWNmYTJjNjE3ZWFmNjc0NmFjN2UxZGQ=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
YmE3ZWM1YjdkY2EyMGQzNGY2Njg3NGY4NzExOTUzYWE3NzYwMjU4ZDM2N2Ew
|
14
|
-
ZWYyNzNkY2U2ZjM2NzVkZTBiNDA1NzExMTBhNmI3NTg1MDE1NmZlZjExNGEy
|
15
|
-
YmEzZGFhMGQ5ZTVhZDJkYmY2NGQxYjA5YTZiMzI1MjllNmZhOWM=
|
6
|
+
metadata.gz: 0fd3eac9a3aee944795b56840d2e0b8f691e39e5ca53d278ccc447745c783e5e9204a32c7041920f74350508d71f0060690e0e5786f338722381d7647e8958ca
|
7
|
+
data.tar.gz: 546db947faf84987fa13c4394034de56f5c12c2f682f49b9672de62a8005071ab4c7b22f04038e7254298ddb29b010f65aaa94cc2fc79694ef267c32cdda50dc
|
@@ -47,6 +47,7 @@ module KnifeCloudstack
|
|
47
47
|
|
48
48
|
if server['state'] == 'Destroyed' then
|
49
49
|
ui.warn("Server '#{hostname}' already destroyed")
|
50
|
+
connection.delete_server(hostname, true) if confirm_action("Server '#{hostname}' already destroyed, do you want to expunge it?")
|
50
51
|
next
|
51
52
|
end
|
52
53
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: knife-cloudstack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.20
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Holmes
|
@@ -12,34 +12,34 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2015-
|
15
|
+
date: 2015-04-24 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: chef
|
19
19
|
requirement: !ruby/object:Gem::Requirement
|
20
20
|
requirements:
|
21
|
-
- -
|
21
|
+
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version:
|
23
|
+
version: 11.0.0
|
24
24
|
type: :runtime
|
25
25
|
prerelease: false
|
26
26
|
version_requirements: !ruby/object:Gem::Requirement
|
27
27
|
requirements:
|
28
|
-
- -
|
28
|
+
- - ">="
|
29
29
|
- !ruby/object:Gem::Version
|
30
|
-
version:
|
30
|
+
version: 11.0.0
|
31
31
|
- !ruby/object:Gem::Dependency
|
32
32
|
name: knife-windows
|
33
33
|
requirement: !ruby/object:Gem::Requirement
|
34
34
|
requirements:
|
35
|
-
- -
|
35
|
+
- - ">="
|
36
36
|
- !ruby/object:Gem::Version
|
37
37
|
version: '0'
|
38
38
|
type: :runtime
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
41
41
|
requirements:
|
42
|
-
- -
|
42
|
+
- - ">="
|
43
43
|
- !ruby/object:Gem::Version
|
44
44
|
version: '0'
|
45
45
|
description: A Knife plugin to create, list and manage CloudStack servers
|
@@ -57,57 +57,56 @@ extra_rdoc_files:
|
|
57
57
|
- LICENSE
|
58
58
|
files:
|
59
59
|
- CHANGES.rdoc
|
60
|
-
- README.rdoc
|
61
60
|
- LICENSE
|
62
|
-
-
|
63
|
-
- lib/chef/knife/
|
64
|
-
- lib/chef/knife/
|
61
|
+
- README.rdoc
|
62
|
+
- lib/chef/knife/cs_aag_list.rb
|
63
|
+
- lib/chef/knife/cs_account_list.rb
|
64
|
+
- lib/chef/knife/cs_base.rb
|
65
|
+
- lib/chef/knife/cs_baselist.rb
|
66
|
+
- lib/chef/knife/cs_cluster_list.rb
|
67
|
+
- lib/chef/knife/cs_config_list.rb
|
68
|
+
- lib/chef/knife/cs_disk_list.rb
|
69
|
+
- lib/chef/knife/cs_domain_list.rb
|
70
|
+
- lib/chef/knife/cs_firewallrule_create.rb
|
71
|
+
- lib/chef/knife/cs_firewallrule_list.rb
|
65
72
|
- lib/chef/knife/cs_forwardrule_create.rb
|
66
|
-
- lib/chef/knife/cs_service_list.rb
|
67
|
-
- lib/chef/knife/cs_server_list.rb
|
68
|
-
- lib/chef/knife/cs_volume_delete.rb
|
69
73
|
- lib/chef/knife/cs_host_list.rb
|
70
|
-
- lib/chef/knife/cs_stack_create.rb
|
71
|
-
- lib/chef/knife/cs_zone_list.rb
|
72
|
-
- lib/chef/knife/cs_server_create.rb
|
73
|
-
- lib/chef/knife/cs_network_list.rb
|
74
74
|
- lib/chef/knife/cs_hosts.rb
|
75
|
-
- lib/chef/knife/cs_server_add_nic.rb
|
76
|
-
- lib/chef/knife/cs_firewallrule_create.rb
|
77
|
-
- lib/chef/knife/cs_server_start.rb
|
78
|
-
- lib/chef/knife/cs_domain_list.rb
|
79
|
-
- lib/chef/knife/cs_disk_list.rb
|
80
|
-
- lib/chef/knife/cs_publicip_list.rb
|
81
|
-
- lib/chef/knife/cs_config_list.rb
|
82
75
|
- lib/chef/knife/cs_iso_list.rb
|
83
|
-
- lib/chef/knife/
|
84
|
-
- lib/chef/knife/
|
85
|
-
- lib/chef/knife/
|
86
|
-
- lib/chef/knife/
|
87
|
-
- lib/chef/knife/
|
88
|
-
- lib/chef/knife/cs_server_reboot.rb
|
76
|
+
- lib/chef/knife/cs_keypair_create.rb
|
77
|
+
- lib/chef/knife/cs_keypair_delete.rb
|
78
|
+
- lib/chef/knife/cs_keypair_list.rb
|
79
|
+
- lib/chef/knife/cs_network_list.rb
|
80
|
+
- lib/chef/knife/cs_oscategory_list.rb
|
89
81
|
- lib/chef/knife/cs_ostype_list.rb
|
90
|
-
- lib/chef/knife/cs_baselist.rb
|
91
|
-
- lib/chef/knife/cs_server_stop.rb
|
92
82
|
- lib/chef/knife/cs_pod_list.rb
|
83
|
+
- lib/chef/knife/cs_project_list.rb
|
84
|
+
- lib/chef/knife/cs_publicip_list.rb
|
85
|
+
- lib/chef/knife/cs_router_list.rb
|
86
|
+
- lib/chef/knife/cs_securitygroup_list.rb
|
87
|
+
- lib/chef/knife/cs_server_add_nic.rb
|
88
|
+
- lib/chef/knife/cs_server_create.rb
|
93
89
|
- lib/chef/knife/cs_server_delete.rb
|
94
|
-
- lib/chef/knife/
|
95
|
-
- lib/chef/knife/
|
96
|
-
- lib/chef/knife/cs_stack_delete.rb
|
97
|
-
- lib/chef/knife/cs_aag_list.rb
|
98
|
-
- lib/chef/knife/cs_firewallrule_list.rb
|
90
|
+
- lib/chef/knife/cs_server_list.rb
|
91
|
+
- lib/chef/knife/cs_server_reboot.rb
|
99
92
|
- lib/chef/knife/cs_server_remove_nic.rb
|
100
|
-
- lib/chef/knife/
|
101
|
-
- lib/chef/knife/
|
93
|
+
- lib/chef/knife/cs_server_start.rb
|
94
|
+
- lib/chef/knife/cs_server_stop.rb
|
95
|
+
- lib/chef/knife/cs_service_list.rb
|
96
|
+
- lib/chef/knife/cs_stack_create.rb
|
97
|
+
- lib/chef/knife/cs_stack_delete.rb
|
98
|
+
- lib/chef/knife/cs_template_create.rb
|
102
99
|
- lib/chef/knife/cs_template_extract.rb
|
103
|
-
- lib/chef/knife/
|
104
|
-
- lib/chef/knife/
|
100
|
+
- lib/chef/knife/cs_template_list.rb
|
101
|
+
- lib/chef/knife/cs_template_register.rb
|
102
|
+
- lib/chef/knife/cs_user_list.rb
|
105
103
|
- lib/chef/knife/cs_volume_create.rb
|
106
|
-
- lib/chef/knife/
|
104
|
+
- lib/chef/knife/cs_volume_delete.rb
|
105
|
+
- lib/chef/knife/cs_volume_list.rb
|
106
|
+
- lib/chef/knife/cs_zone_list.rb
|
107
107
|
- lib/knife-cloudstack/connection.rb
|
108
108
|
homepage: http://cloudstack.org/
|
109
|
-
licenses:
|
110
|
-
- Apache 2.0
|
109
|
+
licenses: []
|
111
110
|
metadata: {}
|
112
111
|
post_install_message:
|
113
112
|
rdoc_options: []
|
@@ -115,18 +114,19 @@ require_paths:
|
|
115
114
|
- lib
|
116
115
|
required_ruby_version: !ruby/object:Gem::Requirement
|
117
116
|
requirements:
|
118
|
-
- -
|
117
|
+
- - ">="
|
119
118
|
- !ruby/object:Gem::Version
|
120
119
|
version: '0'
|
121
120
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
122
121
|
requirements:
|
123
|
-
- -
|
122
|
+
- - ">="
|
124
123
|
- !ruby/object:Gem::Version
|
125
124
|
version: '0'
|
126
125
|
requirements: []
|
127
126
|
rubyforge_project:
|
128
|
-
rubygems_version: 2.
|
127
|
+
rubygems_version: 2.2.2
|
129
128
|
signing_key:
|
130
129
|
specification_version: 4
|
131
130
|
summary: A knife plugin for the CloudStack API
|
132
131
|
test_files: []
|
132
|
+
has_rdoc: false
|