Skip to content

Commit ffe21e4

Browse files
committed
Update Azure package dependencies in configuration and functional test playbooks
1 parent 5654f16 commit ffe21e4

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

src/playbook_00_configuration_checks.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,14 @@
1414
become: true
1515
ansible.builtin.pip:
1616
name:
17-
- ansible-runner
17+
- azure-identity
1818
- azure-kusto-data
1919
- azure-kusto-ingest
20+
- azure-mgmt-compute
21+
- azure-mgmt-network
22+
- azure-storage-blob
23+
- azure-storage-queue
24+
2025

2126
- name: "Generate test group ID and timestamp"
2227
ansible.builtin.set_fact:

src/playbook_00_ha_db_functional_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@
1515
become: true
1616
ansible.builtin.pip:
1717
name:
18-
- ansible-runner
18+
- azure-identity
1919
- azure-kusto-data
2020
- azure-kusto-ingest
21-
- azure-identity
21+
- azure-mgmt-compute
2222
- azure-mgmt-network
23+
- azure-storage-blob
24+
- azure-storage-queue
2325
- pandas
2426

2527
- hosts: "{{ sap_sid | upper }}_DB"

src/playbook_00_ha_scs_functional_tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@
1515
become: true
1616
ansible.builtin.pip:
1717
name:
18-
- ansible-runner
18+
- azure-identity
1919
- azure-kusto-data
2020
- azure-kusto-ingest
21+
- azure-mgmt-compute
22+
- azure-mgmt-network
23+
- azure-storage-blob
24+
- azure-storage-queue
25+
- pandas
2126

2227
- hosts: "{{ sap_sid | upper }}_SCS:
2328
{{ sap_sid | upper }}_ERS"

src/playbook_01_ha_offline_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@
1414
- name: "Install python azure pacakges required"
1515
ansible.builtin.pip:
1616
name:
17-
- ansible-runner
17+
- azure-identity
1818
- azure-kusto-data
1919
- azure-kusto-ingest
20-
- azure-identity
20+
- azure-mgmt-compute
2121
- azure-mgmt-network
22+
- azure-storage-blob
23+
- azure-storage-queue
2224
- pandas
2325

2426
- name: "Set the test group name based on the inputs"

0 commit comments

Comments
 (0)