Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flavor for EDPM baremetal job. #587

Merged
merged 1 commit into from
Sep 23, 2023
Merged
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
4 changes: 3 additions & 1 deletion scenarios/centos-9/edpm_baremetal_deployment_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ cifmw_install_yamls_vars:
STORAGE_CLASS: crc-csi-hostpath-provisioner
DATAPLANE_REPO: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/dataplane-operator"
INFRA_REPO: "{{ ansible_user_dir }}/src/github.com/openstack-k8s-operators/infra-operator"
BMAAS_INSTANCE_MEMORY: 6144
BMAAS_INSTANCE_MEMORY: 8192
BMAAS_INSTANCE_VCPUS: 6
Sandeepyadav93 marked this conversation as resolved.
Show resolved Hide resolved
BMAAS_INSTANCE_DISK_SIZE: 40

pre_infra:
- name: Download needed tools
Expand Down
4 changes: 2 additions & 2 deletions zuul.d/edpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# Virtual Baremetal job with CRC and single compute node.
- job:
name: cifmw-crc-podified-edpm-baremetal
nodeset: centos-9-crc-4xlarge
nodeset: centos-9-crc-6xlarge
parent: cifmw-base-crc-openstack
run: ci/playbooks/edpm_baremetal_deployment/run.yml
vars:
crc_parameters: "--memory 32000 --disk-size 120 --cpus 10"
crc_parameters: "--memory 32000 --disk-size 240 --cpus 12"

# Podified galera job
- job:
Expand Down
6 changes: 6 additions & 0 deletions zuul.d/nodeset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
- name: controller
label: centos-9-stream-crc-4xlarge

- nodeset:
name: centos-9-crc-6xlarge
nodes:
- name: controller
label: centos-9-stream-crc-6xlarge

- nodeset:
name: centos-stream-9
nodes:
Expand Down