[Openstack] Heat Translator

2014-05-05 Thread prabhuling kalyani
Hi, Can the Heat Translator for TOSCA profile be used in its current state? I am also thinking if we can have an OVF translator. ?? Regards, Prabhu ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack

Re: [Openstack] Multiple fixed IPs

2014-05-05 Thread Matej
Hi Yuanle, thanks for this very useful information. I have tried to update the existing port and was getting Duplicated options --fixed-ip subnet_id=2d30ade0-5713-4857-b610-9ab29453ab92 --fixed-ip subnet_id=2d30ade0-5713-4857-b610-9ab29453ab92 But I was able to use port-create successfully. Is the

Re: [Openstack] Backing up NFS

2014-05-05 Thread Matej
How do you guys back-up instance volumes, on what frequency, with a method to suspend the instance, copy data and resume the instance? Thanks! On Mon, May 5, 2014 at 7:07 PM, Dimitri Maziuk wrote: > On 05/05/2014 04:43 AM, Matej wrote: > > Hi, > > > > I am using a NFS server via Cinder for stor

Re: [Openstack] Openstack access with Java SDKs

2014-05-05 Thread Shital Patil
jclouds is good and stable SDK for openstack you can also look for openstack4j On Tue, May 6, 2014 at 8:23 AM, Vikas Kokare wrote: > I am looking for a standard, seamless way to access OpenStack APIs , most > likely using the Java SDKs that are summarized at > https://wiki.openstack.org/wiki/SD

Re: [Openstack] Openstack access with Java SDKs

2014-05-05 Thread Luis Gervaso
Hi, JClouds is the official one from OpenStack API site. *jclouds*.apache.org/ I have developed OpenStack Java SDK which i'm using in all my own projects. It's a JAX-RS 2.0 based REST client. You can use nowdays with 2 connectors : Jersey or RestEasy (a contribution from OVirt guys) github.com/

Re: [Openstack] Openstack access with Java SDKs

2014-05-05 Thread Rajdeep Dua
I think python sdk is the only official one while others are from third party. Its not guaranteed that these would work seamlessly On 6 May 2014 08:36, "Vikas Kokare" wrote: > I am looking for a standard, seamless way to access OpenStack APIs , most > likely using the Java SDKs that are summariz

[Openstack] Openstack access with Java SDKs

2014-05-05 Thread Vikas Kokare
I am looking for a standard, seamless way to access OpenStack APIs , most likely using the Java SDKs that are summarized at https://wiki.openstack.org/wiki/SDKs#Software_Development_Kits There are various distributions of Openstack available today. Is this possible using these SDK's to write an ap

Re: [Openstack] Multiple fixed IPs

2014-05-05 Thread sylecn
> However, I would like to set-up more than one public IP to the instance. I > set up an IP address for interface (for example eth0:0) in the virtual > instance, but the traffic doesn't go past Neutron. > > > Hi Matej, Bind additional IP on eth0:0 would not work because OVS does not route traffic

Re: [Openstack] docker container inside VM

2014-05-05 Thread Martinx - ジェームズ
Aaron, I'm not sure about your question but, what about this: --- 3.3.5. CoreOS 298.0.0 - Linux 3.14.1 - Docker 0.10: Info: https://coreos.com cd ~ wget http://storage.core-os.net/coreos/amd64-usr/alpha/coreos_production_openstack_image.img.bz2 bunzip2 coreos_production_openstack_image.img.bz

[Openstack] docker container inside VM

2014-05-05 Thread Aaron Knister
Are there any plans to have nova provision docker image inside of VMs it creates on-demand, similar to the way elastic beanstalk does it? This provides better isolation and may make cinder support easier. Thanks! -Aaron ___ Mailing list: http://lists.op

Re: [Openstack] Horizon stats wrong?

2014-05-05 Thread Erich Weiler
Yeah, I don't know what's causing it. I basically got the individual stats from each node in the "Instances" tab on the left navigation bar, then went into mysql and edited the nova.compute_nodes table to reflect reality. It was kind of a pain. There must be some kind of race condition in th

Re: [Openstack] Auto assign Floating IP with Neutron in Icehouse?

2014-05-05 Thread Toan Ngo
I have tried those settings but they seem to be for nova-network and not neutron. I put them in all my nova.conf files (controller, compute, network) and it didn't appear to work. Which configuration file should those settings go in and on which node? Thanks, Toan On Thu, May 1, 2014 at 5:32

Re: [Openstack] Horizon stats wrong?

2014-05-05 Thread Toan Ngo
I am seeing same stats error in my environment. Even after a complete shutdown of controller and compute nodes, Horizon reports 1 instance/1 vcpu in use when there are none. On Fri, May 2, 2014 at 4:48 PM, Erich Weiler wrote: > Hi Folks, > > I'm noticing this odd inconsistency in Horizon, when

Re: [Openstack] Backing up NFS

2014-05-05 Thread Dimitri Maziuk
On 05/05/2014 04:43 AM, Matej wrote: > Hi, > > I am using a NFS server via Cinder for storing volumes of our instances. > Since if I understand correctly, you can't create a snapshot of those > images, what is the proper way to create backup copies? Should I stop the > instance, copy the file and

Re: [Openstack] Glance without Keystone

2014-05-05 Thread Iccha Sethi
You can try using unauthenticated context in the paste pipeline: https://github.com/openstack/glance/blob/master/etc/glance-api-paste.ini#L64 From: Traiano Welcome mailto:trai...@gmail.com>> Date: Monday, May 5, 2014 at 8:55 AM To: "openstack@lists.openstack.org

[Openstack] WebDAV support in Swift

2014-05-05 Thread Tarak Mukherjee
Hello Team, We would like to know from the experts that , is there any middleware where we can enable "WebDAV" support for Swift . --Best Rgds, Tarak Mukherjee @tmukharj ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] An OpenStack Storage Hackathon

2014-05-05 Thread John Mark Walker
We thought it would be fun to have a storage hackathon at the OpenStack Summit in ATL to encourage developers to dive into the brave new world of Open Software-defined Storage, and storage integration in general. We’re starting at 1pm on May 11, and we’ll be hacking into the night until 8 or whene

Re: [Openstack] [tempest] Additional section 'Workflow' on tempest patch

2014-05-05 Thread Sean Dague
That is the 'WIP' flag. Because you put the patch in WIP it is there. As soon as it is ready for review, you can reset it yourself. -Sean On 05/05/2014 09:26 AM, Deore, Pranali wrote: > Hi All, > > This is with reference to tempest patch > > https://review.openstack.org/#/c/81769/ > >

[Openstack] Glance without Keystone

2014-05-05 Thread Traiano Welcome
Hi List I'd like to test glance in isolation (.i.e, without the requirement for authentication or authorisation). Is there a quide, for configuring glance to work without keystone? Thanks in advance Traiano ___ Mailing list: http://lists.openstack.org/c

[Openstack] [tempest] Additional section 'Workflow' on tempest patch

2014-05-05 Thread Deore, Pranali
Hi All, This is with reference to tempest patch https://review.openstack.org/#/c/81769/ A new section 'Workflow' with 'Cross' (X) mark has been added automatically to this patch. I am not aware of this section. Can anybody please help me to know what exactly this 'Workflow' section means and ho

[Openstack] Multiple fixed IPs

2014-05-05 Thread Matej
Hi, we have a flat network with two bridges - one for private and one for public subnet. No NAT or routing is used in neutron, the routing is done on HW router and this setup works very good. However, I would like to set-up more than one public IP to the instance. I set up an IP address for interf

Re: [Openstack] DHCP configuration with openvSwitch

2014-05-05 Thread Akash Gunjal
Hi, I tried the below option but still I cannot ping my VM from the floating IP from my controller. However, the command ip netns list on the compute node shows me the dhcp record for the private network I created on the controller. The command ip netns exec ping will ping the VM. I have only d

[Openstack] Backing up NFS

2014-05-05 Thread Matej
Hi, I am using a NFS server via Cinder for storing volumes of our instances. Since if I understand correctly, you can't create a snapshot of those images, what is the proper way to create backup copies? Should I stop the instance, copy the file and after copying is completed, start the instance ba