Skip to content

Commit 1eb9696

Browse files
authored
Merge pull request #419 from sap-linuxlab/dev
Merge dev to main for release 1.3.0
2 parents 60f5f40 + 507f292 commit 1eb9696

File tree

178 files changed

+6606
-2115
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+6606
-2115
lines changed

.ansible-lint

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ exclude_paths:
1717
- roles/sap_hypervisor_node_preconfigure
1818
- roles/sap_install_media_detect
1919
#- roles/sap_netweaver_preconfigure
20-
- roles/sap_storage_setup
20+
#- roles/sap_storage_setup
2121
#- roles/sap_swpm
22-
- roles/sap_storage
2322
- roles/sap_vm_preconfigure
2423

2524
enable_list:

.github/workflows/ansible-lint-sap_general_preconfigure.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_general_preconfigure

.github/workflows/ansible-lint-sap_ha_install_hana_hsr.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_ha_install_hana_hsr

.github/workflows/ansible-lint-sap_ha_pacemaker_cluster.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_ha_pacemaker_cluster

.github/workflows/ansible-lint-sap_hana_install.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_hana_install

.github/workflows/ansible-lint-sap_hana_preconfigure.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_hana_preconfigure

.github/workflows/ansible-lint-sap_hypervisor_node_preconfigure.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_hypervisor_node_preconfigure

.github/workflows/ansible-lint-sap_netweaver_preconfigure.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_netweaver_preconfigure
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
3+
# Workflow for ansible-lint of a role
4+
5+
name: ansible-lint of the role sap_storage_setup
6+
7+
on:
8+
push:
9+
branches:
10+
- main
11+
- dev
12+
paths:
13+
- 'roles/sap_storage_setup/**'
14+
pull_request:
15+
branches:
16+
- main
17+
- dev
18+
paths:
19+
- 'roles/sap_storage_setup/**'
20+
21+
jobs:
22+
ansible-lint:
23+
runs-on: ubuntu-latest
24+
25+
steps:
26+
- name: Check out the code
27+
uses: actions/checkout@main
28+
29+
- name: Set up Python 3
30+
uses: actions/setup-python@main
31+
with:
32+
python-version: '3.9'
33+
34+
- name: Install test dependencies
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
40+
41+
- name: Run ansible-lint
42+
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_storage_setup
43+
run: ansible-lint

.github/workflows/ansible-lint-sap_swpm.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ jobs:
2424

2525
steps:
2626
- name: Check out the code
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@main
2828

2929
- name: Set up Python 3
30-
uses: actions/setup-python@v2
30+
uses: actions/setup-python@main
3131
with:
3232
python-version: '3.9'
3333

3434
- name: Install test dependencies
35-
run: pip3 install ansible ansible-lint==6.8.6
35+
run: |
36+
pip3 install ansible==7.5.0
37+
pip3 install ansible-compat==3.0.2
38+
pip3 install ansible-core==2.14.5
39+
pip3 install ansible-lint==6.8.6
3640
3741
- name: Run ansible-lint
3842
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_swpm

0 commit comments

Comments
 (0)