Handle case change for dmidecode >= 3.1 in Ceph templates

Forces lowercase matching of user provided node data with dmidecode
output.

Change-Id: I844a2f7660dff5feda8397706671ac0efd37949f
Co-Authored-By: Francesco Pantano <fpantano@redhat.com>
Closes-Bug: 1814070
This commit is contained in:
Giulio Fidente 2019-01-31 13:31:07 +01:00
parent 43c2a8e8a6
commit c01d9d8475
1 changed files with 5 additions and 2 deletions

View File

@ -431,7 +431,10 @@ outputs:
- name: generate nodes-uuid data file
copy:
dest: "{{playbook_dir}}/ceph-ansible/nodes_uuid_data.json"
content: {get_param: NodeDataLookup}
content:
yaql:
expression: dict($.data.keys().select($.toLower()).zip($.data.values()))
data: {get_param: NodeDataLookup}
- name: generate nodes-uuid playbook
copy:
dest: "{{playbook_dir}}/ceph-ansible/nodes_uuid_playbook.yml"
@ -443,7 +446,7 @@ outputs:
set_fact:
nodes_data: "{% raw %}{{ lookup('file','./nodes_uuid_data.json') | from_json }}{% endraw %}"
- name: register machine id
command: dmidecode -s system-uuid
command: dmidecode -s system-uuid | tr A-F a-f
register: machine_uuid
# NOTE(tonyb): 0 == no error, 1 == -EPERM or bad data and 2 == Command not found
# 1 and 2 aren't great but shouldn't cause the deploy to fail. If we're using