Skip to content

Commit

Permalink
Style with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf committed Sep 4, 2024
1 parent 5cb72b6 commit e79e593
Showing 1 changed file with 9 additions and 7 deletions.
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 e79e593

Please sign in to comment.