blob: cd7917424eb0cbd41d96ba11f6e921bdc43e7b6e [file] [log] [blame]
Oleg Bondarev0575ae42017-07-28 16:36:25 +04001neutron:
2 server:
3 enabled: true
4 version: ocata
5 backend:
6 engine: ovn
7 external_mtu: 1500
8 mechanism:
9 ovn:
10 driver: ovn
11 tenant_network_types: "geneve,flat"
12 controller_vip: 172.16.10.101
13 dvr: false
14 l3_ha: false
15 dns_domain: novalocal
16 global_physnet_mtu: 1500
17 bind:
18 address: 172.16.10.101
19 port: 9696
20 compute:
21 host: 127.0.0.1
22 password: workshop
23 region: RegionOne
24 tenant: service
25 user: nova
26 database:
27 engine: mysql
28 host: 127.0.0.1
29 name: neutron
30 password: workshop
31 port: 3306
32 user: neutron
33 identity:
34 engine: keystone
35 host: 127.0.0.1
36 password: workshop
37 port: 35357
38 region: RegionOne
39 tenant: service
40 user: neutron
41 endpoint_type: internal
42 message_queue:
43 engine: rabbitmq
44 host: 127.0.0.1
45 password: workshop
46 port: 5672
47 user: openstack
48 virtual_host: /openstack
49
50linux:
51 system:
52 enabled: true
53 repo:
54 mirantis_openstack_ocata:
55 source: "deb http://mirror.fuel-infra.org/mcp-repos/ocata/xenial ocata main"
56 architectures: amd64
57 key_url: "http://mirror.fuel-infra.org/mcp-repos/ocata/xenial/archive-mcpocata.key"