This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ _Note: This command should be run from the same directory in which you extracted
4747#### For AWS run:
4848
4949``` shell
50- $ cfy install cloudify-environment-blueprint -latest/aws-blueprint.yaml \
50+ $ cfy install cloudify-environment-setup -latest/aws-blueprint.yaml \
5151 -i aws_secret_access_key=[INSERT_YOUR_AWS_SECRET_KEY] \
5252 -i aws_access_key_id=[INSERT_YOUR_AWS_ACCESS_KEY] \
5353 --task-retries=30 --task-retry-interval=5 --install-plugins
@@ -57,7 +57,7 @@ $ cfy install cloudify-environment-blueprint-latest/aws-blueprint.yaml \
5757#### For Azure run:
5858
5959``` shell
60- $ cfy install simple-infrastructure-blueprint /azure-blueprint.yaml \
60+ $ cfy install cloudify-environment-setup-latest /azure-blueprint.yaml \
6161 -i subscription_id=[INSERT_YOUR_AZURE_SUBSCRIPTION_ID] \
6262 -i tenant_id=[INSERT_YOUR_AZURE_TENANT_ID] \
6363 -i client_id=[INSERT_YOUR_AZURE_CLIENT_ID] \
@@ -69,7 +69,7 @@ $ cfy install simple-infrastructure-blueprint/azure-blueprint.yaml \
6969#### For Openstack run:
7070
7171``` shell
72- $ cfy install cloudify-environment-blueprint -latest/openstack-blueprint.yaml \
72+ $ cfy install cloudify-environment-setup -latest/openstack-blueprint.yaml \
7373 -i username=[INSERT_YOUR_OPENSTACK_USERNAME] \
7474 -i password=[INSERT_YOUR_OPENSTACK_PASSWORD] \
7575 -i tenant_name=[INSERT_YOUR_OPENSTACK_TENANT_NAME] \
You can’t perform that action at this time.
0 commit comments