...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
kubectl cp <source directory>/components/datalake-handler/dpo/blueprint/k8s-datalake-helm-input.yaml <DCAE bootstrap pod>:/blueprint -n onap |
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
kubectl exec -it <DCAE bootstrap pod> /bin/bash -n onap |
- Validate blueprint
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
cfy blueprints validate /blueprints/k8s-dl-handler.yaml |
Upload the blueprint to cloudify manager.
Code Block language bash theme Midnight title Validate Blueprint linenumbers true cfy blueprint upload -b datalake /bluerint/k8s-helm.yaml
Verify Plugin versions in target Cloudify instance match to blueprint imports
Code Block language bash theme Midnight title Verify Plugin version linenumbers true cfy plugins list
...