Versions Compared

Key

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

...

  1. Execute bash on the cloudify manager kubernetes pod. 

    Code Block
    languagebash
    kubectl -n onap exec -it <dev-dcaegen2-dcae-cloudify-manager> bash


  2. Download the dfc blueprint.

  3. Run Cloudify Install command to install dfc.

    Code Block
    languagebash
    cfy install <dfc-blueprint-path>


    Expand
    titleSample output
    $ cfy install k8s-datafile.yaml

    * Run 'cfy events list -e 37da3f5f-a06b-4ce8-84d3-8b64ccd81c33' to retrieve the execution's events/logs


...