Merge "[patch] OVS bridges should not use 'auto'"
[fuel.git] / mcp / reclass / classes / cluster / mcp-common-ha / include / maas_proxy.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 parameters:
10   # NOTE: Apt proxy is set by curtin, Salt minion proxy is configured below,
11   # only enable proxy via /etc/environment if you need it for smth else
12   # linux:
13   #   system:
14   #     env:
15   #       http_proxy: http://${_param:infra_maas_node01_deploy_address}:8000
16   #       https_proxy: http://${_param:infra_maas_node01_deploy_address}:8000
17   #       no_proxy:
18   #         - .local
19   linux:
20     system:
21       proxy:
22         pkg:
23           enabled: true
24           http: http://${_param:infra_maas_node01_deploy_address}:8000
25           https: http://${_param:infra_maas_node01_deploy_address}:8000