update pillars and add driver_config for centos 7
This commit is contained in:
parent
70d84a464f
commit
2ac8a8fcfc
1 changed files with 16 additions and 2 deletions
18
.kitchen.yml
18
.kitchen.yml
|
@ -8,6 +8,8 @@ driver:
|
||||||
platforms:
|
platforms:
|
||||||
- name: ubuntu-14.04
|
- name: ubuntu-14.04
|
||||||
- name: centos-7
|
- name: centos-7
|
||||||
|
driver_config:
|
||||||
|
run_command: /usr/lib/systemd/systemd
|
||||||
|
|
||||||
provisioner:
|
provisioner:
|
||||||
name: salt_solo
|
name: salt_solo
|
||||||
|
@ -22,9 +24,21 @@ suites:
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
- consul
|
- consul
|
||||||
pillars-from-files:
|
|
||||||
consul.sls: pillar.example
|
|
||||||
pillars:
|
pillars:
|
||||||
|
consul.sls:
|
||||||
|
consul:
|
||||||
|
service: True
|
||||||
|
config:
|
||||||
|
server: True
|
||||||
|
bind_addr: 0.0.0.0
|
||||||
|
enable_debug: True
|
||||||
|
datacenter: eu
|
||||||
|
encrypt: "RIxqpNlOXqtr/j4BgvIMEw=="
|
||||||
|
bootstrap_expect: 3
|
||||||
|
retry_interval: 15s
|
||||||
|
retry_join:
|
||||||
|
- 1.1.1.1
|
||||||
|
- 2.2.2.2
|
||||||
top.sls:
|
top.sls:
|
||||||
base:
|
base:
|
||||||
'*':
|
'*':
|
||||||
|
|
Loading…
Reference in a new issue