Add details of which OS releases are tested in CI

We still find people trying to run test environments on older versions,
particularly Ubuntu Precise.

This release specifically mentions that we test on Ubuntu/Fedora 20
hosts with Trusty or Fedora20 guests.

Change-Id: Id1cd6c8771e67ce849f671b1148631ea7c3abcef
This commit is contained in:
James Polley 2014-05-08 11:53:32 +10:00
parent 41463e048c
commit 2ef084208a
2 changed files with 24 additions and 13 deletions

View File

@ -406,22 +406,26 @@ Caveats
It is important to consider some unresolved issues in this plan.
.. _tested_platforms:
Tested platforms
----------------
At this moment, the distributions that are tested by the CI systems
are Ubuntu and Fedora.
At this moment, the distributions that are tested by the CI systems are Ubuntu
and Fedora. Currently, we specifically test Ubuntu Trusty VMs and Fedora 20 VMs,
each running on both Ubuntu Trusty and Fedora 20 hosts.
Therefore, we encourage users to use either Ubuntu or Fedora to have a
smooth experience.
Therefore, we encourage users to use these versions of either Ubuntu or Fedora
to have a smooth experience.
You may be able to run devtest on other distributions, as the devtest code
tries to identify the OS you use and match it against all major distributions
(CentOS, Debian, Fedora, openSUSE, RHEL, SUSE and Ubuntu).
By default, the undercloud and overcloud images will be built using the same OS
that devtest is running on, but this can be changed via environment variables
to decouple them.
You may be able to run devtest on other distributions though, such as
CentOS, Debian, openSUSE and RHEL.
The devtest code tries to identify the OS you use and match it against
all major distributions (CentOS, Debian, Fedora, openSUSE, RHEL,
SUSE and Ubuntu). By default, the undercloud and overcloud images will
be built using the same OS that devtest is running on, but this can be
changed via environment variables to decouple them.
If you use any other distribution not listed above, the script will identify
your machine as unsupported.

View File

@ -106,6 +106,9 @@ fi
## This document is extracted from devtest.sh, our automated bring-up story for
## CI/experimentation.
## More details about the TripleO project and its goals can be found in the
## :doc:`README <README>`
## .. tip::
## https://wiki.openstack.org/wiki/TripleO#Notes_for_new_developers contains
@ -114,8 +117,12 @@ fi
## notes (such as those relating to setting up local mirrors for apt and
## pypi) will probably be helpful for everyone.
## More details about the TripleO project and its goals can be found in the
## :doc:`README <README>`
## .. note::
## See :ref:`tested_platforms` for an overview of which releases of which
## distros are tested in our CI system. We suggest you read that section
## before proceeding, to make sure you're running on a platform that we have
## extensively tested.
## Permissions
## -----------