Do not follow this link

~tieong/pulumi-kimsufi

Updated .gitignore
455815a6 — Thomas Ieong 1 year, 10 months ago
Added a vm to provision
8c0345c9 — Thomas Ieong 1 year, 10 months ago
Updated README
edce5281 — Thomas Ieong 1 year, 10 months ago
Added memory argument
19aa7fdc — Thomas Ieong 1 year, 10 months ago
Use nat networking mode
Changed config to suit my infra
Fixed transformation call.
Applying transformation with register_stack_transformation

The transformation callback does not seems to get called when I pass
it to new_vm_group, I don't know what is wrong with that call.

It does works however with register_stack_transformation.

Needs more investigation...
Added a higher level component resource.
Converted to component resource

I do get type errors from mypy, from resource.name and resource.ip.

This is because the name and ip attributes were not declared in the
constructor of the VM class, just need to change the constructor to
take a helper class as an arg.

See this for more info: https://github.com/pulumi/examples/blob/master/aws-py-wordpress-fargate-rds/frontend.py
Created a vm module
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 :(
Do not follow this link