如何将cloudstack套在其他业务系统之中,让其他系统自动登录指定的cloudstack用户?

2013-12-12 Thread 刘蒙恩
有简便易行的办法,让用户使用其他web系统时,自动登录cloudstack内的某一个用户吗? 说白了就是和其他系统集成起来,做SSO,经过统一身份认证之后,访问cloudstack可以自动登录至某一个用户身份(用户密码都是已知的)。 -- Galex

signature php

2013-12-12 Thread Salar Darwish
Hello, I am very new with cloudstack and trying to generate a signature to reqeust some simpel api's with php. I use the following script but still get the error: unable to verify user credentials and/or request signature Can some one help me what is the mistake here. Thank you in advance

Re: router VM hangs frequently

2013-12-12 Thread Ryo Kan
Hi,Marty Thank you for reply It was found that new fact behavior occurs in the router VM of multi-core Try multicore someone Thanks, kan 2013/12/11 Marty Sweet msweet@gmail.com Hi Kano, You can normally find more information in the management server log, which is located under

RE: CS 4.2 : installation/running usage server problem

2013-12-12 Thread Tariq Iqbal
Hi Vadim, From the management log it appears your usage server is not running, can you post result of the following command: ps aux | grep java Can you try stopping and starting the cloudstack-usage process from the init.d folder and then monitor the mgmt. log to confirm it has a heartbeat and

Re: Password reset feature and User Data service

2013-12-12 Thread Andrija Panic
Anyone?, I'm desperate...lot of production VMs running, can't really experiment by stopping all of them... ? http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html-single/Installation_Guide/index.html#change-network-offering-on-guest-network says I only need to stop VMs, if decide

Re: Password reset feature and User Data service

2013-12-12 Thread Andrija Panic
No I have not, you think this is the UI bug ? Sent from Google Nexus 4 On Dec 12, 2013 4:49 PM, Domenico De Monte d.demo...@netsons.com wrote: Have you tried by api ? Regards Il 12/12/2013 16:46, Andrija Panic ha scritto: Anyone?, I'm desperate...lot of production VMs running, can't

Re: Password reset feature and User Data service

2013-12-12 Thread Domenico De Monte
I do not see your specific case but, in my case, i notice many bugs in this release so: yes, i think it's one of UI bugs. Regards Il 12/12/2013 16:50, Andrija Panic ha scritto: No I have not, you think this is the UI bug

how to add new public subnets to my cs(basic networking mode)

2013-12-12 Thread Steven Liang
Hi everyone, Could you please tell me how to add new public subnets to my cs? Because my existing ips will exhausted. Thank you. Regards, Steven

Re: Password reset feature and User Data service

2013-12-12 Thread Andrija Panic
Well, I prefer to do it via CloudMonkey, not using API that much,,,: Will the folowing do the job: cloudmonkey update network id=xxxIdOfNetworkToBeUpdatedxxx networkofferingid=xxxNewNetworkOfferingIDxxx What I'm asking - do I need to define any other parametres for update beside the

dedicated public ip range for VPC

2013-12-12 Thread Brandon Arms
Is anyone familiar with dedicating a specific ip range to an account that needs a VPC setup? when I added a new public range and associated it with the account, there was an isolated network automatically created under the account and all the public ip addresses specified were allocated

RE: how to add new public subnets to my cs(basic networking mode)

2013-12-12 Thread Brandon Arms
Here is the citrix answer: Extending your IP range If you want to extend the range. You can add another IP range by clicking on Add IP Range and then specify the same network VLAN settings, except specify the a new IP range in the same subnet. Do not overlap the existing public IP range. The

Re: dedicated public ip range for VPC

2013-12-12 Thread Alena Prokharchyk
Brandon, dedicated ip range feature has a limitation in the cloudStack - it can be used only for the case when customer (account) owns only one Isolated network. As by initial design, the newly created ip range gets programmed automatically on the Isolated network¹s VR right after the range is

Re: signature php

2013-12-12 Thread Salar Darwish
Thank you. I have already checked the cloudstack php client but still can not find the problem with my script. 2013/12/12 sebgoa run...@gmail.com On Dec 12, 2013, at 10:14 AM, Salar Darwish salardarw...@gmail.com wrote: Hello, I am very new with cloudstack and trying to generate a

Re: how to add new public subnets to my cs(basic networking mode)

2013-12-12 Thread Steven Liang
Hi Brandon, Thank you for your updating. I didn't use vlan, and I've added the new ip subnet to a new pod of my cs. After added some vms, there is no vms assign new ips. I need to configure vrouter manually? Thank you. Steven

Re: signature php

2013-12-12 Thread Ian Service
Hey Salar, The keys need to be in alphabetical order for you to calculate the correct signature, (which you have in your example: [apiKey, command, response] but you don't have a function to handle it) apiKey has an upper case K in my code, maybe that's it? - Ian On Thu, Dec 12, 2013 at 2:18

RE: signature php

2013-12-12 Thread Santhosh Edukulla
Salar, Few notes: 1. You created query variable as below, but you have not used it thereafter, i believe strtolower should take your query variable instead of hashcommand? $query = str_replace(+, %20, $hashcommand ); lower = strtolower($hashcommand); 2. I hope hash_hmac provides you the raw

Re: Password reset feature and User Data service

2013-12-12 Thread Andrija Panic
Well, just tried tio update shared network with new network offering, but it seems CS 4.2 does not allow shared networks to be upgraded...only isolated ones... Here is the output, for those interested...disapointed...how am I going to expand service offering for the network... (add User Data

When official Cloudstack 4.2.1 will be published?

2013-12-12 Thread Netsons Domenico DoM De Monte
Hello all, On cs website there is announce published on 25 november about new cs available version: 4.2.1 It said that download of latest official release 4.2.1 is possible from main website. https://cwiki.apache.org/confluence/display/CLOUDSTACK/4.2.1+Release+Announcement It's not. Why do

RE: dedicated public ip range for VPC

2013-12-12 Thread Likitha Shetty
Brandon, In 4.2 release this feature was enhanced to support VPC setups too. Refer - https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS-+Dedicate+Public+IP+Addresses+per+tenant for the Functional spec. Thanks, Likitha -Original Message- From: Alena Prokharchyk

Re: When official Cloudstack 4.2.1 will be published?

2013-12-12 Thread BJO ERN
At 4.2.0 it took 1-2 weeks after the announcement to actually have a release available to download. I would expect this here too (QA/Build window I guess), but this time there was no update on the main page. I don't this is the official announcement and would just wait or compile it yourself like

Re: Can't launch instance on local storage from ISO

2013-12-12 Thread BJO ERN
It appears it can't find a suitable storage for the root disk on host id 5 or 6 How do your system offering look like (storage tags?) and how much local storage is available ? No suitable pools found for volume: Vol[40|vm=33|ROOT] under cluster: 1 On Mon, Dec 9, 2013 at 1:42 AM, Nux!