[baremetal] MaaS: Remove curtin netconfig via Salt
[fuel.git] / mcp / reclass / classes / cluster / baremetal-mcp-ocata-common / openstack_dashboard.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.horizon.server.single
11 parameters:
12   _param:
13     horizon_site_branding: OpenStack Dashboard
14     dhcp_nic: ${_param:opnfv_vcp_vm_primary_interface}
15     single_nic: ${_param:opnfv_vcp_vm_secondary_interface}
16   linux:
17     network:
18       interface:
19         dhcp: ${_param:linux_dhcp_interface}
20         single: ${_param:linux_single_interface}