Add rds_creation functionality to the bigbang release pipelines
General MR
Summary
The bigbang release pipelines currently do not provide for the provision of RDS databases for packages that want one, unlike the package pipelines. This fixes that.
Relevant logs/screenshots
Here are some package validation pipeline runs. I don't know exactly which pipeline configurations need this so I tested all of them I could think of.
-
Using
job_type: clean_install_oci
andcluster_type: RKE2
: Passes -
Using
job_type: oci_clean_install
andcluster_type: RKE2
: Fails -
Using
job_type: nightly
andcluster_type: RKE2
: Fails -
Using
job_type: default
andcluster_type: RKE2
: Partial success (Fails kiali, kyverno-reporter, loki, grafana, monitoring, neuvector, tempo helm tests) -
Using
job_type: clean_install_oci
andcluster_type: EKS
: Partial success (Fails kiali, kyverno-reporter, loki, grafana, monitoring, neuvector, tempo helm tests) -
Using
job_type: default
andcluster_type: EKS
: Partial success (Upgrade fails, clean install fails kiali, kyverno-reporter, loki, grafana, monitoring, neuvector, tempo helm tests) -
Using
job_type: nightly
andcluster_type: EKS
: Fails -
Using
job_type: oci_clean_install
andcluster_type: EKS
: Failed
Linked Issue
N/A
Upgrade Notices
N/A