...
27. Support for readinesscheck for script based execution (e.g PMMapper/hv-ves); port/endpoint flagged as mandatory fields which are required only for HTTP - added
Use docker_healthcheck_script
V3 spec schema change needed to include initialDelaySeconds: 5
Map to helm charts as below
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
readiness:
type: exec
initialDelaySeconds: 5 # set from spec docker_healthcheck_script.Properties.initialDelaySeconds
periodSeconds: 15 # set from spec docker_healthcheck_script.Properties.interval
timeoutSeconds: 2 # set from spec docker_healthcheck_script.Properties.timeout
command:
- /opt/ves-hv-collector/healthcheck.sh # set from spec docker_healthcheck_script.Properties.script |
28. Dynamic secret creation and mapping to env variable - support from Helm tool - added
...
31. OnboardingAPI changes to use V3 spec files for supporting helm spec files - added
32. Syncup latest oom/templates under repo:test/blueprintblueprint (DUPLICATE)
33. Include policyRelease: "onap" for policysidecar config and remove dcaePolicySyncImage
...
#dcaePolicySyncImage: onap/org.onap.dcaegen2.deployments.dcae-services-policy-sync:1.0.1 → From base template
policies:
duration: 300 → default
policyRelease: onap
policyID: |
'["tca_policy_id_11","tca_policy_id_10"]' → coming from spec file
5. POSTGRES SUPPORT
Component Spec
...