Commit Graph

181 Commits

Author SHA1 Message Date
Grant Gongaware
7adcc1b554
Merge pull request #125 from V-Paranoiaque/feature/mbps
Add parameters to the disk to set read/write limits
2019-12-16 12:34:06 -08:00
Grant Gongaware
ecb0b334ac
Merge pull request #129 from V-Paranoiaque/feature/balloon
Add ballooning feature for memory
2019-12-16 09:42:33 -08:00
Virgil
cc9ac1a86d Merge remote-tracking branch 'upstream/master' into feature/mbps 2019-12-12 21:24:28 +01:00
Grant Gongaware
db600b5d22
Merge pull request #127 from basvandijk/upgrade-proxmox-api-go-to-support-cephfs
Upgrade proxmox-api-go to support cephfs
2019-12-12 09:19:41 -08:00
Bas van Dijk
0265fb76c4 Upgrade proxmox-api-go to support cephfs 2019-12-12 10:15:24 +01:00
Virgil
383738a54a Add ballooning feature for memory 2019-12-09 11:02:33 +01:00
Virgil
6894c00bfd Merge remote-tracking branch 'upstream/master' into feature/mbps 2019-12-06 20:02:46 +01:00
Grant Gongaware
60b5ec0c81
Merge pull request #122 from V-Paranoiaque/feature/vcpu
Feature/vcpu
2019-12-06 10:10:56 -08:00
Virgil
6dc3e0c031 Update lib 2019-12-06 18:48:03 +01:00
Virgil
b87844c5db Add support for mbps options in qemu disks 2019-12-06 14:08:54 +01:00
Virgil
48cfb79153 Update API 2019-12-05 18:52:39 +01:00
Virgil
97ee971bbe Add vcpus feature 2019-12-05 14:41:10 +01:00
Grant Gongaware
c4f2bac16b
Merge pull request #118 from claudusd/node_migration
Node migration
2019-12-02 10:16:50 -08:00
Claude Dioudonnat
cbd4592954 Update proxmox-api-go dependency 2019-12-02 19:13:23 +01:00
Claude Dioudonnat
f913d40bfb Migration 2019-12-02 19:12:18 +01:00
Grant Gongaware
092372ce8f
Merge pull request #113 from V-Paranoiaque/lib-update
Update the proxmox api lib
2019-12-02 08:54:41 -08:00
Grant Gongaware
1c90e79148
Merge pull request #91 from AleRousse/fix/clone_timeout#90
Added clone_wait variable to configure wait time during cloning
2019-12-02 08:53:33 -08:00
Virgil
729d583bc0 Update the proxmox api lib 2019-11-18 19:07:23 +01:00
Grant Gongaware
3cc0dd2340
Merge pull request #106 from solidnerd/improve-makefile
Improve Makefile for go modules and travis
2019-11-04 09:56:28 -08:00
Grant Gongaware
0f7edc67dd
Merge pull request #108 from claudusd/keep_id_updateconfig_fail
Set id when updateconfig fail
2019-11-04 09:55:23 -08:00
Grant Gongaware
fc3b001ca0
Merge pull request #107 from V-Paranoiaque/feature/hastate
New feature, HA management
2019-11-04 09:54:36 -08:00
Virgil
eb58ce5e20 Update proxmox-api-go dependency 2019-11-04 18:50:37 +01:00
Claude Dioudonnat
f403e94593 Set id when updateconfig fail 2019-10-29 14:00:37 +01:00
Virgil
f4ce53676c New feature, HA management 2019-10-29 11:41:43 +01:00
solidnerd
86b237fe4e
Improve Makefile for go modules and travis
Signed-off-by: solidnerd <niclas@mietz.io>
2019-10-25 10:09:44 +02:00
Grant Gongaware
7a4a86f9e1
Merge pull request #100 from V-Paranoiaque/fix/pool-update
Save current pool and fix when updated
2019-10-14 14:51:03 -07:00
Virgil
db13998df7 Update proxmox-api-go dependency 2019-10-14 20:27:28 +02:00
Virgil
a9fcdac1b3 Merge remote-tracking branch 'origin/master' into fix/pool-update 2019-10-14 18:59:10 +02:00
Grant Gongaware
5326f4e305
Merge pull request #101 from solidnerd/add-go-mod-support
Add go mod support
2019-10-14 09:15:15 -07:00
Grant Gongaware
05fe0fbdb7
Merge pull request #102 from in0rdr/fix/issues/44/remove_id
LXC: Remove Device IDs
2019-10-14 09:08:41 -07:00
Andreas Gruhler
0ea0cc8246 remove id from lxc example 2019-10-14 09:08:29 +02:00
Andreas Gruhler
25b0a281ca add/remove compatibility functions 2019-10-14 08:49:52 +02:00
solidnerd
d64ade0e86
Add go mod support
Signed-off-by: solidnerd <niclas@mietz.io>
2019-10-12 10:44:11 +02:00
Virgil
2919c3a1bf Get the current pool and save it 2019-10-11 11:31:09 +02:00
Grant Gongaware
c208254130 Merge branch 'master' of github.com:Telmate/terraform-provider-proxmox 2019-10-10 10:29:29 -07:00
Grant Gongaware
e38fec05ce support terraform 0.12 connection rules 2019-10-10 10:29:02 -07:00
Grant Gongaware
42a9c68624
Merge pull request #96 from in0rdr/fix/empty-feature
Check feature list length
2019-10-09 11:03:37 -07:00
Grant Gongaware
c05ce12e6f
Merge pull request #97 from gentoo9ball/feature/ipconfig2
Added ipconfig2 everywhere ipconfig1 is listed, should enable 3 netwo…
2019-10-04 12:26:03 -07:00
Bob
3c274cd879 Added ipconfig2 everywhere ipconfig1 is listed, should enable 3 networks to be configured in cloud-init
As referenced here, https://pve.proxmox.com/wiki/Cloud-Init_Support, proxmox cloud-init should support
ipconfig[n]: [gw=<GatewayIPv4>] [,gw6=<GatewayIPv6>] [,ip=<IPv4Format/CIDR>] [,ip6=<IPv6Format/CIDR>]

Future work should be a loop to support [n] ipconfig lines
 Changes to be committed:
	modified:   proxmox/resource_vm_qemu.go
2019-10-03 11:23:04 -04:00
Andreas Gruhler
a832f0b98f check feature list length 2019-10-03 06:22:05 +02:00
Grant Gongaware
48d6718ef8
Merge pull request #93 from claudusd/full_clone
Add choice between full or partial clone
2019-10-01 10:20:22 -07:00
Claude Dioudonnat
18743c0e54 Add choice between full or partial clone 2019-09-30 14:57:59 +02:00
Grant Gongaware
bf7b3cdf9d
Merge pull request #92 from in0rdr/fix/net_gw
Change net.gw to string
2019-09-29 14:40:55 -07:00
Andreas Gruhler
d01d60f68c change gw to string 2019-09-29 19:49:47 +02:00
Alexandre Rousseau
4914421132 Added clone_wait variable to configure wait time during cloning 2019-09-23 00:51:07 -04:00
Grant Gongaware
23e407d44c restore ssh port option for ssh_forward 2019-09-04 12:45:02 -07:00
Grant Gongaware
baf8df69f7
Merge pull request #78 from V-Paranoiaque/fix/disksize-cloudinit
Fix Cloud-init resizing
2019-08-16 10:22:38 -07:00
Virgil
f9032bf31b
Fix Cloud-init resizing
Cloud init is returning a disk size in MB and the function diskSizeGB was not able to convert it in GB so the new disk size was not the wanted one.
I have also added support for other units, will be useful for the future.
2019-08-16 19:17:00 +02:00
Grant Gongaware
080c8ad2dd
Merge pull request #74 from V-Paranoiaque/feature/cpu
Add CPU customization features and hotplug
2019-08-15 10:10:42 -07:00
Virgil
55cd3caa5c Merge remote-tracking branch 'upstream/master' into feature/cpu 2019-08-15 09:59:50 +02:00