Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CESNET-MCCG2 got image-sync enabled and relatedegi-ops project #378

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion sites/CESNET-MCCG2.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
gocdb: CESNET-MCCG2
endpoint: https://identity.brno.openstack.cloud.e-infra.cz/v3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue with the validation in the tests comes from the fact that the URL in the GOCDB entry is pointing to:

https://compute.brno.openstack.cloud.e-infra.cz/v2.1/

but the validate.sh script expects this instead:

https://identity.brno.openstack.cloud.e-infra.cz/v3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For comparison, see the GOCDB entry for CESNET-MCC

vos: []
images:
sync: true
formats:
- raw
vos:
- name: ops
auth:
project_id: 396c67a5f5bf4188b601927dbe51f386
Loading