-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set default network rule action based on configuration (#177) * set conditional network default action * set conditional network default action * Fix all ansible-lint failures (#184) Co-authored-by: Marges, RSY (Rick) <[email protected]> * Bug/fix pep subnet (#176) (#181) * if pep is used then don't use subnet exclusion * when pep dont use subnet * Revert "Fix all ansible-lint failures (#184)" (#185) This reverts commit b8fb0df. * Remove BOM Catalog/archive from linting * remove the "is true" as unneeded * pipeline update and linting * Fix ansible-lint errors (#188) * Add bom_processing_become variable to BOM template processing * new updates to BOM files based on updated releases from SWPM and SUM * Obsolete * remove obsolete code * Bug/sa networkrules (#189) * merged storage account bootdiag with network_rules * merged storage account witness with network_rules * merged storage account transport with network_rules * merged storage account media with network_rules * use env vars instead of pipeline due to secret not working (#186) * use env vars instead of pipeline due to secret not working * fix secrets the same way in controlplane and system * Update 01-deploy-control-plane.yaml * Update 01-deploy-control-plane.yaml 2 changes crossed eachother, fixed the wrong merge now * Terraform Updates * Add custom umask (#190) * Additional umask's * HANA HSR without direct root SSH access (#182) * Fix hacluster (#191) * Fix for task path * Add task to create temp dir * Fix for async task * Use the correct virtual host for the app install * Fix to do post SCS HA install check from ansible controller * Make SCS and ERS filesystem resource device variable * Landscape keyvault without deployer or private endpoint Co-authored-by: Marges, RSY (Rick) <[email protected]> * SSH communication between pacemaker nodes on RHEL isn't required (#183) (#192) * Resolve blocks without task name (#194) * Misc fixes releated to private endpoints and ansible linting * Set become flag * don't use the variable to control become * linting * ORACLE linting * use environment variable for client-secret (#197) * Linting and globbing fixes. Disabling SELinux * Use HANA vmname instead of secondary dnsname for single nic deployments (#196) * Linting * notify handlers to restart vm after selinux policy is changed. * skip lint check for 2.10.1.1 tasks with pipeline symbol in them * Fix lint (#199) * few changes * meta with fcqn * NW BoM Updates * Renamed the JINJA template for Netweaver * enable purge_soft_delete on destroy based on configuration (#200) * ToDo * set default scs_server_count for json to 0 * Template Updates (variable renames) * Bugfixes (#202) * Fix lint (#199) * NW BoM Updates * meta with fcqn * Renamed the JINJA template for Netweaver * enable purge_soft_delete on destroy based on configuration (#200) * Apply fix for grub config * Fix node tier for filesystems Co-authored-by: Kimmo Forss <[email protected]> Co-authored-by: hdamecharla <[email protected]> Co-authored-by: Erick Segaar <[email protected]> Co-authored-by: Erick Segaar <[email protected]> Co-authored-by: Rickmarges <[email protected]> Co-authored-by: Marges, RSY (Rick) <[email protected]> Co-authored-by: Kimmo Forss <[email protected]> Co-authored-by: hdamecharla <[email protected]> Co-authored-by: Harm Jan Stam <[email protected]>
- Loading branch information
1 parent
1e37630
commit d242003
Showing
236 changed files
with
1,912 additions
and
2,619 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
exclude_paths: | ||
- deploy/pipelines | ||
- deploy/ansible/BOM-catalog | ||
- deploy/terraform | ||
- .github | ||
# added ansible_skip_lint tag to exclude the task rather than the whole file. | ||
# - deploy/ansible/roles-sap-os/2.10-sap-notes/tasks/2.10.1.1.yaml # Has to be excluded as there is a pipe sign in the regex that Ansible sees as filter | ||
|
||
warn_list: | ||
# FIXME: Experimental violations should be fixed in separate PR | ||
- experimental | ||
|
||
skip_list: | ||
# Ignored because there is no easier way to do | ||
- empty-string-compare | ||
- no-handler | ||
|
||
# Following are ignored because of readability: | ||
- line-length | ||
- comments | ||
- comments-indentation | ||
- colons | ||
- commas | ||
- braces | ||
- hyphens | ||
- no-changed-when | ||
- role-name | ||
- var-naming | ||
- no-changed-when | ||
- yaml[braces] | ||
- yaml[colons] | ||
- yaml[commas] | ||
- yaml[line-length] | ||
|
||
#csh is not supported in command | ||
# csh is not supported in command | ||
- command-instead-of-shell |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.