Skip to content

Commit

Permalink
adding pylance, design docs, and aws provider to core
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat committed Oct 5, 2024
1 parent 63ac9f1 commit a9c67c2
Show file tree
Hide file tree
Showing 22 changed files with 2,742 additions and 479 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ tmp
.ssh
tmp
smce-cli
**/config
**/credentials
**/.gitconfig
56 changes: 2 additions & 54 deletions Pulumi.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: konductor
description: The easy to use Kubevirt Homelab Platform
name: Konductor
description: DevOps Platform IaC Template Repository
main: ./pulumi
stackConfigDir: ./pulumi/stacks
options:
Expand All @@ -8,55 +8,3 @@ runtime:
name: python
options:
virtualenv: venv
#config:
# pulumi:tags:
# value:
# pulumi:template: ccio-kargo-python
# vm:
# value:
# enabled: false
# namespace: default
# instance_name: ubuntu
# image_name: docker.io/containercraft/ubuntu:22.04
# node_port: 30590
# ssh_user: kc2
# ssh_password: kc2
# kubernetes:
# value:
# context: kargo
# kubeconfig: .kube/config
# cert_manager:
# value:
# enabled: true
# version: 1.15.3
# kubevirt:
# value:
# enabled: true
# version: 1.3.1
# hostpath_provisioner:
# value:
# enabled: true
# version: 0.20.0
# default_storage_class: true
# cdi:
# value:
# enabled: true
# version: 1.60.2
# multus:
# value:
# enabled: true
# cnao:
# value:
# enabled: false
# version: 0.94.2
# prometheus:
# value:
# enabled: false
# version: 61.3.2
# kubernetes_dashboard:
# value:
# enabled: false
# version: 7.4.0
# cilium:
# value:
# enabled: false
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Use Pulumi to load environment variables, configuration files, and credentials:
```bash {"id":"01J97M1349ZY70MQVHDGAFVNEB","name":"load-environments-and-secrets","tag":"setup"}
export ENVIRONMENT="containercraft/NavtecaAwsCredentialsConfigSmce/navteca-aws-credentials-config-smce"
eval $(pulumi env open --format=shell $ENVIRONMENT | tee ../.tmpenv; direnv allow)
ln -sf $GIT_CONFIG ~/.gitconfig
ln -sf $AWS_CONFIG_FILE ~/.aws/config
ln -sf $AWS_SHARED_CREDENTIALS_FILE ~/.aws/credentials
#ln -s $GIT_CONFIG ~/.gitconfig
#ln -sf $AWS_CONFIG_FILE ~/.aws/config
#ln -sf $AWS_SHARED_CREDENTIALS_FILE ~/.aws/credentials
echo "Loaded environment $ENVIRONMENT"

```
Expand Down
Loading

0 comments on commit a9c67c2

Please sign in to comment.