]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
tests: update the type for the rule used in pools
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 25 Apr 2018 15:33:35 +0000 (17:33 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 30 Apr 2018 06:15:18 +0000 (08:15 +0200)
commita68091c923cf0024ae28cf9f1a20ed4f5cac78fd
treeaf606fb66a7d13b33d6e38c49412b3c4aeaa7ffd
parentadeecc51f8adf7834b936b7cf6a1be7e6bb82d27
tests: update the type for the rule used in pools

As of ceph 12.2.5 the type of the parameter `type` is not a name anymore but
an id, therefore an `int` is expected otherwise it will fail with the
following error

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
group_vars/clients.yml.sample
group_vars/mons.yml.sample
roles/ceph-client/defaults/main.yml
roles/ceph-client/tasks/create_users_keys.yml
roles/ceph-mon/defaults/main.yml
roles/ceph-mon/tasks/openstack_config.yml
tests/functional/centos/7/cluster/group_vars/clients
tests/functional/centos/7/cluster/group_vars/mons
tests/functional/centos/7/docker-collocation/group_vars/clients
tests/functional/centos/7/docker/group_vars/clients
tests/functional/centos/7/docker/group_vars/mons