[Openstack] Fw: can I create account using swift CLI

2013-12-24 Thread pragya jain
hello all, Please reply my question. Please help. -- Pragya Jain On Tuesday, 24 December 2013 2:45 PM, pragya jain wrote: I installed swift on my laptop by creating a virtual machine of ubuntu 12.04 LTS desktop using the document http://docs.openstack.org/developer/swift/development_

[Openstack] Fw: how the replicator in swift replicate a good copy

2013-12-24 Thread pragya jain
hello all, Please reply my question. Please help. -- Pragya Jain On Tuesday, 24 December 2013 3:25 PM, pragya jain wrote: as said in many documents, A hash file is created for each partition which contains hashes of each directory in the partition. Replicator continuously examines ea

[Openstack] Fw: how to integrate horizon with swift

2013-12-24 Thread pragya jain
hello all, Please reply my question. Please help. -- Pragya Jain On Tuesday, 24 December 2013 2:32 PM, pragya jain wrote: I installed swift on my laptop by creating a virtual machine of ubuntu 12.04 LTS desktop using the document http://docs.openstack.org/developer/swift/development_

[Openstack] Fw: what is the concept of partition space in swift

2013-12-24 Thread pragya jain
hello all, Please reply my question. Please help. -- Pragya Jain On Tuesday, 24 December 2013 3:33 PM, pragya jain wrote: as said in many documents, Partition is a collection of stored data >account databases, container databases and objects > >My question is: > > - one partition space

[Openstack] How to add more nodes with packstack

2013-12-24 Thread Jeff Cai
Hi, Who knows how to add more nodes with packstack? I need to change the answer file and re-run packstack? Any other ways? Best Regards Jeff Cai [cid:image001.png@01CF0182.B0621D30] [cid:image002.png@01CF0182.B0621D30] [cid:im

Re: [Openstack] [Nova] enable hyper-threading or not?

2013-12-24 Thread Dnsbed Ops
On 2013-12-24 16:21, sylecn wrote: I'd like to hear some real world experience on this topic. Do you enable hyper-threading in your openstack cluster? Does it matter at all for your use case? My current use case is java based web app and node.js based web app. Both facing internet users with pot

Re: [Openstack] [Nova] enable hyper-threading or not?

2013-12-24 Thread Joe Topjian
During the time when we wrote that, we were discussing the various use-cases that we usually see in our clouds. The use-cases ranged anywhere from cpu-heavy batch processing, scientific modeling, or basic web hosting. I believe, but I could be wrong as that discussion was 10 months ago (!), that i

Re: [Openstack] Openstack achieve the elasticity for computation

2013-12-24 Thread Joshua Harlow
None of said features, cross host CPUs or cross host RAM (combining cross host resources to form a larger virtual one?) afaik exist (maybe they exist in prototypes since it is theoretically possible). Especially since this will likely be really slow to perform. Afaik current virtualization isn't

[Openstack] [neutron][bug]ipt_mgr.ipv6 written in the wrong ipt_mgr.ipv4 in iptables_fwaas.py

2013-12-24 Thread 黎林果
Hi, All I found ipt_mgr.ipv6 written in the wrong ipt_mgr.ipv4 in neutron/ services/firewall/drivers/linux/iptables_fwaas.py. This may be caused due to the copy. Please confirm if this is a bug.Thanks. https://bugs.launchpad.net/neutron/+bug/1263877 Best Regards! Lee Li __

[Openstack] Multi network, shared FlatManager config

2013-12-24 Thread amit gupta
Hi stackers, I have setup Openstack using Centos 6.4 controller (havana, RDO) and 4 compute nodes (KVM) using nova-network. 2 compute nodes are in 10.77.1.0/24 and remaining 2 are in 10.77.2.0/24 networks. I have created 2 networks as well using "nova-manage network create". Network uses Fla

Re: [Openstack] [Heat] Problem with stacks

2013-12-24 Thread Sławek Kapłoński
Hello, When I create images I have no any errors (I checked it again today) displayed. How can I verify that cloud-init is installed correctly? -- Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl Dnia Mon, 23 Dec 2013 01:39:07 -0500 Qiming Teng napisał: > On Sun, Dec 22, 2013 at 11:48:07PM +0

Re: [Openstack] OpenStack user personas [WAS: Re: User Personas Google Spreadsheet]

2013-12-24 Thread Stefano Maffulli
Hi Sriram, On 12/23/2013 11:33 PM, Sriram Subramanian wrote: > I see some discussion on having regular meetings to discuss personas on > the spreadsheet. Any slots confirmed for this? I am not aware of any reserved slot to discuss the personas. You may want to reach out directly to Dave early Ja

Re: [Openstack] Deploying OpenStack on multiple nodes

2013-12-24 Thread Romil Gupta
Hi Sayali, If you are planning to deploy OpenStack on multi nodes then you can use the scripts below : https://github.com/romilgupta/openstack-scripts if you need more details regarding a deployment of Openstack feel free to ping me back. On Tue, Dec 24, 2013 at 7:23 PM, Dnsbed Ops wrote: >

[Openstack] Can I move keystone-signing-XXX files out of /tmp ?

2013-12-24 Thread Xin Zhao
Hello, I am running a Grizzly multi-host test cluster on RHEL6. On the controller node, there are several keystone-signing- files automatically created by the daemons. But if some disk cleanup scripts kick in and remove them, that will cause problem to the services. So I wonder if I can move t

Re: [Openstack] Security Breach! Tenant A is seeing the VNC Consoles of Tenant B!

2013-12-24 Thread Jeremy Stanley
On 2013-12-22 15:37:02 -0200 (-0200), Martinx - ジェームズ wrote: [...] > This is a very serious problem, since I'm giving to the "Tenant > A", almost total access to "Tenant B" Instances!! This kind of > situation should NEVER occur! > > What can I do to completely block this? [...] Is it possible th

Re: [Openstack] [Havana]Fail to launch instance

2013-12-24 Thread Remo Mattei
Looks like it is used by other daemon on port 53 use netstat to see what is running kill it go to screen and rerun dhcp again which should fix your problem. Ciao Inviato da iPhone () > Il giorno Dec 24, 2013, alle ore 5:55, Giuseppe Galeota > ha scritto: > > Dear all, > I just finished to

Re: [Openstack] Launch instance problem

2013-12-24 Thread Dnsbed Ops
May you check also the log of qpid? or enable the debug log for nova? I'm having a problem with my openstack and i cant figure it out. Basically, i try to launch an instance (via horizon or cli) and it always stuck in error state. I already checked the logs and the only thing they show is they c

[Openstack] [Havana]Fail to launch instance

2013-12-24 Thread Giuseppe Galeota
Dear all, I just finished to install Devstack as is, without any editing to the localrc file. If I try to create an instance (admin or demo user ) using the cirros_0.3.1 image, I receive the following error: *Error: *Failed to launch instance "Istance_Name": Please try again later [Error: Remote

Re: [Openstack] Deploying OpenStack on multiple nodes

2013-12-24 Thread Dnsbed Ops
We have followed this guide to deploy them in a distributed system: http://docs.openstack.org/trunk/install-guide/install/apt/content/ I need to deploy OpenStack on a distributed system mainly comprising of Control, Compute and Network nodes (more if required). I need an architecture that would

[Openstack] Deploying OpenStack on multiple nodes

2013-12-24 Thread Sayali Lunkad
Hello, I need to deploy OpenStack on a distributed system mainly comprising of Control, Compute and Network nodes (more if required). I need an architecture that would help me to deploy it. I am not sure how things work on a multi-node system, so any help would be highly appreciated. I will be wor

[Openstack] Launch instance problem

2013-12-24 Thread Bruno Andrade
hey, I'm having a problem with my openstack and i cant figure it out. Basically, i try to launch an instance (via horizon or cli) and it always stuck in error state. I already checked the logs and the only thing they show is they cant consume/publish in certain topics in qpid. I already restar

[Openstack] how the replicator in swift replicate a good copy

2013-12-24 Thread pragya jain
as said in many documents, A hash file is created for each partition which contains hashes of each directory in the partition. Replicator continuously examines each partition. Each of three hash file are compared. If hashes are different, Directory that need to be replicated is copied over. My

[Openstack] what is the concept of partition space in swift

2013-12-24 Thread pragya jain
as said in many documents, Partition is a collection of stored data account databases, container databases and objects My question is:  - one partition space is responsible for storing anyone of three- account databases, container databases and objects. Or, one partition space contains all of th

[Openstack] can I create account using swift CLI

2013-12-24 Thread pragya jain
I installed swift on my laptop by creating a virtual machine of ubuntu 12.04 LTS desktop using the document http://docs.openstack.org/developer/swift/development_saio.html I am using swift CLI for working with swift For adding an account in Swift, I first modify /etc/swift/proxy-server.conf and

[Openstack] how to integrate horizon with swift

2013-12-24 Thread pragya jain
I installed swift on my laptop by creating a virtual machine of ubuntu 12.04 LTS desktop using the document http://docs.openstack.org/developer/swift/development_saio.html It provides CLI interface for working with swift. I need a GUI interface for the same. For this purpose, I want to integrate

[Openstack] [Nova] enable hyper-threading or not?

2013-12-24 Thread sylecn
Hi all, I notice in ops guide [1], it mentioned that whether to enable hyper-threading depends on use case. I'd like to hear some real world experience on this topic. Do you enable hyper-threading in your openstack cluster? Does it matter at all for your use case? My current use case is java bas