From notifications-return-15567-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Sat Jul 6 09:27:32 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id BD47218060E for ; Sat, 6 Jul 2019 11:27:31 +0200 (CEST) Received: (qmail 32070 invoked by uid 500); 6 Jul 2019 09:27:31 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 32038 invoked by uid 500); 6 Jul 2019 09:27:31 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 32033 invoked by uid 99); 6 Jul 2019 09:27:31 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2019 09:27:31 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CFAE687AD6; Sat, 6 Jul 2019 09:27:25 +0000 (UTC) Date: Sat, 06 Jul 2019 09:27:26 +0000 To: "commits@libcloud.apache.org" Subject: [libcloud] 01/06: Merge branch 'packet-driver-extensions-cherrypick' of https://github.com/mistio/libcloud into mistio-packet-driver-extensions-cherrypick MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: tomaz@apache.org In-Reply-To: <156240524544.29033.3491718314388205400@gitbox.apache.org> References: <156240524544.29033.3491718314388205400@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: libcloud X-Git-Refname: refs/heads/trunk X-Git-Reftype: branch X-Git-Rev: 68ecf5b24b55d90388c49afa374fdc965b3985a6 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20190706092725.CFAE687AD6@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git commit 68ecf5b24b55d90388c49afa374fdc965b3985a6 Merge: c77fa8b 6d18930 Author: Tomaz Muraus AuthorDate: Thu Jul 4 23:19:44 2019 +0200 Merge branch 'packet-driver-extensions-cherrypick' of https://github.com/mistio/libcloud into mistio-packet-driver-extensions-cherrypick CHANGES.rst | 2 +- docs/_static/images/provider_logos/packet.png | Bin 41262 -> 44295 bytes docs/_static/images/provider_logos/packetnet.png | Bin 17846 -> 0 bytes docs/compute/_supported_methods_block_storage.rst | 2 +- .../_supported_methods_image_management.rst | 2 +- .../_supported_methods_key_pair_management.rst | 2 +- docs/compute/_supported_methods_main.rst | 2 +- docs/compute/_supported_providers.rst | 2 +- docs/compute/drivers/packet.rst | 4 +- libcloud/compute/base.py | 3 +- libcloud/compute/drivers/packet.py | 642 +++++++++++++++++++-- libcloud/data/pricing.json | 9 + .../test/compute/fixtures/packet/associate_ip.json | 36 ++ .../compute/fixtures/packet/attach_volume.json | 11 + .../fixtures/packet/bgp_config_project_1.json | 17 + .../fixtures/packet/bgp_config_project_2.json | 17 + .../fixtures/packet/bgp_config_project_3.json | 1 + .../fixtures/packet/bgp_session_create.json | 14 + .../compute/fixtures/packet/bgp_session_get.json | 14 + .../test/compute/fixtures/packet/bgp_sessions.json | 16 + .../compute/fixtures/packet/create_volume.json | 38 ++ .../compute/fixtures/packet/device_events.json | 202 +++++++ libcloud/test/compute/fixtures/packet/devices.json | 2 +- .../fixtures/packet/devices_for_project.json | 440 ++++++++++++++ .../test/compute/fixtures/packet/ip_address.json | 38 ++ .../compute/fixtures/packet/ip_assignments.json | 178 ++++++ .../compute/fixtures/packet/node_bandwidth.json | 139 +++++ .../compute/fixtures/packet/project_events.json | 95 +++ .../test/compute/fixtures/packet/project_ips.json | 191 ++++++ .../test/compute/fixtures/packet/projects.json | 125 ++++ .../test/compute/fixtures/packet/reserve_ip.json | 29 + libcloud/test/compute/fixtures/packet/volumes.json | 122 ++++ libcloud/test/compute/test_packet.py | 291 +++++++++- 33 files changed, 2640 insertions(+), 46 deletions(-)