Merge "lib.sh: persistent cfg01, mas01 mcpcontrol"
[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   - system.linux.system.repo.mcp.openstack
11   - cluster.baremetal-mcp-ocata-common-ha.openstack_compute
12   - cluster.baremetal-mcp-ocata-odl-ha.openstack.compute_init
13   - cluster.baremetal-mcp-ocata-odl-ha.infra
14   - system.neutron.gateway.opendaylight.single
15 parameters:
16   _param:
17     neutron_agents:
18       - neutron-dhcp-agent
19       - neutron-metadata-agent
20   opendaylight:
21     client:
22       ovsdb_server_iface: ptcp:6639:127.0.0.1
23       ovsdb_odl_iface: tcp:${_param:opendaylight_service_host}:6640
24       tunnel_ip: ${_param:tenant_address}
25       provider_mappings: physnet1:br-floating
26   neutron:
27     gateway:
28       agent_mode: ${_param:neutron_gateway_agent_mode}
29       pkgs: ${_param:neutron_agents}
30       services: ${_param:neutron_agents}
31       backend:
32         router: ${_param:opendaylight_router}