You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2019/03/22 15:03:51 UTC

[GitHub] [libcloud] d-mo opened a new pull request #1282: [WIP] Packet driver extensions

d-mo opened a new pull request #1282: [WIP] Packet driver extensions
URL: https://github.com/apache/libcloud/pull/1282
 
 
   ## Extend Packet driver
   ### Description
   * Support pagination & extra metadata in list_nodes
   * Support cloud_init & all available params in create_node
   * New node methods: ex_start_node, ex_stop_node, ex_reinstall_node, ex_rescue_node, ex_update_node, ex_get_node_bandwidth, ex_list_ip_assignments_for_node, ex_list_events_for_node
   * New project methods: ex_list_projects, ex_list_events_for_project
   * New BGP methods: ex_list_bgp_sessions_for_project, ex_create_bgp_session, ex_list_bgp_sessions_for_node, ex_list_bgp_sessions, ex_get_bgp_session, ex_delete_bgp_session
   * Use multiprocessing to get nodes for all projects in parallel if project_id not specified
   * Fix list_sizes to return only server sizes (it also contained storage items)
   * Add Project object with information for the Project
   * Return size id instead of name in node.extra['plan']
   * Return location code instead of name in node.extra['facility']
   * Add tests for all new methods
   
   ### Status
   
   - work in progress
   
   ### Checklist (tick everything that applies)
   
   - [x] [Code linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide) (required, can be done after the PR checks)
   - [ ] Documentation
   - [x] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
   - [x] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services