Skip to content

Commit 4ef2fbe

Browse files
Switch to a new IBM Cloud powervs region and update sys_type to power10 (#2735) (#2747)
Signed-off-by: Afsan Hossain <Mdafsan.Hossain@ibm.com> Co-authored-by: Afsan Hossain <Mdafsan.Hossain@ibm.com>
1 parent ae0e2b1 commit 4ef2fbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ansible/vars/ppc64le.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
#rhel-8.8-05102023
44
pi_name: "{{ vm_name }}"
5-
sys_type: s922
5+
sys_type: s1022
66
proc_type: shared
77
processors: "0.25"
88
memory: "6"
99
storage_type: tier1
10-
pi_cloud_instance_id: "2f734538-93cc-45fc-9065-5da9506d14c8"
10+
pi_cloud_instance_id: "913c0d80-7cba-4c2c-9764-ec6099d62296"
1111
ssh_public_key: "{{ lookup('env', 'IBM_CLOUD_POWER_SSH_PUBLIC_KEY') }}"
1212
api_key: "{{ lookup('env', 'IBM_CLOUD_POWER_API_KEY') }}"
13-
region: syd
13+
region: us-south
1414

1515
ppc64le:
1616
env:
1717
IC_API_KEY: "{{ lookup('env', 'IBM_CLOUD_POWER_API_KEY') }}"
18-
IC_REGION: syd
19-
IC_ZONE: syd05
18+
IC_REGION: us-south
19+
IC_ZONE: us-south

0 commit comments

Comments
 (0)