From ba9e71a36d86e027aec7aa1fcb12f92092adb840 Mon Sep 17 00:00:00 2001 From: Sandon Van Ness Date: Fri, 26 Jul 2013 19:51:52 -0700 Subject: [PATCH] Test multi distro on ceph-deploy. Test multiple distro's (ubuntu, centos, rhel, fedora) on ceph-deploy Signed-off-by: Sandon Van Ness --- distros/centos.yaml | 1 - distros/centos_6.4.yaml | 2 ++ distros/debian.yaml | 1 - distros/debian_6.0.yaml | 2 ++ distros/fedora.yaml | 1 - distros/fedora_18.yaml | 2 ++ distros/opensuse.yaml | 1 - distros/opensuse_12.2.yaml | 2 ++ distros/rhel.yaml | 1 - distros/rhel_6.3.yaml | 2 ++ distros/sles.yaml | 1 - distros/sles_11-sp2.yaml | 2 ++ distros/ubuntu.yaml | 1 - distros/ubuntu_12.04.yaml | 2 ++ suites/ceph-deploy/fs/distro/centos_6.4.yaml | 1 + suites/ceph-deploy/fs/distro/fedora_18.yaml | 1 + suites/ceph-deploy/fs/distro/rhel_6.3.yaml | 1 + suites/ceph-deploy/fs/distro/ubuntu_12.04.yaml | 1 + suites/ceph-deploy/rados/distro/centos_6.4.yaml | 1 + suites/ceph-deploy/rados/distro/fedora_18.yaml | 1 + suites/ceph-deploy/rados/distro/rhel_6.3.yaml | 1 + suites/ceph-deploy/rados/distro/ubuntu_12.04.yaml | 1 + suites/ceph-deploy/rbd/distro/centos_6.4.yaml | 1 + suites/ceph-deploy/rbd/distro/fedora_18.yaml | 1 + suites/ceph-deploy/rbd/distro/rhel_6.3.yaml | 1 + suites/ceph-deploy/rbd/distro/ubuntu_12.04.yaml | 1 + suites/ceph-deploy/singleton/distro/centos_6.4.yaml | 1 + suites/ceph-deploy/singleton/distro/fedora_18.yaml | 1 + suites/ceph-deploy/singleton/distro/rhel_6.3.yaml | 1 + suites/ceph-deploy/singleton/distro/ubuntu_12.04.yaml | 1 + 30 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 distros/centos.yaml create mode 100644 distros/centos_6.4.yaml delete mode 100644 distros/debian.yaml create mode 100644 distros/debian_6.0.yaml delete mode 100644 distros/fedora.yaml create mode 100644 distros/fedora_18.yaml delete mode 100644 distros/opensuse.yaml create mode 100644 distros/opensuse_12.2.yaml delete mode 100644 distros/rhel.yaml create mode 100644 distros/rhel_6.3.yaml delete mode 100644 distros/sles.yaml create mode 100644 distros/sles_11-sp2.yaml delete mode 100644 distros/ubuntu.yaml create mode 100644 distros/ubuntu_12.04.yaml create mode 120000 suites/ceph-deploy/fs/distro/centos_6.4.yaml create mode 120000 suites/ceph-deploy/fs/distro/fedora_18.yaml create mode 120000 suites/ceph-deploy/fs/distro/rhel_6.3.yaml create mode 120000 suites/ceph-deploy/fs/distro/ubuntu_12.04.yaml create mode 120000 suites/ceph-deploy/rados/distro/centos_6.4.yaml create mode 120000 suites/ceph-deploy/rados/distro/fedora_18.yaml create mode 120000 suites/ceph-deploy/rados/distro/rhel_6.3.yaml create mode 120000 suites/ceph-deploy/rados/distro/ubuntu_12.04.yaml create mode 120000 suites/ceph-deploy/rbd/distro/centos_6.4.yaml create mode 120000 suites/ceph-deploy/rbd/distro/fedora_18.yaml create mode 120000 suites/ceph-deploy/rbd/distro/rhel_6.3.yaml create mode 120000 suites/ceph-deploy/rbd/distro/ubuntu_12.04.yaml create mode 120000 suites/ceph-deploy/singleton/distro/centos_6.4.yaml create mode 120000 suites/ceph-deploy/singleton/distro/fedora_18.yaml create mode 120000 suites/ceph-deploy/singleton/distro/rhel_6.3.yaml create mode 120000 suites/ceph-deploy/singleton/distro/ubuntu_12.04.yaml diff --git a/distros/centos.yaml b/distros/centos.yaml deleted file mode 100644 index 8f4854b95ac89..0000000000000 --- a/distros/centos.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: centos diff --git a/distros/centos_6.4.yaml b/distros/centos_6.4.yaml new file mode 100644 index 0000000000000..02383cd5f8c42 --- /dev/null +++ b/distros/centos_6.4.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "6.4" diff --git a/distros/debian.yaml b/distros/debian.yaml deleted file mode 100644 index 0575658bb465a..0000000000000 --- a/distros/debian.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: debian diff --git a/distros/debian_6.0.yaml b/distros/debian_6.0.yaml new file mode 100644 index 0000000000000..6820fa3c7027d --- /dev/null +++ b/distros/debian_6.0.yaml @@ -0,0 +1,2 @@ +os_type: debian +os_version: "6.0" diff --git a/distros/fedora.yaml b/distros/fedora.yaml deleted file mode 100644 index 6b773a0cd98dc..0000000000000 --- a/distros/fedora.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: fedora diff --git a/distros/fedora_18.yaml b/distros/fedora_18.yaml new file mode 100644 index 0000000000000..07872aa7edfb9 --- /dev/null +++ b/distros/fedora_18.yaml @@ -0,0 +1,2 @@ +os_type: fedora +os_version: "18" diff --git a/distros/opensuse.yaml b/distros/opensuse.yaml deleted file mode 100644 index 99dec08c5b6ff..0000000000000 --- a/distros/opensuse.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: opensuse diff --git a/distros/opensuse_12.2.yaml b/distros/opensuse_12.2.yaml new file mode 100644 index 0000000000000..ee9f877a26bb5 --- /dev/null +++ b/distros/opensuse_12.2.yaml @@ -0,0 +1,2 @@ +os_type: opensuse +os_version: "12.2" diff --git a/distros/rhel.yaml b/distros/rhel.yaml deleted file mode 100644 index 7f9778d770cda..0000000000000 --- a/distros/rhel.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: rhel diff --git a/distros/rhel_6.3.yaml b/distros/rhel_6.3.yaml new file mode 100644 index 0000000000000..6a8edcd562611 --- /dev/null +++ b/distros/rhel_6.3.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "6.3" diff --git a/distros/sles.yaml b/distros/sles.yaml deleted file mode 100644 index 6ee4f2c09d766..0000000000000 --- a/distros/sles.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: sles diff --git a/distros/sles_11-sp2.yaml b/distros/sles_11-sp2.yaml new file mode 100644 index 0000000000000..df9c3ca01c82c --- /dev/null +++ b/distros/sles_11-sp2.yaml @@ -0,0 +1,2 @@ +os_type: sles +os_version: "11-sp2" diff --git a/distros/ubuntu.yaml b/distros/ubuntu.yaml deleted file mode 100644 index 150451be028e4..0000000000000 --- a/distros/ubuntu.yaml +++ /dev/null @@ -1 +0,0 @@ -os_type: ubuntu diff --git a/distros/ubuntu_12.04.yaml b/distros/ubuntu_12.04.yaml new file mode 100644 index 0000000000000..dbc3a8d9c5879 --- /dev/null +++ b/distros/ubuntu_12.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "12.04" diff --git a/suites/ceph-deploy/fs/distro/centos_6.4.yaml b/suites/ceph-deploy/fs/distro/centos_6.4.yaml new file mode 120000 index 0000000000000..822e830051958 --- /dev/null +++ b/suites/ceph-deploy/fs/distro/centos_6.4.yaml @@ -0,0 +1 @@ +../../../../distros/centos_6.4.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/fs/distro/fedora_18.yaml b/suites/ceph-deploy/fs/distro/fedora_18.yaml new file mode 120000 index 0000000000000..6c838b574e2b6 --- /dev/null +++ b/suites/ceph-deploy/fs/distro/fedora_18.yaml @@ -0,0 +1 @@ +../../../../distros/fedora_18.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/fs/distro/rhel_6.3.yaml b/suites/ceph-deploy/fs/distro/rhel_6.3.yaml new file mode 120000 index 0000000000000..5a5a123c9ccc9 --- /dev/null +++ b/suites/ceph-deploy/fs/distro/rhel_6.3.yaml @@ -0,0 +1 @@ +../../../../distros/rhel_6.3.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/fs/distro/ubuntu_12.04.yaml b/suites/ceph-deploy/fs/distro/ubuntu_12.04.yaml new file mode 120000 index 0000000000000..249af2a1a8b28 --- /dev/null +++ b/suites/ceph-deploy/fs/distro/ubuntu_12.04.yaml @@ -0,0 +1 @@ +../../../../distros/ubuntu_12.04.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rados/distro/centos_6.4.yaml b/suites/ceph-deploy/rados/distro/centos_6.4.yaml new file mode 120000 index 0000000000000..822e830051958 --- /dev/null +++ b/suites/ceph-deploy/rados/distro/centos_6.4.yaml @@ -0,0 +1 @@ +../../../../distros/centos_6.4.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rados/distro/fedora_18.yaml b/suites/ceph-deploy/rados/distro/fedora_18.yaml new file mode 120000 index 0000000000000..6c838b574e2b6 --- /dev/null +++ b/suites/ceph-deploy/rados/distro/fedora_18.yaml @@ -0,0 +1 @@ +../../../../distros/fedora_18.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rados/distro/rhel_6.3.yaml b/suites/ceph-deploy/rados/distro/rhel_6.3.yaml new file mode 120000 index 0000000000000..5a5a123c9ccc9 --- /dev/null +++ b/suites/ceph-deploy/rados/distro/rhel_6.3.yaml @@ -0,0 +1 @@ +../../../../distros/rhel_6.3.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rados/distro/ubuntu_12.04.yaml b/suites/ceph-deploy/rados/distro/ubuntu_12.04.yaml new file mode 120000 index 0000000000000..249af2a1a8b28 --- /dev/null +++ b/suites/ceph-deploy/rados/distro/ubuntu_12.04.yaml @@ -0,0 +1 @@ +../../../../distros/ubuntu_12.04.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rbd/distro/centos_6.4.yaml b/suites/ceph-deploy/rbd/distro/centos_6.4.yaml new file mode 120000 index 0000000000000..822e830051958 --- /dev/null +++ b/suites/ceph-deploy/rbd/distro/centos_6.4.yaml @@ -0,0 +1 @@ +../../../../distros/centos_6.4.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rbd/distro/fedora_18.yaml b/suites/ceph-deploy/rbd/distro/fedora_18.yaml new file mode 120000 index 0000000000000..6c838b574e2b6 --- /dev/null +++ b/suites/ceph-deploy/rbd/distro/fedora_18.yaml @@ -0,0 +1 @@ +../../../../distros/fedora_18.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rbd/distro/rhel_6.3.yaml b/suites/ceph-deploy/rbd/distro/rhel_6.3.yaml new file mode 120000 index 0000000000000..5a5a123c9ccc9 --- /dev/null +++ b/suites/ceph-deploy/rbd/distro/rhel_6.3.yaml @@ -0,0 +1 @@ +../../../../distros/rhel_6.3.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/rbd/distro/ubuntu_12.04.yaml b/suites/ceph-deploy/rbd/distro/ubuntu_12.04.yaml new file mode 120000 index 0000000000000..249af2a1a8b28 --- /dev/null +++ b/suites/ceph-deploy/rbd/distro/ubuntu_12.04.yaml @@ -0,0 +1 @@ +../../../../distros/ubuntu_12.04.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/singleton/distro/centos_6.4.yaml b/suites/ceph-deploy/singleton/distro/centos_6.4.yaml new file mode 120000 index 0000000000000..822e830051958 --- /dev/null +++ b/suites/ceph-deploy/singleton/distro/centos_6.4.yaml @@ -0,0 +1 @@ +../../../../distros/centos_6.4.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/singleton/distro/fedora_18.yaml b/suites/ceph-deploy/singleton/distro/fedora_18.yaml new file mode 120000 index 0000000000000..6c838b574e2b6 --- /dev/null +++ b/suites/ceph-deploy/singleton/distro/fedora_18.yaml @@ -0,0 +1 @@ +../../../../distros/fedora_18.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/singleton/distro/rhel_6.3.yaml b/suites/ceph-deploy/singleton/distro/rhel_6.3.yaml new file mode 120000 index 0000000000000..5a5a123c9ccc9 --- /dev/null +++ b/suites/ceph-deploy/singleton/distro/rhel_6.3.yaml @@ -0,0 +1 @@ +../../../../distros/rhel_6.3.yaml \ No newline at end of file diff --git a/suites/ceph-deploy/singleton/distro/ubuntu_12.04.yaml b/suites/ceph-deploy/singleton/distro/ubuntu_12.04.yaml new file mode 120000 index 0000000000000..249af2a1a8b28 --- /dev/null +++ b/suites/ceph-deploy/singleton/distro/ubuntu_12.04.yaml @@ -0,0 +1 @@ +../../../../distros/ubuntu_12.04.yaml \ No newline at end of file -- 2.39.5