Skip to content

Commit

Permalink
Switch ppc64le cloud region (#1710)
Browse files Browse the repository at this point in the history
* Change ppc64le cloud region to mon from osa

Signed-off-by: Afsan Hossain <[email protected]>

* Revert image change

Signed-off-by: Afsan Hossain <[email protected]>

* Change image to unofficial rhel 8.8

Signed-off-by: Afsan Hossain <[email protected]>

* Set pi_health_status to Warning

Signed-off-by: Afsan Hossain <[email protected]>

---------

Signed-off-by: Afsan Hossain <[email protected]>
  • Loading branch information
mdafsanhossain authored Jun 28, 2024
1 parent cb8c7aa commit 82d19f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ virtual_machines:
arch: ppc64le
ssh_key_file: "~/.ssh/acs-ppc64le-rsa.prv"
images:
- rhel-8.8-05102023
- rhel-88-05102023

rhel-sap:
project: rhel-sap-cloud
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/create-vm/tasks/create-ppc64le-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
pi_proc_type: "{{ proc_type }}"
pi_image_id: "{{ image_dict[vm_image] }}"
pi_volume_ids: []
pi_health_status: "WARNING"
pi_network:
- network_id: "{{ pi_network_id }}"
pi_key_pair_name: "{{ pi_ssh_key.pi_key_name }}"
Expand Down
8 changes: 4 additions & 4 deletions ansible/vars/ppc64le.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ proc_type: shared
processors: "0.25"
memory: "6"
storage_type: tier3
pi_cloud_instance_id: "51a46537-a3a3-4e79-88ee-507feb47e7d0"
pi_cloud_instance_id: "fa3c2f26-a020-4ca5-9b65-9caef2303bb1"
ssh_public_key: "{{ lookup('env', 'IBM_CLOUD_POWER_SSH_PUBLIC_KEY') }}"
api_key: "{{ lookup('env', 'IBM_CLOUD_POWER_API_KEY') }}"
region: osa
region: mon

ppc64le:
env:
IC_API_KEY: "{{ lookup('env', 'IBM_CLOUD_POWER_API_KEY') }}"
IC_REGION: osa
IC_ZONE: osa21
IC_REGION: mon
IC_ZONE: mon01

0 comments on commit 82d19f4

Please sign in to comment.