aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/init.yml
blob: 858da65a7edba752f3e7776480520d15769ecf5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##############################################################################
# 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-common-noha.openstack_init
  - cluster.all-mcp-arch-common.fdio_repo
parameters:
  _param:
    openstack_gateway_node01_hostname: 'gtw01'
    neutron_tenant_network_types: "vlan"
    etcd_initial_token: ${_param:opnfv_main_password}
    node_address: ${_param:cluster_node01_address}
    node_hostname: ${_param:cluster_node01_hostname}
    node_port: 4001
    external_vpp_tap: 'tap0'
  linux:
    system:
      file:
        /etc/systemd/network/99-default.link:
          contents: |
            # Workaround tap/bridge MAC generation issue
            # https://github.com/systemd/systemd/issues/3374
            [Link]
            NamePolicy=kernel database onboard slot path
            MACAddressPolicy=none