Skip to content

ansible/dashboard/services.sh: use "OK" for status

clayton craft requested to merge craftyguy/valve-infra:simple_status into master

This simplifies the status shown when a service's status equals the expected status. I found it kind of confusing since some services (nftables) were "inactive" and everything was fine. The output now looks something like this:

                Services
        avahi-daemon       OK
        executor           OK
        minio              OK
        salad              OK
        gitlab-runner      OK
        local-registry     OK
        fdo-proxy-registry OK
        influxdb           OK
        influxdb_configure OK
        telegraf           activating
        nftables           OK
        vpdu               failed
Edited by clayton craft

Merge request reports