Added configurations for four new redis virtual machines in cosmos-rules.yaml
This commit is contained in:
parent
439784bb4a
commit
3dcc5181e6
1 changed files with 40 additions and 0 deletions
|
@ -68,6 +68,36 @@ kvmeidas-tug-3.komreg.net:
|
||||||
description: 'eid prid'
|
description: 'eid prid'
|
||||||
cpus: '4'
|
cpus: '4'
|
||||||
memory: '4096'
|
memory: '4096'
|
||||||
|
eidas-redis-fe-2.sveidas.se:
|
||||||
|
mac: '52:54:20:02:04:03'
|
||||||
|
ip: '94.176.224.7'
|
||||||
|
netmask: '255.255.255.240'
|
||||||
|
gateway: '94.176.224.1'
|
||||||
|
bridge: 'br-eidas'
|
||||||
|
search: ['sveidas.se']
|
||||||
|
description: 'eid tug redis frontend'
|
||||||
|
cpus: '4'
|
||||||
|
memory: '4096'
|
||||||
|
eidas-redis-2.sveidas.se:
|
||||||
|
mac: '52:54:20:02:04:05'
|
||||||
|
ip: '94.176.224.9'
|
||||||
|
netmask: '255.255.255.240'
|
||||||
|
gateway: '94.176.224.1'
|
||||||
|
bridge: 'br-eidas'
|
||||||
|
search: ['sveidas.se']
|
||||||
|
description: 'eid tug redis cluster'
|
||||||
|
cpus: '4'
|
||||||
|
memory: '4096'
|
||||||
|
eidas-redis-4.sveidas.se:
|
||||||
|
mac: '52:54:20:02:04:06'
|
||||||
|
ip: '94.176.224.10'
|
||||||
|
netmask: '255.255.255.240'
|
||||||
|
gateway: '94.176.224.1'
|
||||||
|
bridge: 'br-eidas'
|
||||||
|
search: ['sveidas.se']
|
||||||
|
description: 'eid tug redis cluster'
|
||||||
|
cpus: '4'
|
||||||
|
memory: '4096'
|
||||||
|
|
||||||
kvmfe-fre-3.komreg.net:
|
kvmfe-fre-3.komreg.net:
|
||||||
eid::kvmhost:
|
eid::kvmhost:
|
||||||
|
@ -141,6 +171,16 @@ kvmeidas-fre-3.komreg.net:
|
||||||
description: 'eid fre redis cluster'
|
description: 'eid fre redis cluster'
|
||||||
cpus: '4'
|
cpus: '4'
|
||||||
memory: '4096'
|
memory: '4096'
|
||||||
|
eidas-redis-3.sveidas.se:
|
||||||
|
mac: '52:54:20:01:04:06'
|
||||||
|
ip: '94.176.224.138'
|
||||||
|
netmask: '255.255.255.240'
|
||||||
|
gateway: '94.176.224.129'
|
||||||
|
bridge: 'br-eidas'
|
||||||
|
search: ['sveidas.se']
|
||||||
|
description: 'eid fre redis cluster'
|
||||||
|
cpus: '4'
|
||||||
|
memory: '4096'
|
||||||
prid-1.sveidas.se:
|
prid-1.sveidas.se:
|
||||||
mac: '52:54:20:01:04:04'
|
mac: '52:54:20:01:04:04'
|
||||||
ip: '94.176.224.136'
|
ip: '94.176.224.136'
|
||||||
|
|
Loading…
Add table
Reference in a new issue