Commit Graph

17 Commits

Author SHA1 Message Date
Loic Dachary
99c6267473 do not duplicate CentOS 7 runs
The a-supported-distro.yaml file must be outside of the supported distro
directory otherwise it will have all suites including the distro
directory run CentOS 7 jobs twice.

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-18 16:24:22 +02:00
Loic Dachary
45c9c0aed0 distros: alias a-supported-distro.yaml to CentOS 7
Some jobs are distribution agnostic and it is meaningless to run them on
all supported distributions. For such jobs it is convient to require
than they run on a supported distribution but we don't care which. This
can be done by including a-supported-distro.yaml in the suite sub
directory instead of linking to distros/supported.

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-09-11 12:12:00 +02:00
Sage Weil
31f643b67c distros/supported: remove jessie until paramiko issue is resolved
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-06 13:37:02 -04:00
Sage Weil
5cb99123b7 distros: add debian 8 jessie, remove wheezy from supported list
Wheezy only has experiemntal c++11 support; it's not new enough.

Signed-off-by: Sage Weil <sage@redhat.com>
2015-08-31 13:56:15 -04:00
Loic Dachary
e252c47f67 update the list of supported distributions
CentOS 6 and Ubuntu 12.04 are not support after Infernalis.
CentOS 7 is supported starting with Infernalis.

Signed-off-by: Loic Dachary <loic@dachary.org>
2015-08-18 21:29:47 +02:00
Yuri Weinstein
adfa1ee393 Removed rhel* configurations with a goal that they will be covered in the Octo lab
and won't be used by vps runs in Sepia lab

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2015-07-08 10:15:41 -07:00
Sandon Van Ness
d43850ee56 Added RHEL7 to matrix.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2014-09-11 11:07:54 -07:00
Sandon Van Ness
bfe31bec01 Add centos/rhel7 to distros 'all' folder.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2014-08-20 10:27:05 -07:00
Sage Weil
0bfc365d2e distros: add rhel 6.4
Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-18 15:19:06 -07:00
Sage Weil
6252d28dc2 distros: add wheezy
Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-18 15:19:06 -07:00
Sage Weil
a27ead6724 distros: add 14.04 to supported list
Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-18 14:03:37 -07:00
Sage Weil
8d4c4676cb distros: test rhel/centos 6.5 instead of 6.4 2014-03-18 13:55:13 -07:00
Sage Weil
99f4e9dda3 symlink all distros facets to a common set of 'supported' targets
This makes it easier to maintain the supported/tested targets.

Signed-off-by: Sage Weil <sage@inktank.com>
2014-03-18 13:39:13 -07:00
Sandon Van Ness
6905b76ac5 Add yaml for rhel 6.4 in distros.
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2013-08-16 11:43:53 -07:00
Sandon Van Ness
78b7307dd5 Debian ceph-deploy test. Added more supported distro yamls.
Added debian 7.0 (wheezy) testing for ceph-deploy. I also added
yaml files for other distro's supported by downburst that we can
test on including older ones which may or may not actually get
used.

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2013-08-01 12:56:53 -07:00
Sandon Van Ness
ba9e71a36d Test multi distro on ceph-deploy.
Test multiple distro's (ubuntu, centos, rhel, fedora) on
ceph-deploy

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2013-07-26 19:51:52 -07:00
Sandon Van Ness
86fc39902e Add distro yamls.
Should be no harm to get these in now.

To run on all distros the distros dir should just be symlinked in
the folder that also contains tasks, IE:

suites/ceph-deploy/fs

Or make a distro's folder and symlink individual distro's so you
have:

suites/ceph-deploy/fs/distros/centos.yaml
suites/ceph-deploy/fs/distros/fedora.yaml
suites/ceph-deploy/fs/distros/rhel.yaml
suites/ceph-deploy/fs/distros/ubuntu.yaml

etc...

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
2013-07-25 18:40:08 -07:00