Jump to: navigation, search

Difference between revisions of "Documentation/NewtonDocTesting"

m (Strike out delorean repo issue)
m (Issues)
Line 79: Line 79:
 
* <strike>(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</strike> - ''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.''
 
* <strike>(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</strike> - ''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.''
 
* (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. ''
 
* (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. ''
* (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''  '''This may apply for openSUSE and CentOS - can other testers verify this issue?'''
+
* (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''  '''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
 
* (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) Dashboard: Configuration file provided in the package is wrong: https://build.opensuse.org/request/show/430545
 
* (SLES12) Dashboard: Configuration file provided in the package is wrong: https://build.opensuse.org/request/show/430545

Revision as of 05:25, 28 September 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>
Section Ubuntu 16.04 RHEL/CentOS 7 openSUSE Leap 42.1 SLES 12 SP1/2 Debian Debian with debconf
Overview ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1
Environment ✚RC-1 ✚RC-1 ✚RC-1 ✚RC-1 ✗ Memcached issue ✗ Memcached issue
Identity Warning.svg ✚RC-1 ✚RC-1 Warning.svg Warning.svg
Image Warning.svg Warning.svg Warning.svg ✚RC-1 Warning.svg Warning.svg
Compute Warning.svg Warning.svg Warning.svg ✚RC-1 Warning.svg Warning.svg
Networking: Option 1 Warning.svg Warning.svg Warning.svg ✚RC-1 Warning.svg Warning.svg
Networking: Option 2 Warning.svg Warning.svg Warning.svg Warning.svg Warning.svg Warning.svg
Dashboard Warning.svg Warning.svg Warning.svg
Warning.svg Warning.svg
Block Storage Warning.svg Warning.svg 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 Warning.svg
Launch instance: Block Storage Warning.svg Warning.svg Warning.svg
Warning.svg Warning.svg
Overall Guide Warning.svg Warning.svg Warning.svg Warning.svg 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.
  • (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.
  • (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 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) Dashboard: Configuration file provided in the package is wrong: https://build.opensuse.org/request/show/430545
  • (SLES12) Block storage: Missing config file for tgt: https://review.openstack.org/377771
  • (SLES12) Block storage Launch instance: Missing config file for tgt: https://review.openstack.org/377771
  • (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.
  • (CentOS 7) delorean repo has moved to http://buildlogs.centos.org/centos/7/cloud/x86_64/rdo-trunk-master-tested/delorean.repo. Patch submitted: https://review.openstack.org/376219 - Section removed.

Config Reference

Section Status
ceilometer Warning.svg
cinder Warning.svg
glance Warning.svg
heat Warning.svg
keystone Warning.svg
neutron Warning.svg
nova Warning.svg
swift Warning.svg
trove Warning.svg
firewalls and default ports Warning.svg

Warning.svg = Not updated
✚X = Verified with milestone(x) or release candidate(rcX)
✔ = Verified with official release

Issues

Note any issues here including links to bugs.