Uploaded image for project: 'OpenShift Over the Air'
  1. OpenShift Over the Air
  2. OTA-930

Add the ota-stage cluster to app-interface integration environment

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • OTA 234, OTA 235

      We need to add the OTA stage cluster as a integration environment to the existing app-interface repository i.e. add it to https://gitlab.cee.redhat.com/service/app-interface/-/blob/master/data/services/cincinnati/cicd/ci-int/saas.yaml

      For example we have below configuration for stage and production.

      targets:
        - namespace:
            $ref: /services/cincinnati/namespaces/cincinnati-stage.yml
          ref: master
          upstream:
            instance:
              $ref: /dependencies/ci-int/ci-int.yml
            name: openshift-cincinnati-gh-build-master
          parameters:
            GB_MEMORY_LIMIT: "1.5Gi"
            PE_MEMORY_LIMIT: "2Gi"
            GB_CPU_LIMIT: "2"
            PE_CPU_LIMIT: "2"
            GB_LOG_VERBOSITY: "v"
            PE_LOG_VERBOSITY: "v"
            REPLICAS: 3
        - namespace:
            $ref: /services/cincinnati/namespaces/cincinnati-production.yml
          ref: b8efb69b17188886a04cd5d33221ff11fb49870b
          parameters:
            GB_MEMORY_LIMIT: "1.5Gi"
            PE_MEMORY_LIMIT: "4Gi"
            PE_MEMORY_REQUEST: "1Gi"
            GB_CPU_LIMIT: "2"
            PE_CPU_LIMIT: "3"
            PE_CPU_REQUEST: "1"
            GB_LOG_VERBOSITY: "v"
            PE_LOG_VERBOSITY: "v"
            REPLICAS: 4
            PDB_MIN: 3
      

      Definition of done:

          • Create a service account which will be used by SRE-platform (SRE-platform is responsible for integration environment and not app-sre). It would be added to vault-secret which is owned by service delivery.

            afri@afri.cz Petr Muller
            lmohanty@redhat.com Lalatendu Mohanty
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: