diff --git a/infrastructure.yml b/infrastructure.yml deleted file mode 100644 index de8655b..0000000 --- a/infrastructure.yml +++ /dev/null @@ -1,6 +0,0 @@ -roles: -- ceph-mds: -- ceph-mon: -- ceph-osd: -- ceph-radosgw: -- ceph-tgt: diff --git a/roles/ceph-mds.json b/roles/ceph-mds.json deleted file mode 100644 index 5383145..0000000 --- a/roles/ceph-mds.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "ceph-mds", - "description": "Ceph Metadata Server", - "run_list": [ - "recipe[ceph::repo]", - "recipe[ceph::mds]" - ] -} diff --git a/roles/ceph-mon.json b/roles/ceph-mon.json deleted file mode 100644 index 10162ff..0000000 --- a/roles/ceph-mon.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "ceph-mon", - "description": "Ceph Monitor", - "run_list": [ - "recipe[ceph::repo]", - "recipe[ceph::mon]" - ] -} diff --git a/roles/ceph-osd.json b/roles/ceph-osd.json deleted file mode 100644 index e749490..0000000 --- a/roles/ceph-osd.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "ceph-osd", - "description": "Ceph Object Storage Device", - "run_list": [ - "recipe[ceph::repo]", - "recipe[ceph::osd]" - ] -} diff --git a/roles/ceph-radosgw.json b/roles/ceph-radosgw.json deleted file mode 100644 index 925d017..0000000 --- a/roles/ceph-radosgw.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "ceph-radosgw", - "description": "Ceph RADOS Gateway", - "run_list": [ - "recipe[ceph::repo]", - "recipe[ceph::radosgw]" - ] -} diff --git a/roles/ceph-tgt.json b/roles/ceph-tgt.json deleted file mode 100644 index f5dce87..0000000 --- a/roles/ceph-tgt.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "ceph-tgt", - "description": "Ceph iSCSI Target", - "run_list": [ - "recipe[ceph::repo]", - "recipe[ceph::tgt]" - ] -}