Skip to content

Commit

Permalink
added snippet for adding python script as ansible module
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva committed Jun 7, 2024
1 parent 653c4f7 commit e59b1dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 22 deletions.
6 changes: 3 additions & 3 deletions crossplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ kind: Provider
metadata:
name: provider-kubernetes
spec:
package: "crossplanecontrib/provider-kubernetes:v0.11.2" # main for latest
package: "crossplanecontrib/provider-kubernetes:v0.14.0" # main for latest
EOF
```
Expand Down Expand Up @@ -665,7 +665,7 @@ kubectl describe xbaseosrun.resources.stuttgart-things.com/<COMPOSITE-NAME>
## GCP PROVIDER
<details><summary>AZURE PROVIDER INSTALLATION</summary>
<details><summary>GCP PROVIDER INSTALLATION</summary>
```bash
kubectl apply -f - <<EOF
Expand Down Expand Up @@ -705,7 +705,7 @@ EOF
</details>
<details><summary>AZURE PROVIDER INSTALLATION</summary>
<details><summary>GCP BUCKET CREATION</summary>
```bash
RANDOM_NAME=$(echo "sthings-bucket-"$(head -n 4096 /dev/urandom | openssl sha1 | tail -c 10))
Expand Down
29 changes: 10 additions & 19 deletions slides/crossplane-usecase-multicloud.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
### /CROSSPLANE USECASE MULTICLOUD


### /USECASE1: GCP BUCKET
CROSSPLANE + GCP PROVIDER
--
BUCKET CLAIM
<details><summary>GCP BUCKET CREATION</summary>

### /CROSSPLANE USECASE MULTICLOUD
BUNDLE MULTI CLOUD RESOURCES IN ONE COMPOSITION
--
### /RESOURCE1: GCP BUCKET
EXCLAIDRAW: CROSSPLANE + GCP PROVIDER
--
### /RESOURCE1: GCP BUCKET CLAIM
```yaml
apiVersion: storage.gcp.upbound.io/v1beta1
kind: Bucket
Expand All @@ -23,20 +21,13 @@ spec:
name: default
deletionPolicy: Delete
```
--
k9S + GOOLGE CLOUD SREENSHOT
--
### /USECASE1: GCP BUCKET
EXCALIDRAW: CROSSPLANE + GCP PROVIDER
--
BUCKET CLAIM
--
k9S + GOOLGE CLOUD SREENSHOT
### /MANAGE GCP BUCKET LIEFECYCLE
* k9S + GOOLGE CLOUD SREENSHOT
--
EXCALIDRAW: CROSSPLANE + GCP PROVIDER + BUCKET IN GCP
---
### /USECASE2: TERRAFORM VSPHEREVM
### /RESOURCE2: TERRAFORM VSPHEREVM
CROSSPLANE + TERRAFORM PROVIDER
--
WORKSPACE
Expand Down

0 comments on commit e59b1dc

Please sign in to comment.