We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0e2b1 commit 4ef2fbeCopy full SHA for 4ef2fbe
ansible/vars/ppc64le.yml
@@ -2,18 +2,18 @@
2
3
#rhel-8.8-05102023
4
pi_name: "{{ vm_name }}"
5
-sys_type: s922
+sys_type: s1022
6
proc_type: shared
7
processors: "0.25"
8
memory: "6"
9
storage_type: tier1
10
-pi_cloud_instance_id: "2f734538-93cc-45fc-9065-5da9506d14c8"
+pi_cloud_instance_id: "913c0d80-7cba-4c2c-9764-ec6099d62296"
11
ssh_public_key: "{{ lookup('env', 'IBM_CLOUD_POWER_SSH_PUBLIC_KEY') }}"
12
api_key: "{{ lookup('env', 'IBM_CLOUD_POWER_API_KEY') }}"
13
-region: syd
+region: us-south
14
15
ppc64le:
16
env:
17
IC_API_KEY: "{{ lookup('env', 'IBM_CLOUD_POWER_API_KEY') }}"
18
- IC_REGION: syd
19
- IC_ZONE: syd05
+ IC_REGION: us-south
+ IC_ZONE: us-south
0 commit comments