Skip to content

Commit

Permalink
Merge pull request #1630 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Nov 6, 2024
2 parents 55f0d0f + 72e24e0 commit bfae7fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ Journal of Grid Computing, Volume 13, Issue 1, Pages 53-70, 2015, ISSN

## Achievements

[![SQAaaS badge](https://github.com/EOSC-synergy/SQAaaS/raw/master/badges/badges_150x116/badge_software_gold.png)](https://eu.badgr.com/public/assertions/rkXyQH9FRj-EAMPgccz5ug "SQAaaS gold badge achieved")
[![SQAaaS badge][badge-img]][badge-link]

[badge-img]: https://github.com/EOSC-synergy/SQAaaS/raw/master/badges/badges_150x116/badge_software_gold.png
[badge-link]: https://eu.badgr.com/public/assertions/rkXyQH9FRj-EAMPgccz5ug "SQAaaS gold badge achieved"

This software has received a gold badge according to the
[Software Quality Baseline criteria](https://github.com/indigo-dc/sqa-baseline)
Expand Down
2 changes: 1 addition & 1 deletion docker-py3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-setupto
pip3 install -U pip && \
pip3 install msrest msrestazure azure-common azure-mgmt-storage azure-mgmt-compute azure-mgmt-network azure-mgmt-resource azure-mgmt-dns azure-identity==1.8.0 && \
pip3 install pyOpenSSL cheroot xmltodict pymongo ansible==8.7.0&& \
pip3 install apache-libcloud==3.8.0 && IM==${VERSION}\
pip3 install apache-libcloud==3.8.0 IM==${VERSION} &&\
apt-get purge -y python3-pip git && \
apt-get autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf ~/.cache/

Expand Down
6 changes: 4 additions & 2 deletions monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ as part of the performnce data.

```sh
probeim.py -h
usage: probeim.py [-h] [-u URL] [-T TOKEN] [-f LOG_FILE] [-l LOG_LEVEL] [-p PASSWORD] [-n USERNAME] [-t TIMEOUT]
usage: probeim.py [-h] [-u URL] [-T TOKEN] [-f LOG_FILE] [-l LOG_LEVEL]
[-p PASSWORD] [-n USERNAME] [-t TIMEOUT]

Monitorize IM operations.

optional arguments:
-h, --help show this help message and exit
-u URL, --url URL URL of the IM REST API endpoint
-T TOKEN, --token TOKEN
OIDC access token to autenticate with IM. It accepts the token or the path of a file with the token
OIDC access token to autenticate with IM.
It accepts the token or the path of a file with the token
-f LOG_FILE, --log_file LOG_FILE
Path to the log file
-l LOG_LEVEL, --log_level LOG_LEVEL
Expand Down

0 comments on commit bfae7fc

Please sign in to comment.