blob: 08c3b8c04bfe96273b4331daf4c92ed77628139e [file] [log] [blame]
Ales Komarek8ba9c0b2016-02-21 14:59:59 +01001salt:
2 control:
3 enabled: true
4 provider:
5 openstack_account:
6 engine: openstack
7 insecure: true
8 region: RegionOne
9 identity_url: 'https://10.0.0.2:35357'
10 tenant: project
11 user: user
12 password: 'password'
13 fixed_networks:
14 - 123d3332-18be-4d1d-8d4d-5f5a54456554e
15 floating_networks:
16 - public
17 ignore_cidr: 192.168.0.0/16
18 cluster:
19 dc01_prd:
20 domain: dc01.prd.domain.com
21 engine: cloud
22 config:
23 engine: salt
24 host: master.dc01.domain.com
25 node:
26 ubuntu1:
27 provider: openstack_account
28 image: Ubuntu14.04 x86_64
29 size: m1.medium
30 ubuntu2:
31 provider: openstack_account
32 image: Ubuntu14.04 x86_64
33 size: m1.medium