** 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)
containerized_deployment: True
monitor_interface: eth1
-radosgw_interface: eth1
ceph_mon_docker_subnet: "{{ public_network }}"
ceph_docker_on_openstack: False
public_network: "192.168.73.0/24"
cluster_network: "192.168.74.0/24"
-rgw_override_bucket_index_max_shards: 16
-rgw_bucket_default_quota_max_objects: 1638400
ceph_conf_overrides:
global:
osd_pool_default_size: 1
---
ceph_osd_docker_run_script_path: /var/tmp
+journal_size: 100
+osd_objectstore: "filestore"
osd_scenario: lvm
lvm_volumes:
- data: data-lv1
- data: data-lv2
journal: journal1
data_vg: test_group
- journal_vg: journals
\ No newline at end of file
+ journal_vg: journals
ceph_repository: community
public_network: "192.168.71.0/24"
cluster_network: "192.168.72.0/24"
-radosgw_interface: eth1
ceph_conf_overrides:
global:
osd_pool_default_size: 3
os_tuning_params:
- { name: fs.file-max, value: 26234859 }
osd_scenario: lvm
+journal_size: 100
+osd_objectstore: "filestore"
lvm_volumes:
- data: data-lv1
journal: /dev/sdc1
- data: data-lv2
journal: journal1
data_vg: test_group
- journal_vg: journals
\ No newline at end of file
+ journal_vg: journals