Giter Club home page Giter Club logo

digitalocean's People

Contributors

brainbuz avatar manwar avatar srchulo avatar szabgab avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

digitalocean's Issues

Debug messages

I've noticed that some debug messages were left inside the general request method.

s/ssh_key_pub/ssh_pub_key/ in doc

Thanks for developing this great module. I just found that, in create_key section in the doc, ssh_key_pub should be ssh_pub_key. The code works fine as it's load by %params :) It would be helpful if you can update doc so that the users of this don't have to go into the code.

Wait on create_droplet

Hi,

Is there a way to call create_droplet that doesn't return until the droplet creation is complete?

my $droplet = $do->create_droplet(
    name => 'adavis-testrunnerr',
    region => "sfo2",
    size => "s-4vcpu-8gb",
    image => $image->id,
    ssh_keys => [ $ssh_key ],
    wait_on_event => 1,
);

I've got this but it returns before it even has an IP address let alone is already up. So I'm having to poll DO till it has provisioned an ip.

do {
  say "sleep count: " . $count;
  sleep(1);
  $count = $count + 1;
  $droplet =  $do->droplet($droplet->id);
} until($droplet->{networks}->{v4}->[0]->{ip_address} || $count > 120);

And at this stage the droplet isn't up, it's still being provisioned. Is there a way to see when creation is no longer in progress? I'm trying to avoid having to poll the actions url till it is no longer 'in-progress'

Depricated 1.0 API

We're using this library to manage our DigitalOcean connection, and they've reached out to us because they noticed it's still using the 1.0 API:

You should have recently received a system message from DigitalOcean to remind you of the pending API v1 deprecation on November 9th.
I'm following up with you now as we've seen that you are still actively using API v1 for some of your deployments. We want to be sure
that you have ample time to put an alternative in place using API v2.

Is there an update in the works, or would patches be welcome?

Provide screenshots

Please, take a picture. Your product is an interface but there are no visualization of its.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.