Skip to content

Commit

Permalink
pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
grzanka committed Oct 29, 2023
1 parent 13d7e36 commit d8c3e3f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

# TODO check which collection version should be used
# https://github.com/openstack/ansible-collections-openstack
# take a look at the notes about OpenStack SDK 1.0
# take a look at the notes about OpenStack SDK 1.0
openstacksdk<=0.98.999
ansible
ansible==7.5.0
pre-commit==3.5.0
8 changes: 7 additions & 1 deletion plgrid_vars.yml → yap_dev_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ frontend_backend_url: 'https://yap-dev.c3.plgrid.pl:8443'
frontend_ui_hostname: 'yap-dev.c3.plgrid.pl'
frontend_ui_url: 'https://yap-dev.c3.plgrid.pl'

# SSL certificates
frontend_ssl_crt: 'yap_dev.c3.plgrid.pl.crt'
frontend_ssl_key: 'yap_dev.c3.plgrid.pl.key'
backend_ssl_crt: 'yap_dev.c3.plgrid.pl.crt'
backend_ssl_key: 'yap_dev.c3.plgrid.pl.key'

# backend cluster settings
backend_cluster: 'ares.cyfronet.pl'
backend_cert_auth_url: 'https://ccm-dev.kdm.cyfronet.pl/key'
Expand All @@ -19,5 +25,5 @@ backend_keycloak_base_url: 'https://sso.pre.plgrid.pl'
backend_keycloak_realm: 'PLGrid'

# github repo settings
frontend_repo_version: 'master'
frontend_repo_version: '1280-unhandled-keycloak-log-in-failure'
backend_repo_version: 'master'

0 comments on commit d8c3e3f

Please sign in to comment.