Re: [Openstack] Wordpress template

2014-08-11 Thread yalla.gnan.kumar
Hi All, I need help in mentioning the networks in the wordpress template downloaded from the below link: https://raw.github.com/openstack/heat-templates/master/cfn/F17/WordPress_Composed_Instances.template Thanks Kumar -Original Message- From: Clint Byrum [mailto:cl...@fewbar.com] Sen

Re: [Openstack] Wordpress template

2014-08-11 Thread Vazeer, Ashraf
See if this is helpful for you. https://github.com/openstack/tempest/blob/master/tempest/api/orchestration/stacks/templates/neutron_basic.yaml Thanks, Ashraf -Original Message- From: yalla.gnan.ku...@accenture.com [mailto:yalla.gnan.ku...@accenture.com] Sent: Monday, August 11, 2014 12:

Re: [Openstack] Wordpress template

2014-08-11 Thread yalla.gnan.kumar
Hi, Thanks for the reply. I have a three node Icehouse installation on Ubuntu. I am looking for a wordpress template for heat deployment where the networks are mentioned in the template. The existing wordpress templates in github do not have networks definition. Also I have two different n

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-11 Thread Daniel P. Berrange
On Fri, Aug 01, 2014 at 03:47:48PM -0500, Matt Riedemann wrote: > > > On 7/31/2014 6:58 AM, Markus Zoeller wrote: > >The blueprint "libvirt-driver-domain-metadata" introduces some of the > >istances properties to the `libvirt.xml` file. For example the name > >of the instance, the name of the fla

[Openstack] [TripleO] Adding a new node to instack RDO setup

2014-08-11 Thread Peeyush Gupta
Hi all, I have successfully set up tripleo using instack RDO in a virtual machine environment. My undercloud and overcloud all are in VMs. Now, I need to add a new physical baremetal node to the setup. I  have the mac address of the node to be added. I registered the node and in the openstack depl

Re: [Openstack] 26. [energy] How to enable kwapi plugin in Ceilometer ?

2014-08-11 Thread Deepthi Dharwar
Thanks a lot Bruno! Unfortunately I am still facing some minor hiccups. The machine is all-in-one devstack system. This has my controller as well as my compute node on it. Outlining the process: I indeed created a keystone-service endpoint called 'kwapi' #> keystone service-create --name=kwapi

Re: [Openstack] Wordpress template

2014-08-11 Thread yalla.gnan.kumar
Hi All, Can anyone help me with this wordpress template ? I just need to know how and where to mention the public and private networks ? Thanks Kumar -Original Message- From: Gnan Kumar, Yalla Sent: Monday, August 11, 2014 2:09 PM To: 'Vazeer, Ashraf'; cl...@fewbar.com; openstack

Re: [Openstack] Sahara: Change Java heap space

2014-08-11 Thread Sergey Lukjanov
Hi, which plugin are you using? On Tue, Jul 29, 2014 at 6:42 AM, Dat Tran wrote: > Hi everybody, > > I have created a cluster hadoop (When create Node group template, I have > modified mapred.child.java.opts: "-Xmx200m" to "-Xmx1024m"). Then i ssh to > master-instance and run: "hadoop jar hadoop

[Openstack] [OSSN 0022] Nova Networking does not enforce security group rules following a soft reboot of an instance

2014-08-11 Thread Nathan Kinder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nova Networking does not enforce security group rules following a soft reboot of an instance - --- ### Summary ### In deployments using Nova Networking, security group rules associated with an instance may not be enforced after a soft reboot. Nova is

[Openstack] Core pinning feature

2014-08-11 Thread Narayanan, Krishnaprasad
Hallo all, Can I kindly know whether the core-pinning feature is enabled in OpenStack? Can VMs be mapped to a specific physical core during the time of its creation? Regards, Krishnaprasad ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/li

Re: [Openstack] Sahara: Change Java heap space

2014-08-11 Thread Dat Tran
Hi, I used vanilla plugin: sahara-icehouse-vanilla-1.2.1-ubuntu-13.10.qcow2 Thanks. 2014-08-11 19:25 GMT+07:00 Sergey Lukjanov : > Hi, > > which plugin are you using? > > On Tue, Jul 29, 2014 at 6:42 AM, Dat Tran wrote: > > Hi everybody, > > > > I have created a cluster hadoop (When create No

Re: [Openstack] [energy] How to enable kwapi plugin in Ceilometer ?

2014-08-11 Thread Bruno Grazioli
Sorry Deepthi I was not so clear in my first answer, Having a look at https://github.com/openstack/ceilometer/blob/master/ceilometer/energy/kwapi.py at line 62, we see that the client searches for an endpoint called energy, so I would set the type as energy instead of metering, would be something

Re: [Openstack] Core pinning feature

2014-08-11 Thread Jay Pipes
This work is currently ongoing, with many of the related blueprints scheduled to be implemented by the Juno release. Here are a couple of the related blueprints: https://blueprints.launchpad.net/nova/+spec/virt-driver-numa-placement https://blueprints.launchpad.net/nova/+spec/virt-driver-large-

[Openstack] devstack local.conf file

2014-08-11 Thread Nikesh Kumar Mahalka
Hi, I have gone through devstack links. They are not clear like openstack.org documents. For Example: when i am using below local.conf file in devstack,"hp_msa_driver" is not coming in "enabled_backends" in cinder.conf after running stack.sh. [[local|localrc]] ADMIN_PASSWORD=vedams123 DATABASE_P

Re: [Openstack] Core pinning feature

2014-08-11 Thread Narayanan, Krishnaprasad
Hi Jay, Thanks for your reply. I will have a look in to the blueprints. Best regards, Krishnaprasad -Original Message- From: Jay Pipes [mailto:jaypi...@gmail.com] Sent: Montag, 11. August 2014 16:52 To: openstack@lists.openstack.org Subject: Re: [Openstack] Core pinning feature This w

[Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Brent Troge
By default the maximum object size is 5G. Outside of increased replication times, would there be any impacts if I increase that value to 10G? The reason is I have to store upto 10G media files. Using the large file manifest just isnt going to work given Smooth Streaming or Adboe HDS delivery. For

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Remo Mattei
The 5gb is not a swift limitation. You may want to use -s segmentation to go over the 5gb. Remo On Aug 11, 2014, at 13:38, Brent Troge wrote: > > By default the maximum object size is 5G. Outside of increased replication > times, would there be any impacts if I increase that value to 10G? Th

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread John Dickinson
inline On Aug 11, 2014, at 10:38 AM, Brent Troge wrote: > > By default the maximum object size is 5G. Outside of increased replication > times, would there be any impacts if I increase that value to 10G? The reason > is I have to store upto 10G media files. Using the large file manifest just

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Brent Troge
My CMS folks will not buy into adding more steps to their ingest process. Meaning they will not accept having to create the file segments and corresponding manifest. I will do more reading, hopefully there is some middleware that can make this whole process transparent. Thanks for your response!

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Remo Mattei
You can use your swift-proxy to do that automatically. Remo On Aug 11, 2014, at 15:06, Brent Troge wrote: > My CMS folks will not buy into adding more steps to their ingest process. > Meaning they will not accept having to create the file segments and > corresponding manifest. I will do mo

Re: [Openstack] OpenStack sponsorship for OPW - Dec-Mar 2015 internship

2014-08-11 Thread John Dickinson
Mahati, I chatted with Anita (anteaya) in IRC this afternoon about the OPW. I'd be happy to continue working with you and either be a mentor for Swift in OpenStack or help find one. --John On Aug 8, 2014, at 8:13 PM, John Dickinson wrote: > I honestly have no idea how this works (the ac

Re: [Openstack] OpenStack sponsorship for OPW - Dec-Mar 2015 internship

2014-08-11 Thread Matthew Oliver
I think this is awesome, thanks Mahati for you interest :) I'm still relatively new to the Swift project, but am happy to help out in any way I can. I might not be the right candidate for mentor (notmyname or a core would be better for that), but am always online (as we found out on the weekend we

Re: [Openstack] [Docker] nova-compute failed to start with docker hypervisor.

2014-08-11 Thread Takahiro Shida
Hi yongiman, I'm faced as same problem in my environment. - OS: Ubuntu 14.04 64bit - OpenStack: recent master(constructed by devstack at 8/11) - Docker: 0.9.1 (default for Ubuntu 14.04) But I could solved it. The nova-docker call the docker ping API with "v1.13" prefix. So, it need to upgrade

Re: [Openstack] Wordpress template

2014-08-11 Thread yalla.gnan.kumar
Hi All, I have a three node Icehouse installation on Ubuntu platform. I have installed neutron and provided networking to the instances. I used neutron to create two networks. One is private and other is public. I have installed heat packages and want to test a simple wordpress template downlo