Uploaded image for project: 'OpenShift GitOps'
  1. OpenShift GitOps
  2. GITOPS-5637

Rollouts CLI on Konflux: 3) Enable Rollouts Kubectl plugin (CLI) Konflux-based release

XMLWordPrintable

      Story (Required)

      See parent epic for high level details. GITOPS-5636 is a prerequisite for this story. See list of helpful additional resources on parent epic.

      Background

      Once we have Konflux building the Rollouts CLI successfully, we will need to release it as part of Konflux release process.

      Defining the overall Konflux OpenShift GitOps release process is likely to be handled by other epics, but this is the part that relates specifically to the CLI.

      Within Konflux, all release activities are defined by Konflux release team in the release catalog.

      In our case, because we have CLI binaries which we need to push to developers.redhat.com, we need to use the 'push-binaries-to-dev-portal' pipeline in the release catalog.

      Ultimately:

      Sketch of work

      1) Define a ReleasePlan to enable release of Rollouts kubectl plugin

      2) Define a ReleasePlanAdmission which provides 'exodus/contentGateway' data in .data, references the standard ec policy, and has a pipeline ref to push binaries

      A ReleasePlanAdmission is defined which looks a bit like this:

      apiVersion: appstudio.redhat.com/v1alpha1
      kind: ReleasePlanAdmission
      metadata:
        labels:
      	release.appstudio.openshift.io/auto-release: "false" # (this was true in the example I copied it from)
        name: rpa
        namespace: default
      spec:
        applications: [list,of,applications]
        origin: origin-tenant
        policy: some-policy
        data:
        # Start of data needed for push-to-dev-portal-pipeline
      	exodus:
      	  env: "cdn-live"
      	contentGateway:
      	  productName: "Konflux test product"
      	  productCode: "K-Test-Product"
      	  productVersionName: "KTestProduct 1"
      	  components:
      		- name: test-component
      		  description: "Red Hat OpenShift Local Sandbox Test"
      		  label: "Checksum File Sandbox Test"
        # End of data needed for push-to-dev-portal-pipeline
        pipeline:
      	pipelineRef:
      	  resolver: git
      	  params:
      		- name: url
      		  value: "https://github.com/konflux-ci/release-service-catalog.git"
      		- name: revision
      		  value: production
      		- name: pathInRepo
      		  value: "pipelines/push-binaries-to-dev-portal/push-binaries-to-dev-portal.yaml"				
      

      (this is from the gitlab link above)

      3) Determine how we can verify that the release is defined correctly, for example, running a test release.

      As per Konflux docs, ensure this is true: "When a ReleasePlanAdmission is correctly configured to be paired with a ReleasePlan, its Status will display as being Matched."

      Acceptance Criteria

      • ReleasePlan is defined in the openshift gitops operator konflux workspace
      • ReleasePlanAdmission is defined in that workspace
        • We have determined what data we need to provide in the .spec.data field of ReleasePlanAdmission, in order to make this work successfully.
        • ReleasePlanAdmission successfully configures 'push-binaries-to-dev-portal' task
        • ReleasePlanAdmission has status of matched, indicating it is correcting matching to ReleasePlan
      • Investigate how we can test this: for example, can do a 'test' release, to make sure these are correct?

            Unassigned Unassigned
            jgwest Jonathan West
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: