This message was deleted.
s
This message was deleted.
l
Hello, could you find time to fix/finish the PR I did last week ? Apparently there is only errors when trying to publish node, python and .net packages. Or do you need any help from my side ?
b
sorry for the delay, I'm working on this now
@limited-battery-10877 i've published an alpha version, there's a lot of updates
give it a try, and if it works I'll publish the tag
l
Thanks i will try it tomorrow
Hi, how can use the binary ? Usualy I import a node module, I try to do a a
pulumi install plugin
but i got the following error
Copy code
error: unrecognized plugin kind: pulumi-resource-scaleway
ok i finaly find how to install the plugin from the tar, but now i'm stuck trying to use it with typescript
b
@limited-battery-10877 you should be able to npm install the package
Give me a few and I’ll show you an example
Copy code
npm i @jaxxstorm/pulumi-scaleway                                                                                                                                                                 <aws:pulumi-dev-sandbox>
npm WARN packet@ No description
npm WARN packet@ No repository field.
npm WARN packet@ No license field.

+ @jaxxstorm/pulumi-scaleway@0.0.2
added 1 package and audited 92 packages in 1.14s

16 packages are looking for funding
  run `npm fund` for details

found 0 vulnerabilities
`
Copy code
pulumi plugin install resource scaleway v0.0.4-alpha.1603308039+72071e72 --server "<https://bintray.com/jaxxstorm/pulumi/download_file?file_path=>"
l
hi, i did a try and it works ! I had create a security_group, static-ip, volume and instance .
I juste got the following warning on each pulumi step :
Copy code
[WARN] cannot load configuration: scaleway-sdk-go: cannot read config file /home/****/.config/scw/config.yaml: no such file or directory
b
That seems to be an upstream provider issue, I’ll try figure that out
l
hello @billowy-army-68599 sorry to bother you once again, have you try to understand/fix the warning that I got last time ? Maybe I could open an issue on github if you dont have time.
b
yes, please open an issue and I'll respond, it's easy to remove - it comes from the scaleway sdk
l
haha I just realized during the issue creation that you work for pulumi ^^ I dont know why but I was persuated that you are a user like me ^^
maybe more on the scaleway provider
tell me where and I will open the issue
b
l
ho on your repo ok
btw thanks for your help
hey @billowy-army-68599, how are you ? Another week, another demand ^^, do you think that you could release the scaleway provider soon ?
b
I will try get to it today, sorry for the delay
@limited-battery-10877 i just checked, I pushed v0.0.4 a couple weeks ago, are you missing something else?
l
I got this error
Copy code
> @jaxxstorm/pulumi-scaleway@0.0.4 install /home/ivanov/workspace/fabrique-it/infrastructure/rancher/node_modules/@jaxxstorm/pulumi-scaleway
> node scripts/install-pulumi-plugin.js resource pulumi-scaleway v0.0.4

[resource plugin pulumi-scaleway-0.0.4] installing
error: [resource plugin pulumi-scaleway-0.0.4] downloading from : 403 HTTP error fetching plugin from <https://get.pulumi.com/releases/plugins/pulumi-resource-pulumi-scaleway-v0.0.4-linux-amd64.tar.gz>
Do I still need to manually download and install the plugin by my own ?
b
Yes unfortunately, I’m thinking about ways to fix this