Jump to: navigation, search

Documentation/NewtonDocTesting

< Documentation
Revision as of 14:25, 3 October 2016 by Fifieldt (talk | contribs) (Testers: keystone now works on ubuutn)

Newton Documentation Testing

This page tracks documentation changes that relate to a particular release.

Installation Guide

Use the following draft versions and update the table accordingly. Until distributions release official packages, use the testing etherpad to discuss your testing experience and to suggest patches. After distributions release official packages, use Launchpad to report issues a links to them in the "Issues" section below the table.

Testing these projects:

  • Nova
  • Glance
  • Keystone
  • Neutron
  • Cinder
  • Horizon

Testers

  • Brian Moss <kallimachos@gmail.com>
  • Alexandra Settle <alexandra.settle@outlook.com>
  • Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
  • Chris Smart <chris@distroguy.com>
  • Petr Kovar <pkovar@redhat.com>
  • Nate Archer <Nate.Archer@rackspace.com>
  • Joe Robinson <Joseph.Robinson@rackspace.com>
  • Darren Chan <darren.chan@rackspace.com>
  • Itxaka Serrano <igarcia@suse.com>
  • Thomas Goirand <zigo@debian.org>
  • Tom Fifield <tom@openstack.org>
Section Ubuntu 16.04 RHEL/CentOS 7 openSUSE Leap 42.1 SLES 12 SP1/2 Debian Debian with debconf
Overview ✚RC-3 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1
Environment ✚RC-3 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1
Identity ✚RC-3 ✚RC-1 ✚RC-1 ✚RC-1 Warning.svg Warning.svg
Image ✚RC-1 ✚RC-1 Warning.svg ✚RC-1 Warning.svg Warning.svg
Compute ✚RC-1 ✚RC-1 Warning.svg ✚RC-1 Warning.svg Warning.svg
Networking: Option 1 ✚RC-1 ✚RC-1 Warning.svg ✚RC-1 Warning.svg Warning.svg
Networking: Option 2 Warning.svg Warning.svg Warning.svg ✚RC-1 Warning.svg Warning.svg
Dashboard ✚RC-1 ✚RC-1 Warning.svg ✚RC-1 Warning.svg Warning.svg
Block Storage Warning.svg ✚RC-1 ✚RC-1 Warning.svg Warning.svg
Launch instance: Networking Option 1 Warning.svg Warning.svg Warning.svg Warning.svg Warning.svg
Launch instance: Networking Option 2 Warning.svg Warning.svg Warning.svg Warning.svg Warning.svg
Launch instance: Block Storage Warning.svg Warning.svg Warning.svg ✚RC-1 Warning.svg Warning.svg
Overall Guide Warning.svg Warning.svg Warning.svg ✚RC-1 Warning.svg Warning.svg

Warning.svg Untested
✗ = One or more issues - Please describe below
✚X = Verified with milestone(x) or release candidate(rcX)
✚X = Implemented workaround, verified with milestone(x) or release candidate(rcX)
✔ = Verified with official release
✔ = Implemented workaround, verified with official release
N/A = not available for this distribution

Issues

Note any issues here including links to bugs. Remember to use the testing etherpad before release and Launchpad after release.

  • (Ubuntu16.04) Step - Enable the OpenStack repository - running "add-apt-repository cloud-archive:newton-proposed" returns the error "'newton-proposed' not a vaild cloud-archive name".Works fine for me on 16.04 - DC Confirmed, works fine. Make sure you have run apt-get update --TF
  • (Ubuntu16.04) Identity Service > Install and configure components. Step 3 - running "su -s /bin/sh -c "keystone-manage db_sync" keystone" returns an SQL connection error similar to https://bugs.launchpad.net/openstack-manuals/+bug/1612409- Confirmed. Looks like mariadb is only listening on 127.0.0.1 - TF. Solved- The directory path to add mySQL configuration files for Xenial has changed from Trusty Tahr. http://docs.openstack.org/draft/install-guide-ubuntu/environment-sql-database.html Step 3. Change directory path to /etc/mysql/mariadb.conf.d/99-openstack.cnf. Also if an identity database has been created, delete it and create it again -DC.https://bugs.launchpad.net/openstack-manuals/+bug/1628375 Fix merged.
  • (Ubuntu16.04) Environment -> SQL database says "Choose a suitable password for the database root account." However, in 16.04 the prompt to enter a root password does not appear as it did in 14.04. -- https://review.openstack.org/377270. You can do this when you run the mysql_secure_installation script. I think this step should be moved to the Finalize Installation section. https://bugs.launchpad.net/openstack-manuals/+bug/1628375. Fix merged
  • (Ubuntu16.04) Identity Service >Configure the Apache HTTP server. Cannot restart the Apache HTTP server. Solved: Do not create the /etc/apache2/sites-available/wsgi-keystone.conf file mentioned in step 2. Keystone already includes this file -DC https://bugs.launchpad.net/openstack-manuals/+bug/1628689 This also is valid for Debian. This may apply for openSUSE and CentOS - can other testers verify this issue? My first run through with CentOS worked fine as written. Will try a second run without the file and see what happens. - bmoss
  • (openSUSE Leap 42.1) Section: Block Storage service -> Install and configure controller node. Step: Install and configure components, Issue: Cant install python-cinder due to unmeet dependencies, Bug report: https://bugzilla.opensuse.org/show_bug.cgi?id=1000731
  • (SLES12) Launch instance Network option 1: Instances get IP on Neutron, but cant use them. The dhcdiscover inside the VMs does not find anything. Might be local issue.
  • (SLES12) Launch instance Network option 2: Instances get IP on Neutron, but cant use them. The dhcdiscover inside the VMs does not find anything. Might be local issue.