-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade OpenStack 16.1 Service Telemetry Framework Demo to 1.1 version (
#3440) * Upgrade to OSP STF 1.1 * Disabling ICMP checks * Fixing the name of the grafana route * Modiying the grafana-route name in software.yml * Opening the port 3000 ss the Grafana in STF1.1 route is using it Deleting the old grafana object from STF 1.0 * Reverting the previous commit. Fixing identation in the spec of the STF object so graphana is enabled * Renaming Grafana route to dashboards to stick to the documentation. * Improving the user information to consume the demo * Fixing some yamllint erros
- Loading branch information
Showing
15 changed files
with
792 additions
and
1,549 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: CatalogSource | ||
metadata: | ||
name: operatorhubio-operators | ||
name: redhat-operators-stf | ||
namespace: openshift-marketplace | ||
spec: | ||
displayName: Red Hat STF Operators | ||
image: quay.io/redhat-operators-stf/stf-catalog:latest | ||
publisher: Red Hat | ||
sourceType: grpc | ||
image: quay.io/operator-framework/upstream-community-operators:latest | ||
displayName: OperatorHub.io Operators | ||
publisher: OperatorHub.io | ||
updateStrategy: | ||
registryPoll: | ||
interval: 30m |
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: route.openshift.io/v1 | ||
kind: Route | ||
metadata: | ||
name: dashboards | ||
namespace: service-telemetry | ||
spec: | ||
port: | ||
targetPort: 3000 | ||
tls: | ||
insecureEdgeTerminationPolicy: Redirect | ||
termination: edge | ||
to: | ||
kind: Service | ||
name: grafana-service | ||
weight: 100 | ||
wildcardPolicy: None |
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 was deleted.
Oops, something went wrong.
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
10 changes: 10 additions & 0 deletions
10
ansible/configs/osp-stf/files/operatorhubiocatalogsource.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,10 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: CatalogSource | ||
metadata: | ||
name: operatorhubio-operators | ||
namespace: openshift-marketplace | ||
spec: | ||
sourceType: grpc | ||
image: quay.io/operator-framework/upstream-community-operators:latest | ||
displayName: OperatorHub.io Operators | ||
publisher: OperatorHub.io |
Oops, something went wrong.