]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Fixup shrink_osd[_container] scenario config
authorNoah Watkins <noahwatkins@gmail.com>
Tue, 6 Nov 2018 16:49:39 +0000 (08:49 -0800)
committerSébastien Han <seb@redhat.com>
Wed, 30 Jan 2019 13:58:59 +0000 (14:58 +0100)
commitfc6bae26ac5ca66d01f0a90dc74de48afe59d651
treebb6b87e40939dac085a08ffdcf2e6217ed4737ef
parent299baed635377d070c9076ebbafb215e78f4675b
Fixup shrink_osd[_container] scenario config

** configuration seems to be for filestore:

[ERROR]: [ceph-osd0] Validation failed for variable: lvm_volumes

** Removing `radosgw_interface: eth1` to resolve:

The task includes an option with an undefined variable. The error was:
'ansible.vars.hostvars.HostVarsVars object' has no attribute
u'ansible_eth1'

The error appears to have been in
'/home/nwatkins/src/ceph-ansible/roles/ceph-defaults/tasks/set_radosgw_address.yml':
line 21, column 5, but may be elsewhere in the file depending on the
exact syntax problem.

The offending line appears to be:

  - name: set_fact _radosgw_address to radosgw_interface - ipv4
    ^ here

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
(cherry picked from commit 50255b964084ab52d6ca949b50f413c0ad9e2362)
tests/functional/shrink_osd/container/group_vars/all
tests/functional/shrink_osd/container/group_vars/osds
tests/functional/shrink_osd/group_vars/all
tests/functional/shrink_osd/group_vars/osds