]> git.proxmox.com Git - pve-ha-manager.git/commitdiff
simulator: install all virtual resources
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 2 Mar 2016 09:35:57 +0000 (10:35 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 2 Mar 2016 11:35:18 +0000 (12:35 +0100)
we include it in the source and we also want to allow to use it

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile
changelog.Debian
src/PVE/HA/Sim/Resources/Makefile

index 57756cfb7d9e7014c39680735e90b075e6b3feb4..9affa411e792b6389bb86afb71d7db0aa7d996c5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ RELEASE=4.1
 VERSION=1.0
 PACKAGE=pve-ha-manager
 SIMPACKAGE=pve-ha-simulator
-PKGREL=23
+PKGREL=24
 
 GITVERSION:=$(shell cat .git/refs/heads/master)
 
index 829b4dd4c249e23422416d99fa7b70a709a3437f..c7faccddc99a5bccb8721aa2510fe51994c93e06 100644 (file)
@@ -1,3 +1,9 @@
+pve-ha-manager (1.0-24) unstable; urgency=medium
+
+  * simulator: install all virtual resources
+
+ -- Proxmox Support Team <support@proxmox.com>  Wed, 02 Mar 2016 10:30:40 +0100
+
 pve-ha-manager (1.0-23) unstable; urgency=medium
 
   * fix infinite started <=> migrate cycle
index 3892258ff6e582d0cf596559de8a461179011fb2..b15a8461b8faeef1fb532ef24085640482409f5e 100644 (file)
@@ -1,4 +1,4 @@
-SOURCES=VirtVM.pm VirtCT.pm
+SOURCES=VirtVM.pm VirtCT.pm VirtFail.pm
 
 .PHONY: installsim
 installsim: