Files
charts/.vib/consul/vib-verify.json
Carlos Rodríguez Hernández f1028e0f25 Remove health-check action when Cypress and/or Ginkgo is implemented (#19846)
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
2023-10-10 11:36:05 +02:00

79 lines
1.7 KiB
JSON

{
"phases": {
"package": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/consul"
}
},
"actions": [
{
"action_id": "helm-package"
},
{
"action_id": "helm-lint"
}
]
},
"verify": {
"context": {
"resources": {
"url": "{SHA_ARCHIVE}",
"path": "/bitnami/consul"
},
"target_platform": {
"target_platform_id": "{VIB_ENV_TARGET_PLATFORM}",
"size": {
"name": "S4"
}
}
},
"actions": [
{
"action_id": "cypress",
"params": {
"resources": {
"path": "/.vib/consul/cypress"
},
"endpoint": "lb-consul-ui-http",
"app_protocol": "HTTP",
"env": {
"username": "user",
"password": "ComplicatedPassword123!4"
}
}
},
{
"action_id": "goss",
"params": {
"resources": {
"path": "/.vib"
},
"tests_file": "consul/goss/goss.yaml",
"vars_file": "consul/runtime-parameters.yaml",
"remote": {
"pod": {
"workload": "sts-consul"
}
}
}
},
{
"action_id": "ginkgo",
"params": {
"resources": {
"path": "/.vib/consul/ginkgo"
},
"params": {
"kubeconfig": "{{kubeconfig}}",
"namespace": "{{namespace}}",
"name": "consul"
}
}
}
]
}
}
}