Versions Compared

Key

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

...

Below are general steps to deploy/un-deploy through blueprints through Cloudify cli.

Note: This assume DCAE is already installed (with cloudify)

 

  1. Login to DCAE bootstrap container (alternatively you can install virtualenv on you local vm and proceed with steps below)

  2. Create a virtual python      environment for yourself for running cfy
    1. virtualenv <name>
    2. source ./<name>/bin/activate
    3. cd <name>
    4. pip install cloudify==3.4.0
    5. cfy init
    6. cfy use -t <CloudifyServer FQDN/IP>

...