summaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-pike-ovs-novcp-ha/openstack/telemetry.yml
blob: 1cb72ac5c28ed82ee8f0d526d4dc73f86e0a714b (plain)
1
2
3
4
5
6
7
8
9
10
##############################################################################
# Copyright (c) 2018 Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
classes:
  - cluster.mcp-pike-common-ha.openstack_telemetry
{%- endif %} name: {{ nic }} {%- endfor %} {%- for vlan in vlans %} {%- if vlan and vlan != 'native' %} {{ vlans[vlan] }}.{{ vlan }}: enabled: true proto: manual type: vlan name: {{ vlans[vlan] }}.{{ vlan }} use_interfaces: - {{ vlans[vlan] }} {%- endif %} {%- endfor %} br-mesh: enabled: true type: bridge address: ${_param:tenant_address} netmask: 255.255.255.0 mtu: 1500 use_interfaces: - {{ nm.cmp001.nic_private }}{% if nm.vlan_private and nm.vlan_private != 'native' %}.{{ nm.vlan_private }}{% endif %}