Skip to content

Commit 764781f

Browse files
ovalentijdao-rh
andauthored
Swaps ibmcloud region to us-east for s390x (#2372) (#2623)
* Swap region to us-east for s390x Co-authored-by: jdao-rh <jdao@redhat.com>
1 parent 9ec7c49 commit 764781f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ansible/vars/s390x.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33

44
s390x:
55
#rhel-8-6-s390x
6-
vsi_image_id: r038-0d89bf54-c28f-4dc4-bec0-0f8e03a74de3
6+
vsi_image_id: r014-bd269dc6-aa79-4998-b2bc-1eccbda68ed2
77
vsi_profile: bz2-2x8
88

99
# IBM Cloud setup
10-
# vpc_name: lei-vpc-toronto
11-
vpc_id: r038-c4f8e233-4b56-44bd-af71-140ebd1664e9
12-
# subnet_name: stackrox-ci-sn3 (ca-tor-3)
10+
# vpc_name: stackrox-vpc-us-east
11+
vpc_id: r014-c42556dc-1754-488c-a94f-e384fee53bcd
12+
# subnet_name: stackrox-ci-sn3 (us-east-2)
1313
# subnet_id: 02s7-0fca7f4f-7e53-40d5-a087-f8cb5d7ab682
1414
#
15-
# ca-tor-2
16-
subnet_id: 02r7-68814545-4e23-4fe9-b557-a557f03a2b71
17-
zone: ca-tor-2
18-
# ssh_key_name: acs-sshkey
19-
ssh_key_id: r038-fb0260c7-c01d-45c8-8026-7d50042943b9
15+
# us-east-2
16+
subnet_id: 0767-43e68696-83cd-4072-9741-74543bbc2696
17+
zone: us-east-2
18+
# ssh_key_name: acs-sshkey-us-east
19+
ssh_key_id: r014-e3c69aa9-d9ea-4950-92e5-65406d6a785c
2020
# vsi_resource_group: stackrox-ci-resource-group
2121
vsi_resource_group_id: 1a33a6a9bd6e498f8115e9b1064bfa97
2222
disk_size: "{{ ibm_disk_size }}"
2323

2424
env:
2525
IC_API_KEY: "{{ lookup('env', 'IBM_CLOUD_S390X_API_KEY') }}"
26-
IC_REGION: ca-tor
26+
IC_REGION: us-east

0 commit comments

Comments
 (0)