opennebula 6.4.2 → 6.4.3

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.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/lib/ActionManager.rb +1 -1
  3. data/lib/CommandManager.rb +1 -1
  4. data/lib/DriverExecHelper.rb +1 -1
  5. data/lib/OpenNebulaDriver.rb +2 -2
  6. data/lib/VirtualMachineDriver.rb +1 -1
  7. data/lib/cloud/CloudClient.rb +3 -3
  8. data/lib/datacenter.rb +21 -25
  9. data/lib/datastore.rb +14 -1
  10. data/lib/distributed_firewall.rb +1 -1
  11. data/lib/file_helper.rb +2 -2
  12. data/lib/host.rb +2 -2
  13. data/lib/logical_port.rb +1 -1
  14. data/lib/logical_switch.rb +1 -1
  15. data/lib/memoize.rb +1 -1
  16. data/lib/models/role.rb +2 -2
  17. data/lib/models/service.rb +1 -1
  18. data/lib/models.rb +1 -1
  19. data/lib/network.rb +1 -1
  20. data/lib/nsx_client.rb +1 -1
  21. data/lib/nsx_component.rb +1 -1
  22. data/lib/nsx_constants.rb +1 -1
  23. data/lib/nsx_driver.rb +1 -1
  24. data/lib/nsx_error.rb +1 -1
  25. data/lib/nsx_rule.rb +1 -1
  26. data/lib/nsxt_client.rb +1 -1
  27. data/lib/nsxt_dfw.rb +1 -1
  28. data/lib/nsxt_logical_port.rb +1 -1
  29. data/lib/nsxt_rule.rb +1 -1
  30. data/lib/nsxt_tz.rb +1 -1
  31. data/lib/nsxv_client.rb +1 -1
  32. data/lib/nsxv_dfw.rb +1 -1
  33. data/lib/nsxv_logical_port.rb +1 -1
  34. data/lib/nsxv_rule.rb +1 -1
  35. data/lib/nsxv_tz.rb +1 -1
  36. data/lib/opaque_network.rb +1 -1
  37. data/lib/opennebula/acl.rb +1 -1
  38. data/lib/opennebula/acl_pool.rb +1 -1
  39. data/lib/opennebula/client.rb +1 -1
  40. data/lib/opennebula/cluster.rb +1 -1
  41. data/lib/opennebula/cluster_pool.rb +1 -1
  42. data/lib/opennebula/datastore.rb +1 -1
  43. data/lib/opennebula/datastore_pool.rb +1 -1
  44. data/lib/opennebula/document.rb +1 -1
  45. data/lib/opennebula/document_json.rb +1 -1
  46. data/lib/opennebula/document_pool.rb +1 -1
  47. data/lib/opennebula/document_pool_json.rb +1 -1
  48. data/lib/opennebula/error.rb +1 -1
  49. data/lib/opennebula/flow/grammar.rb +1 -1
  50. data/lib/opennebula/flow/service_pool.rb +1 -1
  51. data/lib/opennebula/flow/service_template.rb +1 -1
  52. data/lib/opennebula/flow/service_template_ext.rb +1 -1
  53. data/lib/opennebula/flow/service_template_pool.rb +1 -1
  54. data/lib/opennebula/flow/validator.rb +1 -1
  55. data/lib/opennebula/flow.rb +1 -1
  56. data/lib/opennebula/group.rb +1 -1
  57. data/lib/opennebula/group_pool.rb +1 -1
  58. data/lib/opennebula/hook.rb +1 -1
  59. data/lib/opennebula/hook_log.rb +1 -1
  60. data/lib/opennebula/hook_pool.rb +1 -1
  61. data/lib/opennebula/host.rb +1 -1
  62. data/lib/opennebula/host_pool.rb +1 -1
  63. data/lib/opennebula/image.rb +1 -1
  64. data/lib/opennebula/image_pool.rb +1 -1
  65. data/lib/opennebula/ldap_auth.rb +2 -2
  66. data/lib/opennebula/ldap_auth_spec.rb +1 -1
  67. data/lib/opennebula/lockable_ext.rb +1 -1
  68. data/lib/opennebula/marketplace.rb +1 -1
  69. data/lib/opennebula/marketplace_pool.rb +1 -1
  70. data/lib/opennebula/marketplaceapp.rb +1 -1
  71. data/lib/opennebula/marketplaceapp_ext.rb +1 -1
  72. data/lib/opennebula/marketplaceapp_pool.rb +1 -1
  73. data/lib/opennebula/oneflow_client.rb +1 -1
  74. data/lib/opennebula/pool.rb +1 -1
  75. data/lib/opennebula/pool_element.rb +1 -1
  76. data/lib/opennebula/security_group.rb +1 -1
  77. data/lib/opennebula/security_group_pool.rb +1 -1
  78. data/lib/opennebula/server_cipher_auth.rb +1 -1
  79. data/lib/opennebula/server_x509_auth.rb +1 -1
  80. data/lib/opennebula/ssh_auth.rb +1 -1
  81. data/lib/opennebula/system.rb +1 -1
  82. data/lib/opennebula/template.rb +1 -1
  83. data/lib/opennebula/template_ext.rb +1 -1
  84. data/lib/opennebula/template_pool.rb +1 -1
  85. data/lib/opennebula/user.rb +1 -1
  86. data/lib/opennebula/user_pool.rb +1 -1
  87. data/lib/opennebula/utils.rb +1 -1
  88. data/lib/opennebula/vdc.rb +1 -1
  89. data/lib/opennebula/vdc_pool.rb +1 -1
  90. data/lib/opennebula/virtual_machine.rb +1 -1
  91. data/lib/opennebula/virtual_machine_ext.rb +1 -1
  92. data/lib/opennebula/virtual_machine_pool.rb +1 -1
  93. data/lib/opennebula/virtual_network.rb +1 -1
  94. data/lib/opennebula/virtual_network_pool.rb +1 -1
  95. data/lib/opennebula/virtual_router.rb +1 -1
  96. data/lib/opennebula/virtual_router_pool.rb +1 -1
  97. data/lib/opennebula/vm_group.rb +1 -1
  98. data/lib/opennebula/vm_group_pool.rb +1 -1
  99. data/lib/opennebula/vntemplate.rb +1 -1
  100. data/lib/opennebula/vntemplate_pool.rb +1 -1
  101. data/lib/opennebula/wait_ext.rb +1 -1
  102. data/lib/opennebula/x509_auth.rb +1 -1
  103. data/lib/opennebula/xml_element.rb +1 -1
  104. data/lib/opennebula/xml_pool.rb +1 -1
  105. data/lib/opennebula/xml_utils.rb +1 -1
  106. data/lib/opennebula/zone.rb +1 -1
  107. data/lib/opennebula/zone_pool.rb +1 -1
  108. data/lib/opennebula.rb +2 -2
  109. data/lib/rest_client.rb +14 -18
  110. data/lib/scripts_common.rb +1 -1
  111. data/lib/transport_zone.rb +1 -1
  112. data/lib/vcenter_driver.rb +1 -1
  113. data/lib/vcenter_importer.rb +1 -1
  114. data/lib/vi_client.rb +65 -73
  115. data/lib/vi_helper.rb +1 -1
  116. data/lib/virtual_machine.rb +1 -1
  117. data/lib/virtual_wire.rb +1 -1
  118. data/lib/vm_disk.rb +1 -1
  119. data/lib/vm_folder.rb +1 -1
  120. data/lib/vm_helper.rb +1 -1
  121. data/lib/vm_monitor.rb +1 -1
  122. data/lib/vm_nic.rb +1 -1
  123. data/lib/vm_template.rb +1 -1
  124. metadata +2 -2
data/lib/vi_client.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
@@ -140,90 +140,82 @@ module VCenterDriver
140
140
  end
141
141
 
142
142
  def self.new_from_host(host_id, client = nil)
143
- begin
144
- client = OpenNebula::Client.new if client.nil?
145
- host = OpenNebula::Host.new_with_id(host_id, client)
146
- rc = host.info(true)
147
- if OpenNebula.is_error?(rc)
148
- raise "Could not get host info for \
149
- ID: #{host_id} - #{rc.message}"
150
- end
143
+ client = OpenNebula::Client.new if client.nil?
144
+ host = OpenNebula::Host.new_with_id(host_id, client)
145
+ rc = host.info(true)
146
+ if OpenNebula.is_error?(rc)
147
+ raise "Could not get host info for \
148
+ ID: #{host_id} - #{rc.message}"
149
+ end
151
150
 
152
- connection = {
153
- :host => host['TEMPLATE/VCENTER_HOST'],
154
- :user => host['TEMPLATE/VCENTER_USER'],
155
- :rp => host['TEMPLATE/VCENTER_RESOURCE_POOL'],
156
- :ccr => host['TEMPLATE/VCENTER_CCR_REF'],
157
- :password => host['TEMPLATE/VCENTER_PASSWORD']
158
- }
151
+ connection = {
152
+ :host => host['TEMPLATE/VCENTER_HOST'],
153
+ :user => host['TEMPLATE/VCENTER_USER'],
154
+ :rp => host['TEMPLATE/VCENTER_RESOURCE_POOL'],
155
+ :ccr => host['TEMPLATE/VCENTER_CCR_REF'],
156
+ :password => host['TEMPLATE/VCENTER_PASSWORD']
157
+ }
159
158
 
160
- vc_port = host['TEMPLATE/VCENTER_PORT']
161
- connection[:port] = vc_port unless vc_port.nil?
159
+ vc_port = host['TEMPLATE/VCENTER_PORT']
160
+ connection[:port] = vc_port unless vc_port.nil?
162
161
 
163
- new(connection, host_id)
164
- rescue StandardError => e
165
- raise e
166
- end
162
+ new(connection, host_id)
167
163
  end
168
164
 
169
165
  def self.new_from_datastore(datastore_id)
170
- begin
171
- client = OpenNebula::Client.new
172
- datastore =
173
- OpenNebula::Datastore
174
- .new_with_id(
175
- datastore_id,
176
- client
177
- )
178
- rc = datastore.info
179
- if OpenNebula.is_error?(rc)
180
- raise "Could not get datastore info \
181
- for ID: #{datastore_id} - #{rc.message}"
182
- end
166
+ client = OpenNebula::Client.new
167
+ datastore =
168
+ OpenNebula::Datastore
169
+ .new_with_id(
170
+ datastore_id,
171
+ client
172
+ )
173
+ rc = datastore.info
174
+ if OpenNebula.is_error?(rc)
175
+ raise "Could not get datastore info \
176
+ for ID: #{datastore_id} - #{rc.message}"
177
+ end
183
178
 
184
- vcenter_id = datastore['TEMPLATE/VCENTER_INSTANCE_ID']
179
+ vcenter_id = datastore['TEMPLATE/VCENTER_INSTANCE_ID']
185
180
 
186
- host_pool = OpenNebula::HostPool.new(client)
187
- rc = host_pool.info
188
- if OpenNebula.is_error?(rc)
189
- raise "Could not get hosts information - #{rc.message}"
190
- end
181
+ host_pool = OpenNebula::HostPool.new(client)
182
+ rc = host_pool.info
183
+ if OpenNebula.is_error?(rc)
184
+ raise "Could not get hosts information - #{rc.message}"
185
+ end
191
186
 
192
- user = ''
193
- password = ''
194
- port = 0
195
- host_pool.each do |host|
196
- vc_instance_id = host['TEMPLATE/VCENTER_INSTANCE_ID']
197
- next unless vc_instance_id == vcenter_id
198
-
199
- host_decrypted =
200
- OpenNebula::Host
201
- .new_with_id(
202
- host['ID'],
203
- client
204
- )
205
- host_decrypted.info(true)
206
- user = host_decrypted['TEMPLATE/VCENTER_USER']
207
- password = host_decrypted['TEMPLATE/VCENTER_PASSWORD']
208
- port = host_decrypted['TEMPLATE/VCENTER_PORT']
209
- end
210
- if password.empty? || user.empty?
211
- raise "Error getting \
212
- credentials for datastore #{datastore_id}"
213
- end
187
+ user = ''
188
+ password = ''
189
+ port = 0
190
+ host_pool.each do |host|
191
+ vc_instance_id = host['TEMPLATE/VCENTER_INSTANCE_ID']
192
+ next unless vc_instance_id == vcenter_id
214
193
 
215
- connection = {
216
- :host => datastore['TEMPLATE/VCENTER_HOST'],
217
- :user => user,
218
- :password => password
219
- }
194
+ host_decrypted =
195
+ OpenNebula::Host
196
+ .new_with_id(
197
+ host['ID'],
198
+ client
199
+ )
200
+ host_decrypted.info(true)
201
+ user = host_decrypted['TEMPLATE/VCENTER_USER']
202
+ password = host_decrypted['TEMPLATE/VCENTER_PASSWORD']
203
+ port = host_decrypted['TEMPLATE/VCENTER_PORT']
204
+ end
205
+ if password.empty? || user.empty?
206
+ raise "Error getting \
207
+ credentials for datastore #{datastore_id}"
208
+ end
220
209
 
221
- connection[:port] = port unless port.nil?
210
+ connection = {
211
+ :host => datastore['TEMPLATE/VCENTER_HOST'],
212
+ :user => user,
213
+ :password => password
214
+ }
222
215
 
223
- new(connection)
224
- rescue StandardError => e
225
- raise e
226
- end
216
+ connection[:port] = port unless port.nil?
217
+
218
+ new(connection)
227
219
  end
228
220
 
229
221
  def self.decrypt(msg, token)
data/lib/vi_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/virtual_wire.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/vm_disk.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/vm_folder.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/vm_helper.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/vm_monitor.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/vm_nic.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
data/lib/vm_template.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2022, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2023, OpenNebula Project, OpenNebula Systems #
3
3
  # #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
5
5
  # not use this file except in compliance with the License. You may obtain #
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opennebula
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.4.2
4
+ version: 6.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenNebula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-14 00:00:00.000000000 Z
11
+ date: 2023-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri