![]() |
#1 |
Junior Member
Join Date: Jun 2013
Posts: 3
![]() |
![]()
I want to create a separate node and allow a user to fully manage his virtual environment within this node, so that he could create, edit and delete virtual machines. Can I do that for one particular node?
|
![]() |
![]() |
![]() |
#2 |
ISPsystem team
Join Date: Jun 2013
Posts: 233
![]() |
![]()
Hi,
It is possible to allow user to create a virtual machine and it is possible to limit number of virtual machine can be created by user. But, unfortunately, there is no way to make a restriction with node. If user can create vps, he is able to choose what node is used for this. But it is possible to make a plugin for hiding nodes. Please read more about plugins in our documentation. |
![]() |
![]() |
![]() |
#4 |
ISPsystem team
Join Date: Jun 2013
Posts: 233
![]() |
![]()
# cat /usr/local/mgr5/etc/xml/vmmgr_mod_hidenodes.xml
<?xml version="1.0" encoding="UTF8"?> <mgrdata> <handler name="node" type="xml"> <event name="vm.edit" after="yes"/> </handler> </mgrdata> # cat /usr/local/mgr5/addon/node #!/bin/bash cat | sed 's/<slist name="hostnode">.*<\/val><\/slist>/<slist name="hostnode"><val key="2">node2<\/val><\/slist>/' where node2 - name of node you want to allow to user. |
![]() |
![]() |
![]() |
Tags |
vmmanager |
Thread Tools | |
|
|