Skip to content

Commit a33a175

Browse files
committed
improve tests
1 parent 36e5b27 commit a33a175

File tree

3 files changed

+9
-24
lines changed

3 files changed

+9
-24
lines changed

molecule/default/prepare.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# TODO This phase fails once
23
- name: Prepare IDM server
34
hosts:
45
- idm.osgiliath.test
@@ -17,7 +18,8 @@
1718
company_domain: osgiliath.test
1819
company_realm_password: '123ADMin'
1920
company_ad_password: '123ADmPass'
20-
21+
- import_role:
22+
name: tcharl.nfs_server
2123
- name: Prepare
2224
hosts:
2325
- master.osgiliath.test
@@ -35,13 +37,6 @@
3537
preferred_nic: "eth1"
3638
idm_preferred_nic: "eth1"
3739
master_preferred_nic: "eth1"
38-
kube_firewall_zone: 'public'
3940
company_domain: osgiliath.test
4041
company_realm_password: '123ADMin'
4142
company_ad_password: '123ADmPass'
42-
nfs_mountpoints:
43-
- host: master.osgiliath.test
44-
mountpoints:
45-
- local: /net
46-
expose_kube_volume: True
47-
mountsize: 1

molecule/kvm/prepare.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# TODO This phase fails once
23
- name: Prepare IDM server
34
hosts:
45
- idm.osgiliath.test
@@ -17,7 +18,8 @@
1718
company_domain: osgiliath.test
1819
company_realm_password: '123ADMin'
1920
company_ad_password: '123ADmPass'
20-
21+
- import_role:
22+
name: tcharl.nfs_server
2123
- name: Prepare
2224
hosts:
2325
- master.osgiliath.test
@@ -35,13 +37,6 @@
3537
preferred_nic: "eth1"
3638
idm_preferred_nic: "eth1"
3739
master_preferred_nic: "eth1"
38-
kube_firewall_zone: 'public'
3940
company_domain: osgiliath.test
4041
company_realm_password: '123ADMin'
4142
company_ad_password: '123ADmPass'
42-
nfs_mountpoints:
43-
- host: master.osgiliath.test
44-
mountpoints:
45-
- local: /net
46-
expose_kube_volume: True
47-
mountsize: 1

molecule/parallels/prepare.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
# TODO This phase fails once
23
- name: Prepare IDM server
34
hosts:
45
- idm.osgiliath.test
@@ -17,7 +18,8 @@
1718
company_domain: osgiliath.test
1819
company_realm_password: '123ADMin'
1920
company_ad_password: '123ADmPass'
20-
21+
- import_role:
22+
name: tcharl.nfs_server
2123
- name: Prepare
2224
hosts:
2325
- master.osgiliath.test
@@ -35,13 +37,6 @@
3537
preferred_nic: "eth1"
3638
idm_preferred_nic: "eth1"
3739
master_preferred_nic: "eth1"
38-
kube_firewall_zone: 'public'
3940
company_domain: osgiliath.test
4041
company_realm_password: '123ADMin'
4142
company_ad_password: '123ADmPass'
42-
nfs_mountpoints:
43-
- host: master.osgiliath.test
44-
mountpoints:
45-
- local: /net
46-
expose_kube_volume: True
47-
mountsize: 1

0 commit comments

Comments
 (0)