File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
scs-compliance-check/openstack Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,10 @@ clouds:
4747 interface : " public"
4848 identity_api_version : 3
4949 wavestack :
50+ auth_type : " v3applicationcredential"
5051 auth :
5152 auth_url : https://api.wavestack.de:5000
52- username : " scs-standards"
53- project_id : 00de553df86949b49365baee6375fb5a
54- project_name : " scs-standards"
55- user_domain_name : " scs"
53+ application_credential_id : " 4cc7d7eca878454993fbe5b0c8ffbd35"
5654 region_name : " MUC5"
5755 interface : " public"
5856 identity_api_version : 3
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 check-wavestack :
17- uses : ./.github/workflows/scs-compliance-check.yml
17+ uses : ./.github/workflows/scs-compliance-check-with-application-credential .yml
1818 with :
1919 version : v3
2020 layer : iaas
2121 cloud : " wavestack"
22- secret_name : " OS_PASSWORD_WAVESTACK "
22+ secret_name : " OS_ACSECRET_WAVESTACK "
2323 secrets : inherit
Original file line number Diff line number Diff line change 11name : " Compliance IaaS v4 of wavestack"
22
33on :
4- # Trigger compliance check every day at 4:30 UTC
4+ # Trigger compliance check every day at 4:35 UTC
55 schedule :
6- - cron : ' 30 4 * * *'
6+ - cron : ' 35 4 * * *'
77 # Trigger compliance check after Docker image has been built
88 workflow_run :
99 workflows : [Build and publish scs-compliance-check Docker image]
1414
1515jobs :
1616 check-wavestack :
17- uses : ./.github/workflows/scs-compliance-check.yml
17+ uses : ./.github/workflows/scs-compliance-check-with-application-credential .yml
1818 with :
1919 version : v4
2020 layer : iaas
2121 cloud : " wavestack"
22- secret_name : " OS_PASSWORD_WAVESTACK "
22+ secret_name : " OS_ACSECRET_WAVESTACK "
2323 secrets : inherit
You can’t perform that action at this time.
0 commit comments