Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0BA4F200D0C for ; Wed, 20 Sep 2017 23:17:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 09FFD1609E3; Wed, 20 Sep 2017 21:17:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 48A7A1609D8 for ; Wed, 20 Sep 2017 23:17:03 +0200 (CEST) Received: (qmail 95331 invoked by uid 500); 20 Sep 2017 21:17:02 -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 95320 invoked by uid 99); 20 Sep 2017 21:17:02 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Sep 2017 21:17:02 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id D393CC9013 for ; Wed, 20 Sep 2017 21:17:01 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id PiatIdIjNE7T for ; Wed, 20 Sep 2017 21:17:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D35535FC69 for ; Wed, 20 Sep 2017 21:17:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5ECEEE0B4A for ; Wed, 20 Sep 2017 21:17:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 16B30218F2 for ; Wed, 20 Sep 2017 21:17:00 +0000 (UTC) Date: Wed, 20 Sep 2017 21:17:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-934) Add support for GCE instance labels MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Sep 2017 21:17:04 -0000 [ https://issues.apache.org/jira/browse/LIBCLOUD-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16173838#comment-16173838 ] ASF GitHub Bot commented on LIBCLOUD-934: ----------------------------------------- GitHub user maxlip opened a pull request: https://github.com/apache/libcloud/pull/1115 [LIBCLOUD-934] Adding support for GCE node labels. ## Changes Title [LIBCLOUD-934] Adding support for GCE node labels. ### Description Added the ability to set [resource labels](https://cloud.google.com/compute/docs/reference/latest/instances/setLabels ) for GCE VMs. This can be done on node/multinode creation or via new ex_set_node_labels method. There a few relevant JIRAs, such as https://issues.apache.org/jira/browse/LIBCLOUD-934 For more information on contributing, please see [Contributing](http://libcloud.readthedocs.org/en/latest/development.html#contributing) section of our documentation. ### Status - done, ready for review ### 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) - [ ] [ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes) (required for bigger changes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/maxlip/libcloud LIBCLOUD-934_gce-node-labels Alternatively you can review and apply these changes as the patch at: https://github.com/apache/libcloud/pull/1115.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1115 ---- commit 76848e98927d3261b03d8dcba3d1dfd8a2cab9d0 Author: maxlip Date: 2017-09-20T21:09:18Z [LIBCLOUD-934] Adding support for GCE node labels. ---- > Add support for GCE instance labels > ----------------------------------- > > Key: LIBCLOUD-934 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-934 > Project: Libcloud > Issue Type: Bug > Components: Compute > Affects Versions: 0.2.0 > Environment: Ubuntu 17.04 > Reporter: Hrish > > Output of pip freeze | grep libcloud > apache-libcloud==2.0.0 > The version is actually 2.0.0 but I cannot see it in the dropdown. > There is no support for fetching the labels for GCE instances - [https://cloud.google.com/compute/docs/labeling-resources] -- This message was sent by Atlassian JIRA (v6.4.14#64029)