cloud-bulldozer / scale-ci-pipeline

Automation to install, configure, scale test OpenShift and onboard new workloads
Apache License 2.0
17 stars 21 forks source link

using different networktype for ocp-on-osp on different days of week #183

Closed amitsagtani97 closed 3 years ago

amitsagtani97 commented 3 years ago

For openshift install on osp role. Setting OPENSHIFT_NETWORK_TYPE=OpenshiftSDN for idd days of week and OPENSHIFT_NETWORK_TYPE=kuryr for the even days of week

masco commented 3 years ago

if we use this pipeline manually to check something, it will change the network type and it might cause some confusion to the user. thoughts?

amitsagtani97 commented 3 years ago

@masco For running this pipeline manually we have to comment these conditions manually in the configure section

amitsagtani97 commented 3 years ago

@masco added support to enter networkType manually. Now if we define networkType in properties file, it will use that. Else it will be defined based on the day of week.