Skip to content

Commit 9d94a96

Browse files
committed
Cleanup
CI_CONFIG_HC_IP50_SC_USERNAME was not set in github. ci_config_all was not used anymore. Signed-off-by: Justin Cinkelj <justin.cinkelj@xlab.si>
1 parent 54e396a commit 9d94a96

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/actions/make-integ-config/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22
name: 'Create ansible-test integration_config.yml'
33
description: 'Create ansible-test integration_config.yml'
44
inputs:
5-
ci_config_all:
6-
description: 'CI config for all HyperCore hosts'
7-
required: true
85
sc_host: # id of input
96
description: 'SC_HOST environ variable'
107
required: true
118
# default: 'World'
129
# Node with IP .50 is our physical node.
13-
sc_username_50:
14-
description: 'sc_username variable to access physical nodes'
15-
required: true
1610
sc_password_50:
1711
description: 'sc_password variable to access physical nodes'
1812
required: true
@@ -33,7 +27,7 @@ runs:
3327
- run: |
3428
cd ${{ inputs.working_directory }}
3529
cat <<EOF >integ_config_vars.yml
36-
sc_username_50: ${{ inputs.sc_username_50 }}
30+
sc_username_50: xlab
3731
sc_password_50: ${{ inputs.sc_password_50 }}
3832
smb_username: ;administrator
3933
smb_password: ${{ inputs.smb_password }}

.github/workflows/integ-test.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ jobs:
6262
- run: ansible-galaxy collection list
6363
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
6464
with:
65-
ci_config_all: ${{ vars.CI_CONFIG_HC_IP50 }}
6665
sc_host: ${{ matrix.sc_host }}
67-
sc_username_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_USERNAME }}
6866
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
6967
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
7068
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}
@@ -157,9 +155,7 @@ jobs:
157155
# ${{ env.WORKDIR }} cannot be used
158156
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
159157
with:
160-
ci_config_all: ${{ vars.CI_CONFIG_HC_IP50 }}
161158
sc_host: https://10.5.11.200
162-
sc_username_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_USERNAME }}
163159
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
164160
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
165161
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}
@@ -218,9 +214,7 @@ jobs:
218214
# ${{ env.WORKDIR }} cannot be used
219215
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
220216
with:
221-
ci_config_all: ${{ vars.CI_CONFIG_HC_IP50 }}
222217
sc_host: ${{ matrix.sc_host }}
223-
sc_username_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_USERNAME }}
224218
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
225219
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
226220
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}
@@ -247,9 +241,7 @@ jobs:
247241
# ${{ env.WORKDIR }} cannot be used
248242
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
249243
with:
250-
ci_config_all: ${{ vars.CI_CONFIG_HC_IP50 }}
251244
sc_host: https://10.5.11.200
252-
sc_username_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_USERNAME }}
253245
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
254246
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
255247
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}
@@ -273,9 +265,7 @@ jobs:
273265
# ${{ env.WORKDIR }} cannot be used
274266
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
275267
with:
276-
ci_config_all: ${{ vars.CI_CONFIG_HC_IP50 }}
277268
sc_host: https://10.5.11.200
278-
sc_username_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_USERNAME }}
279269
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
280270
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
281271
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}

0 commit comments

Comments
 (0)