[rdo-list] [tripleo] [oooq] Baremetal deployment using quickstart; unregistered drivers after reboot
by Gerard Braad
Hi,
I have been performing baremetal deployments using the TripleO
quickstart (Mitaka), however I have noticed an issue after reboot of
the undercloud...
As reported before, the undercloud machine has to be rebooted once in
a while as it looses it's network connectivity. This is already
annoying, but issuing 'sudo su - stack -c "virsh reboot undercloud"`
works around this for now.
But the next problems seems to be that after the reboot
`ironic-conductor` does not come up correctly. It seems to hang on
connection to rabbitmq. When a new introspection of deployment is
triggered I get a:
"No valid host was found. Reason: No conductor service registered
which supports driver pxe_ipmitool"
After performing:
sudo systemctl restart openstack-ironic-conductor
cat /var/log/ironic/ironic-conductor.log |grep enabled
I get the correct registration back:
2016-06-20 07:15:20.248 3501 DEBUG oslo_service.service [-]
enabled_drivers = ['pxe_ipmitool', 'pxe_ssh',
'pxe_drac', 'pxe_ilo', 'pxe_wol', 'pxe_amt'] log_opt_values
/usr/lib/python2.7/site-packages/oslo_config/cfg.py:2521
Has this been observed by others?
regards,
Gerard
--
Gerard Braad | http://gbraad.nl
[ Doing Open Source Matters ]
8 years, 5 months
[rdo-list] mitaka installation
by Andrey Shevel
trying to install openstack mitaka I met problems with the procedure
described on https://www.rdoproject.org/install/quickstart/
final messages from packstack --allinone are below
=========================================
193.124.84.22_prescript.pp: [ DONE ]
Applying 193.124.84.22_amqp.pp
Applying 193.124.84.22_mariadb.pp
193.124.84.22_amqp.pp: [ DONE ]
193.124.84.22_mariadb.pp: [ DONE ]
Applying 193.124.84.22_apache.pp
193.124.84.22_apache.pp: [ DONE ]
Applying 193.124.84.22_keystone.pp
Applying 193.124.84.22_glance.pp
Applying 193.124.84.22_cinder.pp
193.124.84.22_keystone.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 193.124.84.22_keystone.pp
Error: Could not prefetch keystone_role provider 'openstack': Could
not authenticate
You will find full trace in log
/var/tmp/packstack/20160616-133447-C9hfh9/manifests/193.124.84.22_keystone.pp.log
Please check log file
/var/tmp/packstack/20160616-133447-C9hfh9/openstack-setup.log for more
information
Additional information:
* Time synchronization installation was skipped. Please note that
unsynchronized time on server instances might be problem for some
OpenStack components.
* File /root/keystonerc_admin has been created on OpenStack client
host 193.124.84.22. To use the command line tools you need to source
the file.
* To access the OpenStack Dashboard browse to http://193.124.84.22/dashboard .
Please, find your login credentials stored in the keystonerc_admin in
your home directory.
* To use Nagios, browse to http://193.124.84.22/nagios username:
nagiosadmin, password: f9d91344c4bb4f21
===============
the file keystone_role/openstack.rb is from package
openstack-puppet-modules-8.0.4-1.el7.noarch (from repo openstack-mitaka)
I repeated several times with full reinstallition (yum erase
[everything from repo openstack-mitaka], deletion all conf
directories, yum install)
Additional info
cat /etc/os-release
NAME="Scientific Linux"
VERSION="7.2 (Nitrogen)"
ID="rhel"
ID_LIKE="fedora"
VERSION_ID="7.2"
PRETTY_NAME="Scientific Linux 7.2 (Nitrogen)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:scientificlinux:scientificlinux:7.2:GA"
HOME_URL="http://www.scientificlinux.org//"
BUG_REPORT_URL="mailto:scientific-linux-devel@listserv.fnal.gov"
REDHAT_BUGZILLA_PRODUCT="Scientific Linux 7"
REDHAT_BUGZILLA_PRODUCT_VERSION=7.2
REDHAT_SUPPORT_PRODUCT="Scientific Linux"
REDHAT_SUPPORT_PRODUCT_VERSION="7.2"
Somebody has ideas how to fix it ?
Many thanks in advance.
--
Andrey Y Shevel
8 years, 5 months
[rdo-list] Late test day failure
by Adam Huffman
I'm following the TripleO quickstart instructions at:
https://www.rdoproject.org/tripleo/
There is a failure quite early on:
TASK [provision/remote : Grant libvirt privileges to non-root user] ************
task path: /home/adam/.quickstart/usr/local/share/tripleo-quickstart/roles/provision/remote/tasks/main.yml:37
Saturday 11 June 2016 08:19:00 +0100 (0:00:01.699) 0:01:02.207 *********
fatal: [scaleway1]: FAILED! => {"changed": true, "failed": true,
"msg": "Destination directory /etc/polkit-1/localauthority/50-local.d
does not exist"}
NO MORE HOSTS LEFT *************************************************************
PLAY RECAP *********************************************************************
localhost : ok=4 changed=2 unreachable=0 failed=0
scaleway1 : ok=5 changed=3 unreachable=0 failed=1
Saturday 11 June 2016 08:19:02 +0100 (0:00:02.017) 0:01:04.225 *********
===============================================================================
TASK: setup ------------------------------------------------------------ 25.28s
TASK: setup ------------------------------------------------------------ 14.68s
TASK: provision/remote : Create virthost access key --------------------- 9.28s
TASK: provision/remote : Grant libvirt privileges to non-root user ------ 2.02s
TASK: provision/remote : Configure non-root user authorized_keys -------- 1.70s
TASK: provision/remote : Create non-root user --------------------------- 1.59s
TASK: provision/local : Ensure local working dir exists ----------------- 1.54s
TASK: provision/teardown : Get UID of non-root user --------------------- 1.44s
TASK: provision/local : Create empty ssh config file -------------------- 1.14s
TASK: provision/local : Check that virthost is set ---------------------- 0.84s
TASK: provision/local : Add the virthost to the inventory --------------- 0.82s
TASK: provision/teardown : Check for processes owned by non-root user --- 0.68s
TASK: provision/teardown : Wait for processes to exit ------------------- 0.63s
TASK: provision/teardown : Remove non-root user ephemeral files --------- 0.61s
TASK: provision/teardown : Kill (SIGKILL) all processes owned by
non-root user --- 0.60s
TASK: provision/teardown : Remove non-root user account ----------------- 0.57s
TASK: provision/teardown : Kill (SIGTERM) all processes owned by
non-root user --- 0.57s
The host is a CentOS 7 machine.
8 years, 5 months
[rdo-list] [Meeting] RDO meeting (2016-06-15) Minutes
by Javier Pena
==============================
#rdo: RDO meeting (2016-06-15)
==============================
Meeting started by jpena at 15:00:25 UTC. The full logs are available at
https://meetbot.fedoraproject.org/rdo/2016-06-15/rdo_meeting_(2016-06-15)...
.
Meeting summary
---------------
* roll call (jpena, 15:00:57)
* DLRN instance migration to ci.centos infra (jpena, 15:02:38)
* LINK:
https://github.com/rdo-infra/ansible-role-rdomonitoring/blob/master/files...
(dmsimard, 15:06:33)
* ACTION: jpena to coordinate dlrn server switch once
https://review.rdoproject.org/r/1407 is merged and tested in the new
server (jpena, 15:10:47)
* openstack/packstack stable/kilo EOL (jpena, 15:12:35)
* ACTION: apevec and imcsk8 to coordinate openstack/packstack eol-kilo
after checking upstream Launchpad bugs (apevec, 15:19:14)
* graylist review.rdoproject.org (jpena, 15:21:21)
* ACTION: fbo followup with reverse dns issue (fbo, 15:34:11)
* notify trello board changes in #rdo? (jpena, 15:34:33)
* ACTION: number80 to investigate trobot on #rdo-dev (apevec,
15:48:41)
* Doc Day - https://etherpad.openstack.org/p/rdo-doc-day - June 16, 17
(jpena, 15:48:54)
* ACTION: everyone to join the RDO Doc Day (jpena, 15:50:58)
* Chair for next meeting (jpena, 15:51:21)
* ACTION: imcsk8 to chair next meeting (jpena, 15:52:17)
* open floor (jpena, 15:52:28)
Meeting ended at 16:00:47 UTC.
Action Items
------------
* jpena to coordinate dlrn server switch once
https://review.rdoproject.org/r/1407 is merged and tested in the new
server
* apevec and imcsk8 to coordinate openstack/packstack eol-kilo after
checking upstream Launchpad bugs
* fbo followup with reverse dns issue
* number80 to investigate trobot on #rdo-dev
* everyone to join the RDO Doc Day
* imcsk8 to chair next meeting
Action Items, by person
-----------------------
* apevec
* apevec and imcsk8 to coordinate openstack/packstack eol-kilo after
checking upstream Launchpad bugs
* fbo
* fbo followup with reverse dns issue
* imcsk8
* apevec and imcsk8 to coordinate openstack/packstack eol-kilo after
checking upstream Launchpad bugs
* imcsk8 to chair next meeting
* jpena
* jpena to coordinate dlrn server switch once
https://review.rdoproject.org/r/1407 is merged and tested in the new
server
* number80
* number80 to investigate trobot on #rdo-dev
* openstack
* apevec and imcsk8 to coordinate openstack/packstack eol-kilo after
checking upstream Launchpad bugs
* **UNASSIGNED**
* everyone to join the RDO Doc Day
People Present (lines said)
---------------------------
* dmsimard (58)
* jpena (52)
* apevec (49)
* Duck (21)
* rbowen (17)
* number80 (14)
* imcsk8 (12)
* fbo (10)
* misc (8)
* trown|mtg (6)
* zodbot (6)
* chandankumar (6)
* openstack (4)
* jayg (3)
* EmilienM (3)
* jschlueter (2)
* amoralej (2)
* pkovar (1)
* panda (1)
* trown (1)
* hrybacki (1)
* Dog (1)
* weshay (1)
Generated by `MeetBot`_ 0.1.4
.. _`MeetBot`: http://wiki.debian.org/MeetBot
8 years, 5 months
[rdo-list] RDo Bug Statistics [2016-06-15]
by Chandan kumar
# RDO Bugs on 2016-06-15
This email summarizes the active RDO bugs listed in the Red Hat Bugzilla
database at <https://bugzilla.redhat.com/>.
To report a new bug against RDO, go to:
<https://bugzilla.redhat.com/enter_bug.cgi?product=RDO>
## Summary
- Open (NEW, ASSIGNED, ON_DEV): 143
- Fixed (MODIFIED, POST, ON_QA): 45
## Number of open bugs by component
dib-utils [ 1] +
distribution [ 7] ++++++++
Documentation [ 1] +
instack [ 1] +
instack-undercloud [ 9] ++++++++++
openstack-ceilometer [ 2] ++
openstack-cinder [ 2] ++
openstack-designate [ 1] +
openstack-glance [ 1] +
openstack-horizon [ 1] +
openstack-ironic-disco... [ 1] +
openstack-keystone [ 1] +
openstack-neutron [ 3] +++
openstack-nova [ 5] +++++
openstack-packstack [ 34] ++++++++++++++++++++++++++++++++++++++++
openstack-puppet-modules [ 7] ++++++++
openstack-sahara [ 2] ++
openstack-selinux [ 3] +++
openstack-tripleo [ 22] +++++++++++++++++++++++++
openstack-tripleo-heat... [ 2] ++
openstack-tripleo-imag... [ 1] +
openstack-trove [ 1] +
Package Review [ 14] ++++++++++++++++
python-novaclient [ 1] +
rdo-manager [ 14] ++++++++++++++++
rdopkg [ 1] +
RFEs [ 2] ++
tempest [ 3] +++
## Open bugs
This is a list of "open" bugs by component. An "open" bug is in state
NEW, ASSIGNED, ON_DEV and has not yet been fixed.
(143 bugs)
### dib-utils (1 bug)
[1263779 ] http://bugzilla.redhat.com/1263779 (NEW)
Component: dib-utils
Last change: 2016-04-18
Summary: Packstack Ironic admin_url misconfigured in nova.conf
### distribution (7 bugs)
[1243533 ] http://bugzilla.redhat.com/1243533 (NEW)
Component: distribution
Last change: 2016-06-01
Summary: (RDO) Tracker: Review requests for new RDO Liberty
packages
[1316169 ] http://bugzilla.redhat.com/1316169 (ASSIGNED)
Component: distribution
Last change: 2016-05-18
Summary: openstack-barbican-api missing pid dir or wrong pid
file specified
[1329341 ] http://bugzilla.redhat.com/1329341 (NEW)
Component: distribution
Last change: 2016-06-14
Summary: Tracker: Blockers and Review requests for new RDO
Newton packages
[1301751 ] http://bugzilla.redhat.com/1301751 (NEW)
Component: distribution
Last change: 2016-04-18
Summary: Move all logging to stdout/err to allow systemd
throttling logging of errors
[1290163 ] http://bugzilla.redhat.com/1290163 (NEW)
Component: distribution
Last change: 2016-05-17
Summary: Tracker: Blockers and Review requests for new RDO
Mitaka packages
[1337335 ] http://bugzilla.redhat.com/1337335 (NEW)
Component: distribution
Last change: 2016-05-25
Summary: Hiera >= 2.x packaging
[1346240 ] http://bugzilla.redhat.com/1346240 (NEW)
Component: distribution
Last change: 2016-06-15
Summary: Erlang 18.3.3 update fails
### Documentation (1 bug)
[1272108 ] http://bugzilla.redhat.com/1272108 (NEW)
Component: Documentation
Last change: 2016-04-18
Summary: [DOC] External network should be documents in RDO
manager installation
### instack (1 bug)
[1315827 ] http://bugzilla.redhat.com/1315827 (NEW)
Component: instack
Last change: 2016-05-09
Summary: openstack undercloud install fails with "Element pip-
and-virtualenv already loaded."
### instack-undercloud (9 bugs)
[1175687 ] http://bugzilla.redhat.com/1175687 (NEW)
Component: instack-undercloud
Last change: 2016-04-18
Summary: instack is not configued properly to log all
Horizon/Tuskar messages in the undercloud deployment
[1220509 ] http://bugzilla.redhat.com/1220509 (ASSIGNED)
Component: instack-undercloud
Last change: 2016-04-18
Summary: wget is missing from qcow2 image fails instack-build-
images script
[1199637 ] http://bugzilla.redhat.com/1199637 (ASSIGNED)
Component: instack-undercloud
Last change: 2016-04-18
Summary: [RDO][Instack-undercloud]: harmless ERROR: installing
'template' displays when building the images .
[1271200 ] http://bugzilla.redhat.com/1271200 (ASSIGNED)
Component: instack-undercloud
Last change: 2016-04-18
Summary: Overcloud images contain Kilo repos
[1216982 ] http://bugzilla.redhat.com/1216982 (ASSIGNED)
Component: instack-undercloud
Last change: 2016-04-18
Summary: instack-build-images does not stop on certain errors
[1134073 ] http://bugzilla.redhat.com/1134073 (NEW)
Component: instack-undercloud
Last change: 2016-04-22
Summary: Nova default quotas insufficient to deploy baremetal
overcloud
[1265334 ] http://bugzilla.redhat.com/1265334 (NEW)
Component: instack-undercloud
Last change: 2016-04-18
Summary: rdo-manager liberty instack undercloud puppet apply
fails w/ missing package dep pyinotify
[1211800 ] http://bugzilla.redhat.com/1211800 (ASSIGNED)
Component: instack-undercloud
Last change: 2016-04-18
Summary: Sphinx docs for instack-undercloud have an incorrect
network topology
[1200081 ] http://bugzilla.redhat.com/1200081 (NEW)
Component: instack-undercloud
Last change: 2016-04-18
Summary: Installing instack undercloud on Fedora20 VM fails
### openstack-ceilometer (2 bugs)
[1331510 ] http://bugzilla.redhat.com/1331510 (ASSIGNED)
Component: openstack-ceilometer
Last change: 2016-06-01
Summary: Gnocchi 2.0.2-1 release does not have Mitaka default
configuration file
[1265741 ] http://bugzilla.redhat.com/1265741 (NEW)
Component: openstack-ceilometer
Last change: 2016-04-27
Summary: python-redis is not installed with packstack allinone
### openstack-cinder (2 bugs)
[1121256 ] http://bugzilla.redhat.com/1121256 (NEW)
Component: openstack-cinder
Last change: 2016-04-19
Summary: Configuration file in share forces ignore of auth_uri
[1049535 ] http://bugzilla.redhat.com/1049535 (NEW)
Component: openstack-cinder
Last change: 2016-04-19
Summary: [RFE] permit cinder to create a volume when root_squash
is set to on for gluster storage
### openstack-designate (1 bug)
[1343663 ] http://bugzilla.redhat.com/1343663 (NEW)
Component: openstack-designate
Last change: 2016-06-07
Summary: openstack-designate are missing dependancies
### openstack-glance (1 bug)
[1312466 ] http://bugzilla.redhat.com/1312466 (NEW)
Component: openstack-glance
Last change: 2016-04-19
Summary: Support for blueprint cinder-store-upload-download in
glance_store
### openstack-horizon (1 bug)
[1333508 ] http://bugzilla.redhat.com/1333508 (NEW)
Component: openstack-horizon
Last change: 2016-05-20
Summary: LBaaS v2 Dashboard UI
### openstack-ironic-discoverd (1 bug)
[1211069 ] http://bugzilla.redhat.com/1211069 (ASSIGNED)
Component: openstack-ironic-discoverd
Last change: 2016-02-26
Summary: [RFE] [RDO-Manager] [discoverd] Add possibility to kill
node discovery
### openstack-keystone (1 bug)
[1337346 ] http://bugzilla.redhat.com/1337346 (NEW)
Component: openstack-keystone
Last change: 2016-06-01
Summary: CVE-2016-4911 openstack-keystone: Incorrect Audit IDs
in Keystone Fernet Tokens can result in revocation
bypass [openstack-rdo]
### openstack-neutron (3 bugs)
[1065826 ] http://bugzilla.redhat.com/1065826 (ASSIGNED)
Component: openstack-neutron
Last change: 2016-04-19
Summary: [RFE] [neutron] neutron services needs more RPM
granularity
[1282403 ] http://bugzilla.redhat.com/1282403 (NEW)
Component: openstack-neutron
Last change: 2016-04-19
Summary: Errors when running tempest.api.network.test_ports with
IPAM reference driver enabled
[1147152 ] http://bugzilla.redhat.com/1147152 (NEW)
Component: openstack-neutron
Last change: 2016-06-07
Summary: Use neutron-sanity-check in CI checks
### openstack-nova (5 bugs)
[1228836 ] http://bugzilla.redhat.com/1228836 (NEW)
Component: openstack-nova
Last change: 2016-04-22
Summary: Is there a way to configure IO throttling for RBD
devices via configuration file
[1344315 ] http://bugzilla.redhat.com/1344315 (NEW)
Component: openstack-nova
Last change: 2016-06-09
Summary: SRIOV PF/VF allocation fails with NUMA aware flavor
Edit
[1123298 ] http://bugzilla.redhat.com/1123298 (ASSIGNED)
Component: openstack-nova
Last change: 2016-04-22
Summary: logrotate should copytruncate to avoid openstack
logging to deleted files
[1294747 ] http://bugzilla.redhat.com/1294747 (NEW)
Component: openstack-nova
Last change: 2016-05-16
Summary: Migration fails when the SRIOV PF is not online
[1086247 ] http://bugzilla.redhat.com/1086247 (ASSIGNED)
Component: openstack-nova
Last change: 2016-05-11
Summary: Ensure translations are installed correctly and picked
up at runtime
### openstack-packstack (34 bugs)
[1200129 ] http://bugzilla.redhat.com/1200129 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: [RFE] add support for ceilometer workload partitioning
via tooz/redis
[1194678 ] http://bugzilla.redhat.com/1194678 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: On aarch64, nova.conf should default to
vnc_enabled=False
[1293693 ] http://bugzilla.redhat.com/1293693 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Keystone setup fails on missing required parameter
[1286995 ] http://bugzilla.redhat.com/1286995 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: PackStack should configure LVM filtering with LVM/iSCSI
[1344706 ] http://bugzilla.redhat.com/1344706 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-06-10
Summary: openstack-ceilometer-compute fails to send metrics
[1063393 ] http://bugzilla.redhat.com/1063393 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-05-18
Summary: RFE: Provide option to set bind_host/bind_port for API
services
[1297692 ] http://bugzilla.redhat.com/1297692 (ON_DEV)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Raise MariaDB max connections limit
[1302766 ] http://bugzilla.redhat.com/1302766 (NEW)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Add Magnum support using puppet-magnum
[1285494 ] http://bugzilla.redhat.com/1285494 (NEW)
Component: openstack-packstack
Last change: 2016-05-19
Summary: openstack-
packstack-7.0.0-0.5.dev1661.gaf13b7e.el7.noarch
cripples(?) httpd.conf
[1316222 ] http://bugzilla.redhat.com/1316222 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-05-18
Summary: Packstack installation failed due to wrong http config
[1291492 ] http://bugzilla.redhat.com/1291492 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Unfriendly behavior of IP filtering for VXLAN with
EXCLUDE_SERVERS
[1227298 ] http://bugzilla.redhat.com/1227298 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Packstack should support MTU settings
[1188491 ] http://bugzilla.redhat.com/1188491 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Packstack wording is unclear for demo and testing
provisioning.
[1208812 ] http://bugzilla.redhat.com/1208812 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-06-15
Summary: add DiskFilter to scheduler_default_filters
[1201612 ] http://bugzilla.redhat.com/1201612 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Interactive - Packstack asks for Tempest details even
when Tempest install is declined
[1061753 ] http://bugzilla.redhat.com/1061753 (NEW)
Component: openstack-packstack
Last change: 2016-05-16
Summary: [RFE] Create an option in packstack to increase
verbosity level of libvirt
[982035 ] http://bugzilla.redhat.com/982035 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-19
Summary: [RFE] Include Fedora cloud images in some nice way
[1005073 ] http://bugzilla.redhat.com/1005073 (NEW)
Component: openstack-packstack
Last change: 2016-04-19
Summary: [RFE] Please add glance and nova lib folder config
[903645 ] http://bugzilla.redhat.com/903645 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: RFE: Include the ability in PackStack to support SSL
for all REST services and message bus communication
[1239027 ] http://bugzilla.redhat.com/1239027 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: please move httpd log files to corresponding dirs
[1324070 ] http://bugzilla.redhat.com/1324070 (NEW)
Component: openstack-packstack
Last change: 2016-04-18
Summary: RFE: PackStack Support for LBaaSv2
[1168113 ] http://bugzilla.redhat.com/1168113 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: The warning message " NetworkManager is active "
appears even when the NetworkManager is inactive
[1292271 ] http://bugzilla.redhat.com/1292271 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Receive Msg 'Error: Could not find user glance'
[1116019 ] http://bugzilla.redhat.com/1116019 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: AMQP1.0 server configurations needed
[1097291 ] http://bugzilla.redhat.com/1097291 (NEW)
Component: openstack-packstack
Last change: 2016-05-18
Summary: [RFE] SPICE support in packstack
[1338496 ] http://bugzilla.redhat.com/1338496 (NEW)
Component: openstack-packstack
Last change: 2016-05-31
Summary: Failed to install with packstack
[1312487 ] http://bugzilla.redhat.com/1312487 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Packstack with Swift Glance backend does not seem to
work
[1184806 ] http://bugzilla.redhat.com/1184806 (NEW)
Component: openstack-packstack
Last change: 2016-04-28
Summary: [RFE] Packstack should support deploying Nova and
Glance with RBD images and Ceph as a backend
[1172310 ] http://bugzilla.redhat.com/1172310 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-19
Summary: support Keystone LDAP
[1012382 ] http://bugzilla.redhat.com/1012382 (ON_DEV)
Component: openstack-packstack
Last change: 2016-04-19
Summary: swift: Admin user does not have permissions to see
containers created by glance service
[1286828 ] http://bugzilla.redhat.com/1286828 (NEW)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Packstack should have the option to install QoS
(neutron)
[1172467 ] http://bugzilla.redhat.com/1172467 (NEW)
Component: openstack-packstack
Last change: 2016-04-19
Summary: New user cannot retrieve container listing
[1023533 ] http://bugzilla.redhat.com/1023533 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: API services has all admin permission instead of
service
[1344663 ] http://bugzilla.redhat.com/1344663 (ASSIGNED)
Component: openstack-packstack
Last change: 2016-06-10
Summary: packstack install fails if CONFIG_HEAT_CFN_INSTALL=y
### openstack-puppet-modules (7 bugs)
[1318332 ] http://bugzilla.redhat.com/1318332 (NEW)
Component: openstack-puppet-modules
Last change: 2016-04-19
Summary: Cinder workaround should be removed
[1297535 ] http://bugzilla.redhat.com/1297535 (ASSIGNED)
Component: openstack-puppet-modules
Last change: 2016-04-18
Summary: Undercloud installation fails ::aodh::keystone::auth
not found for instack
[1150902 ] http://bugzilla.redhat.com/1150902 (ASSIGNED)
Component: openstack-puppet-modules
Last change: 2016-04-18
Summary: selinux prevents httpd to write to
/var/log/horizon/horizon.log
[1316856 ] http://bugzilla.redhat.com/1316856 (NEW)
Component: openstack-puppet-modules
Last change: 2016-04-28
Summary: packstack fails to configure ovs bridge for CentOS
[1240736 ] http://bugzilla.redhat.com/1240736 (NEW)
Component: openstack-puppet-modules
Last change: 2016-04-18
Summary: trove guestagent config mods for integration testing
[1107907 ] http://bugzilla.redhat.com/1107907 (NEW)
Component: openstack-puppet-modules
Last change: 2016-05-18
Summary: Offset Swift ports to 6200
[1289761 ] http://bugzilla.redhat.com/1289761 (NEW)
Component: openstack-puppet-modules
Last change: 2016-05-25
Summary: PackStack installs Nova crontab that nova user can't
run
### openstack-sahara (2 bugs)
[1305790 ] http://bugzilla.redhat.com/1305790 (NEW)
Component: openstack-sahara
Last change: 2016-02-09
Summary: Failure to launch Caldera 5.0.4 Hadoop Cluster via
Sahara Wizards on RDO Liberty
[1305419 ] http://bugzilla.redhat.com/1305419 (NEW)
Component: openstack-sahara
Last change: 2016-02-10
Summary: Failure to launch Hadoop HDP 2.0.6 Cluster via Sahara
Wizards on RDO Liberty
### openstack-selinux (3 bugs)
[1320043 ] http://bugzilla.redhat.com/1320043 (NEW)
Component: openstack-selinux
Last change: 2016-04-19
Summary: rootwrap-daemon can't start after reboot due to AVC
denial
[1174795 ] http://bugzilla.redhat.com/1174795 (NEW)
Component: openstack-selinux
Last change: 2016-04-18
Summary: keystone fails to start: raise exception.ConfigFileNotF
ound(config_file=paste_config_value)
[1341738 ] http://bugzilla.redhat.com/1341738 (NEW)
Component: openstack-selinux
Last change: 2016-06-01
Summary: AVC: beam.smp tries to write in SSL certificate
### openstack-tripleo (22 bugs)
[1056109 ] http://bugzilla.redhat.com/1056109 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: [RFE][tripleo]: Making the overcloud deployment fully
HA
[1344620 ] http://bugzilla.redhat.com/1344620 (NEW)
Component: openstack-tripleo
Last change: 2016-06-10
Summary: Nova instance live migration fails: migrateToURI3() got
an unexpected keyword argument 'bandwidth'
[1056110 ] http://bugzilla.redhat.com/1056110 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: [RFE][tripleo]: Scaling work to do during icehouse
[1344507 ] http://bugzilla.redhat.com/1344507 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: Nova novnc console doesn't load 2/3 times: Failed to
connect to server (code: 1006)
[1344495 ] http://bugzilla.redhat.com/1344495 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: Horizon: Error: Unable to retrieve project list and
Error: Unable to retrieve domain list.
[1329095 ] http://bugzilla.redhat.com/1329095 (NEW)
Component: openstack-tripleo
Last change: 2016-04-22
Summary: mariadb and keystone down after an upgrade from liberty
to mitaka
[1344398 ] http://bugzilla.redhat.com/1344398 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: SSL enabled undercloud doesn't configure https protocol
for several endpoints
[1343634 ] http://bugzilla.redhat.com/1343634 (NEW)
Component: openstack-tripleo
Last change: 2016-06-07
Summary: controller-no-external.yaml template still creates
external network and fails to deploy
[1344467 ] http://bugzilla.redhat.com/1344467 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: Unable to launch instance: Invalid: Volume sets discard
option, qemu (1, 6, 0) or later is required.
[1344442 ] http://bugzilla.redhat.com/1344442 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: Ceilometer central fails to start: ImportError: No
module named redis
[1056106 ] http://bugzilla.redhat.com/1056106 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: [RFE][ironic]: Integration of Ironic in to TripleO
[1277990 ] http://bugzilla.redhat.com/1277990 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: openstack-ironic-inspector-dnsmasq.service: failed to
start during undercloud installation
[1344447 ] http://bugzilla.redhat.com/1344447 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: Openstack-gnocchi-statsd fails to start; ImportError:
Your rados python module does not support omap feature.
Install 'cradox' (recommended) or upgrade 'python-
rados' >= 9.1.0
[1277980 ] http://bugzilla.redhat.com/1277980 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: missing python-proliantutils
[1344451 ] http://bugzilla.redhat.com/1344451 (NEW)
Component: openstack-tripleo
Last change: 2016-06-09
Summary: HAProxy logs show up in the os-collect-config journal
[1334259 ] http://bugzilla.redhat.com/1334259 (NEW)
Component: openstack-tripleo
Last change: 2016-05-09
Summary: openstack overcloud image upload fails with "Required
file "./ironic-python-agent.initramfs" does not exist."
[1340865 ] http://bugzilla.redhat.com/1340865 (NEW)
Component: openstack-tripleo
Last change: 2016-06-07
Summary: Tripleo QuickStart HA deployment attempts constantly
crash
[1056112 ] http://bugzilla.redhat.com/1056112 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: [RFE][tripleo]: Deploying different architecture
topologies with Tuskar
[1174776 ] http://bugzilla.redhat.com/1174776 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: User can not login into the overcloud horizon using the
proper credentials
[1303614 ] http://bugzilla.redhat.com/1303614 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: overcloud deployment failed AttributeError: 'Proxy'
object has no attribute 'api'
[1341093 ] http://bugzilla.redhat.com/1341093 (NEW)
Component: openstack-tripleo
Last change: 2016-06-01
Summary: Tripleo QuickStart HA deployment attempts constantly
crash
[1056114 ] http://bugzilla.redhat.com/1056114 (NEW)
Component: openstack-tripleo
Last change: 2016-04-18
Summary: [RFE][tripleo]: Implement a complete overcloud
installation story in the UI
### openstack-tripleo-heat-templates (2 bugs)
[1342145 ] http://bugzilla.redhat.com/1342145 (NEW)
Component: openstack-tripleo-heat-templates
Last change: 2016-06-02
Summary: Deploying Manila is not possible due to missing
template
[1266027 ] http://bugzilla.redhat.com/1266027 (NEW)
Component: openstack-tripleo-heat-templates
Last change: 2016-04-18
Summary: TripleO should use pymysql database driver since
Liberty
### openstack-tripleo-image-elements (1 bug)
[1303567 ] http://bugzilla.redhat.com/1303567 (NEW)
Component: openstack-tripleo-image-elements
Last change: 2016-04-18
Summary: Overcloud deployment fails using Ceph
### openstack-trove (1 bug)
[1327068 ] http://bugzilla.redhat.com/1327068 (NEW)
Component: openstack-trove
Last change: 2016-05-24
Summary: trove guest agent should create a sudoers entry
### Package Review (14 bugs)
[1326586 ] http://bugzilla.redhat.com/1326586 (NEW)
Component: Package Review
Last change: 2016-04-13
Summary: Review request: Sensu
[1272524 ] http://bugzilla.redhat.com/1272524 (ASSIGNED)
Component: Package Review
Last change: 2016-05-19
Summary: Review Request: openstack-mistral - workflow Service
for OpenStack cloud
[1342987 ] http://bugzilla.redhat.com/1342987 (NEW)
Component: Package Review
Last change: 2016-06-06
Summary: Review Request: openstack-vitrage - OpenStack RCA (Root
Cause Analysis) Engine
[1345815 ] http://bugzilla.redhat.com/1345815 (NEW)
Component: Package Review
Last change: 2016-06-14
Summary: Review Request: openstack-cloudkitty-ui - CloudKitty
dashboard
[1344368 ] http://bugzilla.redhat.com/1344368 (NEW)
Component: Package Review
Last change: 2016-06-09
Summary: Review Request: openstack-ironic-ui - OpenStack Ironic
Dashboard
[1341687 ] http://bugzilla.redhat.com/1341687 (NEW)
Component: Package Review
Last change: 2016-06-03
Summary: Review request: openstack-neutron-lbaas-ui
[1272513 ] http://bugzilla.redhat.com/1272513 (ASSIGNED)
Component: Package Review
Last change: 2016-05-20
Summary: Review Request: Murano - is an application catalog for
OpenStack
[1329125 ] http://bugzilla.redhat.com/1329125 (ASSIGNED)
Component: Package Review
Last change: 2016-04-26
Summary: Review Request: python-oslo-privsep - OpenStack library
for privilege separation
[1331486 ] http://bugzilla.redhat.com/1331486 (NEW)
Component: Package Review
Last change: 2016-05-24
Summary: Tracker bugzilla for puppet packages in RDO Newton
cycle
[1312328 ] http://bugzilla.redhat.com/1312328 (NEW)
Component: Package Review
Last change: 2016-05-19
Summary: New Package: openstack-ironic-staging-drivers
[1344297 ] http://bugzilla.redhat.com/1344297 (NEW)
Component: Package Review
Last change: 2016-06-09
Summary: Watcher service package
[1318765 ] http://bugzilla.redhat.com/1318765 (NEW)
Component: Package Review
Last change: 2016-06-07
Summary: Review Request: openstack-sahara-tests - Sahara
Scenario Test Framework
[1342227 ] http://bugzilla.redhat.com/1342227 (ASSIGNED)
Component: Package Review
Last change: 2016-06-06
Summary: Review Request: python-designate-tests-tempest -
Tempest Integration of Designate
[1279513 ] http://bugzilla.redhat.com/1279513 (ASSIGNED)
Component: Package Review
Last change: 2016-04-18
Summary: New Package: python-dracclient
### python-novaclient (1 bug)
[1123451 ] http://bugzilla.redhat.com/1123451 (ASSIGNED)
Component: python-novaclient
Last change: 2016-05-02
Summary: Missing versioned dependency on python-six
### rdo-manager (14 bugs)
[1306350 ] http://bugzilla.redhat.com/1306350 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: With RDO-manager, if not configured, the first nic on
compute nodes gets addresses from dhcp as a default
[1272376 ] http://bugzilla.redhat.com/1272376 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: Duplicate nova hypervisors after rebooting compute
nodes
[1216981 ] http://bugzilla.redhat.com/1216981 (ASSIGNED)
Component: rdo-manager
Last change: 2016-04-18
Summary: No way to increase yum timeouts when building images
[1270370 ] http://bugzilla.redhat.com/1270370 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: [RDO-Manager] bulk introspection moving the nodes from
available to manageable too quickly [getting:
NodeLocked:]
[1273541 ] http://bugzilla.redhat.com/1273541 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: RDO-Manager needs epel.repo enabled (otherwise
undercloud deployment fails.)
[1292253 ] http://bugzilla.redhat.com/1292253 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: Production + EPEL + yum-plugin-priorities results in
wrong version of hiera
[1271726 ] http://bugzilla.redhat.com/1271726 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: 1 of the overcloud VMs (nova) is stack in spawning
state
[1270910 ] http://bugzilla.redhat.com/1270910 (ASSIGNED)
Component: rdo-manager
Last change: 2016-04-18
Summary: IP address from external subnet gets assigned to br-ex
when using default single-nic-vlans templates
[1306364 ] http://bugzilla.redhat.com/1306364 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: With RDO-manager, using bridge mappings, Neutron
opensvswitch-agent plugin's config file don't gets
populated correctly
[1273680 ] http://bugzilla.redhat.com/1273680 (ASSIGNED)
Component: rdo-manager
Last change: 2016-04-18
Summary: HA overcloud with network isolation deployment fails
[1270805 ] http://bugzilla.redhat.com/1270805 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: Glance client returning 'Expected endpoint'
[1230582 ] http://bugzilla.redhat.com/1230582 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: there is a newer image that can be used to deploy
openstack
[1294683 ] http://bugzilla.redhat.com/1294683 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: instack-undercloud: "openstack undercloud install"
throws errors and then gets stuck due to selinux.
[1271289 ] http://bugzilla.redhat.com/1271289 (NEW)
Component: rdo-manager
Last change: 2016-04-18
Summary: overcloud-novacompute stuck in spawning state
### rdopkg (1 bug)
[1100405 ] http://bugzilla.redhat.com/1100405 (ASSIGNED)
Component: rdopkg
Last change: 2014-05-22
Summary: [RFE] Add option to force overwrite build files on
update download
### RFEs (2 bugs)
[1193886 ] http://bugzilla.redhat.com/1193886 (ASSIGNED)
Component: RFEs
Last change: 2016-04-18
Summary: RFE: wait for DB after boot
[1158517 ] http://bugzilla.redhat.com/1158517 (NEW)
Component: RFEs
Last change: 2016-05-20
Summary: [RFE] Provide easy to use upgrade tool
### tempest (3 bugs)
[1345736 ] http://bugzilla.redhat.com/1345736 (NEW)
Component: tempest
Last change: 2016-06-13
Summary: Installing mitaka openstack-tempest RDO build with some
workarounds fails to run tempest smoke tests
[1344339 ] http://bugzilla.redhat.com/1344339 (NEW)
Component: tempest
Last change: 2016-06-14
Summary: install_venv script fails to open requirements file
[1250081 ] http://bugzilla.redhat.com/1250081 (NEW)
Component: tempest
Last change: 2015-08-06
Summary: test_minimum_basic scenario failed to run on rdo-
manager
## Fixed bugs
This is a list of "fixed" bugs by component. A "fixed" bug is fixed state
MODIFIED, POST, ON_QA and has been fixed. You can help
out by testing the fix to make sure it works as intended.
(45 bugs)
### distribution (5 bugs)
[1328980 ] http://bugzilla.redhat.com/1328980 (MODIFIED)
Component: distribution
Last change: 2016-04-21
Summary: Log handler repeatedly crashes
[1344148 ] http://bugzilla.redhat.com/1344148 (MODIFIED)
Component: distribution
Last change: 2016-06-13
Summary: RDO mitaka openstack-tempest build requires updated
python-urllib3
[1336566 ] http://bugzilla.redhat.com/1336566 (ON_QA)
Component: distribution
Last change: 2016-05-20
Summary: Paramiko needs to be updated to 2.0 to match upstream
requirement
[1317971 ] http://bugzilla.redhat.com/1317971 (POST)
Component: distribution
Last change: 2016-05-23
Summary: openstack-cloudkitty-common should have a
/etc/cloudkitty/api_paste.ini
[1134121 ] http://bugzilla.redhat.com/1134121 (POST)
Component: distribution
Last change: 2016-04-18
Summary: Tuskar Fails After Remove/Reinstall Of RDO
### instack-undercloud (1 bug)
[1270033 ] http://bugzilla.redhat.com/1270033 (POST)
Component: instack-undercloud
Last change: 2016-05-05
Summary: [RDO-Manager] Node inspection fails when changing the
default 'inspection_iprange' value in undecloud.conf.
### openstack-ceilometer (1 bug)
[1287252 ] http://bugzilla.redhat.com/1287252 (POST)
Component: openstack-ceilometer
Last change: 2016-04-18
Summary: openstack-ceilometer-alarm-notifier does not start:
unit file is missing
### openstack-glance (1 bug)
[1074724 ] http://bugzilla.redhat.com/1074724 (POST)
Component: openstack-glance
Last change: 2016-04-19
Summary: Glance api ssl issue
### openstack-ironic-discoverd (1 bug)
[1322892 ] http://bugzilla.redhat.com/1322892 (MODIFIED)
Component: openstack-ironic-discoverd
Last change: 2016-06-13
Summary: No valid interfaces found during introspection
### openstack-keystone (2 bugs)
[1341332 ] http://bugzilla.redhat.com/1341332 (POST)
Component: openstack-keystone
Last change: 2016-06-01
Summary: keystone logrotate configuration should use size
configuration
[1280530 ] http://bugzilla.redhat.com/1280530 (MODIFIED)
Component: openstack-keystone
Last change: 2016-05-20
Summary: Fernet tokens cannot read key files with SELInux
enabled
### openstack-neutron (1 bug)
[1334797 ] http://bugzilla.redhat.com/1334797 (POST)
Component: openstack-neutron
Last change: 2016-06-15
Summary: Ensure translations are installed correctly and picked
up at runtime
### openstack-nova (1 bug)
[1301156 ] http://bugzilla.redhat.com/1301156 (POST)
Component: openstack-nova
Last change: 2016-04-22
Summary: openstack-nova missing specfile requires on
castellan>=0.3.1
### openstack-packstack (20 bugs)
[1335612 ] http://bugzilla.redhat.com/1335612 (MODIFIED)
Component: openstack-packstack
Last change: 2016-05-31
Summary: CONFIG_USE_SUBNETS=y won't work correctly with VLAN
[1028690 ] http://bugzilla.redhat.com/1028690 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: packstack requires 2 runs to install ceilometer
[1288179 ] http://bugzilla.redhat.com/1288179 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Mitaka: Packstack image provisioning fails with "Store
filesystem could not be configured correctly"
[1018900 ] http://bugzilla.redhat.com/1018900 (MODIFIED)
Component: openstack-packstack
Last change: 2016-05-18
Summary: Packstack fails with "The iptables provider can not
handle attribute outiface"
[1285314 ] http://bugzilla.redhat.com/1285314 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Packstack needs to support aodh services since Mitaka
[1080369 ] http://bugzilla.redhat.com/1080369 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: packstack fails with KeyError
:CONFIG_PROVISION_DEMO_FLOATRANGE if more compute-hosts
are added
[1302275 ] http://bugzilla.redhat.com/1302275 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: neutron-l3-agent does not start on Mitaka-2 when
enabling FWaaS
[1302256 ] http://bugzilla.redhat.com/1302256 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: neutron-server does not start on Mitaka-2 when enabling
LBaaS
[1266028 ] http://bugzilla.redhat.com/1266028 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Packstack should use pymysql database driver since
Liberty
[1296899 ] http://bugzilla.redhat.com/1296899 (POST)
Component: openstack-packstack
Last change: 2016-06-15
Summary: Swift's proxy-server is not configured to use
ceilometer
[1282746 ] http://bugzilla.redhat.com/1282746 (POST)
Component: openstack-packstack
Last change: 2016-05-18
Summary: Swift's proxy-server is not configured to use
ceilometer
[1150652 ] http://bugzilla.redhat.com/1150652 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: PackStack does not provide an option to register hosts
to Red Hat Satellite 6
[1297833 ] http://bugzilla.redhat.com/1297833 (POST)
Component: openstack-packstack
Last change: 2016-04-19
Summary: VPNaaS should use libreswan driver instead of openswan
by default
[1049537 ] http://bugzilla.redhat.com/1049537 (MODIFIED)
Component: openstack-packstack
Last change: 2016-05-18
Summary: Horizon help url in RDO points to the RHOS
documentation
[1187412 ] http://bugzilla.redhat.com/1187412 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Script wording for service installation should be
consistent
[1255369 ] http://bugzilla.redhat.com/1255369 (POST)
Component: openstack-packstack
Last change: 2016-05-19
Summary: Improve session settings for horizon
[1298245 ] http://bugzilla.redhat.com/1298245 (MODIFIED)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Add possibility to change DEFAULT/api_paste_config in
trove.conf
[1148949 ] http://bugzilla.redhat.com/1148949 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: openstack-packstack: installed "packstack --allinone"
on Centos7.0 and configured private networking. The
booted VMs are not able to communicate with each other,
nor ping the gateway.
[1124982 ] http://bugzilla.redhat.com/1124982 (POST)
Component: openstack-packstack
Last change: 2016-04-18
Summary: Help text for SSL is incorrect regarding passphrase on
the cert
[1330289 ] http://bugzilla.redhat.com/1330289 (POST)
Component: openstack-packstack
Last change: 2016-05-21
Summary: Failure to install Controller/Network&&Compute Cluster
on RDO Mitaka with keystone API V3
### openstack-puppet-modules (1 bug)
[1343565 ] http://bugzilla.redhat.com/1343565 (POST)
Component: openstack-puppet-modules
Last change: 2016-06-13
Summary: Use alternative puppet-certmonger
### openstack-utils (1 bug)
[1211989 ] http://bugzilla.redhat.com/1211989 (POST)
Component: openstack-utils
Last change: 2016-04-18
Summary: openstack-status shows 'disabled on boot' for the
mysqld service
### Package Review (4 bugs)
[1323219 ] http://bugzilla.redhat.com/1323219 (ON_QA)
Component: Package Review
Last change: 2016-05-12
Summary: Review Request: openstack-trove-ui - OpenStack
Dashboard plugin for Trove project
[1318310 ] http://bugzilla.redhat.com/1318310 (POST)
Component: Package Review
Last change: 2016-06-07
Summary: Review Request: openstack-magnum-ui - OpenStack Magnum
UI Horizon plugin
[1331952 ] http://bugzilla.redhat.com/1331952 (POST)
Component: Package Review
Last change: 2016-06-01
Summary: Review Request: openstack-mistral-ui - OpenStack
Mistral Dashboard
[1323222 ] http://bugzilla.redhat.com/1323222 (ON_QA)
Component: Package Review
Last change: 2016-05-12
Summary: Review request for openstack-sahara-ui
### python-keystoneclient (1 bug)
[973263 ] http://bugzilla.redhat.com/973263 (POST)
Component: python-keystoneclient
Last change: 2016-04-19
Summary: user-get fails when using IDs which are not UUIDs
### rdo-manager (2 bugs)
[1271335 ] http://bugzilla.redhat.com/1271335 (POST)
Component: rdo-manager
Last change: 2016-06-09
Summary: [RFE] Support explicit configuration of L2 population
[1268990 ] http://bugzilla.redhat.com/1268990 (POST)
Component: rdo-manager
Last change: 2016-04-18
Summary: missing from docs Build images fails without : export
DIB_YUM_REPO_CONF="/etc/yum.repos.d/delorean.repo
/etc/yum.repos.d/delorean-deps.repo"
### rdo-manager-cli (2 bugs)
[1273197 ] http://bugzilla.redhat.com/1273197 (POST)
Component: rdo-manager-cli
Last change: 2016-04-18
Summary: VXLAN should be default neutron network type
[1278972 ] http://bugzilla.redhat.com/1278972 (POST)
Component: rdo-manager-cli
Last change: 2016-04-18
Summary: rdo-manager liberty delorean dib failing w/ "No module
named passlib.utils"
### tempest (1 bug)
[1342218 ] http://bugzilla.redhat.com/1342218 (MODIFIED)
Component: tempest
Last change: 2016-06-03
Summary: RDO openstack-tempest RPM should remove
requirements.txt from source
8 years, 5 months
Re: [rdo-list] [CentOS-devel] Rebuilding OpenStack for AArch64
by Marcin Juszkiewicz
On 15/06/16 10:31, Marcin Juszkiewicz wrote:
>> 19:33:02: Reading metadata for json-c (0.11-4.el7.aarch64)
>> 19:33:02: Package json-c has forbidden srpm json-c-0.11-4.el7.src.rpm
>> """
>
> This is because of 0.11-4.el7_0 on x86 compared to 0.11-4.el7 on
> aarch64, right? Should be fixable if we rebuild json-c 0.11-4.el7_0 on
> aarch64 and update repositories?
>
> Is there a tool to use which would list such differences?
Checked a bit, compared list of packages in os/ repo and looks like many
packages may need syncing ;(
8 years, 5 months
Re: [rdo-list] current tempest packaging issues/bugs
by Steven Linabery
I thought this might be of general interest for subscribers to
rdo-list, so I'm cc'ing that list here.
On Mon, Jun 13, 2016 at 12:32 AM, Steven Linabery <slinaber(a)redhat.com> wrote:
> Hello,
>
> dmellado, apevec and I have been working through various problems with
> the openstack-tempest RPM. I want to summarize some of the issues and
> give an overview of where things stand.
>
> 1) There is an issue with upstream openstack zaqar package that breaks
> using some of the tempest cli tools. The relevant bug is:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1333884
>
> When installing the mitaka openstack-tempest RPM, two things are
> broken: 'tempest --help --debug' fails, and shows that the cli entry
> points are not configured correctly. More crucially, the downstream
> tempest configuration script stacktraces as well.
>
> We proposed a fix for setting the cli options which clears the above
> errors, but it is failing the upstream gates, so I marked it as WIP:
> https://review.openstack.org/#/c/327268/
>
>
> 2) We merged a change to the tempest spec in RDO to remove
> requirements.txt and test-requirements.txt from the package source.
> One consequence of that was breaking the ability to run tempest in a
> virtual environment. The temporary workaround for people who want to
> use a venv is to download the requirements.txt file from the midstream
> repo, but once we have fixed the RPM, it should be unnecessary to use
> a virtual environment.
>
> I'm not sure we should be supporting the use case of using a virtual
> environment in any case, but fixing the RPM should obviate the need
> for that.
>
> That work was tracked here:
> https://bugzilla.redhat.com/show_bug.cgi?id=1342218
>
> 3) Even with the zaqar patch from 1) above applied (manually, to
> site-packages), we hit an issue where the version of urllib3 (and a
> few associated dependencies) are too old in RDO mitaka. So we have
> this bug to track getting those packages updated:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1344148
>
> You will note that apevec has builds for these upgrades queued up, and
> they can be used by installing the testing repo for which he kindly
> provided a repo definition file in comment #7.
>
> 4) When (on a oooq undercloud) the fix from 1) is applied and the
> upgraded packages are installed from 3), one can get the tempest
> configuration script to pass, but running the smoketests fails. I've
> started a bug to track fixing that issue:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1345736
>
>
> I think that covers the issues that I am aware of right now. dmellado
> may have additional input here. I wanted people to have an idea of the
> issues since I will be on PTO Monday 13-Jun.
>
> It's essential for us to get the RPM behaving properly so we can
> import it downstream like we are doing with the other mitaka and
> newton builds for standing up OSP 9 & 10.
>
> Thanks for reading, hth.
>
> Steve Linabery (eggs)
8 years, 5 months
[rdo-list] This week's OpenStack meetups.
by Rich Bowen
If you're a meetup group leader, or are speaking at a meetup, here's
some info about how we can help you with that:
https://www.rdoproject.org/events/meetup_assistance/
Below are the OpenStack meetups that I'm aware of in the coming week.
--Rich
* Tuesday June 14 in Seattle, WA, US: Learn How Datera's Elastic Data
Fabric Can Accelerate OpenStack and Containers -
http://www.meetup.com/OpenStack-Seattle/events/230928689/
* Tuesday June 14 in San Francisco, CA, US: SF Bay OpenStack Meetup:
Cloud Native Networks with Neutron IPAM -
http://www.meetup.com/openstack/events/231092447/
* Tuesday June 14 in Baltimore, MD, US: Network Virtualization in
OpenStack -
http://www.meetup.com/Software-Defined-Networking-Group-Baltimore-Washing...
* Wednesday June 15 in Lyon, FR: OpenStack Workshop Lyon 2016 -
http://www.meetup.com/OpenStack-Rhone-Alpes/events/231387171/
* Wednesday June 15 in Hamburg, DE: Openstack Meetup powered by
Windcloud - http://www.meetup.com/Openstack-Hamburg/events/231713712/
* Thursday June 16 in Philadelphia, PA, US: Private PaaS + Kubernetes +
OpenStack! -
http://www.meetup.com/Philly-OpenStack-Meetup-Group/events/231164733/
* Thursday June 16 in Portland, OR, US: OpenStack PDX Meetup -
http://www.meetup.com/openstack-pdx/events/230892180/
* Thursday June 16 in Boston, MA, US: Exclusive Preview of the First
Native Backup and Recovery Solution for OpenStack -
http://www.meetup.com/Openstack-Boston/events/231006550/
* Thursday June 16 in Atlanta, GA, US: OpenStack Meetup (Topic TBD) -
http://www.meetup.com/openstack-atlanta/events/230239816/
* Thursday June 16 in Montevideo, UY: El 13 no es mala suerte -
http://www.meetup.com/OpenStack-Uruguay/events/231426806/
* Friday June 17 in Lagos, NG: OpenStack Meetup -
http://www.meetup.com/OpenStack-User-Group-Nigeria/events/230988956/
* Sunday June 19 in Tambaram, IN: Want to Loud in Linux to shape your
career ? -
http://www.meetup.com/CloudnLoud-Openstack-Cloud-RedHat-Opensource/events...
--
Rich Bowen - rbowen(a)redhat.com
RDO Community Liaison
http://rdocommunity.org
@RDOCommunity
8 years, 5 months
[rdo-list] RDO doc days this week
by Rich Bowen
A few of us have discussed doing a doc day later this week - June 16, 17
- and I just realized I never announced it on rdo-list.
In particular, a few of us will be reviewing the website to identify
docs that reference EOL'ed versions, docs which need other updates, and
new docs that we feel need to be written. Additionally, we'll be
discussing how the "paths" through the site may be made clearer for the
various audiences that come to the site.
There are already some tickets to this effect in the website issue
tracker - https://github.com/redhat-openstack/website/issues
More eyes will be appreciated, if you have a little time this week.
--
Rich Bowen - rbowen(a)redhat.com
RDO Community Liaison
http://rdocommunity.org
@RDOCommunity
8 years, 5 months