RE: API Command Question for "networkids"

2021-10-14 Thread Corey, Mike
Daan,Rohit, I don't see the "deployAsIs" in the Register Template UI when downloading/registering an OVA template nor do I see it as an option listed in the template details of an already registered template. Am I missing something here? Many thanks! Mike -Original Message-

RE: [!!Mass Mail]Re: Specify cluster for virtual router

2021-10-14 Thread Дикевич Евгений Александрович
Hmmm interesting... It works when U use host tags. With storage tags this isn't work))) Mb I should open issue?) -Original Message- From: K B Shiv Kumar [mailto:s...@indiqus.com.INVALID] Sent: Thursday, October 14, 2021 6:05 PM To: users@cloudstack.apache.org Subject: Re: [!!Mass

Re: [!!Mass Mail]Re: Specify cluster for virtual router

2021-10-14 Thread K B Shiv Kumar
Would've been surprised if it did :-) This seems to be a bug right from 4.7 through now. Maybe from earlier as well. Unlike deploV irtualMachine call there is no option to specify host or planner even for ROOT. Best Regards Shiv (Sent from mobile device. Apologies for brevity and typos) On Thu,

systemvm-vmware-4.15.1 template - Did not find a guest OS with type otherLinux64Guest

2021-10-14 Thread David Larsen
Hi I have just tried to install systemvm-vmware-4.15.1 template to prepare for cloudstack 4.15.2 upgrade. When I choose Hypervisor: VMware, I cannot choos OS Type afterwards. The template never become "Ready" The Cloudstack system-vm upgrade documentation step 6 it says: "Watch the screen to

RE: [!!Mass Mail]Re: Specify cluster for virtual router

2021-10-14 Thread Дикевич Евгений Александрович
No, It' doesn't work:) ACS 4.14.1 -Original Message- From: K B Shiv Kumar [mailto:s...@indiqus.com.INVALID] Sent: Thursday, October 14, 2021 4:26 PM To: users@cloudstack.apache.org Subject: Re: [!!Mass Mail]Re: Specify cluster for virtual router I'll be very curious to know if this

Re: [!!Mass Mail]Re: Specify cluster for virtual router

2021-10-14 Thread K B Shiv Kumar
I'll be very curious to know if this actually works and if so please let me know the exact version of ACS you are using. Best Regards Shiv (Sent from mobile device. Apologies for brevity and typos) On Thu, 14 Oct, 2021, 18:34 Дикевич Евгений Александрович, < evgeniy.dikev...@becloud.by>

RE: [!!Mass Mail]Re: Specify cluster for virtual router

2021-10-14 Thread Дикевич Евгений Александрович
Thx a lot! I mix up network offering (which contains only Physical network tag) and systemvm offering (which contains host and storage tags) :) Your answer is what I am looking for:) -Original Message- From: Matheus Fontes [mailto:math...@ghz.com.br] Sent: Thursday, October 14, 2021

Re: Specify cluster for virtual router

2021-10-14 Thread Matheus Fontes
Set a hosttag on hosts that you want the routers will be deployed and then set the same hosttag in your systemvm offer. After the hosttags are set proprierly, just send a restart with cleanup on networks (this will create a new vrouter for network and destroy old). New vrouters will be deployed

Re: API Command Question for "networkids"

2021-10-14 Thread Rohit Yadav
Hi Mike, all, While we discuss and update the apidocs on the website that Daan has referred in previous reply. You can use cmk [1] to sync and get latest APIs discovered for your CloudStack env and use the " -h" to get latest docs. For example: > deploy virtualmachine -h deployVirtualMachine:

Specify cluster for virtual router

2021-10-14 Thread Дикевич Евгений Александрович
Hi all! How I can specify cluster for virtual router? I have 2 cluster in 1 pod. I want to migrate VR to cluster where VMs from that network are located. How I can do it? When I try to migrate VR CS show me than I can migrate It whithin hosts in only one cluster. Please help me:) Best regards

Re: API Command Question for "networkids"

2021-10-14 Thread Daan Hoogland
I just checked the API description and I have been a bit misleading. The deployAsIs parameter is issued during template registration, not at deploytime. Look at the code for RegisterTemplateCmd. it is not described in https://cloudstack.apache.org/api/apidocs-4.15/apis/registerTemplate.html