@@ -4,8 +4,8 @@ description: >
4
4
Create an GCP Example Network.
5
5
6
6
imports :
7
- - http://www.getcloudify.org/spec/cloudify/4.2 /types.yaml
8
- - http://www.getcloudify.org/spec/ gcp-plugin/1.4.0/plugin.yaml
7
+ - http://www.getcloudify.org/spec/cloudify/4.3 /types.yaml
8
+ - plugin:cloudify- gcp-plugin
9
9
10
10
inputs :
11
11
@@ -51,43 +51,6 @@ inputs:
51
51
resource_suffix :
52
52
default : 1
53
53
54
- secrets :
55
- description : >
56
- key, value pairs of secrets used in AWS blueprint examples.
57
- default :
58
- - key : client_x509_cert_url
59
- value : { get_input: client_x509_cert_url }
60
- - key : client_email
61
- value : { get_input: client_email }
62
- - key : client_id
63
- value : { get_input: client_id }
64
- - key : project_id
65
- value : { get_input: project_id }
66
- - key : private_key_id
67
- value : { get_input: private_key_id }
68
- - key : private_key
69
- value : { get_input: private_key }
70
- - key : management_network_name
71
- value : { get_property: [ network, name ] }
72
- - key : zone
73
- value : { get_input: zone }
74
- - key : region
75
- value : { get_input: region }
76
- - key : management_subnetwork_name
77
- value : { get_property: [ public_subnet, name ] }
78
- - key : private_subnetwork_name
79
- value : { get_property: [ private_subnet, name ] }
80
- - key : ubuntu_trusty_image
81
- value : { get_input: ubuntu_trusty_image }
82
- - key : centos_core_image
83
- value : { get_input: centos_core_image }
84
- - key : small_instance_type
85
- value : { get_input: small_instance_type }
86
- - key : agent_key_public
87
- value : { get_attribute: [ manager_key, public_key_export ] }
88
- - key : agent_key_private
89
- value : { get_attribute: [ manager_key, private_key_export ] }
90
-
91
54
dsl_definitions :
92
55
93
56
client_config : &client_config
0 commit comments