Daniel

Results 20 comments of Daniel

@slipalong I have changed jobs and laptops since I last looked at this, and I don't have the code handy.

@hannesm Thank you for following up on this. I haven't had the opportunity to work with ocaml for some time, but I am still interested in this project. I am...

@hannesm I think the PR is fine. The two that don't work are probably not issues with the password implementation. Network operating systems are notoriously finicky due to how they...

The Arista case appears to be an algorithm problem, but the Cisco case appears to be much simpler (and the same problem Arista will no doubt face after the algorithm...

Hannes, Cisco works fine now! :tada: Arista is still failing, but it appears to be much later in the process. I tried adding a "keyboard-interactive" auth method, but my Ocaml...

@hannesm Success! :tada: I think we can call this one closed if you are happy with it. Thanks for all the hard work! I am going to have to dust...

I am able to replicate. Using the API, POST to `https://api.packet.net/projects/{project_id}/devices` works fine with the body: ```json {"facility": "e1e9c52e-a0bc-4117-b996-0fc94843ea09","plan": "c1.small.x86","hostname": "foo","description": "foobar","operating_system": "cba7390b-e9da-4536-8e77-c334de4baea8"} ``` The server gets created with the...

I ran into this myself. It appears to be eat any `

@dbarrosop @p-sherratt Is this something we still need to look at implementing?

David's comments in DM > I think the “processors” should be as agnostic as possible so they can be reused, magic should happen in the parsers/translators as they are OS...