]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Test multi distro on ceph-deploy.
authorSandon Van Ness <sandon@inktank.com>
Sat, 27 Jul 2013 02:51:52 +0000 (19:51 -0700)
committerSandon Van Ness <sandon@inktank.com>
Sat, 27 Jul 2013 02:51:52 +0000 (19:51 -0700)
Test multiple distro's (ubuntu, centos, rhel, fedora) on
ceph-deploy

Signed-off-by: Sandon Van Ness <sandon@inktank.com>
30 files changed:
distros/centos.yaml [deleted file]
distros/centos_6.4.yaml [new file with mode: 0644]
distros/debian.yaml [deleted file]
distros/debian_6.0.yaml [new file with mode: 0644]
distros/fedora.yaml [deleted file]
distros/fedora_18.yaml [new file with mode: 0644]
distros/opensuse.yaml [deleted file]
distros/opensuse_12.2.yaml [new file with mode: 0644]
distros/rhel.yaml [deleted file]
distros/rhel_6.3.yaml [new file with mode: 0644]
distros/sles.yaml [deleted file]
distros/sles_11-sp2.yaml [new file with mode: 0644]
distros/ubuntu.yaml [deleted file]
distros/ubuntu_12.04.yaml [new file with mode: 0644]
suites/ceph-deploy/fs/distro/centos_6.4.yaml [new symlink]
suites/ceph-deploy/fs/distro/fedora_18.yaml [new symlink]
suites/ceph-deploy/fs/distro/rhel_6.3.yaml [new symlink]
suites/ceph-deploy/fs/distro/ubuntu_12.04.yaml [new symlink]
suites/ceph-deploy/rados/distro/centos_6.4.yaml [new symlink]
suites/ceph-deploy/rados/distro/fedora_18.yaml [new symlink]
suites/ceph-deploy/rados/distro/rhel_6.3.yaml [new symlink]
suites/ceph-deploy/rados/distro/ubuntu_12.04.yaml [new symlink]
suites/ceph-deploy/rbd/distro/centos_6.4.yaml [new symlink]
suites/ceph-deploy/rbd/distro/fedora_18.yaml [new symlink]
suites/ceph-deploy/rbd/distro/rhel_6.3.yaml [new symlink]
suites/ceph-deploy/rbd/distro/ubuntu_12.04.yaml [new symlink]
suites/ceph-deploy/singleton/distro/centos_6.4.yaml [new symlink]
suites/ceph-deploy/singleton/distro/fedora_18.yaml [new symlink]
suites/ceph-deploy/singleton/distro/rhel_6.3.yaml [new symlink]
suites/ceph-deploy/singleton/distro/ubuntu_12.04.yaml [new symlink]

diff --git a/distros/centos.yaml b/distros/centos.yaml
deleted file mode 100644 (file)
index 8f4854b..0000000
+++ /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 (file)
index 0000000..02383cd
--- /dev/null
@@ -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 (file)
index 0575658..0000000
+++ /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 (file)
index 0000000..6820fa3
--- /dev/null
@@ -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 (file)
index 6b773a0..0000000
+++ /dev/null
@@ -1 +0,0 @@
-os_type: fedora
diff --git a/distros/fedora_18.yaml b/distros/fedora_18.yaml
new file mode 100644 (file)
index 0000000..07872aa
--- /dev/null
@@ -0,0 +1,2 @@
+os_type: fedora
+os_version: "18"
diff --git a/distros/opensuse.yaml b/distros/opensuse.yaml
deleted file mode 100644 (file)
index 99dec08..0000000
+++ /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 (file)
index 0000000..ee9f877
--- /dev/null
@@ -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 (file)
index 7f9778d..0000000
+++ /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 (file)
index 0000000..6a8edcd
--- /dev/null
@@ -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 (file)
index 6ee4f2c..0000000
+++ /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 (file)
index 0000000..df9c3ca
--- /dev/null
@@ -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 (file)
index 150451b..0000000
+++ /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 (file)
index 0000000..dbc3a8d
--- /dev/null
@@ -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 (symlink)
index 0000000..822e830
--- /dev/null
@@ -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 (symlink)
index 0000000..6c838b5
--- /dev/null
@@ -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 (symlink)
index 0000000..5a5a123
--- /dev/null
@@ -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 (symlink)
index 0000000..249af2a
--- /dev/null
@@ -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 (symlink)
index 0000000..822e830
--- /dev/null
@@ -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 (symlink)
index 0000000..6c838b5
--- /dev/null
@@ -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 (symlink)
index 0000000..5a5a123
--- /dev/null
@@ -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 (symlink)
index 0000000..249af2a
--- /dev/null
@@ -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 (symlink)
index 0000000..822e830
--- /dev/null
@@ -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 (symlink)
index 0000000..6c838b5
--- /dev/null
@@ -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 (symlink)
index 0000000..5a5a123
--- /dev/null
@@ -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 (symlink)
index 0000000..249af2a
--- /dev/null
@@ -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 (symlink)
index 0000000..822e830
--- /dev/null
@@ -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 (symlink)
index 0000000..6c838b5
--- /dev/null
@@ -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 (symlink)
index 0000000..5a5a123
--- /dev/null
@@ -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 (symlink)
index 0000000..249af2a
--- /dev/null
@@ -0,0 +1 @@
+../../../../distros/ubuntu_12.04.yaml
\ No newline at end of file