blob: 3a7b32fbea6302b0b1aa0e1a0c14d7c6bf8b3a49 [file] [log] [blame]
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +02001heat_template_version: queens
2
3parameters:
4
5 metadata:
6 type: json
7 default: {}
8 node_type:
9 type: string
10 key_name:
11 type: string
12 description: Name of keypair to assign to servers
13 image:
14 type: string
15 description: Name of image to use for servers
16 flavor:
17 type: string
18 description: Flavor to use for servers
19 accessible_network:
20 type: string
21 accessible_subnet_id:
22 type: string
23 private_floating_network:
24 type: string
25 private_floating_network_cidr:
26 type: string
27 private_floating_subnet_id:
28 type: string
29 private_floating_interface:
30 type: string
31 storage_frontend_network_cidr:
32 type: string
33 storage_frontend_network:
34 type: string
35 storage_frontend_subnet_id:
36 type: string
Oleh Hryhorov1832d232020-03-05 11:33:13 +020037 storage_frontend_interface:
38 type: string
Vasyl Saienko0fa6f192020-03-06 16:08:51 +020039 control_network_cidr:
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020040 type: string
Vasyl Saienko36f2edf2020-05-14 10:44:52 +030041 ironic_baremetal_network:
42 type: string
43 ironic_baremetal_subnet_id:
44 type: string
Vasyl Saienko4c468192020-05-19 11:51:13 +030045 ironic_baremetal_network_cidr:
Vasyl Saienko36f2edf2020-05-14 10:44:52 +030046 type: string
Michael Polenchuk486cadf2020-08-24 16:25:51 +040047 ironic_baremetal_tunnel_cidr:
48 type: string
49 ironic_mt_enabled:
50 type: boolean
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020051 functions_override:
52 type: string
53 boot_timeout:
54 type: number
55 description: Boot timeout for instance
Vasyl Saienkof36f39c2020-03-10 00:21:42 +020056 default: 3600
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020057 ucp_master_host:
58 type: string
59 default: ''
Vasyl Saienko84ee4fd2020-09-02 10:00:18 +030060 docker_ucp_image:
61 type: string
Stepan Rogov60bc3522020-12-16 17:43:25 +030062 docker_default_address_pool:
63 type: string
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020064 public_net_id:
65 type: string
66 default: ''
67 docker_ee_release:
68 type: string
69 docker_ee_url:
70 type: string
Vasyl Saienkof9ee1582020-03-02 16:53:41 +020071 hardware_metadata:
72 description: The content of lab metadata.
73 type: string
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020074
75resources:
76
77 software_config:
78 type: OS::Heat::SoftwareConfig
79 properties:
80 group: ungrouped
81 config:
82 str_replace:
83 template: { get_file: ../scripts/instance_boot.sh }
84 params:
85 $node_type: { get_param: node_type }
86 $wait_condition_notify: { get_attr: [ wait_handle, curl_cli ] }
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020087 $docker_ee_url: { get_param: docker_ee_url }
88 $docker_ee_release: { get_param: docker_ee_release }
89 $ucp_master_host: { get_param: ucp_master_host }
Vasyl Saienko84ee4fd2020-09-02 10:00:18 +030090 $docker_ucp_image: { get_param: docker_ucp_image }
Stepan Rogov60bc3522020-12-16 17:43:25 +030091 $docker_default_address_pool: { get_param: docker_default_address_pool }
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020092 $node_metadata: { get_param: metadata }
Vasyl Saienko0fa6f192020-03-06 16:08:51 +020093 $control_network_cidr: { get_param: control_network_cidr }
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020094 $private_floating_interface: { get_param: private_floating_interface }
95 $private_floating_network_cidr: { get_param: private_floating_network_cidr }
96 $private_floating_interface_ip: { get_attr: [private_floating_server_port, fixed_ips, 0, ip_address] }
97 $functions_override: { get_param: functions_override }
Oleh Hryhorov1832d232020-03-05 11:33:13 +020098 $storage_frontend_interface: { get_param: storage_frontend_interface }
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +020099 $storage_frontend_network_interface_ip: { get_attr: [storage_frontend_server_port, fixed_ips, 0, ip_address] }
100 $storage_frontend_network_cidr: { get_param: storage_frontend_network_cidr }
Vasyl Saienko36f2edf2020-05-14 10:44:52 +0300101 $ironic_baremetal_interface_ip: { get_attr: [ironic_baremetal_server_port, fixed_ips, 0, ip_address] }
Vasyl Saienko4c468192020-05-19 11:51:13 +0300102 $ironic_baremetal_network_cidr: { get_param: ironic_baremetal_network_cidr }
Michael Polenchuk486cadf2020-08-24 16:25:51 +0400103 $ironic_baremetal_tunnel_cidr: { get_param: ironic_baremetal_tunnel_cidr }
104 $ironic_mt_enabled: { get_param: ironic_mt_enabled }
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +0200105
Vasyl Saienkof9ee1582020-03-02 16:53:41 +0200106 inject_files:
107 type: "OS::Heat::CloudConfig"
108 properties:
109 cloud_config:
110 write_files:
111 - path: /usr/sbin/prepare-metadata.py
112 owner: "root:root"
113 permissions: "0755"
114 content: {get_file: ../scripts/prepare-metadata.py}
115 - path: /usr/share/metadata/lab-metadata.yaml
116 owner: "root:root"
117 permissions: "0644"
118 content: { get_param: hardware_metadata}
119
120 install_config_agent:
121 type: "OS::Heat::MultipartMime"
122 properties:
123 parts:
124 - config: {get_resource: software_config}
125 - config: {get_resource: inject_files}
126
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +0200127 server:
128 type: OS::Nova::Server
129 properties:
Mykyta Karpin8b164562021-03-19 15:20:23 +0200130 config_drive: true
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +0200131 image: { get_param: image }
132 flavor: { get_param: flavor }
133 key_name: { get_param: key_name }
134 availability_zone: nova
135 networks:
136 - network: { get_param: accessible_network }
137 # NOTE(ohryhorov): connect to accessible network only as ironic doesn't
138 # support multitenancy use-case. Use private_floating_network for IPAM only.
Vasyl Saienko36f2edf2020-05-14 10:44:52 +0300139 # NOTE(vsaienko): ditto about ironic baremetal network
Vasyl Saienkof9ee1582020-03-02 16:53:41 +0200140 user_data_format: SOFTWARE_CONFIG
141 user_data: { get_resource: install_config_agent}
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +0200142 metadata: { get_param: metadata }
143
144 private_floating_server_port:
145 type: OS::Neutron::Port
146 properties:
147 network_id: { get_param: private_floating_network }
148 port_security_enabled: false
149 fixed_ips:
150 - subnet: { get_param: private_floating_subnet_id }
151
152 storage_frontend_server_port:
153 type: OS::Neutron::Port
154 properties:
155 network_id: { get_param: storage_frontend_network }
156 port_security_enabled: false
157 fixed_ips:
158 - subnet: { get_param: storage_frontend_subnet_id }
159
Vasyl Saienko36f2edf2020-05-14 10:44:52 +0300160 ironic_baremetal_server_port:
161 type: OS::Neutron::Port
162 properties:
163 network_id: { get_param: ironic_baremetal_network }
164 port_security_enabled: false
165 fixed_ips:
166 - subnet: { get_param: ironic_baremetal_subnet_id }
167
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +0200168 wait_handle:
169 type: OS::Heat::WaitConditionHandle
170 wait_condition:
171 type: OS::Heat::WaitCondition
172 properties:
173 handle: { get_resource: wait_handle }
174 timeout: { get_param: boot_timeout }
175
176
177outputs:
178 server_private_ip:
179 description: IP address of server in private network
180 value: { get_attr: [server, networks, { get_param: accessible_network}, 0]}
181 server_private_floating_ip:
182 description: IP address of server in private floating network
183 value: { get_attr: [private_floating_server_port, fixed_ips, 0, ip_address] }
Vasyl Saienko4e3f4632020-05-26 14:43:09 +0300184 server_ironic_baremetal_ip:
185 description: IP address of server in ironic baremetal network
186 value: { get_attr: [ironic_baremetal_server_port, fixed_ips, 0, ip_address] }
Oleh Hryhorovdccb1cd2020-03-04 15:52:55 +0200187 server_public_ip:
188 description: Floating IP address of server in public network
189 value: { get_attr: [server, networks, { get_param: accessible_network}, 0]}
Vasyl Saienkof9ee1582020-03-02 16:53:41 +0200190 wc_data:
191 description: Metadata from instance
192 value: { get_attr: [wait_condition, data]}