diff --git a/.vib/blackbox-exporter/goss/blackbox-exporter.yaml b/.vib/blackbox-exporter/goss/blackbox-exporter.yaml new file mode 100644 index 000000000000..74963e7b3bb9 --- /dev/null +++ b/.vib/blackbox-exporter/goss/blackbox-exporter.yaml @@ -0,0 +1,9 @@ +command: + check-blackbox-exporter-run: + exec: cd /opt/bitnami/blackbox-exporter && timeout --preserve-status 5 blackbox_exporter + timeout: 8000 + exit-status: 0 + stderr: + - Starting blackbox_exporter + - Loaded config file + - Listening on diff --git a/.vib/blackbox-exporter/goss/goss.yaml b/.vib/blackbox-exporter/goss/goss.yaml new file mode 100644 index 000000000000..b0a30a4966b1 --- /dev/null +++ b/.vib/blackbox-exporter/goss/goss.yaml @@ -0,0 +1,11 @@ +gossfile: + # Goss tests exclusive to the current container + ../../blackbox-exporter/goss/blackbox-exporter.yaml: {} + # Load scripts from .vib/common/goss/templates + ../../common/goss/templates/check-app-version.yaml: {} + ../../common/goss/templates/check-binaries.yaml: {} + ../../common/goss/templates/check-broken-symlinks.yaml: {} + ../../common/goss/templates/check-ca-certs.yaml: {} + ../../common/goss/templates/check-linked-libraries.yaml: {} + ../../common/goss/templates/check-sed-in-place.yaml: {} + ../../common/goss/templates/check-spdx.yaml: {} diff --git a/.vib/blackbox-exporter/goss/vars.yaml b/.vib/blackbox-exporter/goss/vars.yaml new file mode 100644 index 000000000000..e010bc109709 --- /dev/null +++ b/.vib/blackbox-exporter/goss/vars.yaml @@ -0,0 +1,6 @@ +binaries: + - blackbox_exporter +root_dir: /opt/bitnami +version: + bin_name: blackbox_exporter + flag: --version diff --git a/.vib/blackbox-exporter/vib-publish.json b/.vib/blackbox-exporter/vib-publish.json index 8b6fe8eab4e6..cd45a2cf4cd5 100644 --- a/.vib/blackbox-exporter/vib-publish.json +++ b/.vib/blackbox-exporter/vib-publish.json @@ -3,7 +3,8 @@ "resources": { "url": "{VIB_ENV_CONTAINER_URL}", "path": "{VIB_ENV_PATH}" - } + }, + "runtime_parameters": "Y29tbWFuZDogWyJ0YWlsIiwgIi1mIiwgIi9kZXYvbnVsbCJd" }, "phases": { "package": { @@ -33,6 +34,21 @@ }, "verify": { "actions": [ + { + "action_id": "goss", + "params": { + "resources": { + "path": "/.vib" + }, + "tests_file": "blackbox-exporter/goss/goss.yaml", + "vars_file": "blackbox-exporter/goss/vars.yaml", + "remote": { + "pod": { + "workload": "deploy-blackbox-exporter" + } + } + } + }, { "action_id": "trivy", "params": { @@ -77,9 +93,9 @@ "url": "{VIB_ENV_PACKAGES_JSON_URL}", "path": "/{VIB_ENV_PATH}", "authn": { - "header": "Authorization", - "token": "Bearer {VIB_ENV_GITHUB_TOKEN}" - } + "header": "Authorization", + "token": "Bearer {VIB_ENV_GITHUB_TOKEN}" + } } } } diff --git a/.vib/blackbox-exporter/vib-verify.json b/.vib/blackbox-exporter/vib-verify.json index a34e8aee9161..c9ff464a9afb 100644 --- a/.vib/blackbox-exporter/vib-verify.json +++ b/.vib/blackbox-exporter/vib-verify.json @@ -3,7 +3,8 @@ "resources": { "url": "{SHA_ARCHIVE}", "path": "{VIB_ENV_PATH}" - } + }, + "runtime_parameters": "Y29tbWFuZDogWyJ0YWlsIiwgIi1mIiwgIi9kZXYvbnVsbCJd" }, "phases": { "package": { @@ -29,6 +30,21 @@ }, "verify": { "actions": [ + { + "action_id": "goss", + "params": { + "resources": { + "path": "/.vib" + }, + "tests_file": "blackbox-exporter/goss/goss.yaml", + "vars_file": "blackbox-exporter/goss/vars.yaml", + "remote": { + "pod": { + "workload": "deploy-blackbox-exporter" + } + } + } + }, { "action_id": "trivy", "params": {