proxmox/CHANGELOG.md

1.8 KiB


0.1.0 - 2015/01/15

This release introduce new defined types:

proxmox::hypervisor::group { 'sysadmin': role => 'Administrator', users => [ 'root@pam', 'test@pve' ], }

proxmox::hypervisor::user { 'toto@pve': group => 'sysadmin', }

And also directly jump to 0.1.0, the module allow to manage a simple Proxmox hypervisor right now.

Changes
  • Add a variable to choose to keep PVE enterprise repo for the subscribers.
  • (#4) Add an access control list for PveProxy.
  • (#4) Add a new class to manage Proxmox's service (proxmox::hypervisor::service).
  • (#6) Add a new defined type to manage groups for PVE WebGUI.
  • (#7) Add a new defined type to manage users for PVE WebGUI.
  • Update the README.md file for (#6) group and (#7) user defined types.
  • Add a test for (#6) group and (#7) user defined types.

0.0.2 - 2015/01/08

New functionality release, Proxmox installation now working :)

Changes
  • (#1) Possibility to choose between newer kernel that only supports KVM or a ~2.6.32 that supports both KVM and OpenVZ.
  • (#1) Install the Virtual Environment and it's works with 2 puppet run.
  • Add new test (hypervisor_kvm_only).
  • Add a fact to check if Proxmox is "available".
  • Add a new class: proxmox::hypervisor::config for some tiny configurations.
  • Remove the subscription message in the web gui.
  • Add operatingsystem_support information in the metadata.json (to correct the error in Metadata Quality).
  • Correct wtfpl into WTFPL to be recognized by SPDX (Metadata Quality).
  • Correct indentation, double quote, ...

0.0.1 - 2015/01/07

Initial release.

Changes
  • Only prepare the system for Proxmox installation (proxmox::hypervisor::preconfig)