github.com/RedHatInsights/insights-results-aggregator@v1.4.1/bonfire-config-devel.yaml (about)

     1  # Copyright 2021 Red Hat, Inc
     2  #
     3  # Licensed under the Apache License, Version 2.0 (the "License");
     4  # you may not use this file except in compliance with the License.
     5  # You may obtain a copy of the License at
     6  #
     7  #      http://www.apache.org/licenses/LICENSE-2.0
     8  #
     9  # Unless required by applicable law or agreed to in writing, software
    10  # distributed under the License is distributed on an "AS IS" BASIS,
    11  # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  # See the License for the specific language governing permissions and
    13  # limitations under the License.
    14  
    15  # Bonfire deployment configuration
    16  # Defines where to fetch the file that defines application configs
    17  
    18  appsFile:
    19    host: gitlab
    20    repo: insights-platform/cicd-common
    21    path: bonfire_configs/ephemeral_apps.yaml
    22  
    23  apps:
    24  - name: ccx-data-pipeline
    25    components:
    26      - name: ccx-data-pipeline
    27        host: gitlab
    28        repo: ccx/ccx-data-pipeline
    29        path: deploy/clowdapp.yaml
    30        ref: master
    31        parameters:
    32          CLOWDER_ENABLED: "true"
    33          IMAGE_TAG: qa
    34      - name: insights-results
    35        host: github
    36        repo: <user>/insights-results-aggregator
    37        path: deploy/clowdapp.yaml
    38        ref: <branch>
    39        parameters:
    40          CLOWDER_ENABLED: "true"
    41          IMAGE_TAG: latest