Turn off glance signatures verification
[fuel.git] / mcp / reclass / classes / cluster / mcp-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.ceilometer.agent.polling.default
18   - system.linux.system.repo.mcp.openstack
19   - service.barbican.client.single
20   - cluster.mcp-common-noha.openstack_compute_pdf
21 parameters:
22   _param:
23     interface_mtu: 9000
24     linux_system_codename: xenial
25   nova:
26     compute:
27       libvirt_service: libvirtd
28       libvirt_bin: /etc/default/libvirtd
29       disk_cachemodes: file=directsync,block=none
30       vncproxy_url: http://${_param:cluster_vip_address}:6080
31       bind:
32         vnc_address: ${_param:single_address}
33       network:
34         region: ${_param:openstack_region}
35         user: neutron
36         tenant: service
37         password: ${_param:keystone_neutron_password}
38       barbican:
39         enabled: ${_param:barbican_integration_enabled}
40       image:
41         verify_glance_signatures: false
42   neutron:
43     compute:
44       notification: true
45       vlan_aware_vms: true
46       root_helper_daemon: false
47       agent_mode: ${_param:neutron_compute_agent_mode}
48       message_queue:
49         host: ${_param:openstack_control_address}
50       metadata:
51         host: ${_param:openstack_control_address}
52   cinder:
53     volume:
54       backend:
55         lvm-driver:
56           # Align system.cinder.volume.backend.lvm and MaaS data
57           volume_group: ${linux:storage:lvm:cinder-vg:name}
58       my_ip: ${_param:single_address}
59       database:
60         host: ${_param:cluster_local_address}
61       identity:
62         host: ${_param:cluster_local_address}
63       glance:
64         host: ${_param:cluster_local_address}
65       message_queue:
66         host: ${_param:cluster_local_address}
67       barbican:
68         enabled: ${_param:barbican_integration_enabled}
69   nfs:
70     client:
71       mount:
72         nfs:
73           path: /var/lib/nova/instances
74           fstype: nfs
75           device: ${_param:openstack_control_address}:/srv/nova/instances
76   linux:
77     storage:
78       lvm:
79         # Align with both system.cinder.volume.backend.lvm and MaaS data
80         cinder-vg:
81           name: vgroot
82     system:
83       kernel:
84         sysctl:
85           vm.dirty_ratio: 10
86           vm.dirty_background_ratio: 5