This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial definitions of the OpenShift Lightspeed Konflux objects
- Loading branch information
Showing
13 changed files
with
251 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
...1/tenants/crt-nshift-lightspeed-tenant/appstudio.redhat.com_v1alpha1_application_ols.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ols | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
displayName: ols |
13 changes: 13 additions & 0 deletions
13
.../tenants/crt-nshift-lightspeed-tenant/appstudio.redhat.com_v1alpha1_component_bundle.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: bundle | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
componentName: bundle | ||
source: | ||
git: | ||
dockerfileUrl: bundle.Dockerfile | ||
revision: main | ||
url: https://github.com/openshift/lightspeed-operator |
14 changes: 14 additions & 0 deletions
14
...-nshift-lightspeed-tenant/appstudio.redhat.com_v1alpha1_component_lightspeed-console.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-console | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- bundle | ||
componentName: lightspeed-console | ||
source: | ||
git: | ||
dockerfileUrl: Dockerfile | ||
url: https://github.com/openshift/lightspeed-console |
14 changes: 14 additions & 0 deletions
14
...nshift-lightspeed-tenant/appstudio.redhat.com_v1alpha1_component_lightspeed-operator.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-operator | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- bundle | ||
componentName: lightspeed-operator | ||
source: | ||
git: | ||
dockerfileUrl: Dockerfile | ||
url: https://github.com/openshift/lightspeed-operator |
16 changes: 16 additions & 0 deletions
16
...ift-lightspeed-tenant/appstudio.redhat.com_v1alpha1_component_lightspeed-rag-content.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-rag-content | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- lightspeed-service | ||
componentName: lightspeed-rag-content | ||
source: | ||
git: | ||
context: ./ | ||
dockerfileUrl: Containerfile | ||
revision: main | ||
url: https://github.com/openshift/lightspeed-rag-content |
16 changes: 16 additions & 0 deletions
16
...-nshift-lightspeed-tenant/appstudio.redhat.com_v1alpha1_component_lightspeed-service.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-service | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- bundle | ||
componentName: lightspeed-service | ||
source: | ||
git: | ||
context: ./ | ||
dockerfileUrl: Containerfile | ||
revision: main | ||
url: https://github.com/openshift/lightspeed-service |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...tspeed-tenant/appstudio.redhat.com_v1beta2_integrationtestscenario_integration-tests.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: integration-tests | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
contexts: | ||
- description: Application testing | ||
name: application | ||
resolverRef: | ||
params: | ||
- name: url | ||
value: https://github.com/openshift/lightspeed-operator | ||
- name: revision | ||
value: main | ||
- name: pathInRepo | ||
value: /konflux-integration/pipeline.yaml | ||
resolver: git |
19 changes: 19 additions & 0 deletions
19
...-tenant/appstudio.redhat.com_v1beta2_integrationtestscenario_ols-enterprise-contract.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: ols-enterprise-contract | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
contexts: | ||
- description: Application testing | ||
name: application | ||
resolverRef: | ||
params: | ||
- name: url | ||
value: https://github.com/redhat-appstudio/build-definitions | ||
- name: revision | ||
value: main | ||
- name: pathInRepo | ||
value: pipelines/enterprise-contract.yaml | ||
resolver: git |
87 changes: 87 additions & 0 deletions
87
cluster/stone-prd-rh01/tenants/crt-nshift-lightspeed-tenant/app-components.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
--- | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Application | ||
metadata: | ||
name: ols | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
displayName: ols | ||
--- | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: bundle | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
componentName: bundle | ||
source: | ||
git: | ||
dockerfileUrl: bundle.Dockerfile | ||
revision: main | ||
url: https://github.com/openshift/lightspeed-operator | ||
--- | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-console | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- bundle | ||
componentName: lightspeed-console | ||
source: | ||
git: | ||
dockerfileUrl: Dockerfile | ||
url: https://github.com/openshift/lightspeed-console | ||
--- | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-operator | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- bundle | ||
componentName: lightspeed-operator | ||
source: | ||
git: | ||
dockerfileUrl: Dockerfile | ||
url: https://github.com/openshift/lightspeed-operator | ||
--- | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-service | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- bundle | ||
componentName: lightspeed-service | ||
source: | ||
git: | ||
context: ./ | ||
dockerfileUrl: Containerfile | ||
revision: main | ||
url: https://github.com/openshift/lightspeed-service | ||
--- | ||
apiVersion: appstudio.redhat.com/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: lightspeed-rag-content | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
build-nudges-ref: | ||
- lightspeed-service | ||
componentName: lightspeed-rag-content | ||
source: | ||
git: | ||
context: ./ | ||
dockerfileUrl: Containerfile | ||
revision: main | ||
url: https://github.com/openshift/lightspeed-rag-content | ||
--- |
40 changes: 40 additions & 0 deletions
40
cluster/stone-prd-rh01/tenants/crt-nshift-lightspeed-tenant/integration-tests.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: ols-enterprise-contract | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
contexts: | ||
- description: Application testing | ||
name: application | ||
resolverRef: | ||
params: | ||
- name: url | ||
value: https://github.com/redhat-appstudio/build-definitions | ||
- name: revision | ||
value: main | ||
- name: pathInRepo | ||
value: pipelines/enterprise-contract.yaml | ||
resolver: git | ||
--- | ||
apiVersion: appstudio.redhat.com/v1beta2 | ||
kind: IntegrationTestScenario | ||
metadata: | ||
name: integration-tests | ||
namespace: crt-nshift-lightspeed-tenant | ||
spec: | ||
application: ols | ||
contexts: | ||
- description: Application testing | ||
name: application | ||
resolverRef: | ||
params: | ||
- name: url | ||
value: https://github.com/openshift/lightspeed-operator | ||
- name: revision | ||
value: main | ||
- name: pathInRepo | ||
value: /konflux-integration/pipeline.yaml | ||
resolver: git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters