[Openstack] [Heat][Nova]Error while creating a nova instance from heat stack

2014-10-15 Thread Sadia Bashir
Hi Everyone, I am trying to launch a new instance from a very simple heat template (please see attached) but it yields me following error while creating a new stack: Log from /var/log/heat/heat-engine.log 2014-10-16 10:21:22.804 30952 INFO urllib3.connectionpool [-] Starting new HTTP connection

Re: [Openstack] [Openstack-operators] vxlan network and windows on guests

2014-10-15 Thread George Mihaiescu
To see where the problem lies you could do an iperf test between two instances of the same tenant running on the same compute node. The traffic would still pass through openvswitch, but not across the Vxlan tunnel. On Oct 15, 2014 5:29 PM, "Sławek Kapłoński" wrote: > Hello, > > I found also that

Re: [Openstack] ml2 vlan provider network help

2014-10-15 Thread Martinx - ジェームズ
Awesome!! :-D Same here, I'm using tagged VLANs, one for each tenant... Each tenant here have 1 "net", and 2 "subnets" (IPv4 and IPv6). Cheers! Thiago On 15 October 2014 18:07, Brandon Sawyers wrote: > As a follow-up to my post: > > We figured out was going on today. Nothing exciting, our t

Re: [Openstack] Trouble adding volume to instance

2014-10-15 Thread Amit Anand
So looks like it went again to spam. Ive put the errors Im getting here: Paste #121364 | LodgeIt! Paste #121364 | LodgeIt! [root@block1 Python-2014-09-30-15:11:51-7481]# more backtrace node.py:60:_create_in_cfs_ine:RTSLibError: Could not create NetworkPortal in configFS. View

Re: [Openstack] Trouble adding volume to instance

2014-10-15 Thread Amit Anand
**Resending as another Openstack user informed me this was being directed to Spam in Gmail** Thanks Boris! Hi all, Some more trouble shooting on this (and still no progress) I see this when I reboot (or use targetcli which is below this log): [root@block1 Python-2014-09-30-15:11:51-7481]# m

[Openstack] Zenoss Auth failure

2014-10-15 Thread Guillermo Alvarado
Hello I am trying the zenoss plugin to monitoring openstack,but I am not able to connect to Openstack from zenoss 2014-10-15 16:41:54,924 INFO zen.Job: 2014-10-15 16:41:54,851 ERROR zen.ZenDisc: Unable to fill collection slots: [Failure instance: Traceback (failure with no frames): : Unauthorized

Re: [Openstack] Trouble adding volume to instance

2014-10-15 Thread Amit Anand
Some more trouble shooting on this (and still no progress) I see this when I reboot (or use targetcli which is below this log): [root@block1 Python-2014-09-30-15:11:51-7481]# more backtrace node.py:60:_create_in_cfs_ine:RTSLibError: Could not create NetworkPortal in configFS. Traceback (most r

Re: [Openstack] [Openstack-operators] vxlan network and windows on guests

2014-10-15 Thread Sławek Kapłoński
Hello, I found also that when I capture traffic from tap interface and check it in wireshark then I see a lot of TCP DUP ACK packets before disconnection. Guys, really anyone has got similar problem with vxlan and windows guests? or anyone is using windows on such instances? --- Best regards S

[Openstack] [QA] How to attach multiple NICs to an instance VM?

2014-10-15 Thread Danny Choi (dannchoi)
Hi, “nova help boot” shows the following: --nic Create a NIC on the server. Specify option multiple times to create multiple NICs. net- id: attach NIC to network with this UUID

Re: [Openstack] ml2 vlan provider network help

2014-10-15 Thread Brandon Sawyers
As a follow-up to my post: We figured out was going on today. Nothing exciting, our test vlan we were using was not configured properly by the network team. It was untagged instead of being tagged. Once that was fixed, everything began working as we expected it to. Cheers! Brandon On Tue, Oct 14

Re: [Openstack] Centos 7 root pasword

2014-10-15 Thread Juerg Haefliger
On Wed, Oct 15, 2014 at 11:33 AM, Steven Hardy wrote: > > On Tue, Oct 14, 2014 at 01:11:40PM +0530, Mridhul Pax wrote: > >Hi Friends, > >I have downloaded a centos 7 image from the following site and created a > >glance image. Im able to provison a server via that image and the server

Re: [Openstack] [Openstack-operators] [swift] How to encrypt account/container/object data that travels through storage nodes?

2014-10-15 Thread Pete Zaitcev
On Wed, 17 Sep 2014 15:16:22 -0300 Gui Maluf wrote: > Replicas are copied between storage nodes and swift presume all storage > nodes are running in a secure network. Taking any scenario of a Globally > Distributed OpenStack Swift Cluster >

[Openstack] [OSSA 2014-036] Potential leak of passwords into log files (CVE-2014-7230, CVE-2014-7231)

2014-10-15 Thread Tristan Cacqueray
OpenStack Security Advisory: 2014-036 CVE: CVE-2014-7230, CVE-2014-7231 Date: October 15, 2014 Title: Potential leak of passwords into log files Reporter: Amrith Kumar (Tesora) Products: Cinder and Nova (versions up to 2014.1.3) Trove (versions up to 2014.1.2) Description: Amri

Re: [Openstack] Unable to launch an instance with ICEHOUSE

2014-10-15 Thread Anne Gentle
On Wed, Oct 15, 2014 at 8:41 AM, Phani Bhushan wrote: > Hi all, > > > > I am very much new to the openstack and I am trying to get > some hands on experience on openstack. I installed openstack compute, > controller, network nodes on single ubuntu 14.04 64 bit server machine. > >

Re: [Openstack] periodic packet loss in openvswitch

2014-10-15 Thread Rick Jones
On 10/14/2014 09:10 PM, Michael Gale wrote: I have seen something similar in the past under two conditions: 1. When a switch buffers have been overloaded due to excessive UDP traffic, the switch ended up sending out the data on all ports. Do you mean when a switch's forwarding table fills beca

Re: [Openstack] [openstack-dev] [qa] "nova get-password" does not seem to work

2014-10-15 Thread Alessandro Pilotti
AFAIK cloud-init is not handling it ATM, while Cloudbase-Init supports it out of the box on Windows (and soon FreeBSD). You need to deploy your instance with an SSH keypair and use HTTP metadata, required for POSTing back the encrypted password. It does not work with ConfigDrive. Alessandro O

Re: [Openstack] [openstack-dev] [qa] "nova get-password" does not seem to work

2014-10-15 Thread Vishvananda Ishaya
Get password only works if you have something in the guest generating the encrypted password and posting it to the metadata server. Cloud-init for windows (the primary use case) will do this for you. You can do something similar for ubuntu using this script: https://gist.github.com/vishvananda/400

[Openstack] [qa] "nova get-password" does not seem to work

2014-10-15 Thread Danny Choi (dannchoi)
Hi, I used devstack to deploy Juno OpenStack. I spin up an instance with cirros-0.3.2-x86_64-uec. By default, useranme/password is cirrus/cubswin:) When I execute the command “nova get-password”, nothing is returned. localadmin@qa4:/etc/nova$ nova show vm1 +--

Re: [Openstack] [Cinder] Volume multi attachment

2014-10-15 Thread John Griffith
On Wed, Oct 15, 2014 at 6:54 AM, Heiko Krämer wrote: > https://blueprints.launchpad.net/cinder/+spec/multi-attach-volume Hi Heiko, Nope, neither of those landed in Juno. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] [devstack] Question about the "OVS_PHYSICAL_BRIDGE" attribute defined in localrc

2014-10-15 Thread Danny Choi (dannchoi)
Hi, When I have "OVS_PHYSICAL_BRIDGE=br-p1p1” defined in localrc, devstack creates the OVS bridge "br-p1p1". localadmin@qa4:~/devstack$ sudo ovs-vsctl show 5f845d2e-9647-47f2-b92d-139f6faaf39e Bridge "br-p1p1" < Port "phy-br-p1p1" Interface "phy-br-p1p1"

Re: [Openstack] [qa] How to troubleshoot why a VM at Compute node won't response to ARP request from Neutron router

2014-10-15 Thread Robert van Leeuwen
> What threw me off is that nova reports the instance is running, with a > private address assigned. > > | b8c3f406-1989-4d73-b711-286565bf9795 | vm | ACTIVE | - | Running > | private=10.0.0.5 | > > This is misleading. It should not report the private address until the DHCP > pro

[Openstack] Unable to launch an instance with ICEHOUSE

2014-10-15 Thread Phani Bhushan
Hi all, I am very much new to the openstack and I am trying to get some hands on experience on openstack. I installed openstack compute, controller, network nodes on single ubuntu 14.04 64 bit server machine. I have installed horizon. From pages of openstack, I failed to launch

Re: [Openstack] [DevStack] Keystone not restarting

2014-10-15 Thread Paul Carlton
Nope the keystone files are there, not links. I do not see rejoin starting apache and when I do it manually it doesn't listen on 5000, just 80 I've work around this problem by not using unstack anymore, just restarting the specific services impacted by my change On 15/10/14 03:02, Борис Боб

Re: [Openstack] [qa] How to troubleshoot why a VM at Compute node won't response to ARP request from Neutron router

2014-10-15 Thread Danny Choi (dannchoi)
Hi James, Instance did not get its IP from DHCP because the physical switch was not configured properly. >From the instance’s console log, I did see the DHCP Discover failure: Starting network... udhcpc (v1.20.1) started Sending discover... Sending discover... Sending discover... No lease

[Openstack] [Cinder] Volume multi attachment

2014-10-15 Thread Heiko Krämer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi guys. at the moment Cinder doesn't allow to attach a volume twice. I mean i need to build for each application cluster an extra storage share point (NFS, glusterFS, ...) in the tenant. Other way is to build a shared storage for all tenants. Both

[Openstack] [Cinder] Juno RC3 available

2014-10-15 Thread Thierry Carrez
Hello everyone, Due to three critical regressions discovered in testing of the published Cinder 2014.2 RC2, we generated a new Juno release candidate. You can find the list of bugfixes in this RC and a link to a source tarball at: https://launchpad.net/cinder/juno/juno-rc3 At this point, only sh

Re: [Openstack] Centos 7 root pasword

2014-10-15 Thread Steven Hardy
On Tue, Oct 14, 2014 at 01:11:40PM +0530, Mridhul Pax wrote: >Hi Friends, >I have downloaded a centos 7 image from the following site and created a >glance image. Im able to provison a server via that image and the server >booted up fine. Any one know how to login to the server ? >

[Openstack] [Glance][Trove] Juno RC3 available

2014-10-15 Thread Thierry Carrez
Hello everyone, Due to last-minute issues discovered in testing of the published Glance and Trove 2014.2 RC2, we generated new Juno release candidates for these projects. You can find the list of bugfixes in these RC3 and a link to a source tarball at: https://launchpad.net/glance/juno/juno-rc3 h