mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
Add healthcheck endpoint, spec testing
This commit is contained in:
parent
4d06c01d21
commit
08132f75bd
4 changed files with 76 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -6,7 +6,7 @@ gem 'puma', '~> 4.3'
|
|||
gem 'rack', '~> 2.2'
|
||||
gem 'rake', '~> 13.0'
|
||||
gem 'redis', '~> 4.1'
|
||||
gem 'rbvmomi', '~> 2.1'
|
||||
gem 'rbvmomi', '~> 2.4', '>= 2.4.1'
|
||||
gem 'sinatra', '~> 2.0'
|
||||
gem 'prometheus-client', '~> 2.0'
|
||||
gem 'net-ldap', '~> 0.16'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue