Start on cosmos-rules
This commit is contained in:
parent
028ba3d608
commit
20ddc3c257
|
@ -1,3 +1,57 @@
|
|||
# Note that the matching is done with re.match()
|
||||
'^ns[0-9]?.mnt.se$':
|
||||
nameserver:
|
||||
.+:
|
||||
sunet::server:
|
||||
rut:
|
||||
sunet::invent::client:
|
||||
export_endpoint: https://ni-frontend-test.sunet.se
|
||||
invent_retention_days: 1
|
||||
sunet::otel::alloy:
|
||||
otel_receiver: monitor-test.streams.sunet.se
|
||||
'^internal-dco-test-k8sc-[0-9].streams.sunet.se$':
|
||||
rut::infra_ca_rp:
|
||||
sunet::microk8s::node:
|
||||
channel: 1.28/stable
|
||||
sunet::frontend::register_sites:
|
||||
sites:
|
||||
kubetest.streams.sunet.se:
|
||||
frontends:
|
||||
- se-fre-lb-1.sunet.se
|
||||
- se-tug-lb-1.sunet.se
|
||||
port: '443'
|
||||
'^internal-dco-test-k8sw-[0-9].streams.sunet.se$':
|
||||
rut::infra_ca_rp:
|
||||
sunet::microk8s::node:
|
||||
channel: 1.28/stable
|
||||
'^internal-dco-test-monitor-[0-9].streams.sunet.se$':
|
||||
sunet::dockerhost2:
|
||||
sunet::naemon_monitor:
|
||||
domain: monitor-test.streams.sunet.se
|
||||
naemon_tag: latest
|
||||
thruk_tag: latest
|
||||
histou_tag: latest
|
||||
nagflux_tag: latest
|
||||
loki_tag: latest
|
||||
grafana_tag: latest
|
||||
receive_otel: true
|
||||
resolvers:
|
||||
- 89.46.20.75
|
||||
- 89.46.21.29
|
||||
- 89.32.32.32
|
||||
thruk_admins:
|
||||
- benedith@sunet.se
|
||||
- kano@sunet.se
|
||||
- patlu@sunet.se
|
||||
thruk_users:
|
||||
- mariah@sunet.se
|
||||
- jonas@sunet.se
|
||||
- pahol@sunet.se
|
||||
- thorslund@sunet.se
|
||||
nrpe_group: streams
|
||||
thruk_extra_volumes:
|
||||
- /opt/naemon_monitor/shibboleth2.xml:/etc/shibboleth/shibboleth2.xml
|
||||
- /opt/naemon_monitor/satosa.xml:/etc/shibboleth/satosa.xml
|
||||
- /opt/naemon_monitor/attribute-policy.xml:/etc/shibboleth/attribute-policy.xml
|
||||
'^internal-dco-test-satosa-1.streams.sunet.se$':
|
||||
sunet::dockerhost2:
|
||||
sunet::satosa:
|
||||
satosa_tag: 8.4.0
|
||||
dehydrated_name: idp-proxy-test.rut.sunet.se
|
||||
|
|
Loading…
Reference in a new issue