[MaaS] Implement aarch64 tags for kernel_opts
[fuel.git] / mcp / salt-formulas / salt-formula-tacker / metadata / service / server / single.yml
1 ##############################################################################
2 # Copyright (c) 2018 Mirantis Inc. 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 classes:
10   - service.git.client
11 parameters:
12   _param:
13     keystone_tacker_endpoint_type: internalURL
14   tacker:
15     server:
16       bind_host: ${_param:cluster_local_address}
17       enabled: true
18       branch: stable/queens
19       database:
20         engine: mysql
21         host: ${_param:single_address}
22         port: 3306
23         name: tacker
24         user: tacker
25         password: ${_param:mysql_tacker_password}
26       identity:
27         engine: keystone
28         region: RegionOne
29         host: ${_param:single_address}
30         port: 35357
31         user: tacker
32         password: ${_param:keystone_tacker_password}
33         tenant: service
34         endpoint_type: ${_param:keystone_tacker_endpoint_type}