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