You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2017/09/24 14:33:15 UTC

[09/10] libcloud git commit: Merge branch 'trunk' into profitbricks-update

Merge branch 'trunk' into profitbricks-update

Closes #1103


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/53447fcc
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/53447fcc
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/53447fcc

Branch: refs/heads/trunk
Commit: 53447fcc056b3efa7d57a898d51ce42c98aea537
Parents: 5d76cf6 0afdda2
Author: Tomaz Muraus <to...@tomaz.me>
Authored: Sun Sep 24 16:07:47 2017 +0200
Committer: Tomaz Muraus <to...@tomaz.me>
Committed: Sun Sep 24 16:11:58 2017 +0200

----------------------------------------------------------------------
 .codecov.yml                                    |    23 +
 .gitignore                                      |     1 +
 .travis.yml                                     |     5 +-
 CHANGES.rst                                     |    57 +-
 MANIFEST.in                                     |     1 +
 README.rst                                      |     4 +-
 .../generate_provider_feature_matrix_table.py   |     7 +-
 doap_libcloud.rdf                               |     9 +-
 docs/committer_guide.rst                        |    22 +-
 .../_supported_methods_block_storage.rst        |     2 +-
 .../_supported_methods_image_management.rst     |     2 +-
 docs/compute/_supported_providers.rst           |     2 +-
 docs/conf.py                                    |    20 +-
 docs/copyright.rst                              |    10 +
 docs/dns/_supported_providers.rst               |     2 +-
 docs/loadbalancer/_supported_providers.rst      |     2 +-
 docs/storage/_supported_methods_cdn.rst         |     2 +
 docs/storage/_supported_methods_main.rst        |     2 +
 docs/storage/_supported_providers.rst           |     8 +-
 libcloud/__init__.py                            |     3 +-
 libcloud/compute/drivers/azure_arm.py           |    46 +-
 libcloud/compute/drivers/ec2.py                 |    64 +-
 libcloud/compute/drivers/oneandone.py           |   398 +-
 libcloud/compute/ssh.py                         |     5 +-
 libcloud/data/pricing.json                      |    64 +-
 libcloud/http.py                                |    22 +-
 libcloud/storage/drivers/azure_blobs.py         |     6 +-
 libcloud/test/__init__.py                       |     2 +
 ...9_providers_Microsoft_Commerce_RateCard.json | 84270 -----------------
 ...99999999999_providers_Microsoft_Compute.json |   200 -
 ...99999_providers_Microsoft_Compute_disks.json |    65 -
 ...rosoft_Compute_locations_eastus_vmSizes.json |    28 -
 ...9_providers_Microsoft_Compute_snapshots.json |    75 -
 ...iders_Microsoft_Compute_virtualMachines.json |    52 -
 ...ers_Microsoft_Compute_disks_test_disk_1.json |    22 -
 ...Microsoft_Compute_snapshots_test_snap_1.json |    20 -
 ...oft_Compute_virtualMachines_test_node_1.json |    48 -
 ...irtualMachines_test_node_1_InstanceView.json |    27 -
 ...twork_networkInterfaces_test_node_1_nic.json |    38 -
 ...11111_providers_Microsoft_Compute_disks.json |    22 -
 ...1_providers_Microsoft_Compute_snapshots.json |    38 -
 ...9_providers_Microsoft_Commerce_RateCard.json | 84270 +++++++++++++++++
 ...ns_99999999_providers_Microsoft_Compute.json |   200 +
 ...99999_providers_Microsoft_Compute_disks.json |    65 +
 ...rosoft_Compute_locations_eastus_vmSizes.json |    28 +
 ...9_providers_Microsoft_Compute_snapshots.json |    75 +
 ...iders_Microsoft_Compute_virtualMachines.json |    52 +
 ...ers_Microsoft_Compute_disks_test_disk_1.json |    22 +
 ...Microsoft_Compute_snapshots_test_snap_1.json |    20 +
 ...oft_Compute_virtualMachines_test_node_1.json |    48 +
 ...irtualMachines_test_node_1_InstanceView.json |    27 +
 ...twork_networkInterfaces_test_node_1_nic.json |    38 +
 ...11111_providers_Microsoft_Compute_disks.json |    22 +
 ...1_providers_Microsoft_Compute_snapshots.json |    38 +
 libcloud/test/compute/test_azure_arm.py         |    38 +-
 libcloud/test/compute/test_ec2.py               |    10 +-
 libcloud/test/storage/test_azure_blobs.py       |    25 +-
 requirements-tests.txt                          |     4 +-
 scripts/check_file_names.sh                     |    34 +
 tox.ini                                         |    38 +-
 60 files changed, 85516 insertions(+), 85234 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/53447fcc/CHANGES.rst
----------------------------------------------------------------------
diff --cc CHANGES.rst
index 75dbf52,875bfc5..06ad6c0
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@@ -1,23 -1,62 +1,76 @@@
  Changelog
  =========
  
- Changes in current version of Apache Libcloud
- ---------------------------------------------
+ Changes in Apach Libcloud in development
+ ----------------------------------------
+ 
+ - [EC2] Add new x1.16xlarge and x1e.32xlarge instance type. (GITHUB-1101)
+   [@zulupro]
+ 
+ - [EC2] Update pricing information for EC2 instances.
+   [Tomaz Muraus]
+ 
+ Changes in Apache Libcloud 2.2.1
+ --------------------------------
+ 
+ Common
+ ~~~~~~
+ 
+ - Fix an issue with installation failing on some operating system and file
+   systems combinations (e.g. ecryptfs layered on top of ext4) which don't
+   support file names longer than 143 characters. (LIBCLOUD-946, GITHUB-1112)
+ 
+   Reported by Cyrille Verrier.
+   [Tomaz Muraus]
+ 
+ Compute
+ ~~~~~~~
+ 
+ - [EC2] add g3 instance types
+   [GITHUB-1101]
+   (@zulupro)
+ 
+ - [EC2] add 'end' to ec2 reserved_node
+   [GITHUB-1099]
+   (@xofer)
+ 
+ - Decrease sleep delay (from 1.5 to 0.2 seconds) inside paramiko client which
+   is used to prevent busy waiting while waiting for data on the channel.
+ 
+   This should cause deploy scripts which produce a lot of output in incremental
+   manner to finish faster.
+   [Tomaz Muraus]
+ 
+ - Fix a regression in the Azure ARM driver which didn't allow custom storage
+   URI suffix to be used with create_node. (GITHUB-1110)
+   [Lucas Di Pentima]
+ 
+ Tests
+ ~~~~~
+ 
+ - Make sure we normalize header values and cast all the numbers to strings in
+   base connection classes used by tests. (LIBCLOUD-945, GITHUB-1111)
+ 
+   Reported by Erich Eckner.
+   [Tomaz Muraus]
+ 
+ Changes in Apache Libcloud 2.2.0
+ --------------------------------
  
 +Compute
 +~~~~~~~
 +
 +- [EC2] add g3 instance types
 +  [GITHUB-1101]
 +  (@zulupro)
 +
 +- [EC2] add 'end' to ec2 reserved_node
 +  [GITHUB-1099]
 +  (@xofer)
 +
 +Changes in Apache Libcloud 2.2.0
 +--------------------------------
 +
  Common
  ~~~~~~
  

http://git-wip-us.apache.org/repos/asf/libcloud/blob/53447fcc/doap_libcloud.rdf
----------------------------------------------------------------------
diff --cc doap_libcloud.rdf
index 815feed,f298571..6c93df4
--- a/doap_libcloud.rdf
+++ b/doap_libcloud.rdf
@@@ -371,7 -371,14 +371,14 @@@
          <revision>v2.2.0</revision>
        </Version>
    </release>
-     <repository>
+   <release>
+       <Version>
+         <name>2.2.1</name>
+         <created>2017-09-21</created>
+         <revision>v2.2.1</revision>
+       </Version>
+   </release>
 -    <repository>
++  <repository>
        <SVNRepository>
          <location rdf:resource="https://svn.apache.org/repos/asf/libcloud/trunk/"/>
          <browse rdf:resource="https://svn.apache.org/viewvc/libcloud/trunk/"/>