Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 3b7cabc

Browse files
author
earthmant
committed
updating readme
1 parent 2bc5d3b commit 3b7cabc

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ _Note: Without bootstrap, deployment should take 5 minutes. With bootstrap, up t
55

66
To ask a question or report an issue, please use [github issues](https://github.com/cloudify-examples/cloudify-environment-setup/issues) or visit the [Cloudify users groups](https://groups.google.com/forum/#!forum/cloudify-users).
77

8+
*Alternative: Deploy your Cloudify Manager using an [IaaS Variant](https://github.com/cloudify-examples/environment-setup-variants).*
9+
810

911
# Purpose
1012

@@ -75,6 +77,15 @@ When you execute the blueprint, you will provision the following resources in yo
7577
* cloudify_host_cloud_config
7678
* cloudify_host
7779

80+
* GCP Infrastructure
81+
* cfys0ip0 - Static External IP
82+
* cfynetwork
83+
* cfynetwork_subnet0
84+
* cfynetwork_subnet1
85+
* cfycloudify_security_group
86+
* cfycloudify_security_group1
87+
* controller_key
88+
* cfycloudify_host - Cloudify Manager VM
7889

7990
#### Secrets
8091

@@ -120,7 +131,23 @@ When you execute the blueprint, you will provision the following resources in yo
120131
* keystone_password: Your Keystone V2 password.
121132
* keystone_username:Your Keystone V2 username.
122133

123-
_Note: This command should be run from the same directory in which you extracted the blueprint in the previous step._
134+
135+
* GCP Secrets
136+
* client_x509_cert_url
137+
* client_email
138+
* client_id
139+
* project_id
140+
* private_key_id
141+
* private_key
142+
* management_network_name
143+
* zone
144+
* region
145+
* management_subnetwork_name
146+
* private_subnetwork_name
147+
* ubuntu_trusty_image
148+
* centos_core_image
149+
* small_instance_type
150+
124151

125152
## Preparation
126153

0 commit comments

Comments
 (0)