Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #61 from ARGOeu/devel
Browse files Browse the repository at this point in the history
Release 0.4.0-1
  • Loading branch information
kkoumantaros authored Sep 5, 2019
2 parents b6ba2ad + 9fc907e commit 7f18de5
Show file tree
Hide file tree
Showing 7 changed files with 695 additions and 435 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MANIFEST
*.pyc
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
# CentOS 6 uses 2.6
- "2.7"
install:
- pip install -r requirements.txt
- pip install flake8
- ln -s pymodule nagios_plugins_fedcloud
script:
- flake8 --max-line-length=88 --ignore=''
# At least does not have syntax error
- PYTHONPATH=$PWD:$PYTHONPATH python src/novaprobe.py --help
6 changes: 5 additions & 1 deletion nagios-plugins-fedcloud.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: Nagios plugins for EGI FedCloud services
Name: nagios-plugins-fedcloud
Version: 0.3.0
Version: 0.4.0
Release: 1%{?dist}
License: ASL 2.0
Group: Network/Monitoring
Expand Down Expand Up @@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
%endif

%changelog
* Thu Sep 5 2019 Emir Imamagic <eimamagi@srce.hr> - 0.4.0-1%{?dist}
- Reduce default timeout for VMs to 300s
- Clean leftover VMs
- Do not try to use the certificate when not needed
* Wed Apr 17 2019 Emir Imamagic <eimamagi@srce.hr> - 0.3.0-1%{?dist}
- Add network handling
- Delete VM to avoid leaving resources at sites
Expand Down
Loading

0 comments on commit 7f18de5

Please sign in to comment.