Merge "[baremetal] PDF-based network config"
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-odl-ha / openstack / compute.yml
1 ##############################################################################
2 # Copyright (c) 2017 Mirantis Inc., Enea AB and others.
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Apache License, Version 2.0
5 # which accompanies this distribution, and is available at
6 # http://www.apache.org/licenses/LICENSE-2.0
7 ##############################################################################
8 ---
9 classes:
10   - cluster.baremetal-mcp-ocata-common.openstack_compute
11   - cluster.baremetal-mcp-ocata-odl-ha.openstack.compute_init
12   - cluster.baremetal-mcp-ocata-odl-ha.infra
13   - system.neutron.gateway.opendaylight.single
14 parameters:
15   _param:
16     neutron_agents:
17       - neutron-dhcp-agent
18       - neutron-metadata-agent
19   opendaylight:
20     client:
21       ovsdb_server_iface: ptcp:6639:127.0.0.1
22       ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640
23       tunnel_ip: ${_param:tenant_address}
24       provider_mappings: physnet1:br-floating
25   neutron:
26     gateway:
27       agent_mode: ${_param:neutron_gateway_agent_mode}
28       pkgs: ${_param:neutron_agents}
29       services: ${_param:neutron_agents}
30       backend:
31         router: ${_param:opendaylight_router}