From notifications-return-14295-archive-asf-public=cust-asf.ponee.io@libcloud.apache.org Thu Feb 1 11:17:04 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 4BAF9180652 for ; Thu, 1 Feb 2018 11:17:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 3B959160C56; Thu, 1 Feb 2018 10: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 82F04160C26 for ; Thu, 1 Feb 2018 11:17:03 +0100 (CET) Received: (qmail 28886 invoked by uid 500); 1 Feb 2018 10: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 28876 invoked by uid 99); 1 Feb 2018 10: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; Thu, 01 Feb 2018 10: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 4FB49C0C3F for ; Thu, 1 Feb 2018 10:17:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.811 X-Spam-Level: X-Spam-Status: No, score=-109.811 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id q-aBhwKQvVHb for ; Thu, 1 Feb 2018 10:17:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 0B3D85F1EE for ; Thu, 1 Feb 2018 10:17:01 +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 50F46E012F for ; Thu, 1 Feb 2018 10: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 1488121E82 for ; Thu, 1 Feb 2018 10:17:00 +0000 (UTC) Date: Thu, 1 Feb 2018 10:17:00 +0000 (UTC) From: "Arturo Noha (JIRA)" To: notifications@libcloud.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (LIBCLOUD-980) c5 instances not available via libcloud ec2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LIBCLOUD-980?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 348341#comment-16348341 ]=20 Arturo Noha commented on LIBCLOUD-980: -------------------------------------- [~quentinp] Thanks for the information. Is there an ETA for when this will = be available? > c5 instances not available via libcloud ec2 > ------------------------------------------- > > Key: LIBCLOUD-980 > URL: https://issues.apache.org/jira/browse/LIBCLOUD-980 > Project: Libcloud > Issue Type: Bug > Reporter: Arturo Noha > Priority: Blocker > > The new c5 family of instances is not available in the ec2 driver. > This is a blocker for me as I am automating the build of a batch of c5.xl= arge instances. > As a quick fix I've added the following locally to *libcloud/compute/driv= ers/ec2.py*=C2=A0to be able to run the build: > {code:java} > INSTANCE_TYPES =3D { > ... > 'c5.xlarge': { > 'id': 'c5.xlarge', > 'name': 'Compute Optimized Extra Large Instance', > 'ram': GiB(8), > 'disk': 0, # EBS only > 'bandwidth': None, > 'extra': { > 'cpu': 4 > } > }, > ... > # EU (London) Region > 'eu-west-2': { > ... > 'instance_types': [ > ... > 'c5.xlarge',{code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)