latest execution (3rd openstack deploy command if to be a bit more precise): 
https://pastebin.com/nKbqZRX0  < this is paunch.log on controller
https://pastebin.com/NP8DNgQ7 < this is ansible output from deploy command.

I have issues with OVN deployment, Is there an option to use OVS (as I understand OVS component was replaced by OVN?).

Deploy command:

_THT="/usr/share/openstack-tripleo-heat-templates"
_LTHT="$(pwd)"

time openstack --verbose overcloud deploy \
    --templates \
    --stack rem0te \
    -r ${_LTHT}/roles_data.yaml \
    -n ${_LTHT}/network_data.yaml \
    -e ${_LTHT}/containers-prepare-parameter.yaml \
    -e ${_LTHT}/overcloud_images.yaml \
    -e ${_THT}/environments/disable-telemetry.yaml \
    -e ${_THT}/environments/host-config-and-reboot.yaml \
    --ntp-server

config files:
  1 - https://github.com/qw3r3wq/homelab/tree/master/overcloud  


Thank you for reading up to here. ;) double thank you for reply