Skip to content

Commit 763d597

Browse files
committed
Typo Fix
1 parent ba3866a commit 763d597

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ env:
4343
ANSIBLE_FORCE_COLOR: True
4444
KAYOBE_ENVIRONMENT: ci-builder
4545
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
46-
overcloud_dib_architechture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
46+
overcloud_dib_architecture: ${{ inputs.cpu-platform-architecture == 'x86_64' && 'amd64' || 'arm64' }}
4747
jobs:
4848
runner-selection:
4949
uses: ./.github/workflows/runner-selector.yml
@@ -284,7 +284,7 @@ jobs:
284284
src/kayobe-config/etc/kayobe/ansible/openstack-host-image-upload.yml \
285285
-e local_image_path="/opt/kayobe/images/overcloud-rocky-9/overcloud-rocky-9.qcow2" \
286286
-e image_name=overcloud-rocky-9-${{ steps.host_image_tag.outputs.host_image_tag }}
287-
-e cpu-platform=${{ env.overcloud_dib_architechture }}
287+
-e cpu-platform=${{ env.overcloud_dib_architecture }}
288288
env:
289289
CLOUDS_YAML: ${{ secrets.CLOUDS_YAML }}
290290
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
@@ -353,7 +353,7 @@ jobs:
353353
src/kayobe-config/etc/kayobe/ansible/openstack-host-image-upload.yml \
354354
-e local_image_path="/opt/kayobe/images/overcloud-ubuntu-jammy/overcloud-ubuntu-jammy.qcow2" \
355355
-e image_name=overcloud-ubuntu-jammy-${{ steps.host_image_tag.outputs.host_image_tag }}
356-
-e cpu-platform=${{ env.overcloud_dib_architechture }}
356+
-e cpu-platform=${{ env.overcloud_dib_architecture }}
357357
env:
358358
CLOUDS_YAML: ${{ secrets.CLOUDS_YAML }}
359359
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}

etc/kayobe/overcloud-dib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ overcloud_dib_git_elements_extra:
7171
elements_path: "elements"
7272

7373
# Selects the architecture of the overcloud host image being built.
74-
overcloud_dib_architechture: "{{ 'amd64' if stackhpc_cpu_arch == 'x86_64' else 'arm64' }}"
74+
overcloud_dib_architecture: "{{ 'amd64' if stackhpc_cpu_arch == 'x86_64' else 'arm64' }}"
7575

7676
# List of git repositories containing Diskimage Builder (DIB) elements. See
7777
# stackhpc.openstack.os_images role for usage. Default is a combination of

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stackhpc_overcloud_dib_host_image:
1616
env: "{{ stackhpc_overcloud_dib_env_vars }}"
1717
packages: "{{ stackhpc_overcloud_dib_packages }}"
1818
properties:
19-
- cpu_arch: "{{ overcloud_dib_architechture }} "
19+
- cpu_arch: "{{ overcloud_dib_architecture }} "
2020

2121

2222
# StackHPC overcloud DIB image name.

0 commit comments

Comments
 (0)