Re: [Openstack] Security Groups Documentations - need some clarifications

2013-06-18 Thread Aaron Rosen
Hi Rami, On Tue, Jun 18, 2013 at 11:36 PM, Rami Vaknin wrote: > Hi, > > I read the security groups documentation from the admin guide, I have few > things that I'm not sure I fully understand, any clarification would be > appreciated: > > > i. http://docs.openstack.org/**trunk/openstack-network

[Openstack] Security Groups Documentations - need some clarifications

2013-06-18 Thread Rami Vaknin
Hi, I read the security groups documentation from the admin guide, I have few things that I'm not sure I fully understand, any clarification would be appreciated: i. http://docs.openstack.org/trunk/openstack-network/admin/content/securitygroups.html "If a security group is not specified t

Re: [Openstack] ip: SIOCGIFFLAGS: No such device

2013-06-18 Thread Hua BJ Zhang
Hi tudor, Generally speaking, I can fix qemu related issues by bellow steps in most time, you can have a try, assume using one common user named 'hua', good luck. 1) sudo usermod -a -G libvirtd hua 2) [hua@oc2048760380 nova]$ sudo grep -A 5 "^cgroup_device_acl" /etc/libvirt/q

Re: [Openstack] ip: SIOCGIFFLAGS: No such device

2013-06-18 Thread tudor
Hi Zhang, Thanks. I'm using QEMU emulator version 1.0 (qemu-kvm-1.0) I'm also getting a warning in /var/log/libvirt/libvirtd.log when the instance starts up: 2013-06-19 02:44:45.827+: 2170: warning : x86Decode:1347 : Preferred CPU model SandyBridge not allowed by hypervisor; closest supported

Re: [Openstack] [Swift] Cache pressure tuning

2013-06-18 Thread ZHOU Yuan
Jonathan, Yes we have 10,000 containers and we're using COSBench to do the tests. Sincerely, Yuan On Wed, Jun 19, 2013 at 9:24 AM, Jonathan Lu wrote: > Hi, Zhou, > BTW, in test case 2, the number of container is 10,000 or just 10? > > > Jonathan Lu > > On 2013/6/18 19:18, ZHOU Yuan wrot

Re: [Openstack] ip: SIOCGIFFLAGS: No such device

2013-06-18 Thread Hua BJ Zhang
Hi tudor, seems that your vm doesn't have the nic. so suggest you check the log of hypervisor. which type of hypervisor are you using? qemu? pls make sure upgrade the qemu version into 0.15 just from my experience. sudo yum -y install http://mirror.centos.org/centos/6/os/x86_64/Pa

[Openstack] ip: SIOCGIFFLAGS: No such device

2013-06-18 Thread tudor
Hi, I've asked this question a few times on the IRC channel, and I have an open question on ask.openstack.org but so far noone has managed to answer it successfully. I have installed OpenStack Grizzly on Ubuntu 12.04 LTS with Quantum and it is up to date with the Ubuntu OpenStack respository

Re: [Openstack] heat engine: list index out of range

2013-06-18 Thread Steve Baker
Hi Pekka I've raised https://bugs.launchpad.net/heat/+bug/1192371 to track this. Could you attempt to replicate the issue with current heat git master and post your results to the bug? cheers On 06/18/2013 11:02 PM, Pekka Rinne wrote: > hello world > > I've got a template which gives list index

Re: [Openstack] Problem running devstack / stack.sh

2013-06-18 Thread zan tosh
Yes, this seems to be mysql issue. These are the error I am seeing: 2013-06-18 11:46:22 + sudo mysqladmin -u root password pass 2013-06-18 11:46:22 mysqladmin: connect to server at 'localhost' failed 2013-06-18 11:46:22 error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2013-0

Re: [Openstack] No idea how to use live-migration with "vmwareapi" driver.

2013-06-18 Thread Roman Sokolkov
Shawn, Thanks for the unfurled answer and the bug. We follow vmware driver development and ll try to help. 2013/6/18 Shawn Hartsock > Actually, this is vaguely related to a bug I'm working on right now... > * https://bugs.launchpad.net/nova/+bug/11

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Filipe Manco
Stop quantum agents (not quantum-api) and openvswitch service. Delete /etc/openvswitch/conf.db and delte all agents using quantum agent-delete . Start openvswitch service and then quantum agents. If ports still down check quantum logs mainly quantum l3-agent. If you don't find anything interesting

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Samuel Winchenbach
Hmmm I used both of those commands, but no matter what I do I can not remove references to "test1-int" in /etc/openvswitch/conf.db Should I just manually replace those with the IP? Delete the file? On Tue, Jun 18, 2013 at 1:14 PM, Filipe Manco wrote: > Honestly I'm not sure because I've always

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Filipe Manco
Honestly I'm not sure because I've always used IPs. But according to the logs it looks so. After changing configurations you should probably run quantum-netns-cleanup and quantum-ovs-cleanup before starting the services. Filipe Manco http://about.me/fmanco 2013/6/18 Samuel Winchenbach > I thin

Re: [Openstack] Problem running devstack / stack.sh

2013-06-18 Thread Sean Dague
On 06/18/2013 12:49 PM, zan tosh wrote: I am getting stuck with the following errors while installing using devstack (stable/grizzly). 2013-06-18 09:43:01 + export OS_SERVICE_TOKEN=password 2013-06-18 09:43:01 + OS_SERVICE_TOKEN=password 2013-06-18 09:43:01 + export OS_SERVICE_ENDPOINT=http://loc

Re: [Openstack] Problem running devstack / stack.sh

2013-06-18 Thread Sill, Alan
On Jun 18, 2013, at 11:49 AM, zan tosh wrote: > Any idea what I am missing here? Appreciate your help. The actual service_id. Also, any notion of security. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Samuel Winchenbach
I think I may be onto something: http://pastie.org/pastes/8056137/text from syslog Jun 18 12:57:26 test1 ovs-vsctl: 1|vsctl|INFO|Called as /usr/bin/ovs-vsctl -- --may-exist add-port br-int qvo3eb6d144-07 -- set Interface qvo3eb6d144-07 external-ids:iface-id=3eb6d144-077e-42cf-ad2e-57c50aa0039

Re: [Openstack] Problem running devstack / stack.sh

2013-06-18 Thread Filipe Manco
I think the problem is with mysql. Try to cleanup mysql DB (maybe reinstall mysql-server). Check the stack.sh log for mysql related errors previous to the ones you present. Filipe Manco http://about.me/fmanco 2013/6/18 zan tosh > I am getting stuck with the following errors while installing us

[Openstack] Problem running devstack / stack.sh

2013-06-18 Thread zan tosh
I am getting stuck with the following errors while installing using devstack (stable/grizzly). 2013-06-18 09:43:01 + export OS_SERVICE_TOKEN=password 2013-06-18 09:43:01 + OS_SERVICE_TOKEN=password 2013-06-18 09:43:01 + export OS_SERVICE_ENDPOINT=http://localhost:35357/v2.0 2013-06-18 09:43:01 + OS

Re: [Openstack] Installing openstack on Mac PC

2013-06-18 Thread Max Lincoln
If you just want to "start practicing", then you can run openstack on Vagrant. I have only been using it for a few days, but https://github.com/stackforge/puppet-openstack_dev_env has worked well for me. It will run OpenStack on Ubuntu as Trinath recommended (or CentOS if you choose), but on Virt

Re: [Openstack] FlatDHCP or not to FlatDHCP

2013-06-18 Thread Dmitry Makovey
On 06/17/2013 06:02 PM, Anne Gentle wrote: >> Is there some reasonably thorough walk-through on FlatDHCP setup for a >> similar scenario? >> >> > This looks a lot like the example architecture in the Operations Guide at > http://docs.openstack.org/trunk/openstack-ops/content/example_architecture.ht

Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-18 Thread Jaromir Coufal
Guys, thank you for the discussion, I have some points here (comments inside the mail) On 2013/18/06 17:25, Julie Pichon wrote: "Gabriel Hurley" wrote: I've been hoping some of the more design-oriented folks would weigh in on this issue, but that hasn't particularly happened... It seems ther

Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-18 Thread Julie Pichon
"Gabriel Hurley" wrote: > I've been hoping some of the more design-oriented folks would weigh in on > this issue, but that hasn't particularly happened... It seems there are already a few of them on the G+ community, it would be worthwhile to also have this conversation in the current community

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Claudio Marques
Hi Julien Thank you so mutch. Was the endpoint. I erased the previous and then created e new one with the same ip's but without the /v2. I finally started my central-agent, and now I can start to drilling info :) Cheers Cláudio Marques clau...@onesource.pt http://www.onesource.pt/ 2013/6/18 J

Re: [Openstack] No idea how to use live-migration with "vmwareapi" driver.

2013-06-18 Thread Shawn Hartsock
Actually, this is vaguely related to a bug I'm working on right now... * https://bugs.launchpad.net/nova/+bug/1180044 ... the root cause has to do with hosts and inventory hierarchy. That's how these things are related. The VC (VC short for vCenter) driver as written doesn't seem to respect the

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Julien Danjou
On Tue, Jun 18 2013, Claudio Marques wrote: > Thank you for your response. > Do you mean removing the keystone endpoint for glance and creating a new > one without the /v2 number? > http://10.0.1.167:9292/v2|http://10.10.10.51:9292/v2 > |http://10.10.10.51:9292/v2|

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Samuel Winchenbach
I have three agents running (Open vSwitch agent, DHCP agent, and L3 agent): http://pastie.org/pastes/8055658/text The agents listed on test3 are there because ubuntu starts them automatically. L3 agent will never run on test3 because it doesn't even have an external interface. Right now I am jus

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Claudio Marques
Hi Julien Thank you for your response. Do you mean removing the keystone endpoint for glance and creating a new one without the /v2 number? This is my service and endpoint list, if you don't mind to check it :) root@control: keystone service-list +--+--+--

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Filipe Manco
What is the status of quantum agent-list? I see on your node test3 the agents are down and you don't have openvswitch agent. I would check for the logs of the l3 agent? Have you configured the external network id on the l3 agent config file? Filipe Manco http://about.me/fmanco 2013/6/18 Samuel W

Re: [Openstack] Grizzly post-installation setup

2013-06-18 Thread Matt Riedemann
http://docs.openstack.org/ Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E-mail: mrie...@us.ibm.com 3605 Hwy 52 N Rochester, MN 55901-1407 United States From: "Jake G." To: "openstack@lis

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Samuel Winchenbach
Hi Filipe, Thanks for the response. I already had the /etc/sudoers.d/quantum_sudoers file. On a whim I added "root_helper = sudo quantum-rootwrap /etc/quantum/rootwrap.conf" to /etc/quantum/dhcp_agent.ini and that took care of that problem. I managed to remove the libvirt errors by disabling a

Re: [Openstack] Grizzly post-installation setup

2013-06-18 Thread Anne Gentle
On Tue, Jun 18, 2013 at 8:24 AM, Jake G. wrote: > Something a bit more specific? > > I am very capable if using google as well. > Plus the openstack documentation is like reading > Chinese to me. Jumps all over the place also. > > Hi Jake, we are working on refactoring the documentation to avoid

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Filipe Manco
>From what I can see in the logs you must create the file /etc/sudoers.d/quantum_sudoers with the following contents: Defaults:quantum !requiretty quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap About the libvirt error edit the file /etc/libvirt/qemu.conf and add the following: cgroup_

Re: [Openstack] Ceilometer-agent-central

2013-06-18 Thread Julien Danjou
On Tue, Jun 18 2013, Claudio Marques wrote: > Does anyone have some issue like this? What's your Glance endpoint like in Keystone? If it ends with a version number like /v1, remove it. -- Julien Danjou // Free Software hacker / freelance consultant // http://julien.danjou.info signature.asc D

Re: [Openstack] Grizzly post-installation setup

2013-06-18 Thread Jake G.
Something a bit more specific? I am very capable if using google as well. Plus the openstack documentation is like reading Chinese to me. Jumps all over the place also. On 2013/06/18, at 22:19, Matt Riedemann wrote: > http://docs.openstack.org/ > > > > Thanks, > > MATT RIEDEMANN > Adv

Re: [Openstack] Grizzy,Quantum public network ports DOWN

2013-06-18 Thread Samuel Winchenbach
I may have found the cause of my problem, but I am unsure of the solution. In my libvirt log file I found many error messages similar to this: 2013-06-18 13:12:19.812+: 8353: warning : virAuditSend:135 : Failed to send audit message virt=kvm resrc=net reason=open vm="instance-0033" uuid=b

[Openstack] Ceilometer-agent-central

2013-06-18 Thread Claudio Marques
Hi all i am runiing openstack Grizzly, and hi have installed ceilometer via apt-get. I have ceilometer api, collector and central agent installed on controller node, and the compute agent on the compute node. I can start all agents, but the central agent gives-me an error regarding some glancecli

Re: [Openstack] [Swift] Cache pressure tuning

2013-06-18 Thread ZHOU Yuan
Jonathan, we happen to use SN similar with yours and I could share you some performance testing data here: 1. 100 container with 1 objects(base) The performance is quite good and can hit HW bottleneck 2. 10kcontainer with 100M objects The performance is not so good, which dropped 80% compared

[Openstack] No idea how to use live-migration with "vmwareapi" driver.

2013-06-18 Thread Roman Sokolkov
Hi, all! We are using VMWareVCDriver for our grizzly deployment. Cluster within 4 ESXi nodes is managed by OpenStack. I've found here that ESX/VC drivers supports live-migration, also i found related method in code, it uses vmware API "Migr

[Openstack] heat engine: list index out of range

2013-06-18 Thread Pekka Rinne
hello world I've got a template which gives list index out of range occasionally from heat (grizzly). Any ideas why? sometimes it works ok. Some kind of race situation? I'm just trying to learn quantum usage here.. 2013-06-18 18:52:02.585 27948 ERROR heat.engine.resource [-] create Instance "inst

Re: [Openstack] Installing openstack on Mac PC

2013-06-18 Thread Trinath Somanchi
Go with Ubuntu 12.04 initially... On Tue, Jun 18, 2013 at 3:56 PM, ehiwere.matt...@ieee.org wrote: > > > I am kind of new to open-stack. Is it possible to start practicing on a > Mac PC. > > What is the best way of getting good grip of open stack. > > /Omo > > ___

[Openstack] Grizzly post-installation setup

2013-06-18 Thread Jake G.
Hi all, Could someone please direct me to how to setup Networking, Storage, templates, etc.| I have installed openstack on a single node (CentOS 6.4) using Packstack. I can only access the GUI and have no idea how to setup the underlying infrastructure. Thanks, Jake_

[Openstack] Installing openstack on Mac PC

2013-06-18 Thread ehiwere.matt...@ieee.org
I am kind of new to open-stack. Is it possible to start practicing on a Mac PC. What is the best way of getting good grip of open stack. /Omo ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : ht

Re: [Openstack] Security Group of Quantum ovs plugin (Folsom) is not working

2013-06-18 Thread Chandler Li
Hello Ashok, Thanks for your reply! My libvirt_vif_driver parameter setting at compute node is nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver. Thanks, Chandler 2013/6/18 Ashok Kumaran > Hi Chandler, > > whats your libvirt_vif_driver set in nova-compute.conf? > > > On Tue, Jun 18, 2013 at

Re: [Openstack] Security Group of Quantum ovs plugin (Folsom) is not working

2013-06-18 Thread Ashok Kumaran
Hi Chandler, whats your libvirt_vif_driver set in nova-compute.conf? On Tue, Jun 18, 2013 at 1:08 PM, Chandler Li wrote: > Hi, Aaron, > > Sorry for my unclear explanation. > > I can ping or ssh into the VM with default security group even there are > no rules setting... > > Here is my security

Re: [Openstack] Grizzly + vmware post installation

2013-06-18 Thread Masaki Mizumoto
Jake, You may already serve VMware SDK onto tomcat, then VCDriver automatically act as Nova compute though this. So hopefully most of activity will make output on nova-compute log for VCDriver. Regards, masaki mizumoto On 2013/06/18, at 16:27, "Jake G." wrote: > Thanks for the quick respo

Re: [Openstack] Security Group of Quantum ovs plugin (Folsom) is not working

2013-06-18 Thread Chandler Li
Hi, Aaron, Sorry for my unclear explanation. I can ping or ssh into the VM with default security group even there are no rules setting... Here is my security group information, [root@controller ~]# nova secgroup-list +-+-+ | Name| Description | +-+-+

Re: [Openstack] Grizzly + vmware post installation

2013-06-18 Thread Jake G.
Thanks for the quick response. You must be in Japan also. I followed the doc you provided already. Now what? Is there anyway to confirm the connection is working? I still need to configure networking, network storage, etc.. but cannot find anything related to this. any ideas? Thanks, Jake

Re: [Openstack] Grizzly + vmware post installation

2013-06-18 Thread Masaki Mizumoto
Hi, You should see the below manual and use VCDriver. After that you might hit some issue so it will be needed refer launch pad as well. http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html Thanks, masaki mizumoto On 2013/06/18, at 16:09, "Jake G." wrote: > Hi all,

Re: [Openstack] Havana Packages for Ubuntu 12.04

2013-06-18 Thread Adam Gandelman
On 06/17/2013 11:01 PM, Alexander Stellwag wrote: > Hi stackers, > > I wonder if there are havana packages for Ubuntu LTS available. Those > in the official cloud archive semm to be identical to the current > grizzly packages. > > We would like to run first tests with havana and prepare for an upda

[Openstack] Grizzly + vmware post installation

2013-06-18 Thread Jake G.
Hi all, I have installed Openstack grizzly on one node (centos 6.4). I want to use my ESXi hosts and vcenter. Now what do I do? I do not see any post-installation guides anywhere. I can access the dashboard but there are no options to configure the infrastructure. How is this done? Thank you,