Skip to content

Commit

Permalink
ci: replace VSNS 9.4.0 -> 9.4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
shoriminimoe authored and justinc1 committed Aug 28, 2024
1 parent fc18506 commit 94449dd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- https://10.5.11.200 # HC 9.1.x
- https://10.5.11.201 # HC 9.2.x
- https://10.5.11.203 # HC 9.3.x
- https://10.5.11.204 # HC 9.4.x
- https://10.5.11.205 # HC 9.4.x
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
# ${{ env.WORKDIR }} cannot be used in "uses:"
- uses: ./work-dir/ansible_collections/scale_computing/hypercore/.github/actions/make-integ-config
with:
sc_host: https://10.5.11.204
sc_host: https://10.5.11.205
sc_password_50: ${{ secrets.CI_CONFIG_HC_IP50_SC_PASSWORD }}
smb_password: ${{ secrets.CI_CONFIG_HC_IP50_SMB_PASSWORD }}
oidc_client_secret: ${{ secrets.OIDC_CLIENT_SECRET }}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- https://10.5.11.200
- https://10.5.11.201
- https://10.5.11.203
- https://10.5.11.204
- https://10.5.11.205
secrets: inherit
uses: ./.github/workflows/z_ansible-test.yml
with:
Expand All @@ -296,7 +296,7 @@ jobs:
- https://10.5.11.200
- https://10.5.11.201
- https://10.5.11.203
- https://10.5.11.204
- https://10.5.11.205
secrets: inherit
uses: ./.github/workflows/z_ansible-test.yml
with:
Expand Down
8 changes: 4 additions & 4 deletions tests/integration/integration_config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -234,23 +234,23 @@ sc_config:
cluster_name:
is_writable: True

https://10.5.11.204:
https://10.5.11.205:
<<: *base_cfg
ci_system_name: vsns204
ci_system_name: vsns205
sc_username: admin
sc_password: admin
sc_replication_dest_host: ""
sc_replication_dest_cluster_name: ""
sc_replication_dest_username: ""
sc_replication_dest_password: ""
cluster:
name: VSNS204
name: VSNS205
support_tunnel:
open: true
code: "4426"
smtp:
<<: *base_smtp
from_address: VSNS204@scalecomputing.com
from_address: VSNS205@scalecomputing.com
version_update:
magic_allow_string: "oh-no-no"
vm_shutdown_restart_allow_string: "allow-vm-shutdown-restart-test"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ network-interfaces: |

# But we have eth device ens1 on
# - CI VSNS v9.3.5 (https://10.5.11.203/)
# - CI VSNS v9.4.0 (https://10.5.11.204/)
# - CI VSNS v9.4.17 (https://10.5.11.205/)
iface ens1 inet dhcp
{% endif %}
{% if vm_network_mode == "static" %}
Expand Down

0 comments on commit 94449dd

Please sign in to comment.