Actual errors: failed: [compute-0] (item=vip_data) => {"ansible_loop_var": "item", "changed": false, "item": "vip_data", "msg": "AnsibleUndefinedVariable: 'storagenfs_net_name' is undefined"} failed: [ceph-1] (item=vip_data) => {"ansible_loop_var": "item", "changed": false, "item": "vip_data", "msg": "AnsibleUndefinedVariable: 'storagenfs_net_name' is undefined"} failed: [ceph-2] (item=vip_data) => {"ansible_loop_var": "item", "changed": false, "item": "vip_data", "msg": "AnsibleUndefinedVariable: 'storagenfs_net_name' is undefined"} This is likely due to a bad network data configuration.
Kevin can you take a look? I think https://opendev.org/openstack/tripleo-ansible/src/branch/master/tripleo_ansible/roles/tripleo-hieradata/templates/vip_data.j2#L17 might be wrong. It might need to be net_vip_map[networks[network]['name_lower']] or something
A fix along the lines of Alex's Comment#2 (https://bugzilla.redhat.com/show_bug.cgi?id=1760502#c2) was made and tested to be working. I'm providing the dev-ack for this.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0283