Skip to content
Closed
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
Original file line number Diff line number Diff line change
@@ -1,28 +1,4 @@
base_images:
assisted-image-service:
name: backplane-5.0
namespace: edge-infrastructure
tag: assisted-image-service
assisted-installer:
name: backplane-5.0
namespace: edge-infrastructure
tag: assisted-installer
assisted-installer-agent:
name: backplane-5.0
namespace: edge-infrastructure
tag: assisted-installer-agent
assisted-installer-controller:
name: backplane-5.0
namespace: edge-infrastructure
tag: assisted-installer-controller
assisted-service:
name: backplane-5.0
namespace: edge-infrastructure
tag: assisted-service
assisted-test-infra:
name: backplane-5.0
namespace: edge-infrastructure
tag: assisted-test-infra
dev-scripts:
name: test
namespace: ocp-kni
Expand Down Expand Up @@ -98,174 +74,17 @@ tests:
commands: echo "Test"
container:
from: src
- as: e2e-metal-vmaas-compute-instance-creation
- as: e2e-metal-vmaas-all
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
OSAC_TEST_IMAGE: osac-test-infra
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_compute_instance_creation.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-compute-instance-api-fields
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_compute_instance_api_fields.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-compute-instance-cli-fields
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_compute_instance_cli_fields.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-compute-instance-delete-during-provision
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_compute_instance_delete_during_provision.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-compute-instance-restart
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_compute_instance_restart.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-compute-instance-restart-negative
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_compute_instance_restart_negative.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-subnet-lifecycle
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_subnet_lifecycle.py
workflow: osac-project-ofcir-baremetal-component
- as: e2e-metal-vmaas-virtual-network-lifecycle
capabilities:
- intranet
steps:
cluster_profile: packet-assisted
dependencies:
COMPONENT_IMAGE: fulfillment-service-pr
OSAC_INSTALLER_IMAGE: osac-installer-with-pr
env:
ASSISTED_CONFIG: |
OLM_OPERATORS=cnv,lvm
NUM_MASTERS=1
NUM_WORKERS=0
MASTER_MEMORY=57344
MASTER_DISK_COUNT=2
MASTER_DISK=200000000000
MASTER_CPU=24
OPENSHIFT_VERSION=4.20
COMPONENT_IMAGE_NAME: ghcr.io/osac-project/fulfillment-service
TEST: test_virtual_network_lifecycle.py
workflow: osac-project-ofcir-baremetal-component
workflow: osac-project-cluster-tool-vmaas
zz_generated_metadata:
branch: main
org: osac-project
Expand Down
Loading