summaryrefslogtreecommitdiffstats
path: root/xci/nfvi/osa/files/mini/user_ceph.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-01-08 10:52:57 +0000
committerMarkos Chandras <mchandras@suse.de>2018-01-08 23:24:10 +0000
commit5eaa9da62dabbf31fc83f0c43c6bc56f68468f9c (patch)
treee04ab5e994f5f35a6164ef0f0ce527c2d9012739 /xci/nfvi/osa/files/mini/user_ceph.yml
parentb4a0a044240a09e621f51d1f12f8f02148870c39 (diff)
xci: Rename 'nfvi' to 'installer'
Using 'installer' to describe the tool that will deploy the foundations of a particular XCI scenario is more appropriate than NFVI which normally describes both the physical and virtual resources needed by an NFV deployment. Change-Id: Ib8b1aac58673bf705ce2ff053574fd10cb390d71 Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/nfvi/osa/files/mini/user_ceph.yml')
-rw-r--r--xci/nfvi/osa/files/mini/user_ceph.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/xci/nfvi/osa/files/mini/user_ceph.yml b/xci/nfvi/osa/files/mini/user_ceph.yml
deleted file mode 100644
index 9d5f13a9..00000000
--- a/xci/nfvi/osa/files/mini/user_ceph.yml
+++ /dev/null
@@ -1,16 +0,0 @@
----
-# The OSA ceph_client role does not support loading IPs from an inventory group,
-# so we have to feed it a list of IPs
-# yamllint disable rule:line-length
-ceph_mons: "[ {% for host in groups[mon_group_name] %}'{{ hostvars[host]['ansible_host'] }}'{% if not loop.last %},{% endif %}{% endfor %} ]"
-# yamllint enable rule:line-length
-cinder_backends:
- "RBD":
- volume_driver: cinder.volume.drivers.rbd.RBDDriver
- rbd_pool: volumes
- rbd_ceph_conf: /etc/ceph/ceph.conf
- rbd_store_chunk_size: 8
- volume_backend_name: rbddriver
- rbd_user: cinder
- rbd_secret_uuid: "{{ cinder_ceph_client_uuid }}"
- report_discard_supported: true