Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

v6.2.0

Choose a tag to compare

@vholer vholer released this 25 Oct 16:39
· 20 commits to master since this release

This is a stable release of the Windows contextualization package, which comes along with OpenNebula 6.2 Red Square.

It brings support for guest init. scripts on vCenter (INIT_SCRIPTS). Extends partition and filesystem growing functionality on disks resized in the OpenNebula previously limited only to the main disk (C:) to any custom disk (example: GROW_FS="C: D: Z:"). Also, allows selecting the IP configuration method inside the guest VM from common (and default) static network configuration to various dynamic configuration options, skipping any configuration actions, or even disabling IPv6 at all. This is configurable on the NIC level in OpenNebula VM template through new parameters METHOD (for IPv4) and IP6_METHOD (for IPv6), which are then propagated into corresponding context parameters (example of VM template snippet: NIC = [ NETWORK="example", METHOD = "dhcp", IP6_METHOD="disable" ]).

It contains also a few small features, fixes, and forward compatibility changes.

Changes since the previous stable version:

The contextualization package is compatible with OpenNebula versions from 4.6 to 6.2.