Added progress reporter playbook
[ta/infra-ansible.git] / systemd / finalize-bootstrap.sh
index f2b12bc..019338e 100644 (file)
@@ -26,8 +26,11 @@ if [ ! -f /etc/performance-nodes/dpdk.enabled ]
 then
     if has_kernel_parameters_changed;
     then
+       systemctl set-environment _INSTALLATION_SUCCESS='failed'
        log_installation_failure
     else
+       systemctl set-environment _INSTALLATION_SUCCESS='success'
        log_installation_success
     fi
+    systemctl start report-installation-success.service --no-block
 fi