[Rdo-list] Call for Papers - OSCON and OpenStack Day at LinuxTag Berlin
by Rich Bowen
FYI: Two more venues for getting the word out about RDO and OpenStack
-------- Original Message --------
Subject: [openstack-community] Call for Papers - OSCON and OpenStack
Day at LinuxTag Berlin
Date: Wed, 29 Jan 2014 12:43:07 -0600 (CST)
From: Kathy Cacciatore <kathyc(a)openstack.org>
To: community(a)lists.openstack.org, marketing(a)lists.openstack.org
Just a reminder that the OSCON (Open Source Conference, July 20-24 in
Portland, OR) CFP submissions are due tomorrow, *January 30*. Please
submit DevOps topics of interest to
http://www.oscon.com/oscon2014/public/cfp/308. We'd love to have a long
list of OpenStack sessions there this year, for OpenStack's 4th
birthday. We'll help drive attendees to all accepted sessions.
Also, just out, is the Call for Papers for the OpenStack Day at LinuxTag
in Berlin on May 9. Florian Haas and Martin Loschwitz of hastexo are
organizing the track titled "OpenStack: One IaaS platform for all
needs". This is the Friday prior to the Atlanta OpenStack Summit;
speaker submissions are very much appreciated. Please use the LinuxTag
CFP submission process <http://www.linuxtag.org/2014/en/> *by February
7*, and also drop an email to Florian and Martin at florian(a)hastexo.com
and martin(a)hastexo.com. They welcome your inquiries as well.
Thank you for your support.
--
Regards,
Kathy Cacciatore
OpenStack Industry Event Planner
1-512-970-2807 (mobile)
Part time: Monday - Thursday, 9am - 2pm US CT
kathyc(a)openstack.org
10 years, 10 months
[Rdo-list] pythonclients completion scripts raise errors on zsh
by Stefano Zilli
Hello,
We are currently testing Havana python-{cinder,nova,keystone}client rpms and we noticed that completion files have been moved to /etc/profile.d.
This is causing the following errors in zsh shells and, as a consequence, it's blocking the deployment in production.
/etc/profile.d/cinder.sh:15: command not found: complete
/etc/profile.d/keystone.sh:27: command not found: complete
/etc/profile.d/nova.sh:27: command not found: complete
Wouldn't be better to have some kind of guard at the beginning of those files like "[ -z "$BASH_VERSION" ] && return" to avoid the execution on non-bash shells?
Regards,
Stefano Zilli
10 years, 10 months
[Rdo-list] [package announce] Updated foreman installer
by Pádraig Brady
RDO Havana and Icehouse provide the foreman openstack installer for EL6 derivatives,
and this has been updated to version 1.0.3 which includes:
- BZ #1047653 - Cinder LVM setup broken
- BZ #1053729 - Add missed parameter name change
- BZ #1048922 - Package name cannot have array for newer puppet
- BZ #1050182 - remove the Gluster Storage Host Group
- BZ #1049688 - Quickstack manifest parameter renaming
- BZ #1046120 - Remove unused parameter bridge_keep_ip
- BZ #1015625 - Add selinux support for glusterfs config
- BZ #1043964 - Fix to move neutron setup after db setup
- BZ #1048922 - Fix horizon packages install with puppet-3.4
- BZ #1045132 - l3 external_network_bridge now configurable
- BZ #1045137 - Ensure physical ports added to ovs bridge on networker
- BZ #1042933 - neutron-server fails to start (stamp issue)
- BZ #1040610 - Open Ceilometer API port on controller node
- BZ #1042862 - Update RHEL OS description
- BZ #1043634 - Swift Storage manifest uses incorrect variable
- BZ #1039661 - Fix manifests to work with updated puppet modules
- BZ #1039698 - add IPAPPEND 2 to pxe template
- BZ #1040021 - Fix enable/disable of heat_cfg and heat_cloudwatch
10 years, 10 months
Re: [Rdo-list] [rhos-list] instances with ephemeral disk can't start ?
by Perry Myers
On 01/24/2014 05:16 PM, Xin Zhao wrote:
> Hello,
>
> In our grizzly openstack testbed, instances that use ephemeral disk fail
> to run, in the scheduler log there is the following errors:
>
> scheduler.log:2014-01-24 16:43:55.772 ERROR
> nova.scheduler.filter_scheduler
> [req-32173fb7-8d49-4d17-8490-4a6ddaf18a67
> 45a137d469c940cab24655ce65a8455e 614dfb1842824ded94893d0e4c2525dc]
> [instance: 799b985a-eba5-49ef-80b9-c515fa0523c2] Error from last host:
> cldh0195.cloud.local (node cldh0195.cloud.local): [u'Traceback (most
> recent call last):\n', u' File
> "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 864, in
> _run_instance\n set_access_ip=set_access_ip)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1123,
> in _spawn\n LOG.exception(_(\'Instance failed to spawn\'),
> instance=instance)\n', u' File "/usr/lib64/python2.6/contextlib.py",
> line 23, in __exit__\n self.gen.next()\n', u' File
> "/usr/lib/python2.6/site-packages/nova/compute/manager.py", line 1119,
> in _spawn\n block_device_info)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line
> 1540, in spawn\n admin_pass=admin_password)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/virt/libvirt/driver.py", line
> 1842, in _create_image\n ephemeral_size=ephemeral_gb)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/virt/libvirt/imagebackend.py",
> line 158, in cache\n *args, **kwargs)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/virt/libvirt/imagebackend.py",
> line 291, in create_image\n prepare_template(target=base,
> max_size=size, *args, **kwargs)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/openstack/common/lockutils.py",
> line 228, in inner\n retval = f(*args, **kwargs)\n', u' File
> "/usr/lib/python2.6/site-packages/nova/virt/libvirt/imagebackend.py",
> line 146, in call_if_not_exists\n fetch_func(target=target, *args,
> **kwargs)\n', u"/TypeError: _create_ephemeral() got an unexpected
> keyword argument 'max_size'/\n"]
>
> I see a bug report like this :
> https://bugzilla.redhat.com/show_bug.cgi?id=1044562, I wonder if this
> bug is fixed in grizzly or not?
This bug is currently being QA'd for an async release of RHOS 3.0/Grizzly.
It is not yet released for RHOS 3.0 since it is still in testing. It
should be updated soon on our content mirrors (Red Hat Network)
If it is not a candidate for the stable branch of Grizzly, then it
wouldn't be in RDO Grizzly as RDO follows the upstream stable branches.
Vladan, since you are working on this, did it get proposed for the
stable branch or is it RHOS only backport?
> I am using grizzly rpms from the RDO repo:
>
> $> rpm -qf
> /usr/lib/python2.6/site-packages/nova/virt/libvirt/imagebackend.py
> python-nova-2013.1.4-1.el6.noarch
Since this is RDO related, I'm going to move this thread over to rdo-list.
Cheers,
Perry
10 years, 10 months
[Rdo-list] Glance - missing dependencies
by Daniel Speichert
Hello,
I was installing OpenStack from RDO today and had to install two extra packages beside openstack-glance, for Glance to work:
python-anyjson python-amqplib
Shouldn't these two be installed as dependencies?
Regards,
Daniel Speichert
10 years, 10 months