Re: [Openstack] Processors - Intel vs AMD

2015-04-27 Thread Bhandaru, Malini K
Hello Forrest! Full disclosure – I work for Intel and proud to have worked on power and performance aspects of the Intel Xeon code named Haswell . ☺ http://en.wikipedia.org/wiki/Haswell_(microarchitecture). From multiple cores, being more power efficient, wider registers, special instructions f

Re: [Openstack] Processors - Intel vs AMD

2015-04-27 Thread Kurt Garloff
Hi, Intel wins on single thread performance and energy efficiency, AMD on cost efficiency - the latter may be eaten up by energy cost though. Functional differences exist, if you want to take advantage of the latest CPU extensions (AVX, AESNI, TSX,...) otherwise not. ARM(v8) may be an inter

[Openstack] [openstack-dev][openstack][nova] Does anyone use Zookeeper, Memcache Nova ServiceGroup Driver ?

2015-04-27 Thread Vilobh Meshram
Hi, Does anyone use Zookeeper[1], Memcache[2] Nova ServiceGroup Driver ? If yes how has been your experience with it. It was noticed that most of the deployment try to use the default Database driver[3]. Any experiences with Zookeeper, Memcache driver will be helpful. -Vilobh [1] https://github

Re: [Openstack] config drive on opentack label query

2015-04-27 Thread Michael Still
The name "config-2" (always lowercase) is hard coded in nova/virt/configdrive.py. It would change if we came up with a new format for the config drive, which I think is unlikely at this point in time. A conversion to uppercase is presumably a VFAT thing, and outside the control of nova. So, if you

[Openstack] Not possible to install Trove of Juno on Trusty - Dependency problem...

2015-04-27 Thread Martinx - ジェームズ
Guys, I'm following the document: http://docs.openstack.org/juno/install-guide/install/apt/content/trove-install.html But it triggers an error: --- root@controller-1:~# apt-get install python-trove python-troveclient python-glanceclient trove-common trove-api trove-taskmanager Reading package

Re: [Openstack] [Fuel] problem resolving node name only on ssh

2015-04-27 Thread Miroslav Anashkin
Greetings, Pedro, 1. Please check, if you have DHCP disabled in all VirtualBox virtual networks, related to OpenStack installations. Disable it, if necessary. 2. Please check promiscuous mode is enabled for all virtual NICs, related to OpenStack virtual machines, on every VM. 3. Please check the

[Openstack] Processors - Intel vs AMD

2015-04-27 Thread Forrest Flagg
Looking to purchase hardware for a Juno cloud and was wondering what people are using for processors. Is there a preference between Intel vs AMD? Does it make a functional difference? Thanks, Forrest ___ Mailing list: http://lists.openstack.org/cgi-bin

Re: [Openstack] Swift quota per keystone user

2015-04-27 Thread Kuo Hugo
Hi Kevin, Are you doing multiple user per tenant(Swift account) ? or Are you doing per tenant (Swift account) per user ? Does account-quota middleware help ? https://github.com/openstack/swift/blob/master/swift/common/middleware/account_quotas.py I don't really understand " I creates a new ten

Re: [Openstack] [Fuel] problem resolving node name only on ssh

2015-04-27 Thread Pedro Velho
Hi friends, I finally found the problem. The thing was that my VirtualBox interfaces were created with a different IP than expected by fuel as default IP addresses. Here is what I did. Checked VirtualBox -> File -> Preferences like this: 4 virtual box networks vboxnet0, 10.20.0.1, 255.255.255.

Re: [Openstack] Openstack Digest, Vol 22, Issue 26

2015-04-27 Thread 13588747482
help ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] Swift quota per keystone user

2015-04-27 Thread Kévin Bernard-Allies
Hi, I want to set quotas associated to keystone users. In my configuration, an user can create swift containers, and share them with other users. For now, I creates a new tenant for each new shared container, and I add the users with a 'member' role. So, an user can list all tenants which he

[Openstack] Is keystone impacted by CVE-2015-2808 (RC4 vulnerability)

2015-04-27 Thread Mohammed, Allauddin
Hi All, Is keystone(Folsom) impacted by CVE-2015-2808 (RC4 vulnerability)? https://access.redhat.com/security/cve/CVE-2015-2808 Any ideas? Regards, Allauddin ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to

Re: [Openstack] Random source if not set

2015-04-27 Thread Davanum Srinivas
Tim, Looking at Nova sources [1] and libvirt documentation [2]. The default value of rng_dev_path None means libvirt will use /dev/random thanks, dims [1] https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L3767 [2] https://libvirt.org/formatdomain.html#elementsRng On Mo

Re: [Openstack] config drive on opentack label query

2015-04-27 Thread Bhaskar Rao
Hi Dave, When we try to boot our VM we mount the label config-2 and access its contents, But it is seen that in some customer deployments, the label has different name (ex: CONFIG-2), hence our code breaks. We want to make sure, if it is always config-2 ?? on what basis it can change ?? or is i

Re: [Openstack] config drive on opentack label query

2015-04-27 Thread Dave Walker
On 27 Apr 2015 09:32, "Bhaskar Rao" wrote: > > Hi All, > > > > With help of user data files, we can provide instance specific details (like IP address, Gateway etc.) to VM booting in OpenStack environment. > > This user data file gets attached with VM as part of specific label for example config-2

Re: [Openstack] config drive on opentack label query

2015-04-27 Thread trinath.soman...@freescale.com
You mean to say, the libvirt.xml file used in booting the VM ? From: Bhaskar Rao [mailto:bhaskar@citrix.com] Sent: Monday, April 27, 2015 1:49 PM To: openstack@lists.openstack.org; openstack...@lists.openstack.org Subject: [Openstack] config drive on opentack label query Hi All, With help of

[Openstack] config drive on opentack label query

2015-04-27 Thread Bhaskar Rao
Hi All, With help of user data files, we can provide instance specific details (like IP address, Gateway etc.) to VM booting in OpenStack environment. This user data file gets attached with VM as part of specific label for example config-2. We want to know how this labeling mechanism works? Who