blob: 87bfbdf1ae89e724da7ec102e058baa1adf58828 [file] [log] [blame]
Jeepyb Userdd14e0b2017-02-28 15:19:32 +00001classes:
2- system.linux.system.repo.tcp_mk20
3- service.horizon.server.single
4- cluster.virtual-mcp05-ovs
5parameters:
6 horizon:
7 server:
8 version: liberty
9 branding: "OpenStack Dashboard"
10 bind:
11 address: 0.0.0.0
12 port: 8078
13 plugin:
14 horizon_theme:
15 app: horizon_theme
16 theme_name: mirantis-theme
17 source:
18 engine: pkg
19 name: openstack-dashboard-mirantis-theme
20 linux:
21 system:
22 repo:
23 tcpcloud_openstack:
24 source: deb [arch=amd64] http://apt.tcpcloud.eu/nightly/ trusty liberty
25 network:
26 interface:
27 eth1:
28 enabled: true
29 type: eth
Petr Jediný9b3a0ed2017-04-13 15:12:09 +020030 proto: static
31 address: ${_param:single_address}
32 netmask: 255.255.255.0