-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
40 changed files
with
721 additions
and
724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: 'Deploy cloud-info' | ||
name: "Deploy cloud-info" | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"ops": { | ||
"projects": ["ops"] | ||
}, | ||
"fedcloud.egi.eu": { | ||
"projects": ["foo", "bar"] | ||
} | ||
"ops": { | ||
"projects": ["ops"] | ||
}, | ||
"fedcloud.egi.eu": { | ||
"projects": ["foo", "bar"] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
site: | ||
name: SITE-NAME | ||
name: SITE-NAME | ||
|
||
compute: | ||
# Configure here the VOs supported at your installation | ||
shares: | ||
# Name of the VO | ||
ops: | ||
# Authentication for the VO into OpenStack | ||
auth: | ||
# the project id in OpenStack | ||
project_id: xxxxx | ||
# Default network type: none, public, public_only, private, private_only | ||
default_network_type: public | ||
# Public Network name | ||
public_network_name: PUBLIC | ||
# Configure here the VOs supported at your installation | ||
shares: | ||
# Name of the VO | ||
ops: | ||
# Authentication for the VO into OpenStack | ||
auth: | ||
# the project id in OpenStack | ||
project_id: xxxxx | ||
# Default network type: none, public, public_only, private, private_only | ||
default_network_type: public | ||
# Public Network name | ||
public_network_name: PUBLIC | ||
|
||
# A second VO | ||
# fedcloud.egi.eu: | ||
# auth: | ||
# project_id: xxxx | ||
# # Default network type: none, public, public_only, private, private_only | ||
# default_network_type: public | ||
# # Public Network name | ||
# public_network_name: PUBLIC | ||
# A second VO | ||
# fedcloud.egi.eu: | ||
# auth: | ||
# project_id: xxxx | ||
# # Default network type: none, public, public_only, private, private_only | ||
# default_network_type: public | ||
# # Public Network name | ||
# public_network_name: PUBLIC | ||
|
||
# Add as many VOs as needed | ||
# Add as many VOs as needed | ||
|
||
# Total number of cores available | ||
total_cores: 0 | ||
# Total RAM available (GB) | ||
total_ram: 0 | ||
# Hypervisor name | ||
hypervisor: Foo Hypervisor | ||
# Hypervisor version | ||
hypervisor_version: 0.0.0 | ||
# Total number of cores available | ||
total_cores: 0 | ||
# Total RAM available (GB) | ||
total_ram: 0 | ||
# Hypervisor name | ||
hypervisor: Foo Hypervisor | ||
# Hypervisor version | ||
hypervisor_version: 0.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
AMS_HOST={{ ams_host }} | ||
AMS_PROJECT={{ ams_project }} | ||
AMS_TOKEN={{ ams_token }} | ||
CHECKIN_OIDC_TOKEN={{ checkin.token_endpoint }} | ||
CHECKIN_SECRETS_PATH=/etc/egi/vos/ | ||
CLOUD_INFO_CONFIG=/etc/egi/cloud-info/{{ filename }}.yaml | ||
OS_AUTH_TYPE=v3oidcaccesstoken | ||
OS_AUTH_URL={{ site.endpoint }} | ||
OS_IDENTITY_PROVIDER=egi.eu | ||
OS_PROTOCOL={{ site.protocol | default('openid') }} | ||
AMS_HOST="{{ ams_host }}" | ||
AMS_PROJECT="{{ ams_project }}" | ||
AMS_TOKEN="{{ ams_token }}" | ||
CHECKIN_OIDC_TOKEN="{{ checkin.token_endpoint }}" | ||
CHECKIN_SECRETS_PATH="/etc/egi/vos/"" | ||
CLOUD_INFO_CONFIG="/etc/egi/cloud-info/{{ filename }}.yaml" | ||
OS_AUTH_TYPE="v3oidcaccesstoken" | ||
OS_AUTH_URL="{{ site.endpoint }}" | ||
OS_IDENTITY_PROVIDER="egi.eu" | ||
OS_PROTOCOL={{ site.protocol | default('openid') }}" | ||
{% if "region" in site %} | ||
OS_REGION={{ site.region }} | ||
OS_REGION="{{ site.region }}" | ||
{% endif %} | ||
SITE_NAME={{ site.gocdb }} | ||
SITE_NAME="{{ site.gocdb }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
gocdb: CENI | ||
gocdb: CENI | ||
endpoint: https://openstack.ceni.org.cn:5000/v3 | ||
vos: | ||
- name: ops | ||
auth: | ||
project_id: 90c0ce1b2f1545c0b9a05d9a8fd45102 | ||
- name: vo.access.egi.eu | ||
auth: | ||
project_id: b106744c783543518f505dda45632697 | ||
- name: vo.cnic.cn | ||
auth: | ||
project_id: 3105c59401794130821a68e219726ccc | ||
- name: ops | ||
auth: | ||
project_id: 90c0ce1b2f1545c0b9a05d9a8fd45102 | ||
- name: vo.access.egi.eu | ||
auth: | ||
project_id: b106744c783543518f505dda45632697 | ||
- name: vo.cnic.cn | ||
auth: | ||
project_id: 3105c59401794130821a68e219726ccc |
Oops, something went wrong.