Return-Path: X-Original-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EBD727FC9 for ; Fri, 30 Sep 2011 19:17:54 +0000 (UTC) Received: (qmail 6009 invoked by uid 500); 30 Sep 2011 19:17:54 -0000 Delivered-To: apmail-incubator-bigtop-dev-archive@incubator.apache.org Received: (qmail 5965 invoked by uid 500); 30 Sep 2011 19:17:54 -0000 Mailing-List: contact bigtop-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-dev@incubator.apache.org Received: (qmail 5956 invoked by uid 99); 30 Sep 2011 19:17:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 19:17:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rvs@cloudera.com designates 209.85.210.175 as permitted sender) Received: from [209.85.210.175] (HELO mail-iy0-f175.google.com) (209.85.210.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2011 19:17:48 +0000 Received: by iadx2 with SMTP id x2so2260663iad.6 for ; Fri, 30 Sep 2011 12:17:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.156.3 with SMTP id x3mr3159470icw.212.1317410247489; Fri, 30 Sep 2011 12:17:27 -0700 (PDT) Sender: rvs@cloudera.com Received: by 10.42.174.2 with HTTP; Fri, 30 Sep 2011 12:17:27 -0700 (PDT) Date: Fri, 30 Sep 2011 12:17:27 -0700 X-Google-Sender-Auth: F7FRbb0HLdivYL51iYC3Plh_trc Message-ID: Subject: Using osuosl.org's supercell VMs for Bigtop From: Roman Shaposhnik To: bigtop-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org For the past couple of weeks I've been working with the nice folks @osuosl.org on having VMs for Bigtop project. The idea was to run our Jenkins out of their DC. Unfortunately, though, there seems to be a policy on their end that prevents an unrestricted web access. Even though we do have a proxy established: http://bigtop.sc.osuosl.org/ it must be password protected. Now, I really think that one of the fundamental values in Bigtop is to bring transparency to Hadoop and Hadoop's ecosystem releases. And having a password protected Jenkins defeats that purpose. I think the options we've got come down: * having VMs @osuosl.org and a public Jenkis master on EC2. Slaves will connect via JNLP since port-forwarding is too tricky and probably won't fly with Supercell guys. * use a Build Publisher Plugin Which way should we go? Thanks, Roman.