This repository was archived by the owner on Feb 2, 2021. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed 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
47
47
#### For AWS run:
48
48
49
49
``` shell
50
- $ cfy install cloudify-environment-blueprint -latest/aws-blueprint.yaml \
50
+ $ cfy install cloudify-environment-setup -latest/aws-blueprint.yaml \
51
51
-i aws_secret_access_key=[INSERT_YOUR_AWS_SECRET_KEY] \
52
52
-i aws_access_key_id=[INSERT_YOUR_AWS_ACCESS_KEY] \
53
53
--task-retries=30 --task-retry-interval=5 --install-plugins
@@ -57,7 +57,7 @@ $ cfy install cloudify-environment-blueprint-latest/aws-blueprint.yaml \
57
57
#### For Azure run:
58
58
59
59
``` shell
60
- $ cfy install simple-infrastructure-blueprint /azure-blueprint.yaml \
60
+ $ cfy install cloudify-environment-setup-latest /azure-blueprint.yaml \
61
61
-i subscription_id=[INSERT_YOUR_AZURE_SUBSCRIPTION_ID] \
62
62
-i tenant_id=[INSERT_YOUR_AZURE_TENANT_ID] \
63
63
-i client_id=[INSERT_YOUR_AZURE_CLIENT_ID] \
@@ -69,7 +69,7 @@ $ cfy install simple-infrastructure-blueprint/azure-blueprint.yaml \
69
69
#### For Openstack run:
70
70
71
71
``` shell
72
- $ cfy install cloudify-environment-blueprint -latest/openstack-blueprint.yaml \
72
+ $ cfy install cloudify-environment-setup -latest/openstack-blueprint.yaml \
73
73
-i username=[INSERT_YOUR_OPENSTACK_USERNAME] \
74
74
-i password=[INSERT_YOUR_OPENSTACK_PASSWORD] \
75
75
-i tenant_name=[INSERT_YOUR_OPENSTACK_TENANT_NAME] \
You can’t perform that action at this time.
0 commit comments