[Openstack] Add external storage to openstack

2015-11-05 Thread Navneet Singh
Hi All I installed openstack kilo on an ubuntu linux-server 14.04 using devstack. I installed ubuntu and openstack kilo on a 512GB SSD (sda1). I also have 8TB HDD (sdb1) storage connected to the same system. Now I want that all my instances that i launch take up space 8TB drive when i look on the

[Openstack] DPDK support in openstack juno

2015-11-05 Thread Priyanka
Hi, Is it possible to enable dpdk on openstack juno on CentOS7? Can someone please provide the steps to enable it. I am using VXLAN tunneling. Thanks, Priyanka ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post t

[Openstack] no dhcp record for new vm

2015-11-05 Thread Ivan Derbenev
Hello, guys, we have the newest kilo release (2015.1.2) with nova-network And we've got a problem with new vms - they can't get new ip until nova-network is restarted /var/lib/nova/networks/nova-br1004.conf file isn't reloaded, so there is no new record. This happens only on compute nodes, on co

[Openstack] Packstack installation for Liberty fails

2015-11-05 Thread varun bhatnagar
/a3100bfbf000453dbf05ffd4e0e0c649/manifests/192.168.136.142_keystone.pp:205 on node controller.localdomain You will find full trace in log /var/tmp/packstack/20151105-142244-y3xysm/manifests/192.168.136.142_keystone.pp.log I have enabled Sahara in the answer file. If I disable Sahara then the installation

Re: [Openstack] Packstack installation for Liberty fails

2015-11-05 Thread Hinds, Luke (Nokia - GB/Bristol)
HI Varun, /var/tmp/packstack/20151105-142244-y3xysm/manifests/192.168.136.142_keystone.pp.log Put it in LodgeIt: http://paste.openstack.org/ Luke From: EXT varun bhatnagar [varun292...@gmail.com] Sent: Thursday, November 05, 2015 1:28 PM To: openstack

Re: [Openstack] Add external storage to openstack

2015-11-05 Thread Hauke Bruno Wollentin
Hi Navneet, you could set /instances_path/ to another directory or simply mount your 8T filesystem under //var/lib/nova/instances/ cheers, hauke --- original message timestamp: Thursday, November 05, 2015 04:31:49 PM from: Navneet Singh to: openstack@lists.openstack.org cc: subject: [Openstack]

Re: [Openstack] Add external storage to openstack

2015-11-05 Thread John Griffith
On Thu, Nov 5, 2015 at 4:01 AM, Navneet Singh wrote: > Hi All > > I installed openstack kilo on an ubuntu linux-server 14.04 using devstack. > I installed ubuntu and openstack kilo on a 512GB SSD (sda1). I also have > 8TB HDD (sdb1) storage connected to the same system. > > Now I want that all my

Re: [Openstack] Packstack installation for Liberty fails

2015-11-05 Thread varun bhatnagar
Hi Luke, I have pasted the log. BR, Varun On Thu, Nov 5, 2015 at 2:49 PM, Hinds, Luke (Nokia - GB/Bristol) < luke.hi...@nokia.com> wrote: > HI Varun, > > > /var/tmp/packstack/20151105-142244-y3xysm/manifests/192.168.136.142_keystone.pp.log > > Put it in LodgeIt: > &

[Openstack] single dnsmasq instance in cloud

2015-11-05 Thread Ivan Derbenev
Hello, guys! We do have installation of kilo + nova-network Is it possible to have only one dnsmasq dhcp server on controller node, instead of every-node installation? Regards, IT engineer Farheap, Russia Ivan Derbenev ___ Mailing list: http://lists.o

Re: [Openstack] Packstack installation for Liberty fails

2015-11-05 Thread Remo Mattei
;> wrote: >> HI Varun, >> >> /var/tmp/packstack/20151105-142244-y3xysm/manifests/192.168.136.142_keystone.pp.log >> >> Put it in LodgeIt: >> >> http://paste.openstack.org/ >> >> Luke >> &

Re: [Openstack] Packstack installation for Liberty fails

2015-11-05 Thread varun bhatnagar
Hi Luke, > > I have pasted the log. > > BR, > Varun > > On Thu, Nov 5, 2015 at 2:49 PM, Hinds, Luke (Nokia - GB/Bristol) < > luke.hi...@nokia.com> wrote: > >> HI Varun, >> >> >> /var/tmp/packstack/20151105-142244-y3xysm/manifests/192.168.136.14

Re: [Openstack] Add external storage to openstack

2015-11-05 Thread Remo Mattei
You can also use nfs if this is remote. There are many ways to have this working Remo Inviato da iPhone > Il giorno 05 nov 2015, alle ore 06:03, John Griffith > ha scritto: > > > >> On Thu, Nov 5, 2015 at 4:01 AM, Navneet Singh >> wrote: >> Hi All >> >> I installed openstack kilo on an

[Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-11-05 Thread Emerson Posadas
Hello Darren Probably very far from time but I´ve found that the keystone service was failing to be created because I didn't have the no_proxy env variable with my controller included on it. Just for the record >* All ** I am currently trying to install the Openstack Kilo release for the fi

[Openstack] [Vitrage] First Vitrage meeting

2015-11-05 Thread AFEK, Ifat (Ifat)
Hi, This is the content of the first Vitrage meeting we had on Nov 4. Sorry for the format... for the next meeting, I'll auto-generate the meeting minutes in the standard way. Regards, Ifat. -- ifat_afek Hello everyone, welcome to our first Vitrage iRC meeting :-

[Openstack] Host aggregates and availability zones.

2015-11-05 Thread Ken D'Ambrosio
Trying to get a good idea of how they work. As I get it, host aggregates are collections of (not necessarily mutually exclusive) hosts that share a metadata value. And they can be part of availability zones which can be (say) specific to networking hardware, or CPU, or something. What I'm tr

[Openstack] [DefCore] Request for reviews and comments for 2016.01 DefCore (interop) guideline

2015-11-05 Thread Egle Sigler
Hello OpenStack Community, The DefCore guideline for 2016.01 is now up for review, and we need your feedback. Please review and comment: https://review.openstack.org/#/c/239830/ At this time, we need feedback for capabilities that will become advisory in 2016.01 and required in 2016.07: "ad

Re: [Openstack] Add external storage to openstack

2015-11-05 Thread Navneet Singh
Thanks all for their quick responses. I pointed my DATA_DIR to my HDD in localrc file and ran stack.sh. Now GUI shows HDD being used for launching VMs which I consider is serving my purpose fine. I'll let you know if I face any issue with this configuration -- Regards Navneet On Thu, Nov 5, 2015