Skip to content

Commit a13247b

Browse files
dhoesslmbuechsedepressiveRobot
authored
Add nsc-iaas (#1233)
Also remove wavestack from list, because it is going to be shut down in the near future. Signed-off-by: Dominic Hößl <dominic.hoessl@noris.de> Signed-off-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com> Co-authored-by: Dominic Hößl <dominic.hoessl@noris.de> Co-authored-by: Matthias Büchse <matthias.buechse@alasca.cloud> Co-authored-by: Marvin Frommhold <depressiveRobot@users.noreply.github.com>
1 parent 64bbd43 commit a13247b

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

compliance-monitor/bootstrap.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ accounts:
4444
- public_key: "AAAAC3NzaC1lZDI1NTE5AAAAIG1hEnjGi+wfdgGu7oRWnttdu+BRNGT+9lughGLk4M71"
4545
public_key_type: "ssh-ed25519"
4646
public_key_name: "primary"
47+
- subject: nsc-iaas
48+
api_keys:
49+
- "$argon2id$v=19$m=65536,t=3,p=4$19obo/Reaw1BiPHee28thQ$kpBhK8FQE0ymIP0OWdHGlW3TFLHByXGeTMFw4InQPVo"
50+
keys:
51+
- public_key: "AAAAC3NzaC1lZDI1NTE5AAAAIK0BPr0w9xOKCHLOF8Sg2LwXgmnw8ZhNhuHH0+bXBkS+"
52+
public_key_type: "ssh-ed25519"
53+
public_key_name: "primary"
4754
- subject: pco-prod1
4855
group: pco-prod
4956
delegates:
@@ -78,13 +85,6 @@ accounts:
7885
group: syseleven
7986
delegates:
8087
- zuul_ci
81-
- subject: wavestack
82-
delegates:
83-
- zuul_ci
84-
keys:
85-
- public_key: "AAAAC3NzaC1lZDI1NTE5AAAAILufk4C7e0eQQIkmUDK8GB2IoiDjYtv6mx2eE8wZ3VWT"
86-
public_key_type: "ssh-ed25519"
87-
public_key_name: "primary"
8888
- subject: aov-cloud
8989
api_keys:
9090
- "$argon2id$v=19$m=65536,t=3,p=4$MKaU8l5LCQGg1Pqfc26t1Q$fj9LIxzLiwAkXaPTMw5lE3QuSNnp7DAVhyquaPRQSyU"

compliance-monitor/templates/overview.md.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This is a list of IaaS clouds that we test on a nightly basis against the certif
2727
| [Cloud&amp;Heat IaaS](https://www.cloudandheat.com/en/products/cloud-services/infrastructure-as-a-service/) | Public cloud for customers (1 SCS region) | Cloud&amp;Heat Technologies GmbH |
2828
{#- #} [{{ results | pick(iaas, 'cah-dd8a') | summary }}]({{ detail_url('cah-dd8a', iaas) }}) {# -#}
2929
| n/a |
30+
| [noris Sovereign Cloud (nSC)](https://www.noris.de/en/it-services/cloud-services/cloud-solutions-for-enterprise-companies/noris-sovereign-cloud/) | Public cloud for customers (1 SCS region) | noris network AG |
31+
{#- #} [{{ results | pick(iaas, 'nsc-iaas') | summary }}]({{ detail_url('nsc-iaas', iaas) }}) {# -#}
32+
| [HM](https://healthmon.infra.noris.cloud/d/9ltTEmlnk/openstack-health-monitor-noris-nsc-region-nbg?var-mycloud=nsc) |
3033
| [pluscloud open](https://www.plusserver.com/en/products/pluscloud-open) | Public cloud for customers (4 regions) | plusserver GmbH | {# #}
3134
{#- #}[{{ results | pick(iaas, 'group-pco-prod') | summary }}]({{ detail_url('group-pco-prod', iaas) }}) {# -#}
3235
| [HM1](https://health.prod1.plusserver.sovereignit.cloud:3000/d/9ltTEmlnk/openstack-health-monitor2?orgId=1&var-mycloud=plus-pco) [HM2](https://health.prod1.plusserver.sovereignit.cloud:3000/d/9ltTEmlnk/openstack-health-monitor2?orgId=1&var-mycloud=plus-prod2) [HM3](https://health.prod1.plusserver.sovereignit.cloud:3000/d/9ltTEmlnk/openstack-health-monitor2?orgId=1&var-mycloud=plus-prod3) [HM4](https://health.prod1.plusserver.sovereignit.cloud:3000/d/9ltTEmlnk/openstack-health-monitor2?orgId=1&var-mycloud=plus-prod4) |
@@ -39,9 +42,6 @@ This is a list of IaaS clouds that we test on a nightly basis against the certif
3942
| [syseleven](https://www.syseleven.de/en/products-services/openstack-cloud/) | Public OpenStack Cloud (2 SCS regions) | SysEleven GmbH | {# #}
4043
{#- #} [{{ results | pick(iaas, 'group-syseleven') | summary }}]({{ detail_url('group-syseleven', iaas) }}) {# -#}
4144
| (soon) |
42-
| [Wavestack](https://www.noris.de/wavestack-cloud/) | Public cloud for customers | noris network AG/Wavecon GmbH |
43-
{#- #} [{{ results | pick(iaas, 'wavestack') | summary }}]({{ detail_url('wavestack', iaas) }}) {# -#}
44-
| [HM](https://health.wavestack1.sovereignit.cloud:3000/) |
4545
{% if unverified -%}
4646
{# this section currently empty -#}
4747
{% endif %}

0 commit comments

Comments
 (0)