opennebula-cli 6.0.0.3 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opennebula-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.3
4
+ version: 6.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenNebula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-11-29 00:00:00.000000000 Z
11
+ date: 2021-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: opennebula
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 6.0.0.3
19
+ version: 6.0.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 6.0.0.3
26
+ version: 6.0.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: activesupport
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -45,31 +45,32 @@ executables:
45
45
  - oneacl
46
46
  - onecluster
47
47
  - onedatastore
48
+ - oneflow
49
+ - oneflow-template
48
50
  - onegroup
49
51
  - onehook
50
52
  - onehost
53
+ - oneimage
54
+ - onemarket
51
55
  - onemarketapp
52
56
  - onesecgroup
53
57
  - oneshowback
54
58
  - onetemplate
59
+ - oneuser
60
+ - onevcenter
55
61
  - onevdc
62
+ - onevm
56
63
  - onevmgroup
57
64
  - onevnet
58
65
  - onevntemplate
59
66
  - onevrouter
60
- - oneflow
61
- - oneflow-template
62
- - oneimage
63
- - onemarket
64
- - oneuser
65
- - onevcenter
66
- - onevm
67
67
  - onezone
68
68
  extensions: []
69
69
  extra_rdoc_files: []
70
70
  files:
71
71
  - share/schemas/xsd/acct.xsd
72
72
  - share/schemas/xsd/acl_pool.xsd
73
+ - share/schemas/xsd/api_info.xsd
73
74
  - share/schemas/xsd/cluster.xsd
74
75
  - share/schemas/xsd/cluster_pool.xsd
75
76
  - share/schemas/xsd/datastore.xsd
@@ -79,71 +80,71 @@ files:
79
80
  - share/schemas/xsd/group.xsd
80
81
  - share/schemas/xsd/group_pool.xsd
81
82
  - share/schemas/xsd/hook.xsd
83
+ - share/schemas/xsd/hook_message_api.xsd
82
84
  - share/schemas/xsd/hook_message_retry.xsd
85
+ - share/schemas/xsd/hook_message_state.xsd
83
86
  - share/schemas/xsd/hook_pool.xsd
87
+ - share/schemas/xsd/host.xsd
84
88
  - share/schemas/xsd/host_pool.xsd
85
89
  - share/schemas/xsd/image.xsd
86
90
  - share/schemas/xsd/image_pool.xsd
87
91
  - share/schemas/xsd/index.xsd
92
+ - share/schemas/xsd/marketplace.xsd
88
93
  - share/schemas/xsd/marketplace_pool.xsd
89
94
  - share/schemas/xsd/marketplaceapp.xsd
90
95
  - share/schemas/xsd/marketplaceapp_pool.xsd
96
+ - share/schemas/xsd/monitoring_data.xsd
91
97
  - share/schemas/xsd/opennebula_configuration.xsd
92
98
  - share/schemas/xsd/raftstatus.xsd
93
99
  - share/schemas/xsd/security_group.xsd
94
100
  - share/schemas/xsd/security_group_pool.xsd
101
+ - share/schemas/xsd/showback.xsd
95
102
  - share/schemas/xsd/user.xsd
96
103
  - share/schemas/xsd/user_pool.xsd
97
104
  - share/schemas/xsd/vdc.xsd
98
105
  - share/schemas/xsd/vdc_pool.xsd
106
+ - share/schemas/xsd/vm.xsd
99
107
  - share/schemas/xsd/vm_group.xsd
100
108
  - share/schemas/xsd/vm_group_pool.xsd
109
+ - share/schemas/xsd/vm_pool.xsd
101
110
  - share/schemas/xsd/vmtemplate.xsd
102
111
  - share/schemas/xsd/vmtemplate_pool.xsd
112
+ - share/schemas/xsd/vnet.xsd
103
113
  - share/schemas/xsd/vnet_pool.xsd
104
114
  - share/schemas/xsd/vntemplate.xsd
105
115
  - share/schemas/xsd/vntemplate_pool.xsd
106
116
  - share/schemas/xsd/vrouter.xsd
107
117
  - share/schemas/xsd/vrouter_pool.xsd
108
- - share/schemas/xsd/api_info.xsd
109
- - share/schemas/xsd/hook_message_api.xsd
110
- - share/schemas/xsd/hook_message_state.xsd
111
- - share/schemas/xsd/host.xsd
112
- - share/schemas/xsd/marketplace.xsd
113
- - share/schemas/xsd/monitoring_data.xsd
114
- - share/schemas/xsd/showback.xsd
115
- - share/schemas/xsd/vm.xsd
116
- - share/schemas/xsd/vm_pool.xsd
117
- - share/schemas/xsd/vnet.xsd
118
118
  - share/schemas/xsd/zone.xsd
119
119
  - share/schemas/xsd/zone_pool.xsd
120
120
  - bin/oneacct
121
121
  - bin/oneacl
122
122
  - bin/onecluster
123
123
  - bin/onedatastore
124
+ - bin/oneflow
125
+ - bin/oneflow-template
124
126
  - bin/onegroup
125
127
  - bin/onehook
126
128
  - bin/onehost
129
+ - bin/oneimage
130
+ - bin/onemarket
127
131
  - bin/onemarketapp
128
132
  - bin/onesecgroup
129
133
  - bin/oneshowback
130
134
  - bin/onetemplate
135
+ - bin/oneuser
136
+ - bin/onevcenter
131
137
  - bin/onevdc
138
+ - bin/onevm
132
139
  - bin/onevmgroup
133
140
  - bin/onevnet
134
141
  - bin/onevntemplate
135
142
  - bin/onevrouter
136
- - bin/oneflow
137
- - bin/oneflow-template
138
- - bin/oneimage
139
- - bin/onemarket
140
- - bin/oneuser
141
- - bin/onevcenter
142
- - bin/onevm
143
143
  - bin/onezone
144
144
  - lib/cli_helper.rb
145
145
  - lib/command_parser.rb
146
146
  - lib/one_helper.rb
147
+ - lib/one_helper/oneacct_helper.rb
147
148
  - lib/one_helper/oneacl_helper.rb
148
149
  - lib/one_helper/onecluster_helper.rb
149
150
  - lib/one_helper/onedatastore_helper.rb
@@ -153,20 +154,19 @@ files:
153
154
  - lib/one_helper/onehook_helper.rb
154
155
  - lib/one_helper/onehost_helper.rb
155
156
  - lib/one_helper/oneimage_helper.rb
157
+ - lib/one_helper/onemarket_helper.rb
156
158
  - lib/one_helper/onemarketapp_helper.rb
157
159
  - lib/one_helper/onequota_helper.rb
158
160
  - lib/one_helper/onesecgroup_helper.rb
159
161
  - lib/one_helper/onetemplate_helper.rb
160
162
  - lib/one_helper/oneuser_helper.rb
163
+ - lib/one_helper/onevcenter_helper.rb
161
164
  - lib/one_helper/onevdc_helper.rb
165
+ - lib/one_helper/onevm_helper.rb
162
166
  - lib/one_helper/onevmgroup_helper.rb
163
167
  - lib/one_helper/onevnet_helper.rb
164
168
  - lib/one_helper/onevntemplate_helper.rb
165
169
  - lib/one_helper/onevrouter_helper.rb
166
- - lib/one_helper/oneacct_helper.rb
167
- - lib/one_helper/onemarket_helper.rb
168
- - lib/one_helper/onevcenter_helper.rb
169
- - lib/one_helper/onevm_helper.rb
170
170
  - lib/one_helper/onezone_helper.rb
171
171
  - NOTICE
172
172
  - LICENSE