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
| # Oracle Linux 9 Kickstart for vSphere Supervisor (Cloud-Init Bootstrap Workflow) | |
| # Rendered by scripts/remaster-iso.sh using envsubst. | |
| # Variables substituted at render time: BUILD_USERNAME, BUILD_PASSWORD_ENCRYPTED, | |
| # BUILD_PUBLIC_KEY, VM_GUEST_OS_LANGUAGE, VM_GUEST_OS_KEYBOARD, VM_GUEST_OS_TIMEZONE. | |
| ### Install strictly from the attached CD-ROM. | |
| cdrom | |
| ### Text mode installation. | |
| text |
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
| import requests | |
| import urllib3 | |
| import json | |
| # Disable SSL warnings | |
| urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) | |
| # --- Configuration --- | |
| FQDN = "auto-a.site-a.vcf.lab" | |
| TENANT_NAME = "Broadcom" |
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: v1 | |
| kind: ServiceAccount | |
| metadata: | |
| name: carvel-sa | |
| namespace: vmware-system-tkg | |
| annotations: | |
| argocd.argoproj.io/sync-wave: '-1' | |
| --- | |
| apiVersion: rbac.authorization.k8s.io/v1 | |
| kind: ClusterRole |
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: v1 | |
| kind: Namespace | |
| metadata: | |
| name: otel | |
| --- | |
| apiVersion: source.toolkit.fluxcd.io/v1 | |
| kind: HelmRepository | |
| metadata: | |
| name: otel |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <!--************************************************* | |
| Windows Server 2019 Answer File Generator | |
| Created using Windows AFG found at: | |
| ;http://www.windowsafg.com | |
| Installation Notes: | |
| - We currently assume your image is using a licesnsed media, and hard code product keys accordingly | |
| - ProductKey: must be removed if using an eval version | |
| - The OOBE and UserAccounts sections: might be removed for administrator details |
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: data.packaging.carvel.dev/v1alpha1 | |
| kind: Package | |
| metadata: | |
| annotations: | |
| capability.tanzu.vmware.com/provides: | | |
| [{ "name": "build.tanzu.vmware.com", | |
| "displayName": "Tanzu Build Controller", | |
| "description": "Tanzu Build Controller provides builds on-cluster for Tanzu Build.", | |
| "vendor": "VMware Tanzu", |
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: data.packaging.carvel.dev/v1alpha1 | |
| kind: Package | |
| metadata: | |
| name: kapp-controller.tanzu.vmware.com.0.48.2+vmware.1-tkg.1 | |
| namespace: default | |
| spec: | |
| licenses: | |
| - 'VMware’s End User License Agreement (Underlying OSS license: Apache License 2.0)' | |
| refName: kapp-controller.tanzu.vmware.com | |
| releasedAt: "2023-10-31T09:35:38Z" |
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: source.toolkit.fluxcd.io/v1beta2 | |
| kind: HelmRepository | |
| metadata: | |
| name: ako | |
| namespace: tanzu-continuousdelivery-resources | |
| spec: | |
| type: "oci" | |
| interval: 5m0s | |
| url: oci://projects.registry.vmware.com/ako/helm-charts | |
| --- |
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: carto.run/v1alpha1 | |
| kind: Workload | |
| metadata: | |
| labels: | |
| app.kubernetes.io/part-of: company-api | |
| apps.tanzu.vmware.com/has-tests: "true" | |
| apps.tanzu.vmware.com/workload-type: web | |
| apis.apps.tanzu.vmware.com/register-api: "true" | |
| name: company-api |
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: tekton.dev/v1beta1 | |
| kind: Pipeline | |
| metadata: | |
| annotations: | |
| apps.tanzu.vmware.com/pipeline: test | |
| labels: | |
| apps.tanzu.vmware.com/custom-test: 'true' | |
| name: go-tekton-test | |
| namespace: tap-workload | |
| spec: |
NewerOlder