changes in ceph-configs

This commit is contained in:
Wim Nap 2018-06-20 13:44:16 +02:00
parent d447413dee
commit d013500aae
5 changed files with 4 additions and 14 deletions

View File

@ -1,8 +0,0 @@
$ANSIBLE_VAULT;1.1;AES256
35383561643837376265356534363538386266646466313034383231313261343566626338613433
3464373930663738316366383835336235636137356431390a626334343661353733616366633963
33306166646465356531666364656236633766653639393636396234663538373136373266353136
3433626231323638300a306437383862316463363533373131343561303934326135663532656630
38616139373964313963326539346338353664613035633436326433343835343030653936363836
65313537623937663438663734323265323634376238373761626236353665613931616566306536
343334346138313539333338336663343863

View File

@ -10,5 +10,5 @@ auth_client_required = cephx
public network = 172.23.59.0/24
osd pool default size = 2
[client.nova]
keyring = /etc/ceph/ceph.client.nova.keyring
[client.compute]
keyring = /etc/ceph/ceph.client.compute.keyring

View File

@ -1,2 +0,0 @@
[client.nova]
keyring = /etc/ceph/ceph.client.nova.keyring

View File

@ -33,8 +33,8 @@
- name: copy ceph-client-keyring
copy:
src: files/ceph.client.nova.keyring
dest: /srv/nova-compute/etc/ceph/ceph.client.nova.keyring
src: files/ceph.client.compute.keyring
dest: /srv/nova-compute/etc/ceph/ceph.client.compute.keyring
mode: 0644
- name: install service file.