Add ceph_keys resource

This commit is contained in:
Dmitry Shulyak
2015-10-09 13:15:23 +03:00
parent a527e29151
commit db10083a5b
3 changed files with 33 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ def deploy():
library = vr.create('library1', 'resources/fuel_library', {})[0]
first_node.connect(library)
keys = vr.create('ceph_key', 'resources/ceph_keys', {})[0]
first_node.connect(keys)
# TODO(use library resource)
# ceph_mon = vr.create('ceph_mon1', 'resources/ceph_mon',
# {'storage': STORAGE,