Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
titleValidate BlueprintLogin to the bootstrap pod
linenumberstrue
kubectl exec -it <DCAE bootstrap pod> /bin/bash -n onap

...

Code Block
languagebash
themeMidnight
titleValidate BlueprintUpload blueprint to cloudify manager
linenumberstrue
cfy blueprint upload -b datalake /bluerint/k8s-helm.yaml 

...

Code Block
languagebash
themeMidnight
titleVerify Plugin version
linenumberstrue
cfy plugins list

Customization of Blueprint Input

...

File

Before deployment, the input file should be edited to point to your tiller service and helm repository. The input file should be placed in /blueprints.

Code Block
languagebash
themeMidnight
titleUpload and deploy blueprintInput file
linenumberstrue
tiller-server-ip: <YOUR_CLUSTER_IP>
tiller-server-port: <TILLER_EXPOSED_PORT>
namespace: onap
chart-repo-url: <YOUR_HELM_REPO>
stable-repo-url: <YOUR_STABLE_HELM_REPO>
chart-version: 1.0.0
component-name: dcae-datalake

...