Skip to content

Commit

Permalink
Merge pull request #293 from sap-linuxlab/dev
Browse files Browse the repository at this point in the history
version 1.2.0
  • Loading branch information
berndfinger authored Dec 21, 2022
2 parents 68694d8 + cb9401d commit d6756cb
Show file tree
Hide file tree
Showing 540 changed files with 14,210 additions and 4,918 deletions.
26 changes: 26 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
---
# Collection wide lint-file
# DO NOT CHANGE
exclude_paths:
- .cache/
- .github/
#- docs/
- changelogs/
- playbooks/
- roles/sap_anydb_install_oracle
#- roles/sap_general_preconfigure
#- roles/sap_ha_install_hana_hsr
#- roles/sap_ha_pacemaker_cluster
#- roles/sap_hana_install
#- roles/sap_hana_preconfigure
- roles/sap_hostagent
- roles/sap_hypervisor_node_preconfigure
- roles/sap_install_media_detect
#- roles/sap_netweaver_preconfigure
- roles/sap_storage_setup
#- roles/sap_swpm
- roles/sap_storage
- roles/sap_vm_preconfigure

enable_list:
- yaml
skip_list:
- experimental
- ignore-errors # We use ignore_errors for all the assert tasks, which should be acceptable
- schema # We want to allow single digit version numbers in a role's meta/main.yml file. This is allowed as per https://galaxy.ansible.com/docs/contributing/creating_role.html and https://galaxy.ansible.com/api/v1/platforms/?page=6.
- name[template] # Allow templating inside name. During dev and qa, it should be possible to identify cases where it doesn't work
27 changes: 0 additions & 27 deletions .github/workflows/ansible-lint sap_general_preconfigure.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/ansible-lint sap_hana_install.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/ansible-lint sap_hana_preconfigure.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/ansible-lint sap_netweaver_preconfigure.yml

This file was deleted.

39 changes: 39 additions & 0 deletions .github/workflows/ansible-lint-sap_general_preconfigure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---

# Workflow for ansible-lint of a role

name: ansible-lint of the role sap_general_preconfigure

on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_general_preconfigure/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_general_preconfigure/**'

jobs:
ansible-lint:
runs-on: ubuntu-latest

steps:
- name: Check out the code
uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install test dependencies
run: pip3 install ansible ansible-lint==6.8.6

- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_general_preconfigure
run: ansible-lint
39 changes: 39 additions & 0 deletions .github/workflows/ansible-lint-sap_ha_install_hana_hsr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---

# Workflow for ansible-lint of a role

name: ansible-lint of the role sap_ha_install_hana_hsr

on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_ha_install_hana_hsr/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_ha_install_hana_hsr/**'

jobs:
ansible-lint:
runs-on: ubuntu-latest

steps:
- name: Check out the code
uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install test dependencies
run: pip3 install ansible ansible-lint==6.8.6

- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_ha_install_hana_hsr
run: ansible-lint
39 changes: 39 additions & 0 deletions .github/workflows/ansible-lint-sap_ha_pacemaker_cluster.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---

# Workflow for ansible-lint of a role

name: ansible-lint of the role sap_ha_pacemaker_cluster

on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_ha_pacemaker_cluster/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_ha_pacemaker_cluster/**'

jobs:
ansible-lint:
runs-on: ubuntu-latest

steps:
- name: Check out the code
uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install test dependencies
run: pip3 install ansible ansible-lint==6.8.6

- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_ha_pacemaker_cluster
run: ansible-lint
39 changes: 39 additions & 0 deletions .github/workflows/ansible-lint-sap_hana_install.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---

# Workflow for ansible-lint of a role

name: ansible-lint of the role sap_hana_install

on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_hana_install/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_hana_install/**'

jobs:
ansible-lint:
runs-on: ubuntu-latest

steps:
- name: Check out the code
uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install test dependencies
run: pip3 install ansible ansible-lint==6.8.6

- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_hana_install
run: ansible-lint
39 changes: 39 additions & 0 deletions .github/workflows/ansible-lint-sap_hana_preconfigure.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---

# Workflow for ansible-lint of a role

name: ansible-lint of the role sap_hana_preconfigure

on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_hana_preconfigure/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_hana_preconfigure/**'

jobs:
ansible-lint:
runs-on: ubuntu-latest

steps:
- name: Check out the code
uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install test dependencies
run: pip3 install ansible ansible-lint==6.8.6

- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_hana_preconfigure
run: ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---

# Workflow for ansible-lint of a role

name: ansible-lint of the role sap_hypervisor_node_preconfigure

on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_hypervisor_node_preconfigure/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_hypervisor_node_preconfigure/**'

jobs:
ansible-lint:
runs-on: ubuntu-latest

steps:
- name: Check out the code
uses: actions/checkout@v2

- name: Set up Python 3
uses: actions/setup-python@v2
with:
python-version: '3.9'

- name: Install test dependencies
run: pip3 install ansible ansible-lint==6.8.6

- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_hypervisor_node_preconfigure
run: ansible-lint
Loading

0 comments on commit d6756cb

Please sign in to comment.