Get config from hiera
This commit is contained in:
parent
2caddfe2e8
commit
634e6398c7
3 changed files with 5 additions and 14 deletions
global/overlay/etc/puppet
idm-test-common/overlay/etc/hiera/data
|
@ -1180,25 +1180,13 @@ idm-sto1-test-db-1\.komreg\.net:
|
|||
autoupdate:
|
||||
sunet::dockerhost2:
|
||||
eid::idm_db:
|
||||
cluster_nodes:
|
||||
- 89.47.184.180
|
||||
- 89.47.185.105
|
||||
- 89.45.236.171
|
||||
|
||||
idm-sto1-test-db-2\.komreg\.net:
|
||||
autoupdate:
|
||||
sunet::dockerhost2:
|
||||
eid::idm_db:
|
||||
cluster_nodes:
|
||||
- 89.47.184.180
|
||||
- 89.47.185.105
|
||||
- 89.45.236.171
|
||||
|
||||
idm-sto3-test-db-3\.komreg\.net:
|
||||
autoupdate:
|
||||
sunet::dockerhost2:
|
||||
eid::idm_db:
|
||||
cluster_nodes:
|
||||
- 89.47.184.180
|
||||
- 89.47.185.105
|
||||
- 89.45.236.171
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
# idm_db
|
||||
class eid::idm_db (
|
||||
Array $cluster_nodes,
|
||||
) {
|
||||
|
||||
sunet::mariadb { 'idm_db':
|
||||
cluster_nodes => $cluster_nodes,
|
||||
}
|
||||
}
|
||||
|
|
5
idm-test-common/overlay/etc/hiera/data/group.yaml
Normal file
5
idm-test-common/overlay/etc/hiera/data/group.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
#mariadb_clients=[]
|
||||
mariadb_cluster_nodes:
|
||||
- 89.47.184.180
|
||||
- 89.47.185.105
|
||||
- 89.45.236.171
|
Loading…
Add table
Reference in a new issue