Integrating Console View

2018-09-08 Thread Fariborz Navidan
Hello Devs, I am trying to integrate CloudStack’s Console View into my custom application. I have used to get console URL by passing apiKey and Signature to “/client/console” page. The URL I get is working well in browser but I want to get the actual console URL which is returned by “/client/con

Deploying VM with custom CPU and RAM

2018-09-09 Thread Fariborz Navidan
Hello, I have created a customizable service offering in cloudstack and want to deploy VM via deployVirtualMachine() API call. If I specify id of custom service offering, I will need to specify cpu cores and memory, It is not documented how should I fill those parameters I have tried details[0].cp

Re: Deploying VM with custom CPU and RAM

2018-09-09 Thread Fariborz Navidan
Thank you, I just cheked apilog.log and found the parameter names. On Sun, Sep 9, 2018 at 2:41 PM Ivan Kudryavtsev wrote: > Hi, why don't you just track RESTful API call sent thru API in Cloudstack > UI. Just click F12 in Chrome and trace the call. > > вс, 9 сент. 2018 г

Using TLD as hostname for VMs

2018-09-14 Thread Fariborz Navidan
Hello folks. When I use API to create virtual machines via API I'm unable to use ' example.com' or 'server.example.com' for 'name' parameter to call deployVirtualMachine API call. I need to replace dots with hyphens then this wrong hostname will be recognized by dhcp client and set on VM. How do I

Re: CloudStack NoVNC solution in Leaseweb

2019-04-04 Thread Fariborz Navidan
Hello, It's a great and valuable job because we have already observed that noVNC integrated into control panels such as Virtualizor has great speed and efficiency in comparison with CloudStack's native console proxy implementation. Especially noVNC is more comfortable when user is on on a low spee

noVNC integration?

2019-04-19 Thread Fariborz Navidan
Hello, Is there any news on noVNC integration proposed a few weeks ago? Thanks

Re: noVNC integration?

2019-04-19 Thread Fariborz Navidan
Does it work on 4.12 as well? On Fri, Apr 19, 2019 at 5:34 PM Wei ZHOU wrote: > Hi Fariborz, > > This week I have ported our changes for novnc to cloudstack 4.11.2, and > upgraded noVNC to latest 1.1.0, everything seems ok. > > I will create a pull request later today. > &

Re: noVNC integration?

2019-04-19 Thread Fariborz Navidan
mmits can not be applied in 4.12. The commits can be applied after some > small changes. > I will add all commits to master(4.13) and test it next week. > > Kind regards, > Wei > > > Fariborz Navidan 于2019年4月19日周五 下午3:07写道: > > > Does it work on 4.12 as well

Get VM's last boot time via API

2019-04-26 Thread Fariborz Navidan
Hello team, Is there any way to get the VM's last boot time via ACS API? Thanks

Re: [ANNOUNCE] Apache CloudStack LTS Maintenance Release 4.11.3.0

2019-07-15 Thread Fariborz Navidan
Hello, By when will it available to us publicly to upgrade? Thanks On Mon, Jul 15, 2019 at 12:23 PM Vladimir Melnik wrote: > My congratulations to you, good people! Thank you for doing this great > job. > > I've upgraded yesterday, everything to keep working fine. > > The only thing that surpr

Does ACS utilizes or can utilize IOThreads on KVM hosts?

2019-08-05 Thread Fariborz Navidan
Hello All, It sounds like IOThreads has a great effect on IO performance of KVM guests if configured correctly. Does ACS supports or utilizes this feature of QEMU and libvirt? Thanks

Dynamic scaling support for KVM

2019-08-08 Thread Fariborz Navidan
Hello Devs, Since long time ago libvirt supports live horizental scaling of VMs. Do you intend for ACS 4.13 to support dynamic scaling of KVM VMs? TIA

Inject user provided password to VR

2019-08-15 Thread Fariborz Navidan
Hello, Is it possible to somehow override random passwords for password-enabled templates and inject user provided password during deploy/restore virtual machine commands? TIA

ACS 4.13

2019-08-28 Thread Fariborz Navidan
Has anyone published 4.13 RPM repository yet?

Re: Dynamic scaling support for KVM

2019-09-11 Thread Fariborz Navidan
> > > Regards, > > Rohit Yadav > > Software Architect, ShapeBlue > > https://www.shapeblue.com > > > From: Wei ZHOU > Sent: Thursday, August 15, 2019 16:37 > To: dev@cloudstack.apache.org > Subject: Re: Dynamic scal

DB Update Error After Upgrade to 4.13

2019-09-30 Thread Fariborz Navidan
Hello, I've just followed upgrade instructions from 4.12 to 4.13 in documentation. DB update fails with duplicate entry error. Please see log entries bellow: [root@fr-kvm1 scripts]# cat /var/log/cloudstack/management/management-server.log 2019-09-30 18:38:09,244 INFO [o.a.c.ServerDaemon] (main:

noVNC not committed to 4.13!

2019-10-04 Thread Fariborz Navidan
Hello All, Several months ago, there was a discussion on integrating noVNC into new 4.13 and one of development said he will commit it into 4.13 but I see console proxy is using same system as previous. noVNC has several benefits. It does not repaints the screen making it flashing on low speed con

Re: noVNC not committed to 4.13!

2019-10-04 Thread Fariborz Navidan
it into master (hopefully released in > 4.14). > > -Wei > > > > On Fri, 4 Oct 2019 at 15:53, Fariborz Navidan > wrote: > > > Hello All, > > > > Several months ago, there was a discussion on integrating noVNC into new > > 4.13 and one of development said he

[PROPOSE] Allow L2 Guest Network In SG Enabled Zone

2019-12-22 Thread Fariborz Navidan
Hi All, There are some case that it is needed to have two or more guest networks some of which are are shared networks and some others are L2 networks. Security Groups enabled zones do not allow combination of these 2 guest network types. Thanks in advance.

Obsolete networking configuration guide in KVM host installation documentation

2024-07-20 Thread Fariborz Navidan
Hello, As you all may know old fation of network configuration has gone away in the latest RHEL 9/Ubuntu 22+ but in the latest documentation available at http://docs.cloudstack.apache.org/en/4.19.1.0/installguide/hypervisor/kvm.html it still directs readers to use obsolete configuration files (/et

Re: Obsolete networking configuration guide in KVM host installation documentation

2024-07-20 Thread Fariborz Navidan
4 AM Ruben Bosch wrote: > Hi Fariborz, > > Please feel welcome to suggest updates to the documentation here: > https://github.com/apache/cloudstack-documentation. The CloudStack project > welcomes the community to contribute. > > On Sat, Jul 20, 2024 at 11:08 PM Faribor

Management server cannot connect to KVM host on AlmaLinux 9

2024-07-20 Thread Fariborz Navidan
Hello All, I have installed a fresh 4.18.2.1 on AlmaLinux 9. Management server and KVM host is installed on the same node. Adding host was failed during first time configuration wizard. After that, I ran following commands on the server as per suggested by one of members in the users mailing list,

Integration of console access fails for 4.18.2.1

2024-08-14 Thread Fariborz Navidan
Hello Everyone, I am using "getCommandQuery" API passing "cmd=access", "vm" and "apiKey" parameters to integrate console access to our own client panel. We have two ACS installations, v4.15.0.0 and 4.18.2.1. If I call the API against v4.15 management server it returns a query string for console ac

Re: Integration of console access fails for 4.18.2.1

2024-08-15 Thread Fariborz Navidan
Thank you. It works well. On Wed, 14 Aug 2024, 22:50 Wei ZHOU, wrote: > Try this > > > > https://cloudstack.apache.org/api/apidocs-4.18/apis/createConsoleEndpoint.html > > > On Wednesday, August 14, 2024, Fariborz Navidan > wrote: > > > Hello Everyone, >

Building noVNC into console proxy vm

2020-06-18 Thread Fariborz Navidan
Hello, How can I manually build noVNC into console proxy vm 4.14 before waiting for 4.15? Thanks