~tieong/pulumi-kimsufi

7a7e83cff740df7c4d9a9b26f903727bc771568a — Thomas Ieong 1 year, 9 months ago 21f543b
Removed ovh pulumi provider

This is annoying, I cannot get the pulumi provider for ovh to work.

I get a distribution_not_found exception even if I'm in an isolated guix shell,
the same for a goold old venv.

Sadly that provider does not seems very active and I don't really have
time to investigate this :(
3 files changed, 0 insertions(+), 15 deletions(-)

M Pulumi.yaml
M __main__.py
M requirements.txt
M Pulumi.yaml => Pulumi.yaml +0 -4
@@ 1,7 1,3 @@
name: pulumi-kimsufi
runtime: python
  #name: python
  #options:
  #  virtualenv: venv
        #runtime: python
description: My infra

M __main__.py => __main__.py +0 -10
@@ 4,19 4,9 @@ from pathlib import Path

import pulumi_command as command
import pulumi_libvirt as libvirt
#import lbrlabs_ovh as ovh

import pulumi

# config = pulumi.Config("libvirt")
# provider = libvirt.Provider("demo-py-pool", uri=config.require("uri"))

# mykey = ovh.me.SshKey(
#     "kimsufi-infra",
#     key=(Path.home() / ".ssh" / "kimsufi-infra.pub").read_text(),
#     key_name="kimsufi-infra"
# )

# A pool for all cluster volumes
cluster = libvirt.Pool(
    "cluster",

M requirements.txt => requirements.txt +0 -1
@@ 1,4 1,3 @@
pulumi>=3.0.0,<4.0.0
pulumi_command>=0.7.1
pulumi_libvirt>=0.4.0
lbrlabs-pulumi-ovh>=0.1.0