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