blob: 1e1388485f3baa8f0824170a4268c42ac7528562 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
##############################################################################
# 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'
|