From 78b7307dd5572f30d3250c5f28fcc2a63dbd7b12 Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Thu, 1 Aug 2013 12:56:53 -0700 Subject: [PATCH] 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 --- distros/centos_6.3.yaml | 2 ++ distros/debian_7.0.yaml | 2 ++ distros/fedora_17.yaml | 2 ++ distros/fedora_19.yaml | 2 ++ distros/ubuntu_12.10.yaml | 2 ++ suites/ceph-deploy/fs/distro/debian_7.0.yaml | 1 + suites/ceph-deploy/rados/distro/debian_7.0.yaml | 1 + suites/ceph-deploy/rbd/distro/debian_7.0.yaml | 1 + suites/ceph-deploy/singleton/distro/debian_7.0.yaml | 1 + 9 files changed, 14 insertions(+) create mode 100644 distros/centos_6.3.yaml create mode 100644 distros/debian_7.0.yaml create mode 100644 distros/fedora_17.yaml create mode 100644 distros/fedora_19.yaml create mode 100644 distros/ubuntu_12.10.yaml create mode 120000 suites/ceph-deploy/fs/distro/debian_7.0.yaml create mode 120000 suites/ceph-deploy/rados/distro/debian_7.0.yaml create mode 120000 suites/ceph-deploy/rbd/distro/debian_7.0.yaml create mode 120000 suites/ceph-deploy/singleton/distro/debian_7.0.yaml diff --git a/distros/centos_6.3.yaml b/distros/centos_6.3.yaml new file mode 100644 index 0000000000000..32187d6daf01e --- /dev/null +++ b/distros/centos_6.3.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "6.3" diff --git a/distros/debian_7.0.yaml b/distros/debian_7.0.yaml new file mode 100644 index 0000000000000..8100dc41e3dc1 --- /dev/null +++ b/distros/debian_7.0.yaml @@ -0,0 +1,2 @@ +os_type: debian +os_version: "7.0" diff --git a/distros/fedora_17.yaml b/distros/fedora_17.yaml new file mode 100644 index 0000000000000..801053af0ae01 --- /dev/null +++ b/distros/fedora_17.yaml @@ -0,0 +1,2 @@ +os_type: fedora +os_version: "17" diff --git a/distros/fedora_19.yaml b/distros/fedora_19.yaml new file mode 100644 index 0000000000000..5bac8aceea21d --- /dev/null +++ b/distros/fedora_19.yaml @@ -0,0 +1,2 @@ +os_type: fedora +os_version: "19" diff --git a/distros/ubuntu_12.10.yaml b/distros/ubuntu_12.10.yaml new file mode 100644 index 0000000000000..ab655676e4c52 --- /dev/null +++ b/distros/ubuntu_12.10.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "12.10" diff --git a/suites/ceph-deploy/fs/distro/debian_7.0.yaml b/suites/ceph-deploy/fs/distro/debian_7.0.yaml new file mode 120000 index 0000000000000..a0462d83cae8e --- /dev/null +++ b/suites/ceph-deploy/fs/distro/debian_7.0.yaml @@ -0,0 +1 @@ +../../../../distros/debian_7.0.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rados/distro/debian_7.0.yaml b/suites/ceph-deploy/rados/distro/debian_7.0.yaml new file mode 120000 index 0000000000000..a0462d83cae8e --- /dev/null +++ b/suites/ceph-deploy/rados/distro/debian_7.0.yaml @@ -0,0 +1 @@ +../../../../distros/debian_7.0.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rbd/distro/debian_7.0.yaml b/suites/ceph-deploy/rbd/distro/debian_7.0.yaml new file mode 120000 index 0000000000000..a0462d83cae8e --- /dev/null +++ b/suites/ceph-deploy/rbd/distro/debian_7.0.yaml @@ -0,0 +1 @@ +../../../../distros/debian_7.0.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/singleton/distro/debian_7.0.yaml b/suites/ceph-deploy/singleton/distro/debian_7.0.yaml new file mode 120000 index 0000000000000..a0462d83cae8e --- /dev/null +++ b/suites/ceph-deploy/singleton/distro/debian_7.0.yaml @@ -0,0 +1 @@ +../../../../distros/debian_7.0.yaml \ No newline at end of file -- 2.39.5