Remove deleted Nova rows
[apex-tripleo-heat-templates.git] / puppet / compute.yaml
1 heat_template_version: 2015-10-15
2
3 description: >
4   OpenStack hypervisor node configured via Puppet.
5
6 parameters:
7   AdminPassword:
8     description: The password for the keystone admin account, used for monitoring, querying neutron etc.
9     type: string
10     hidden: true
11   CeilometerComputeAgent:
12     description: Indicates whether the Compute agent is present and expects nova-compute to be configured accordingly
13     type: string
14     default: ''
15     constraints:
16     - allowed_values: ['', Present]
17   CeilometerMeteringSecret:
18     description: Secret shared by the ceilometer services.
19     type: string
20     hidden: true
21   CeilometerPassword:
22     description: The password for the ceilometer service account.
23     type: string
24     hidden: true
25   CinderEnableNfsBackend:
26     default: false
27     description: Whether to enable or not the NFS backend for Cinder
28     type: boolean
29   CinderEnableRbdBackend:
30     default: false
31     description: Whether to enable or not the Rbd backend for Cinder
32     type: boolean
33   Debug:
34     default: ''
35     description: Set to True to enable debugging on all services.
36     type: string
37   ExtraConfig:
38     default: {}
39     description: |
40       Additional hiera configuration to inject into the cluster. Note
41       that NovaComputeExtraConfig takes precedence over ExtraConfig.
42     type: json
43   Flavor:
44     description: Flavor for the nova compute node
45     type: string
46     constraints:
47       - custom_constraint: nova.flavor
48   GlanceHost:
49     type: string
50     default: ''  # Has to be here because of the ignored empty value bug
51   Image:
52     type: string
53     default: overcloud-compute
54     constraints:
55       - custom_constraint: glance.image
56   ImageUpdatePolicy:
57     default: 'REBUILD_PRESERVE_EPHEMERAL'
58     description: What policy to use when reconstructing instances. REBUILD for rebuilds, REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
59     type: string
60   KeyName:
61     description: Name of an existing Nova key pair to enable SSH access to the instances
62     type: string
63     default: default
64     constraints:
65       - custom_constraint: nova.keypair
66   KeystoneAdminApiVirtualIP:
67     type: string
68     default: ''
69   KeystonePublicApiVirtualIP:
70      type: string
71      default: ''
72   NeutronBridgeMappings:
73     description: >
74       The OVS logical->physical bridge mappings to use. See the Neutron
75       documentation for details. Defaults to mapping br-ex - the external
76       bridge on hosts - to a physical name 'datacentre' which can be used
77       to create provider networks (and we use this for the default floating
78       network) - if changing this either use different post-install network
79       scripts or be sure to keep 'datacentre' as a mapping network name.
80     type: comma_delimited_list
81     default: "datacentre:br-ex"
82   NeutronEnableTunnelling:
83     type: string
84     default: "True"
85   NeutronEnableL2Pop:
86     type: string
87     description: >
88         Enable/disable the L2 population feature in the Neutron agents.
89     default: "False"
90   NeutronFlatNetworks:
91     type: comma_delimited_list
92     default: 'datacentre'
93     description: >
94       If set, flat networks to configure in neutron plugins.
95   NeutronHost:
96     type: string
97     default: ''  # Has to be here because of the ignored empty value bug
98   NeutronNetworkType:
99     type: comma_delimited_list
100     description: The tenant network type for Neutron.
101     default: 'vxlan'
102   NeutronNetworkVLANRanges:
103     default: 'datacentre'
104     description: >
105       The Neutron ML2 and OpenVSwitch vlan mapping range to support. See the
106       Neutron documentation for permitted values. Defaults to permitting any
107       VLAN on the 'datacentre' physical network (See NeutronBridgeMappings).
108     type: comma_delimited_list
109   NeutronPassword:
110     description: The password for the neutron service account, used by neutron agents.
111     type: string
112     hidden: true
113   NeutronPhysicalBridge:
114     default: 'br-ex'
115     description: An OVS bridge to create for accessing external networks.
116     type: string
117   NeutronPublicInterface:
118     default: nic1
119     description: A port to add to the NeutronPhysicalBridge.
120     type: string
121   NeutronTunnelTypes:
122     type: comma_delimited_list
123     description: |
124         The tunnel types for the Neutron tenant network.
125     default: 'vxlan'
126   NeutronTunnelIdRanges:
127     description: |
128         Comma-separated list of <tun_min>:<tun_max> tuples enumerating ranges
129         of GRE tunnel IDs that are available for tenant network allocation
130     default: ["1:1000", ]
131     type: comma_delimited_list
132   NeutronVniRanges:
133     description: |
134         Comma-separated list of <vni_min>:<vni_max> tuples enumerating ranges
135         of VXLAN VNI IDs that are available for tenant network allocation
136     default: ["1:1000", ]
137     type: comma_delimited_list
138   NeutronPublicInterfaceRawDevice:
139     default: ''
140     type: string
141   NeutronDVR:
142     default: 'False'
143     type: string
144   NeutronMetadataProxySharedSecret:
145     description: Shared secret to prevent spoofing
146     type: string
147     hidden: true
148   NeutronCorePlugin:
149     default: 'ml2'
150     description: |
151         The core plugin for Neutron. The value should be the entrypoint to be loaded
152         from neutron.core_plugins namespace.
153     type: string
154   NeutronServicePlugins:
155     default: "router"
156     description: |
157         Comma-separated list of service plugin entrypoints to be loaded from the
158         neutron.service_plugins namespace.
159     type: comma_delimited_list
160   NeutronTypeDrivers:
161     default: "vxlan,vlan,flat,gre"
162     description: |
163         Comma-separated list of network type driver entrypoints to be loaded.
164     type: comma_delimited_list
165   NeutronMechanismDrivers:
166     default: 'openvswitch'
167     description: |
168         The mechanism drivers for the Neutron tenant network.
169     type: comma_delimited_list
170   # Not relevant for Computes, should be removed
171   NeutronAllowL3AgentFailover:
172     default: 'True'
173     description: Allow automatic l3-agent failover
174     type: string
175   # Not relevant for Computes, should be removed
176   NeutronL3HA:
177     default: 'False'
178     description: Whether to enable l3-agent HA
179     type: string
180   NeutronAgentMode:
181     default: 'dvr_snat'
182     description: Agent mode for the neutron-l3-agent on the controller hosts
183     type: string
184   NovaApiHost:
185     type: string
186     default: ''  # Has to be here because of the ignored empty value bug
187   NovaComputeDriver:
188     type: string
189     default: libvirt.LibvirtDriver
190   NovaComputeExtraConfig:
191     default: {}
192     description: |
193       NovaCompute specific configuration to inject into the cluster. Same
194       structure as ExtraConfig.
195     type: json
196   NovaComputeLibvirtType:
197     type: string
198     default: ''
199   NovaComputeLibvirtVifDriver:
200     default: ''
201     description: Libvirt VIF driver configuration for the network
202     type: string
203   NovaEnableRbdBackend:
204     default: false
205     description: Whether to enable or not the Rbd backend for Nova
206     type: boolean
207   NovaPassword:
208     description: The password for the nova service account, used by nova-api.
209     type: string
210     hidden: true
211   NovaPublicIP:
212     type: string
213     default: ''  # Has to be here because of the ignored empty value bug
214   NovaOVSBridge:
215     default: 'br-int'
216     description: Name of integration bridge used by Open vSwitch
217     type: string
218   NovaSecurityGroupAPI:
219     default: 'neutron'
220     description: The full class name of the security API class
221     type: string
222   NtpServer:
223     default: ''
224     description: Comma-separated list of ntp servers
225     type: comma_delimited_list
226   RabbitHost:
227     type: string
228     default: ''  # Has to be here because of the ignored empty value bug
229   RabbitPassword:
230     default: guest
231     description: The password for RabbitMQ
232     type: string
233     hidden: true
234   RabbitUserName:
235     default: guest
236     description: The username for RabbitMQ
237     type: string
238   RabbitClientUseSSL:
239     default: false
240     description: >
241         Rabbit client subscriber parameter to specify
242         an SSL connection to the RabbitMQ host.
243     type: string
244   RabbitClientPort:
245     default: 5672
246     description: Set rabbit subscriber port, change this if using SSL
247     type: number
248   SnmpdReadonlyUserName:
249     default: ro_snmp_user
250     description: The user name for SNMPd with readonly rights running on all Overcloud nodes
251     type: string
252   SnmpdReadonlyUserPassword:
253     description: The user password for SNMPd with readonly rights running on all Overcloud nodes
254     type: string
255     hidden: true
256   EnablePackageInstall:
257     default: 'false'
258     description: Set to true to enable package installation via Puppet
259     type: boolean
260   ServiceNetMap:
261     default: {}
262     description: Mapping of service_name -> network name. Typically set
263                  via parameter_defaults in the resource registry.
264     type: json
265   EndpointMap:
266     default: {}
267     description: Mapping of service endpoint -> protocol. Typically set
268                  via parameter_defaults in the resource registry.
269     type: json
270   UpdateIdentifier:
271     default: ''
272     type: string
273     description: >
274       Setting to a previously unused value during stack-update will trigger
275       package update on all nodes
276   Hostname:
277     type: string
278     default: '' # Defaults to Heat created hostname
279   NetworkDeploymentActions:
280     type: comma_delimited_list
281     description: >
282       Heat action when to apply network configuration changes
283     default: ['CREATE']
284   SoftwareConfigTransport:
285     default: POLL_SERVER_CFN
286     description: |
287       How the server should receive the metadata required for software configuration.
288     type: string
289     constraints:
290     - allowed_values: [POLL_SERVER_CFN, POLL_SERVER_HEAT, POLL_TEMP_URL, ZAQAR_MESSAGE]
291   CloudDomain:
292     default: ''
293     type: string
294     description: >
295       The DNS domain used for the hosts. This should match the dhcp_domain
296       configured in the Undercloud neutron. Defaults to localdomain.
297   ServerMetadata:
298     default: {}
299     description: >
300       Extra properties or metadata passed to Nova for the created nodes in
301       the overcloud. It's accessible via the Nova metadata API.
302     type: json
303   SchedulerHints:
304     type: json
305     description: Optional scheduler hints to pass to nova
306     default: {}
307
308 resources:
309
310   NovaCompute:
311     type: OS::Nova::Server
312     properties:
313       image:
314         {get_param: Image}
315       image_update_policy:
316         get_param: ImageUpdatePolicy
317       flavor: {get_param: Flavor}
318       key_name: {get_param: KeyName}
319       networks:
320         - network: ctlplane
321       user_data_format: SOFTWARE_CONFIG
322       user_data: {get_resource: UserData}
323       name: {get_param: Hostname}
324       software_config_transport: {get_param: SoftwareConfigTransport}
325       metadata: {get_param: ServerMetadata}
326       scheduler_hints: {get_param: SchedulerHints}
327
328   # Combine the NodeAdminUserData and NodeUserData mime archives
329   UserData:
330     type: OS::Heat::MultipartMime
331     properties:
332       parts:
333       - config: {get_resource: NodeAdminUserData}
334         type: multipart
335       - config: {get_resource: NodeUserData}
336         type: multipart
337
338   # Creates the "heat-admin" user if configured via the environment
339   # Should return a OS::Heat::MultipartMime reference via OS::stack_id
340   NodeAdminUserData:
341     type: OS::TripleO::NodeAdminUserData
342
343   # For optional operator additional userdata
344   # Should return a OS::Heat::MultipartMime reference via OS::stack_id
345   NodeUserData:
346     type: OS::TripleO::NodeUserData
347
348   ExternalPort:
349     type: OS::TripleO::Compute::Ports::ExternalPort
350     properties:
351       ControlPlaneIP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
352
353   InternalApiPort:
354     type: OS::TripleO::Compute::Ports::InternalApiPort
355     properties:
356       ControlPlaneIP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
357
358   StoragePort:
359     type: OS::TripleO::Compute::Ports::StoragePort
360     properties:
361       ControlPlaneIP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
362
363   StorageMgmtPort:
364     type: OS::TripleO::Compute::Ports::StorageMgmtPort
365     properties:
366       ControlPlaneIP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
367
368   TenantPort:
369     type: OS::TripleO::Compute::Ports::TenantPort
370     properties:
371       ControlPlaneIP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
372
373   ManagementPort:
374     type: OS::TripleO::Compute::Ports::ManagementPort
375     properties:
376       ControlPlaneIP: {get_attr: [NovaCompute, networks, ctlplane, 0]}
377
378   NetIpMap:
379     type: OS::TripleO::Network::Ports::NetIpMap
380     properties:
381       ControlPlaneIp: {get_attr: [NovaCompute, networks, ctlplane, 0]}
382       ExternalIp: {get_attr: [ExternalPort, ip_address]}
383       InternalApiIp: {get_attr: [InternalApiPort, ip_address]}
384       StorageIp: {get_attr: [StoragePort, ip_address]}
385       StorageMgmtIp: {get_attr: [StorageMgmtPort, ip_address]}
386       TenantIp: {get_attr: [TenantPort, ip_address]}
387       ManagementIp: {get_attr: [ManagementPort, ip_address]}
388
389   NetworkConfig:
390     type: OS::TripleO::Compute::Net::SoftwareConfig
391     properties:
392       ControlPlaneIp: {get_attr: [NovaCompute, networks, ctlplane, 0]}
393       ExternalIpSubnet: {get_attr: [ExternalPort, ip_subnet]}
394       InternalApiIpSubnet: {get_attr: [InternalApiPort, ip_subnet]}
395       StorageIpSubnet: {get_attr: [StoragePort, ip_subnet]}
396       StorageMgmtIpSubnet: {get_attr: [StorageMgmtPort, ip_subnet]}
397       TenantIpSubnet: {get_attr: [TenantPort, ip_subnet]}
398       ManagementIpSubnet: {get_attr: [ManagementPort, ip_subnet]}
399
400   NetworkDeployment:
401     type: OS::TripleO::SoftwareDeployment
402     properties:
403       config: {get_resource: NetworkConfig}
404       server: {get_resource: NovaCompute}
405       actions: {get_param: NetworkDeploymentActions}
406       input_values:
407         bridge_name: {get_param: NeutronPhysicalBridge}
408         interface_name: {get_param: NeutronPublicInterface}
409
410   NovaComputeConfig:
411     type: OS::Heat::StructuredConfig
412     properties:
413       group: os-apply-config
414       config:
415         hiera:
416           hierarchy:
417             - '"%{::uuid}"'
418             - heat_config_%{::deploy_config_name}
419             - compute_extraconfig
420             - extraconfig
421             - compute
422             - ceph_cluster # provided by CephClusterConfig
423             - ceph
424             - all_nodes # provided by allNodesConfig
425             - '"%{::osfamily}"'
426             - common
427             - cisco_n1kv_data  # Optionally provided by ComputeExtraConfigPre
428             - nova_nuage_data  # Optionally provided by ComputeExtraConfigPre
429             - midonet_data # Optionally provided by AllNodesExtraConfig
430           datafiles:
431             compute_extraconfig:
432               mapped_data: {get_param: NovaComputeExtraConfig}
433             extraconfig:
434               mapped_data: {get_param: ExtraConfig}
435             common:
436               raw_data: {get_file: hieradata/common.yaml}
437             ceph:
438               raw_data: {get_file: hieradata/ceph.yaml}
439             compute:
440               raw_data: {get_file: hieradata/compute.yaml}
441               mapped_data:
442                 cinder_enable_nfs_backend: {get_input: cinder_enable_nfs_backend}
443                 nova::debug: {get_input: debug}
444                 nova::rabbit_userid: {get_input: rabbit_username}
445                 nova::rabbit_password: {get_input: rabbit_password}
446                 nova::rabbit_use_ssl: {get_input: rabbit_client_use_ssl}
447                 nova::rabbit_port: {get_input: rabbit_client_port}
448                 nova_compute_driver: {get_input: nova_compute_driver}
449                 nova::compute::libvirt::libvirt_virt_type: {get_input: nova_compute_libvirt_type}
450                 nova::compute::neutron::libvirt_vif_driver: {get_input: nova_compute_libvirt_vif_driver}
451                 nova_api_host: {get_input: nova_api_host}
452                 nova::compute::vncproxy_host: {get_input: nova_public_ip}
453                 nova::compute::rbd::ephemeral_storage: {get_input: nova_enable_rbd_backend}
454                 rbd_persistent_storage: {get_input: cinder_enable_rbd_backend}
455                 nova_password: {get_input: nova_password}
456                 nova::compute::vncserver_proxyclient_address: {get_input: nova_vnc_proxyclient_address}
457                 nova::network::neutron::neutron_ovs_bridge: {get_input: nova_ovs_bridge}
458                 nova::network::neutron::security_group_api: {get_input: nova_security_group_api}
459                 ceilometer::debug: {get_input: debug}
460                 ceilometer::rabbit_userid: {get_input: rabbit_username}
461                 ceilometer::rabbit_password: {get_input: rabbit_password}
462                 ceilometer::rabbit_use_ssl: {get_input: rabbit_client_use_ssl}
463                 ceilometer::rabbit_port: {get_input: rabbit_client_port}
464                 ceilometer::metering_secret: {get_input: ceilometer_metering_secret}
465                 ceilometer::agent::auth::auth_password: {get_input: ceilometer_password}
466                 ceilometer::agent::auth::auth_url: {get_input: ceilometer_agent_auth_url}
467                 ceilometer_compute_agent: {get_input: ceilometer_compute_agent}
468                 snmpd_readonly_user_name: {get_input: snmpd_readonly_user_name}
469                 snmpd_readonly_user_password: {get_input: snmpd_readonly_user_password}
470                 nova::glance_api_servers: {get_input: glance_api_servers}
471                 neutron::debug: {get_input: debug}
472                 neutron::rabbit_password: {get_input: rabbit_password}
473                 neutron::rabbit_user: {get_input: rabbit_username}
474                 neutron::rabbit_use_ssl: {get_input: rabbit_client_use_ssl}
475                 neutron::rabbit_port: {get_input: rabbit_client_port}
476                 neutron::plugins::ml2::flat_networks: {get_input: neutron_flat_networks}
477                 neutron_host: {get_input: neutron_host}
478                 neutron::agents::ml2::ovs::local_ip: {get_input: neutron_local_ip}
479
480                 neutron::plugins::ml2::tenant_network_types: {get_input: neutron_tenant_network_types}
481                 neutron::agents::ml2::ovs:tunnel_types: {get_input: neutron_tunnel_types}
482                 neutron::plugins::ml2::network_vlan_ranges: {get_input: neutron_network_vlan_ranges}
483                 neutron::plugins::ml2::tunnel_id_ranges: {get_input: neutron_tunnel_id_ranges}
484                 neutron::plugins::ml2::vni_ranges: {get_input: neutron_vni_ranges}
485                 neutron::agents::ml2::ovs::bridge_mappings: {get_input: neutron_bridge_mappings}
486                 neutron::agents::ml2::ovs::enable_tunneling: {get_input: neutron_enable_tunneling}
487                 neutron::agents::ml2::ovs::l2_population: {get_input: neutron_enable_l2pop}
488                 neutron_physical_bridge: {get_input: neutron_physical_bridge}
489                 neutron_public_interface: {get_input: neutron_public_interface}
490                 nova::network::neutron::neutron_admin_password: {get_input: neutron_password}
491                 nova::network::neutron::neutron_url: {get_input: neutron_internal_url}
492                 nova::network::neutron::neutron_admin_auth_url: {get_input: neutron_admin_auth_url}
493                 neutron_router_distributed: {get_input: neutron_router_distributed}
494                 neutron_agent_mode: {get_input: neutron_agent_mode}
495                 neutron_metadata_proxy_shared_secret: {get_input: neutron_metadata_proxy_shared_secret}
496                 neutron::core_plugin: {get_input: neutron_core_plugin}
497                 neutron::service_plugins: {get_input: neutron_service_plugins}
498                 neutron::plugins::ml2::type_drivers: {get_input: neutron_type_drivers}
499                 neutron::plugins::ml2::mechanism_drivers: {get_input: neutron_mechanism_drivers}
500                 neutron_public_interface_raw_device: {get_input: neutron_public_interface_raw_device}
501                 keystone_public_api_virtual_ip: {get_input: keystone_vip}
502                 admin_password: {get_input: admin_password}
503                 ntp::servers: {get_input: ntp_servers}
504                 tripleo::packages::enable_install: {get_input: enable_package_install}
505                 tripleo::packages::enable_upgrade: {get_input: enable_package_upgrade}
506
507   NovaComputeDeployment:
508     type: OS::TripleO::SoftwareDeployment
509     depends_on: NetworkDeployment
510     properties:
511       config: {get_resource: NovaComputeConfig}
512       server: {get_resource: NovaCompute}
513       input_values:
514         cinder_enable_nfs_backend: {get_param: CinderEnableNfsBackend}
515         debug: {get_param: Debug}
516         nova_compute_driver: {get_param: NovaComputeDriver}
517         nova_compute_libvirt_type: {get_param: NovaComputeLibvirtType}
518         nova_compute_libvirt_vif_driver: {get_param: NovaComputeLibvirtVifDriver}
519         nova_public_ip: {get_param: NovaPublicIP}
520         nova_api_host: {get_param: NovaApiHost}
521         nova_password: {get_param: NovaPassword}
522         nova_enable_rbd_backend: {get_param: NovaEnableRbdBackend}
523         cinder_enable_rbd_backend: {get_param: CinderEnableRbdBackend}
524         nova_vnc_proxyclient_address: {get_attr: [NetIpMap, net_ip_map, {get_param: [ServiceNetMap, NovaVncProxyNetwork]}]}
525         nova_ovs_bridge: {get_param: NovaOVSBridge}
526         nova_security_group_api: {get_param: NovaSecurityGroupAPI}
527         ceilometer_metering_secret: {get_param: CeilometerMeteringSecret}
528         ceilometer_password: {get_param: CeilometerPassword}
529         ceilometer_compute_agent: {get_param: CeilometerComputeAgent}
530         ceilometer_agent_auth_url: {get_param: [EndpointMap, KeystoneInternal, uri]}
531         snmpd_readonly_user_name: {get_param: SnmpdReadonlyUserName}
532         snmpd_readonly_user_password: {get_param: SnmpdReadonlyUserPassword}
533         glance_api_servers: {get_param: [EndpointMap, GlanceInternal, uri]}
534         neutron_flat_networks:
535           str_replace:
536             template: NETWORKS
537             params:
538               NETWORKS: {get_param: NeutronFlatNetworks}
539         neutron_host: {get_param: NeutronHost}
540         neutron_local_ip: {get_attr: [NetIpMap, net_ip_map, {get_param: [ServiceNetMap, NeutronTenantNetwork]}]}
541         neutron_tunnel_id_ranges:
542           str_replace:
543             template: RANGES
544             params:
545               RANGES: {get_param: NeutronTunnelIdRanges}
546         neutron_vni_ranges:
547           str_replace:
548             template: RANGES
549             params:
550               RANGES: {get_param: NeutronVniRanges}
551         neutron_tenant_network_types:
552           str_replace:
553             template: TYPES
554             params:
555               TYPES: {get_param: NeutronNetworkType}
556         neutron_tunnel_types:
557           str_replace:
558             template: TYPES
559             params:
560               TYPES: {get_param: NeutronTunnelTypes}
561         neutron_network_vlan_ranges:
562           str_replace:
563             template: RANGES
564             params:
565               RANGES: {get_param: NeutronNetworkVLANRanges}
566         neutron_bridge_mappings:
567           str_replace:
568             template: MAPPINGS
569             params:
570               MAPPINGS: {get_param: NeutronBridgeMappings}
571         neutron_enable_tunneling: {get_param: NeutronEnableTunnelling}
572         neutron_enable_l2pop: {get_param: NeutronEnableL2Pop}
573         neutron_physical_bridge: {get_param: NeutronPhysicalBridge}
574         neutron_public_interface: {get_param: NeutronPublicInterface}
575         neutron_password: {get_param: NeutronPassword}
576         neutron_agent_mode: {get_param: NeutronAgentMode}
577         neutron_router_distributed: {get_param: NeutronDVR}
578         neutron_metadata_proxy_shared_secret: {get_param: NeutronMetadataProxySharedSecret}
579         neutron_core_plugin: {get_param: NeutronCorePlugin}
580         neutron_service_plugins:
581           str_replace:
582             template: PLUGINS
583             params:
584               PLUGINS: {get_param: NeutronServicePlugins}
585         neutron_type_drivers:
586           str_replace:
587             template: DRIVERS
588             params:
589               DRIVERS: {get_param: NeutronTypeDrivers}
590         neutron_mechanism_drivers:
591           str_replace:
592             template: MECHANISMS
593             params:
594               MECHANISMS: {get_param: NeutronMechanismDrivers}
595         neutron_public_interface_raw_device: {get_param: NeutronPublicInterfaceRawDevice}
596         neutron_internal_url: {get_param: [EndpointMap, NeutronInternal, uri]}
597         neutron_admin_auth_url: {get_param: [EndpointMap, KeystoneAdmin, uri]}
598         keystone_vip: {get_param: KeystonePublicApiVirtualIP}
599         admin_password: {get_param: AdminPassword}
600         rabbit_username: {get_param: RabbitUserName}
601         rabbit_password: {get_param: RabbitPassword}
602         rabbit_client_use_ssl: {get_param: RabbitClientUseSSL}
603         rabbit_client_port: {get_param: RabbitClientPort}
604         ntp_servers: {get_param: NtpServer}
605         enable_package_install: {get_param: EnablePackageInstall}
606         enable_package_upgrade: {get_attr: [UpdateDeployment, update_managed_packages]}
607
608   # Resource for site-specific injection of root certificate
609   NodeTLSCAData:
610     depends_on: NovaComputeDeployment
611     type: OS::TripleO::NodeTLSCAData
612     properties:
613       server: {get_resource: NovaCompute}
614
615   # Hook for site-specific additional pre-deployment config, e.g extra hieradata
616   ComputeExtraConfigPre:
617     depends_on: NovaComputeDeployment
618     type: OS::TripleO::ComputeExtraConfigPre
619     properties:
620         server: {get_resource: NovaCompute}
621
622   # Hook for site-specific additional pre-deployment config,
623   # applying to all nodes, e.g node registration/unregistration
624   NodeExtraConfig:
625     depends_on: [ComputeExtraConfigPre, NodeTLSCAData]
626     type: OS::TripleO::NodeExtraConfig
627     properties:
628         server: {get_resource: NovaCompute}
629
630   UpdateConfig:
631     type: OS::TripleO::Tasks::PackageUpdate
632
633   UpdateDeployment:
634     type: OS::Heat::SoftwareDeployment
635     properties:
636       config: {get_resource: UpdateConfig}
637       server: {get_resource: NovaCompute}
638       input_values:
639         update_identifier:
640           get_param: UpdateIdentifier
641
642 outputs:
643   ip_address:
644     description: IP address of the server in the ctlplane network
645     value: {get_attr: [NovaCompute, networks, ctlplane, 0]}
646   external_ip_address:
647     description: IP address of the server in the external network
648     value: {get_attr: [ExternalPort, ip_address]}
649   internal_api_ip_address:
650     description: IP address of the server in the internal_api network
651     value: {get_attr: [InternalApiPort, ip_address]}
652   storage_ip_address:
653     description: IP address of the server in the storage network
654     value: {get_attr: [StoragePort, ip_address]}
655   storage_mgmt_ip_address:
656     description: IP address of the server in the storage_mgmt network
657     value: {get_attr: [StorageMgmtPort, ip_address]}
658   tenant_ip_address:
659     description: IP address of the server in the tenant network
660     value: {get_attr: [TenantPort, ip_address]}
661   management_ip_address:
662     description: IP address of the server in the management network
663     value: {get_attr: [ManagementPort, ip_address]}
664   hostname:
665     description: Hostname of the server
666     value: {get_attr: [NovaCompute, name]}
667   hosts_entry:
668     description: >
669       Server's IP address and hostname in the /etc/hosts format
670     value:
671       str_replace:
672         template: "IP HOST.DOMAIN HOST"
673         params:
674           IP: {get_attr: [NetIpMap, net_ip_map, {get_param: [ServiceNetMap, ComputeHostnameResolveNetwork]}]}
675           DOMAIN: {get_param: CloudDomain}
676           HOST: {get_attr: [NovaCompute, name]}
677   nova_server_resource:
678     description: Heat resource handle for the Nova compute server
679     value:
680       {get_resource: NovaCompute}
681   config_identifier:
682     description: identifier which changes if the node configuration may need re-applying
683     value:
684       list_join:
685       - ','
686       - - {get_attr: [NovaComputeDeployment, deploy_stdout]}
687         - {get_attr: [NodeTLSCAData, deploy_stdout]}
688         - {get_attr: [ComputeExtraConfigPre, deploy_stdout]}
689         - {get_param: UpdateIdentifier}