Skip to content

Commit

Permalink
Merge branch 'main' into fix_lint_errors
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf authored Sep 4, 2024
2 parents 7d830f6 + e79e593 commit 7076598
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
9 changes: 1 addition & 8 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,7 @@
"description": "<h3 id=\"added\">Added</h3> <ul> <li>Add flavor name to templates (#231) (Enol Fernández)</li> <li>Support sites with URLs in the endpoints of GOCDB (#234) (Enol Fernández)</li> <li>Add new providers: AWS, Mesos and onedata (#237) (Pablo Orviz, Enol Fernández)</li> <li>Support regions in OpenStack (#229) (Enol Fernández)</li> <li>Add support for infiniband &amp; GPUs in OpenStack (#237, #240) (Pablo Orviz, Enol Fernández)</li> </ul> <h3 id=\"fixed\">Fixed</h3> <ul> <li>Update GitHub Actions syntax (#234) (Enol Fernández)</li> <li>Remove <code>/</code> from VO names (#230) (Enol Fernández)</li> <li>Use main as default branch (#236) (Enol Fernández)</li> <li>Improved CMDB templates (#237) (Pablo Orviz)</li> </ul> ",
"language": "eng",
"title": "EGI-Federation/cloud-info-provider: 0.13.0",
"keywords": [
"bdii",
"grid",
"information",
"cloud",
"EGI",
"ams"
],
"keywords": ["bdii", "grid", "information", "cloud", "EGI", "ams"],
"grants": [
{
"id": "10.13039/501100000780::777536"
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Currently supported cloud middleware:
- OpenStack/ooi

## Acknowledgement

This work is co-funded by the [EOSC-hub project](http://eosc-hub.eu/)
(Horizon 2020) under Grant number 777536.
<img alt="EU logo" src="https://wiki.eosc-hub.eu/download/attachments/1867786/eu%20logo.jpeg?version=1&modificationDate=1459256840098&api=v2" height="24">
Expand Down Expand Up @@ -287,7 +288,8 @@ Other extra options for the providers (defaults should be OK):
the others.

###### Support for specialized hardware (GPU & InfiniBand) through OpenStack properties
*CMDB only*

_CMDB only_

The `openstack` provider is able to gather additional GPU and InfiniBand
information made available through flavor's and image's metadata. To this end,
Expand All @@ -304,7 +306,6 @@ the metadata. Only if they match, InfiniBand is considered as supported.
Use the `--help` option for the whole list of available GPU and InfiniBand
properties.


##### OpenNebula

The `opennebularocci` require a OpenNebula with rOCCI installation available.
Expand Down Expand Up @@ -386,30 +387,31 @@ by checking the URL of your endpoint, e.g. for
`ENDPOINT_ID` is `9420`.

##### Mesos
*CMDB only*

_CMDB only_

The `mesos` provider retrieves information about Mesos, Marathon and Chronos
frameworks. Only one framework at a time can be provided in a single execution
through the `--mesos-framework` argument. A Bearer authentication token can be
used to authenticate with the Mesos endpoint.

##### Onedata
*CMDB only*

_CMDB only_

The `onedata` provider gathers information related to a OneProvider instance.
In order to do that, it makes a request to the associated OneZone API, which
requires an OIDC X-Auth token authentication.
onedata provider options:

##### Amazon EC2
*CMDB only*

_CMDB only_

The `aws` provider gathers image and flavor-related data from a given Amazon
EC2 region. Currently supported operating systems for the images are Ubuntu,
CentOS and Windows.



### Running the provider

The provider will represent the resources using the configured providers and
Expand Down

0 comments on commit 7076598

Please sign in to comment.