opennebula 7.1.80.pre → 7.2.1

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 (108) hide show
  1. checksums.yaml +4 -4
  2. data/lib/cloud/CloudClient.rb +3 -3
  3. data/lib/models/role.rb +1 -1
  4. data/lib/models/service.rb +1 -1
  5. data/lib/models/vmrole.rb +1 -1
  6. data/lib/models/vrrole.rb +1 -1
  7. data/lib/models.rb +1 -1
  8. data/lib/opennebula/acl.rb +1 -1
  9. data/lib/opennebula/acl_pool.rb +1 -1
  10. data/lib/opennebula/backupjob.rb +1 -1
  11. data/lib/opennebula/backupjob_pool.rb +1 -1
  12. data/lib/opennebula/cluster.rb +1 -1
  13. data/lib/opennebula/cluster_pool.rb +1 -1
  14. data/lib/opennebula/datastore.rb +1 -1
  15. data/lib/opennebula/datastore_pool.rb +1 -1
  16. data/lib/opennebula/document.rb +1 -1
  17. data/lib/opennebula/document_json.rb +1 -1
  18. data/lib/opennebula/document_pool.rb +1 -1
  19. data/lib/opennebula/document_pool_json.rb +1 -1
  20. data/lib/opennebula/error.rb +2 -2
  21. data/lib/opennebula/flow/grammar.rb +1 -1
  22. data/lib/opennebula/flow/service_pool.rb +1 -1
  23. data/lib/opennebula/flow/service_template.rb +1 -1
  24. data/lib/opennebula/flow/service_template_ext.rb +1 -1
  25. data/lib/opennebula/flow/service_template_pool.rb +1 -1
  26. data/lib/opennebula/flow/validator.rb +1 -1
  27. data/lib/opennebula/flow.rb +1 -1
  28. data/lib/opennebula/group.rb +1 -1
  29. data/lib/opennebula/group_pool.rb +1 -1
  30. data/lib/opennebula/grpc/acl_services_pb.rb +1 -1
  31. data/lib/opennebula/grpc/backupjob_services_pb.rb +1 -1
  32. data/lib/opennebula/grpc/datastore_services_pb.rb +1 -1
  33. data/lib/opennebula/grpc/document_services_pb.rb +1 -1
  34. data/lib/opennebula/grpc/group_services_pb.rb +1 -1
  35. data/lib/opennebula/grpc/hook_services_pb.rb +1 -1
  36. data/lib/opennebula/grpc/host_services_pb.rb +1 -1
  37. data/lib/opennebula/grpc/image_services_pb.rb +1 -1
  38. data/lib/opennebula/grpc/marketplace_services_pb.rb +1 -1
  39. data/lib/opennebula/grpc/marketplaceapp_services_pb.rb +1 -1
  40. data/lib/opennebula/grpc/secgroup_services_pb.rb +1 -1
  41. data/lib/opennebula/grpc/system_services_pb.rb +1 -1
  42. data/lib/opennebula/grpc/template_services_pb.rb +1 -1
  43. data/lib/opennebula/grpc/user_services_pb.rb +1 -1
  44. data/lib/opennebula/grpc/vdc_services_pb.rb +1 -1
  45. data/lib/opennebula/grpc/vm_services_pb.rb +1 -1
  46. data/lib/opennebula/grpc/vmgroup_services_pb.rb +1 -1
  47. data/lib/opennebula/grpc/vn_services_pb.rb +1 -1
  48. data/lib/opennebula/grpc/vntemplate_services_pb.rb +1 -1
  49. data/lib/opennebula/grpc/vrouter_services_pb.rb +1 -1
  50. data/lib/opennebula/grpc/zone_services_pb.rb +1 -1
  51. data/lib/opennebula/hook.rb +1 -1
  52. data/lib/opennebula/hook_log.rb +1 -1
  53. data/lib/opennebula/hook_pool.rb +1 -1
  54. data/lib/opennebula/host.rb +1 -1
  55. data/lib/opennebula/host_pool.rb +1 -1
  56. data/lib/opennebula/image.rb +11 -10
  57. data/lib/opennebula/image_pool.rb +1 -1
  58. data/lib/opennebula/ldap_auth.rb +1 -1
  59. data/lib/opennebula/ldap_auth_spec.rb +1 -1
  60. data/lib/opennebula/lib/client.rb +138 -0
  61. data/lib/opennebula/lib/grpc_client.rb +105 -0
  62. data/lib/opennebula/lib/xml_client.rb +178 -0
  63. data/lib/opennebula/lockable_ext.rb +1 -1
  64. data/lib/opennebula/marketplace.rb +1 -1
  65. data/lib/opennebula/marketplace_pool.rb +1 -1
  66. data/lib/opennebula/marketplaceapp.rb +1 -1
  67. data/lib/opennebula/marketplaceapp_ext.rb +1 -1
  68. data/lib/opennebula/marketplaceapp_pool.rb +1 -1
  69. data/lib/opennebula/oneflow_client.rb +1 -1
  70. data/lib/opennebula/oneform_client.rb +1 -1
  71. data/lib/opennebula/pool.rb +1 -1
  72. data/lib/opennebula/pool_element.rb +1 -1
  73. data/lib/opennebula/saml_auth.rb +1 -1
  74. data/lib/opennebula/security_group.rb +1 -1
  75. data/lib/opennebula/security_group_pool.rb +1 -1
  76. data/lib/opennebula/server_cipher_auth.rb +1 -1
  77. data/lib/opennebula/server_x509_auth.rb +1 -1
  78. data/lib/opennebula/ssh_auth.rb +1 -1
  79. data/lib/opennebula/system.rb +1 -1
  80. data/lib/opennebula/template.rb +1 -1
  81. data/lib/opennebula/template_ext.rb +1 -1
  82. data/lib/opennebula/template_pool.rb +1 -1
  83. data/lib/opennebula/user.rb +1 -1
  84. data/lib/opennebula/user_pool.rb +1 -1
  85. data/lib/opennebula/utils.rb +1 -1
  86. data/lib/opennebula/vdc.rb +1 -1
  87. data/lib/opennebula/vdc_pool.rb +1 -1
  88. data/lib/opennebula/version.rb +2 -2
  89. data/lib/opennebula/virtual_machine.rb +1 -1
  90. data/lib/opennebula/virtual_machine_ext.rb +1 -1
  91. data/lib/opennebula/virtual_machine_pool.rb +1 -2
  92. data/lib/opennebula/virtual_network.rb +1 -1
  93. data/lib/opennebula/virtual_network_pool.rb +1 -1
  94. data/lib/opennebula/virtual_router.rb +1 -1
  95. data/lib/opennebula/virtual_router_pool.rb +1 -1
  96. data/lib/opennebula/vm_group.rb +1 -1
  97. data/lib/opennebula/vm_group_pool.rb +1 -1
  98. data/lib/opennebula/vntemplate.rb +1 -1
  99. data/lib/opennebula/vntemplate_pool.rb +1 -1
  100. data/lib/opennebula/wait_ext.rb +1 -1
  101. data/lib/opennebula/x509_auth.rb +1 -1
  102. data/lib/opennebula/xml_element.rb +1 -1
  103. data/lib/opennebula/xml_pool.rb +1 -1
  104. data/lib/opennebula/xml_utils.rb +1 -1
  105. data/lib/opennebula/zone.rb +1 -1
  106. data/lib/opennebula/zone_pool.rb +1 -1
  107. data/lib/opennebula.rb +1 -1
  108. metadata +7 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e549c5ab36da71475f6097664ebb982cc6e708a344ea7290af7800bbed9a9fa
4
- data.tar.gz: 93edd1c487515529b659b765fbbdb4cc64007280a86be2a676e3ffcbb6170f63
3
+ metadata.gz: ec857d82d9122d895b79906537bc2bdd190c4a8b5ce0af34293fb944b7e222e4
4
+ data.tar.gz: 07f7b9481eb44a0d18d65d81381c65024492d22cba724378f8f598ce97ee5bdc
5
5
  SHA512:
6
- metadata.gz: ca822b9ed85aaffcccb4313f124d8314d531a68e25577bbc5a8d2d6cd0a779e0c7d18d7cee2425a82204e68d462c92cb4777807b1182f8d31798536436c30972
7
- data.tar.gz: 29685e750a5a0b1a282b017a83bec4616dbe86a93040ea28f760bf200e7fea283348fd1fbca734145b30c25ab73767471fea7b73aa392bf53181e4275621054f
6
+ metadata.gz: 4b23c2de26bd07cb1d8949921ee385cf4746b248028197bbf0e14f3c23f96f6d577e2d76c3db4cf52190ba1542c4b1da606a5b641f76df9d47e5d0fd7cea52df
7
+ data.tar.gz: 7eb669f3a42846376ed7e8423923e86e32767774be0bf854d5797cde069ae8dc5544a5c4a9ce0c9ca2a2cf0664841bd8ce22f38c00658aa13d963d3f18cc99a3
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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 #
@@ -51,7 +51,7 @@ end
51
51
  module CloudClient
52
52
 
53
53
  # OpenNebula version
54
- VERSION = '7.1.80'
54
+ VERSION = '7.2.1'
55
55
 
56
56
  # #########################################################################
57
57
  # Default location for the authentication file
@@ -229,7 +229,7 @@ module CloudCLI
229
229
  def version_text
230
230
  version=<<EOT
231
231
  OpenNebula #{CloudClient::VERSION}
232
- Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
232
+ Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
233
233
 
234
234
  Licensed under the Apache License, Version 2.0 (the "License"); you may
235
235
  not use this file except in compliance with the License. You may obtain
data/lib/models/role.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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/models/vmrole.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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/models/vrrole.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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/models.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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 #
@@ -63,7 +63,7 @@ module OpenNebula
63
63
  # Returns true if the object returned by a method of the OpenNebula
64
64
  # library is an Error
65
65
  def self.is_error?(value)
66
- value.class==OpenNebula::Error
66
+ value.is_a?(OpenNebula::Error)
67
67
  end
68
68
 
69
69
  end
@@ -2,7 +2,7 @@
2
2
  # Autogenerated from a Treetop grammar. Edits may be lost.
3
3
 
4
4
 
5
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
5
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems #
6
6
  # #
7
7
  # Licensed under the Apache License, Version 2.0 (the "License"); you may #
8
8
  # not use this file except in compliance with the License. You may obtain #
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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 #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -3,7 +3,7 @@
3
3
  # Original file comments:
4
4
  # --------------------------------------------------------------------------
5
5
  #
6
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems
6
+ # Copyright 2002-2026, OpenNebula Project, OpenNebula Systems
7
7
  #
8
8
  #
9
9
  #
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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 #
@@ -62,19 +62,20 @@ module OpenNebula
62
62
  "LOCKED_USED_PERS" => "lock"
63
63
  }
64
64
 
65
- IMAGE_TYPES=%w{OS CDROM DATABLOCK KERNEL RAMDISK CONTEXT BACKUP}
65
+ IMAGE_TYPES=%w{OS CDROM DATABLOCK KERNEL RAMDISK CONTEXT BACKUP FILESYSTEM}
66
66
 
67
67
  SHORT_IMAGE_TYPES={
68
- "OS" => "OS",
69
- "CDROM" => "CD",
70
- "DATABLOCK" => "DB",
71
- "KERNEL" => "KL",
72
- "RAMDISK" => "RD",
73
- "CONTEXT" => "CX",
74
- "BACKUP" => "BK"
68
+ "OS" => "OS",
69
+ "CDROM" => "CD",
70
+ "DATABLOCK" => "DB",
71
+ "KERNEL" => "KL",
72
+ "RAMDISK" => "RD",
73
+ "CONTEXT" => "CX",
74
+ "BACKUP" => "BK",
75
+ "FILESYSTEM" => "FS"
75
76
  }
76
77
 
77
- DISK_TYPES=%w{FILE CD_ROM BLOCK RBD}
78
+ DISK_TYPES=%w{FILE CD_ROM BLOCK RBD FILE_SYSTEM}
78
79
 
79
80
  # Creates an Image description with just its identifier
80
81
  # this method should be used to create plain Image objects.
@@ -1,5 +1,5 @@
1
1
  # -------------------------------------------------------------------------- #
2
- # Copyright 2002-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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-2025, OpenNebula Project, OpenNebula Systems #
2
+ # Copyright 2002-2026, 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 #