v6.2.0
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:
- F #52: Add support for INIT_SCRIPTS on vCenter
- F #85: Retry report READY=YES
- F OpenNebula/addon-context-linux#86: Update GATEWAY6 to IP6_GATEWAY
- F OpenNebula/addon-context-linux#86: Support IP conf. methods, IP6_METRIC
- F OpenNebula/one#4257: Select partition to resize when resizing disk
The contextualization package is compatible with OpenNebula versions from 4.6 to 6.2.