Re: [Openstack] [ceph-users] Unable to start radosgw

2014-12-15 Thread Mark Kirkwood
On 15/12/14 20:54, Vivek Varghese Cherian wrote: Hi, Do I need to overwrite the existing .db files and .txt file in /var/lib/nssdb on the radosgw host with the ones copied from /var/ceph/nss on the Juno node ? Yeah - worth a try (we want to rule out any certifica

Re: [Openstack] adding extra flags to qemu arguments

2014-12-15 Thread Adrián Norte Fernández
Never modify that file beyond declaring a hook, it's a really bad idea for a prod environment. Again, openstack realm is to create an XML file that is passed to libvirt and no more. OpenStack only creates and deletes instances it's not his responsibility to modify it on runtime, that's libvirt res

Re: [Openstack] Openstack Digest, Vol 18, Issue 16

2014-12-15 Thread Harish Amrale
Hi,Is there anything on auto detection openstack failures and diagnosis in openstack icehouse? Regards, Harish On Sun, Dec 14, 2014 at 5:30 PM, wrote: > > Send Openstack mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, vi

[Openstack] Automatically boot VM after server crash

2014-12-15 Thread Fiorenza Meini
Hi, I have an Openstack environment (Icehouse) installed on a Debian server, which is a unique server with all services (nova, keystone, glance, neutron..). The hypervisor is KVM. I'd like to have VM booted up automatically , when server i rebooted , Is there a parameter to gain this behaviour

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Remo Mattei
Ci sono i parametri sotto nova.com Ciao Inviato da iPhone () > Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini ha > scritto: > > Hi, > I have an Openstack environment (Icehouse) installed on a Debian server, > which is a unique server with all services (nova, keystone, glance, > neut

[Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Bhattacharjee, Arindam (Arindam)
Hi I want to build a ubuntu server based openstack node which is not connected to internet. Can anyone help me to point to any good documentation - how to build a local repository for ubuntu packages and openstack packages for ubuntu ? Arindam ___ Mai

Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Remo Mattei
Hi there you should create a local download server I have five this several times but not lately with ubuntu. So look at the apt-cache check this link http://www.tecmint.com/useful-basic-commands-of-apt-get-and-apt-cache-for-package-management/ Remo Inviato da iPhone () > Il giorno 15/dic/2014

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Remo Mattei
Nova.conf Inviato da iPhone () > Il giorno 15/dic/2014, alle ore 08:07, Remo Mattei ha > scritto: > > Ci sono i parametri sotto nova.com > > Ciao > > Inviato da iPhone () > >> Il giorno 15/dic/2014, alle ore 06:26, Fiorenza Meini ha >> scritto: >> >> Hi, >> I have an Openstack envir

Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Muhammed Salehi
Hello Remo, This is very rely on your network bandwidth and your usage, you can deploy an "Local Mirror" due to your requirements or you can use of "Proxy Caches" while you may be in a data center. I suggest to read about the following concepts and works: - Mirroring ( Full / Partial and Loca

Re: [Openstack] What's physical network for?

2014-12-15 Thread Danny Choi (dannchoi)
Try this, I found it very useful. https://openstack.redhat.com/Networking_in_too_much_detail Danny Date: Sun, 14 Dec 2014 21:25:24 +0100 From: Uwe Sauter mailto:[email protected]>> To: Gonzalo Aguilar Delgado mailto:[email protected]>> Cc: [email protected]

Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Bhattacharjee, Arindam (Arindam)
Thanks to you all for your help! For a starter I got this link which is useful too: https://www.youtube.com/watch?v=f49y3AqTFYg -Arindam From: Muhammed Salehi [mailto:[email protected]] Sent: Monday, December 15, 2014 8:43 AM To: Remo Mattei Cc: Bhattacharjee, Arindam (Arindam); openstack@li

Re: [Openstack] High Latency to VMs

2014-12-15 Thread André Aranha
Our kernel version in controller is 3.13.0-37-generic, on ComputeNode is 3.13.0-24-generic and in the NetworkNode is 3.13.0-35-generic. On 13 December 2014 at 04:39, Min Pae wrote: > > What kernel version are you running on the host? > > On Fri, Dec 12, 2014 at 12:09 PM, André Aranha > wrote: >

[Openstack] [Ironic] Unrecognized Services and Install Guide

2014-12-15 Thread André Aranha
When I try to follow the instalation guide I'm having some issues ( http://docs.openstack.org/developer/ironic/deploy/install-guide.html ) I installed the devstack with ironic and did worked. Now, having a single machine running devstack, I want to deploy the Ironic on it. So, I'll have a machine a

Re: [Openstack] how to build ubuntu local repository for openstack

2014-12-15 Thread Jonathan Abdiel Gonzalez Valdebenito
Hi, We created our own mirror using these scripts https://wiki.ubuntu.com/Mirrors/Scripts ( ubumirror it's pretty easy to use) and modify the image to use the mirror que created, with this, all the images will use our mirror. That's was our solution and it's been working pretty well! Jonathan __

Re: [Openstack] High Latency to VMs

2014-12-15 Thread Adrián Norte Fernández
Have you tried disabling offloading on the network cards? El 15/12/2014 18:21, "André Aranha" escribió: > Our kernel version in controller is 3.13.0-37-generic, on ComputeNode > is 3.13.0-24-generic and in the NetworkNode is 3.13.0-35-generic. > > On 13 December 2014 at 04:39, Min Pae wrote: >>

[Openstack] (Juno) Multiple rings Swift

2014-12-15 Thread Amit Anand
Hi all, I was wondering if anyone knew of any good blog posts and videos that could show/explain what I am trying to do. I have Juno setup and it working great (thanks to everyone on heres help)! Now, I would like to add two more Object Store nodes, but as a separate "datacenter" as it were and re

Re: [Openstack] (Juno) Multiple rings Swift

2014-12-15 Thread John Dickinson
Sounds like you're looking for a global cluster. You don't need multiple rings for this. Swift can support this. When you add a new device to a ring, you add it in a different region, and Swift takes care of it for you. Here's some more information: http://docs.openstack.org/developer/swift/adm

[Openstack] [Call for Speaker, Sponsor, Participants] OpenStack Day in Korea - Feb. 05, 2015

2014-12-15 Thread Jaesuk Ahn
As it appeared at this week's OpenStack weekly newsletter, OpenStack Korea User Group is having OpenStack Day in Korea event.  This is our 2nd annual OpenStack Event in Korea.  We are looking for Speakers, Sponsors, and Grand Challenge Participants.  Anyone can apply for anything. It will be fun

[Openstack] where is my 8776 port?

2014-12-15 Thread [email protected]
Hi,all: I'm creating my openstack environment using the offical document: http://docs.openstack.org/juno/install-guide/install/apt/content/ as you know,I have a controller node,a network node,a compute node and a block node. where I'm now is the 8 chapter Add the Block Storage service. Ea

[Openstack] publicURL endpoint for orchestration service not found

2014-12-15 Thread ttjiang
hi all: When I start the command `keystone endpoint-get --service orchestration` , I get this error "publicURL endpoint for orchestration service not found " But I can see that keystone endpoint-list | 55695f92b6d0415f8ae28d8fff0a1ae7 | regionOne | http://10.1.80.227:8004/v1/%(tenan

[Openstack] 回复: publicURL endpoint for orchestration service not found

2014-12-15 Thread [email protected]
1).checkout : mysql -uroot -p -D keystone -e "select * from endpoint where url like '%8004%' and enabled<>1;" if there is a disabled public url. 2)or maybe sync db. [email protected] 发件人: ttjiang 发送时间: 2014-12-16 11:45 收件人: [email protected] 主题: [Openstack] publicURL endpoint

[Openstack] 回复: 回复: publicURL endpoint for orchestration service not found

2014-12-15 Thread ttjiang
I check it, do not find the disabled public url ttjiang 发件人: [email protected] 发送时间: 2014-12-16 13:05 收件人: ttjiang; Openstack?Users 主题: 回复: [Openstack] publicURL endpoint for orchestration service not found 1).checkout : mysql -uroot -p -D keystone -e "select * from endpoint where url like '%8

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread abhishek jain
Hi Fiorenza I'm also able to run openstack on ubuntu server and now I'm looking to boot VM up automatically,when server is rebooted. Please let me know if any procedure is to be followed for this. On Mon, Dec 15, 2014 at 6:49 PM, Remo Mattei wrote: > > Nova.conf > > > > Inviato da iPhone () >

[Openstack] Unable to download files from ceph radosgw node using openstack juno swift client.

2014-12-15 Thread Vivek Varghese Cherian
Hi, I am integrating ceph firefly radosgw with openstack juno keystone, the operating system used on the ceph nodes and on the openstack node is Ubuntu 14.04. I am able to create containers and upload files using the swift client to ceph. But when I try to download files, I am getting the follow

Re: [Openstack] [ceph-users] Unable to download files from ceph radosgw node using openstack juno swift client.

2014-12-15 Thread pushpesh sharma
Vivek, The problem is swift client is only downloading a chunk of object not the whole object so the etag mismatch. Could you paste the value of 'rgw_max_chunk_size'. Please be sure you set this to a sane value(<4MB, atleast for Giant release this works below this value). On Tue, Dec 16, 2014 a

Re: [Openstack] Automatically boot VM after server crash

2014-12-15 Thread Fiorenza Meini
Il 16/12/2014 07:08, abhishek jain ha scritto: Hi Fiorenza I'm also able to run openstack on ubuntu server and now I'm looking to boot VM up automatically,when server is rebooted. Please let me know if any procedure is to be followed for this. Hi, I found the parameter and set it to "True",