[reclass] Consolidate all passwords
[fuel.git] / mcp / reclass / classes / cluster / mcp-odl-ha / openstack / control.yml
1 ##############################################################################
2 # Copyright (c) 2018 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.neutron.control.opendaylight.cluster
11   - cluster.mcp-common-ha.openstack_interface_vcp_biport
12   - cluster.mcp-common-ha.openstack_control
13   - cluster.mcp-odl-ha.infra
14 parameters:
15   keystone:
16     server:
17       openrc_extra:
18         # For HA, all public services are available through nginx on prx
19         sdn_controller_ip: ${_param:cluster_public_host}
20         sdn_controller_user: admin  # Hardcoded to default ODL values for now
21         sdn_controller_password: ${_param:opendaylight_password}
22         sdn_controller_webport: ${_param:opendaylight_rest_port}
23         sdn_controller_restconfport: ${_param:opendaylight_rest_port}