From: Sandon Van Ness Date: Sat, 27 Jul 2013 02:51:52 +0000 (-0700) Subject: Test multi distro on ceph-deploy. X-Git-Tag: v0.94.10~27^2^2~617 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba9e71a36d86e027aec7aa1fcb12f92092adb840;p=ceph.git Test multi distro on ceph-deploy. Test multiple distro's (ubuntu, centos, rhel, fedora) on ceph-deploy Signed-off-by: Sandon Van Ness --- diff --git a/distros/centos.yaml b/distros/centos.yaml deleted file mode 100644 index 8f4854b95ac..00000000000 --- 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 00000000000..02383cd5f8c --- /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 0575658bb46..00000000000 --- 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 00000000000..6820fa3c702 --- /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 6b773a0cd98..00000000000 --- 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 00000000000..07872aa7edf --- /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 99dec08c5b6..00000000000 --- 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 00000000000..ee9f877a26b --- /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 7f9778d770c..00000000000 --- 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 00000000000..6a8edcd5626 --- /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 6ee4f2c09d7..00000000000 --- 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 00000000000..df9c3ca01c8 --- /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 150451be028..00000000000 --- 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 00000000000..dbc3a8d9c58 --- /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 00000000000..822e8300519 --- /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 00000000000..6c838b574e2 --- /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 00000000000..5a5a123c9cc --- /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 00000000000..249af2a1a8b --- /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 00000000000..822e8300519 --- /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 00000000000..6c838b574e2 --- /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 00000000000..5a5a123c9cc --- /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 00000000000..249af2a1a8b --- /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 00000000000..822e8300519 --- /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 00000000000..6c838b574e2 --- /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 00000000000..5a5a123c9cc --- /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 00000000000..249af2a1a8b --- /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 00000000000..822e8300519 --- /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 00000000000..6c838b574e2 --- /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 00000000000..5a5a123c9cc --- /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 00000000000..249af2a1a8b --- /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