initd Posted August 10, 2013 Report Posted August 10, 2013 How is the status about the Proxmox module? Quote
Blesta Addons Posted August 11, 2013 Report Posted August 11, 2013 if i have time next week i will begin coding the module ith the basic function (start/stop/reboot/delete) i have already a module for the v2.5 Michael 1 Quote
initd Posted August 11, 2013 Author Report Posted August 11, 2013 if i have time next week i will begin coding the module ith the basic function (start/stop/reboot/delete) i have already a module for the v2.5 Nice to see. Where can I get the Module for v2.5 ? Quote
Blesta Addons Posted August 11, 2013 Report Posted August 11, 2013 Nice to see. Where can I get the Module for v2.5 ? the module is not public, and used for some internal use . if you want it i can give you a copy , just give me sometime to remove some code that is not related to the proxmox , because we have complicated cloud system with proxmox . Quote
initd Posted August 11, 2013 Author Report Posted August 11, 2013 the module is not public, and used for some internal use . if you want it i can give you a copy , just give me sometime to remove some code that is not related to the proxmox , because we have complicated cloud system with proxmox . If you want to share it with me, why not. Quote
Blesta Addons Posted August 11, 2013 Report Posted August 11, 2013 just to not i have not tested it with the order form , maybe it will have a bug , you can add vps without provision . and then the moule provisionning the vps with stop/start/shutdown/delete . it suppoer suspend/unsuspned/remove action . as i told it maybe not complete but usefful . no feedback/bugs reported , because i will not lose time in module of 2.5 . Quote
Blesta Addons Posted August 11, 2013 Report Posted August 11, 2013 Hello Attached the plugin for 2.5 , use it at your own risk . NO support/feedback/bug for the this version . openvz Only Support NOW . but you can keep your notes for the next release for the V3 . i will code it next week if i have time , so no promise to the community . i have also the ovh server management in my wichlist . i have a comented line in 510 , please uncomment the line , if no , the shutdown will not work //$first_node = $node_name[0]; proxmoxv2.zip initd and Michael 2 Quote
cloudrck Posted August 11, 2013 Report Posted August 11, 2013 The code at https://github.com/CpuID/pve2-api-php-client works. I've been meaning to port it to Blesta Michael 1 Quote
initd Posted August 11, 2013 Author Report Posted August 11, 2013 Hello Attached the plugin for 2.5 , use it at your own risk . NO support/feedback/bug for the this version . openvz Only Support NOW . but you can keep your notes for the next release for the V3 . i will code it next week if i have time , so no promise to the community . i have also the ovh server management in my wichlist . "ovh server management", hum.. This sounds good. Quote
Blesta Addons Posted August 11, 2013 Report Posted August 11, 2013 The code at https://github.com/CpuID/pve2-api-php-client works. I've been meaning to port it to Blesta yes, i use thier class in my project , also this version use this class . Quote
Blesta Addons Posted August 12, 2013 Report Posted August 12, 2013 i have a comented line in 510 , please uncomment the line , if no , the shutdown will not work //$first_node = $node_name[0]; Quote
initd Posted August 13, 2013 Author Report Posted August 13, 2013 if i have time next week i will begin coding the module ith the basic function (start/stop/reboot/delete) Do you think that a rebuild/reinstall feature is possible? Quote
Blesta Addons Posted August 13, 2013 Report Posted August 13, 2013 Reinstall function is not available in proxmox now , But We have two option for this to achieve this process 1 - get the vm conf and then delete the vm and créate new one based in the conf . 2 - re-create the container with -force option (not yet tested) We will discuss this case and others after the first release . Michael 1 Quote
initd Posted August 13, 2013 Author Report Posted August 13, 2013 I thought of the first option, because I know that this option isn't available in Proxmox.It's maybe the best solution. The proxmox staff said something like.. "use backup/restore. re-install is nothing what we plan to add as its not suitable here." Yeah, sure. Source: http://forum.proxmox.com/threads/9725-How-to-Reinstall-VPS Quote
Blesta Addons Posted August 13, 2013 Report Posted August 13, 2013 that because the "ESPRIT" of proxmox is not commercial like the solusvm , solusvm listen to the potential clients and add what they want because they pay . proxmox is Open source , so they have 0 obligation to thier users . also as i know proxmox is used in virtualisation some environnement , so the admin who decide (create or not) . i will try what we can do , but a re-create vm with the -force i think is better and easy if we will define (the cpu/disk/memory/.... in the package , so we don't need to get the vm config and store it . the best thing to go with it first , is to uses the PLAN system . as proxmox hasn't this plan , we can define the ressource via the packages . the clients accounts proxmox now has the option to add clients (users) , so we can add option to create client account and affect the vps to it , but i don't like this idea, because i prefer the client stay with one console management wich is blesta . also the IP addess pool , is another thing that i look to , it , i prefer add option to every server in the module to list the available ip and auto affect ip in the creation and remove it from the pool, when vm is deleted return thier ip to the pool . this is some ideas how i look to the module , but in the end , that is not a easy task and a big work are waiting , this need the more free time i have , i will try my best , for me , and for all the community . Quote
initd Posted August 13, 2013 Author Report Posted August 13, 2013 Maybe you can support Paul.. "Proxmox isn't going to make it into the initial v3 release, but we'll be scheduling development for it shortly after release." also the IP addess pool , is another thing that i look to , it , i prefer add option to every server in the module to list the available ip and auto affect ip in the creation and remove it from the pool, when vm is deleted return thier ip to the pool . Yes, IPv6 would also be nice. Quote
x86 Posted October 14, 2013 Report Posted October 14, 2013 hi, also interested in this module develepoment. Could we somehow help / give a hand? cheers Simone Quote
Paul Posted October 14, 2013 Report Posted October 14, 2013 Proxmox is now a high priority. I can't say much else yet. Quote
henning Posted October 21, 2013 Report Posted October 21, 2013 I need to choose a CRM system until December. Leaning towards blesta. But Proxmox support is a must for me. We need KVM and cluster support. Would love to see it in blesta. Quote
Paul Posted October 21, 2013 Report Posted October 21, 2013 It's looking very likely that Proxmox will be included in 3.1. Stay tuned. Quote
henning Posted October 21, 2013 Report Posted October 21, 2013 Thats great! Are you planning to support KVM and cluster setups? Quote
cloudrck Posted October 22, 2013 Report Posted October 22, 2013 It's looking very likely that Proxmox will be included in 3.1. Stay tuned. That's what I've been waiting to hear. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.