Jump to: navigation, search

Difference between revisions of "Documentation/NewtonDocTesting"

m (Issues)
(Newton Documentation Testing: Update image for opensuse)
Line 44: Line 44:
 
| Identity || <span style="color: green">✚RC-3</span> || <span style="color: green">✚RC-2</span> ||  <span style="color: green">✚RC-1</span> || <span style="color: green">✚RC-1</span> || [[File:Warning.svg|15px]] || [[File:Warning.svg|15px]]
 
| Identity || <span style="color: green">✚RC-3</span> || <span style="color: green">✚RC-2</span> ||  <span style="color: green">✚RC-1</span> || <span style="color: green">✚RC-1</span> || [[File:Warning.svg|15px]] || [[File:Warning.svg|15px]]
 
|-
 
|-
| Image ||<span style="color: green">✚RC-3</span> || <span style="color: green">✚RC-2</span> || [[File:Warning.svg|15px]] || <span style="color: green">✚RC-1</span> || <span style="color: green">✚RC-1</span> || [[File:Warning.svg|15px]]
+
| Image ||<span style="color: green">✚RC-3</span> || <span style="color: green">✚RC-2</span> || <span style="color: green">✚RC-1</span>|| <span style="color: green">✚RC-1</span> || <span style="color: green">✚RC-1</span> || [[File:Warning.svg|15px]]
 
|-
 
|-
 
| Compute || <span style="color: green">✚RC-3</span> || <span style="color: green">✚RC-2</span> ||[[File:Warning.svg|15px]] ||  <span style="color: green">✚RC-1</span>  || [[File:Warning.svg|15px]] || [[File:Warning.svg|15px]]
 
| Compute || <span style="color: green">✚RC-3</span> || <span style="color: green">✚RC-2</span> ||[[File:Warning.svg|15px]] ||  <span style="color: green">✚RC-1</span>  || [[File:Warning.svg|15px]] || [[File:Warning.svg|15px]]

Revision as of 12:45, 6 October 2016

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.2 SLES 12 SP1/2 Debian Debian with debconf
Overview ✚RC-3 ✚RC-2 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1
Environment ✚RC-3 ✚RC-2 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1
Identity ✚RC-3 ✚RC-2 ✚RC-1 ✚RC-1 Warning.svg Warning.svg
Image ✚RC-3 ✚RC-2 ✚RC-1 ✚RC-1 ✚RC-1 Warning.svg
Compute ✚RC-3 ✚RC-2 Warning.svg ✚RC-1 Warning.svg Warning.svg
Networking: Option 1 ✚RC-1 ✚RC-2 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-3 ✚RC-2 Warning.svg ✚RC-1 ✚RC-2 ✚RC-2
Block Storage ✚RC-1 ✚RC-2 ✚RC-1 Warning.svg Warning.svg
Launch instance: Networking Option 1 Warning.svg ✚RC-2 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.' Fixed for Ubuntu. The file is required for RDO, but can be symlinked from keystone (https://review.openstack.org/#/c/382138/) 'This may apply for openSUSE - can other testers verify this issue? This does not affect openSUSE
  • (openSUSE Leap 42.2) All instances of opensuse 42.1 have to be changed to opensuse 42.2 as 42.1 its not a supported target for Newton https://bugs.launchpad.net/openstack-manuals/+bug/1630915
  • (openSUSE Leap 42.2) 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.
  • (Ubuntu 16.04) In Horizon install, it's not clear what "Comment out any other session storage configuration." means
  • (Ubuntu 16.04) In Horizon install, it's asked to specify: "SESSION_ENGINE = 'django.contrib.sessions.backends.cache'", but that option isn't found in the config.
  • (Ubuntu 16.04) In Neutron install, it still uses the rpc_backend option, which is DEPRECATED: Replaced by [DEFAULT]/transport_url