-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github/super-linter from 6 to 7 (#360)
* Bump github/super-linter from 6 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 6 to 7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](github/super-linter@v6...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Linting fixes * No community.egi.eu * Quotes * Linting * Linting * regexp --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Enol Fernández <[email protected]>
- Loading branch information
1 parent
44e8db9
commit a0ec73e
Showing
43 changed files
with
727 additions
and
731 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
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
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 }} | ||
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 | ||
CLOUD_INFO_CONFIG="/etc/egi/cloud-info/{{ filename }}.yaml" | ||
OS_AUTH_TYPE=v3oidcaccesstoken | ||
OS_AUTH_URL={{ site.endpoint }} | ||
OS_AUTH_URL="{{ site.endpoint }}" | ||
OS_IDENTITY_PROVIDER=egi.eu | ||
OS_PROTOCOL={{ site.protocol | default('openid') }} | ||
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
Oops, something went wrong.