diff options
Diffstat (limited to 'deploy/compass_conf/distributed_system')
4 files changed, 11 insertions, 0 deletions
diff --git a/deploy/compass_conf/distributed_system/ceph.conf b/deploy/compass_conf/distributed_system/ceph.conf new file mode 100755 index 00000000..674b8248 --- /dev/null +++ b/deploy/compass_conf/distributed_system/ceph.conf @@ -0,0 +1,3 @@ +NAME = 'ceph' +PARENT = 'general' +DEPLOYABLE = True diff --git a/deploy/compass_conf/distributed_system/general.conf b/deploy/compass_conf/distributed_system/general.conf new file mode 100755 index 00000000..655beb06 --- /dev/null +++ b/deploy/compass_conf/distributed_system/general.conf @@ -0,0 +1,2 @@ +NAME = 'general' +PARENT = '' diff --git a/deploy/compass_conf/distributed_system/openstack.conf b/deploy/compass_conf/distributed_system/openstack.conf new file mode 100755 index 00000000..d4a14a2e --- /dev/null +++ b/deploy/compass_conf/distributed_system/openstack.conf @@ -0,0 +1,3 @@ +NAME ='openstack' +PARENT = 'general' +DEPLOYABLE = True diff --git a/deploy/compass_conf/distributed_system/openstack_ceph.conf b/deploy/compass_conf/distributed_system/openstack_ceph.conf new file mode 100755 index 00000000..1f59eb8c --- /dev/null +++ b/deploy/compass_conf/distributed_system/openstack_ceph.conf @@ -0,0 +1,3 @@ +NAME ='openstack_ceph' +PARENT = 'general' +DEPLOYABLE = True |