[ha] Bind cinder volume I/O on mgmt network
[fuel.git] / mcp / reclass / classes / cluster / all-mcp-arch-common / opnfv / maas_proxy.yml.j2
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 {%- if 'maas' in conf.cluster.states %}
10 parameters:
11   # NOTE: Apt proxy is set by curtin, Salt minion proxy is configured below,
12   # only enable proxy via /etc/environment if you need it for smth else
13   # linux:
14   #   system:
15   #     env:
16   #       http_proxy: http://${_param:infra_maas_node01_deploy_address}:8000
17   #       https_proxy: http://${_param:infra_maas_node01_deploy_address}:8000
18   #       no_proxy:
19   #         - .local
20   linux:
21     system:
22       proxy:
23         pkg:
24           enabled: true
25           http: http://${_param:infra_maas_node01_deploy_address}:8000
26           https: http://${_param:infra_maas_node01_deploy_address}:8000
27 {%- endif %}