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>
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>
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>
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>
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>