aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/windows/telegraf_password.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Ensure provisioning works even without the secretsDimitrios Apostolou2019-10-081-3/+10
| | | | | Change-Id: I3869e881341a719da8a351095c3bf314c2fa2f34 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
* Install telegraf on all provisioned VMsDimitrios Apostolou2019-09-271-0/+39
Install binaries as early as possible in the provisioning process, and start them, in order to monitor provisioning too. To achieve this, some OS auto-detection logic is introduced in shell script common.sourced.sh. The script can be sourced and used in all kind of other generic scripts. ioping is also installed from custom-compiled binaries in order to monitor the disk latency of the VMs. Reason we don't use ioping from the repositories, is that the units differ between ioping versions (new ioping reports latencies in nanoseconds, old in microseconds). Fixes: QTQAINFRA-3092 Change-Id: I9d9afb791955725d4bd0b32dae97dfc0bd4a76a3 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>