- tdi releases include different versions then claimed in the docs
- tdi 3.0.0 has newer versions then 4.0.0 for airflow and opensearch
command:cat /opt/broadcom/controller/binaries/release_metadata.json | jq ' [ .releases[] | . as $release | .services[] | { service_name: .name, service_version: .version, release_name: $release.name,
This file contains hidden or 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
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "grafana", | |
| "uid": "-- Grafana --" | |
| }, | |
| "enable": true, |
This file contains hidden or 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
| { | |
| "annotations": { | |
| "list": [ | |
| { | |
| "builtIn": 1, | |
| "datasource": { | |
| "type": "grafana", | |
| "uid": "-- Grafana --" | |
| }, | |
| "enable": true, |
This file contains hidden or 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
| apiVersion: pkg.crossplane.io/v1beta1 | |
| kind: Function | |
| metadata: | |
| name: function-auto-ready | |
| spec: | |
| package: xpkg.upbound.io/crossplane-contrib/function-auto-ready:v0.4.2 |
This file contains hidden or 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
| apiVersion: playtika.com/v1alpha1 | |
| kind: StudioInfra | |
| metadata: | |
| name: demo | |
| spec: | |
| networkDomain: example.com | |
| datacenter: site | |
| environment: stage | |
| ldapGroup: demo | |
| kubernetes: |
There are 2 plugins in this POC:
- Kubernetes Ingestor - this plugin is a catalog entity provider which creates catalog entities directly from kubernetes resources. it has the ability to ingest by default all standard k8s workload types, allows supplying custom GVKs, and has the ability to auto-ingest all crossplane claims automatically as components. There are numerous annotations which can be put on the kubernetes workloads to influence the creation of the component in backstage. It also supports creating backstage templates and registers them in the catalog for every XRD in your cluster for the Claim resource type. currently this supports adding via a PR to a GitHub repo or providing a download link to the generated yaml without pushing to git.
- Crossplane Resource Frontend - this is a frontend plugin which provides visibility into the crossplane claim, composite resource and managed resources associated with a component. This relies heavily on system
This file contains hidden or 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
| cat <<EOF > kpack-config.yaml | |
| --- | |
| apiVersion: v1 | |
| kind: Namespace | |
| metadata: | |
| name: slsa-l3-demo | |
| --- | |
| apiVersion: kpack.io/v1alpha2 | |
| kind: ClusterStore | |
| metadata: |
This file contains hidden or 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
| files: | |
| - name: devpod | |
| linux: | |
| urls: | |
| amd64: | |
| url: https://github.com/loft-sh/devpod/releases/download/v0.5.7/devpod-linux-amd64 | |
| target: devpod | |
| arm64: | |
| url: https://github.com/loft-sh/devpod/releases/download/v0.5.7/devpod-linux-arm64 | |
| target: devpod |
This file contains hidden or 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
| - name: Wait for VIP Network in NSX ALB | |
| ansible.builtin.pause: | |
| seconds: 30 | |
| when: (nsx_alb_cloud_type == 'CLOUD_NSXT') and (segment.type == 'vips') | |
| - name: Set Fact - Intialize subnet configuration array | |
| ansible.builtin.set_fact: | |
| configured_subnets: [] | |
| - name: Set Fact - Subnet configuration for VIP network |
NewerOlder