Re: working howto for building cloudstack from sources

2014-08-12 Thread Ove Ewerlid
This may not apply to you, or you have already addressed this, but if you are behind a proxy, you need to put something like this; true http #PROXYFQDN# 80 *.oracle.com|*.oraclecorp.com in $HOME/.m2/settings.xml replace the nonProxyHosts with wh

Re: Problem when using Cloudstack Login API

2014-06-01 Thread Ove Ewerlid
On 06/01/2014 10:51 PM, dimas yoga pratama wrote: Hi All, I'm doing an experiment on using Cloudstack API. From what I read here http://cloudstack.apache.org/docs/api/apidocs-4.3/user/login.html when the login succeeds,it will generate cookie JSESSIONID. My question is, when I create login page

Re: Doubt abou link local

2014-05-28 Thread Ove Ewerlid
communication is between KVM hypervisor and system VMs running on that same hypervisor. All ACS KVM hypervisors have a bridge called "cloud0" with an IP from the special link-local subnet; http://en.wikipedia.org/wiki/Link-local_address meaning that no routing ever takes place in/out of this su

Re: Migrate VR from NFS to CEPH

2014-05-28 Thread Ove Ewerlid
On 05/28/2014 11:39 AM, Andrija Panic wrote: Anybody? Is there a way to define new system offering as default offering for VR ? I'm now on ACS 4.3... You set the "serviceofferingid" to your own ServiceOffering in the; createNetworkOffering API call. Then vrouter on the network you create wi

Re: cloudstack_api_key and cloudstack_api_secret

2014-05-23 Thread Ove Ewerlid
not sure how to get them!! Ram On Fri, May 23, 2014 at 4:39 PM, Ove Ewerlid mailto:ove.ewer...@oracle.com>> wrote: On 05/24/2014 01:17 AM, rammohan ganapavarapu wrote: Hi, I am trying to use vagrant to automate my clou

Re: cloudstack_api_key and cloudstack_api_secret

2014-05-23 Thread Ove Ewerlid
't see them with admin and any other accounts i have created. I am not sure how to get them!! Ram On Fri, May 23, 2014 at 4:39 PM, Ove Ewerlid mailto:ove.ewer...@oracle.com>> wrote: On 05/24/2014 01:17 AM, rammohan ganapavarapu wrote: Hi, I

Re: cloudstack_api_key and cloudstack_api_secret

2014-05-23 Thread Ove Ewerlid
On 05/24/2014 01:17 AM, rammohan ganapavarapu wrote: Hi, I am trying to use vagrant to automate my cloudstack virtual infrastructure but i dont know how to get cloudstack_api_key and secret, can some one please let me know how to get those? Thanks, Ram A possible way to approach this; 1) i

Re: cannot start system vms

2014-04-04 Thread Ove Ewerlid
Jason, have you considered using ACS43, the latest official release? NB; version 43 removes the realhostip.com dependency which is of some importance. /Ove On 04/03/2014 07:42 PM, jason pavao wrote: Anybody? Is there another mailing list I can use to request help? Hey Folks, Hoping for some

Re: Change default libvirt storage pool location on KVM

2013-08-29 Thread Ove Ewerlid
Until you figure this out, you can use bind mount to bind /var/lib/libvirt/images to a larger local directory. Lines such as this would exist in /etc/fstab; /data1/var/lib/libvirt/images /var/lib/libvirt/images none bind 0 0 ignore if you are already using this method and need to other met

Re: segmenting resources on cloud

2013-08-06 Thread Ove Ewerlid
On 08/06/2013 11:18 PM, Jason Pavao wrote: Folks, My initial approach to using cloudstack has been in the context of jenkins automation, but over time several new groups have been joining, and bringing in new hardware. I am trying to find an easy path to segmenting resources based on group. I'm n

Re: How to configure additional local storage pools with KVM?

2013-06-10 Thread Ove Ewerlid
While this does not answer your question directly, it may help you if you have not already ruled out bind mounts. For the basic use case, small root and one large data partition, consider adding something like this into /etc/fstab; /data1 /var/lib/libvirt/images none bind 0 0 where /data1

Re: Hello (Upgrade to 4.1)

2013-06-07 Thread Ove Ewerlid
We have done all ACS4.1 testing using OEL64 (which effectively is RHEL64). /Ove On 06/07/2013 05:40 AM, Kirk Kosinski wrote: The install guide [1] says "6.3+" so I would assume 6.4 would work. Hopefully someone else on the list has tried it and can confirm. Operating system: Preferred: Cent

Re: issue with system vm templates

2013-06-04 Thread Ove Ewerlid
Jason, locking at this issue one can see; - No SSVM is running (I know you know this) - Two systemVM templates are in DOWNLOAD_ERROR state (mysql> select * from cloud.template_host_ref;) so there is no way to start the SSVM. The content of the secondary storage appears intact, but installin

Re: how to install systemvm in cloudstack 4.1

2013-05-16 Thread Ove Ewerlid
On 05/17/2013 03:49 AM, jekie wrote: Dear All: I have compiled and installed cloudstack 4.1 snapshot successfully,and i have found that cloudstack 4.1 use the same kvm sytemvm with cloudstack 4.0.1-incubating,but unfortunately,I cannot find any command like cloud-install-sys-tmplt to install m