Auto Generated INFO.yaml file
[fuel.git] / mcp / reclass / classes / cluster / mcp-pike-common-noha / openstack_compute.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 classes:
10   - service.nfs.client
11   - system.nova.compute.single
12   - service.cinder.volume.single
13   - system.cinder.volume.backend.lvm
14   - system.ceilometer.agent.cluster
15   - system.ceilometer.client.nova_compute
16   - system.ceilometer.client.cinder_volume
17   - system.linux.system.repo.mcp.openstack
18   - cluster.mcp-pike-common-noha.openstack_compute_pdf
19 parameters:
20   _param:
21     interface_mtu: 9000
22     linux_system_codename: xenial
23     ~cinder_lvm_devices: ['/dev/vdb']
24   nova:
25     compute:
26       libvirt_service: libvirtd
27       libvirt_bin: /etc/default/libvirtd
28       disk_cachemodes: file=directsync,block=none
29       vncproxy_url: http://${_param:cluster_vip_address}:6080
30       bind:
31         vnc_address: ${_param:single_address}
32       network:
33         region: ${_param:openstack_region}
34         user: neutron
35         tenant: service
36         password: ${_param:keystone_neutron_password}
37   neutron:
38     compute:
39       notification: true
40       vlan_aware_vms: true
41       root_helper_daemon: false
42       agent_mode: ${_param:neutron_compute_agent_mode}
43       message_queue:
44         host: ${_param:openstack_control_address}
45       metadata:
46         host: ${_param:openstack_control_address}
47   cinder:
48     volume:
49       database:
50         host: ${_param:cluster_local_address}
51       identity:
52         host: ${_param:cluster_local_address}
53       glance:
54         host: ${_param:cluster_local_address}
55       message_queue:
56         host: ${_param:cluster_local_address}
57   nfs:
58     client:
59       mount:
60         nfs:
61           path: /var/lib/nova/instances
62           fstype: nfs
63           device: ${_param:openstack_control_address}:/srv/nova/instances
64   linux:
65     system:
66       kernel:
67         sysctl:
68           vm.dirty_ratio: 10
69           vm.dirty_background_ratio: 5