Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions roles/edpm_deploy_baremetal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
target_path: "{{ cifmw_edpm_deploy_openstack_crs_path }}"
sort_ascending: false
kustomizations: |-
{% if content_provider_registry_ip is defined or not cifmw_edpm_deploy_baremetal_bootc %}
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
patches:
Expand All @@ -137,6 +138,7 @@
path: /spec/nodeTemplate/ansible/ansibleVars/edpm_bootstrap_command
value: sudo dnf -y update
{% endif %}
{% endif %}
kustomizations_paths: >-
{{
[
Expand Down
5 changes: 4 additions & 1 deletion zuul.d/edpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@
crc_parameters: "--memory 32000 --disk-size 240 --cpus 12"
cifmw_manage_secrets_pullsecret_content: '{}'
cifmw_rhol_crc_binary_folder: "/usr/local/bin"
# This needs to be updated later to not use hardcoded image url but the one pushed by
# the periodic job for pushing the bootc images to the registry
cifmw_update_containers_edpm_image_url: quay.io/openstack-k8s-operators/edpm-bootc:latest-qcow2
cifmw_install_yamls_vars:
BAREMETAL_OS_CONTAINER_IMG: quay.io/openstack-k8s-operators/edpm-bootc:latest-qcow2
BAREMETAL_OS_IMG: edpm-bootc.qcow2
cifmw_edpm_deploy_baremetal_bootc: true
cifmw_update_containers: true

# Podified galera job
- job:
Expand Down
19 changes: 18 additions & 1 deletion zuul.d/edpm_periodic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
cifmw_tempest_container: openstack-tempest-all
cifmw_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"


- job:
name: periodic-podified-multinode-edpm-deployment-master-ocp-crc-cs9
parent: podified-multinode-edpm-deployment-crc
Expand Down Expand Up @@ -59,6 +58,24 @@
cifmw_update_containers_org: podified-{{ cifmw_repo_setup_branch }}-centos9
cifmw_tempest_namespace: podified-{{ cifmw_repo_setup_branch }}-centos9

- job:
name: periodic-podified-edpm-baremetal-bootc-antelope-ocp-crc
parent: cifmw-crc-podified-edpm-baremetal-bootc
vars:
cifmw_repo_setup_branch: antelope
cifmw_repo_setup_promotion: podified-ci-testing
cifmw_dlrn_report_result: true
cifmw_tempest_registry: quay.rdoproject.org
cifmw_tempest_namespace: podified-{{ cifmw_repo_setup_branch }}-centos9
cifmw_tempest_container: openstack-tempest-all
cifmw_tempest_image_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_update_containers_registry: quay.rdoproject.org
cifmw_update_containers_org: "podified-{{ cifmw_repo_setup_branch }}-centos9"
cifmw_update_containers_tag: "{{ cifmw_repo_setup_full_hash }}"
cifmw_update_containers_openstack: true
cifmw_extras:
- '@scenarios/centos-9/nested_virt.yml'

- job:
name: periodic-podified-multinode-edpm-deployment-antelope-ocp-crc-cs9
parent: periodic-podified-multinode-edpm-deployment-master-ocp-crc-cs9
Expand Down