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 E482A200C6A for ; Wed, 19 Apr 2017 12:42:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E32D8160BAA; Wed, 19 Apr 2017 10:42:47 +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 476EA160B94 for ; Wed, 19 Apr 2017 12:42:47 +0200 (CEST) Received: (qmail 69666 invoked by uid 500); 19 Apr 2017 10:42:46 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 69642 invoked by uid 99); 19 Apr 2017 10:42:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 10:42:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 143F91B05F3 for ; Wed, 19 Apr 2017 10:42:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-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-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id eWs1rrs92yqi for ; Wed, 19 Apr 2017 10:42:44 +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 859355FDCB for ; Wed, 19 Apr 2017 10:42:44 +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 7FC7FE0641 for ; Wed, 19 Apr 2017 10:42:43 +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 214FB21B48 for ; Wed, 19 Apr 2017 10:42:42 +0000 (UTC) Date: Wed, 19 Apr 2017 10:42:42 +0000 (UTC) From: "Aled Sage (JIRA)" To: dev@brooklyn.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (BROOKLYN-476) Externalized config fails for BYON location with windows machines MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Apr 2017 10:42:48 -0000 Aled Sage created BROOKLYN-476: ---------------------------------- Summary: Externalized config fails for BYON location with windows machines Key: BROOKLYN-476 URL: https://issues.apache.org/jira/browse/BROOKLYN-476 Project: Brooklyn Issue Type: Bug Affects Versions: 0.10.0 Reporter: Aled Sage Fix For: 0.11.0 A customer wants to use externalized-configuration for a BYON location with windows VMs. Unfortunately this does not work (but does for ssh-based VMs). Below is a simple example. The first snippet is for the {{brooklyn.cfg}} file; the second is the blueprint that references it: {noformat} brooklyn.external.credentials=org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier brooklyn.external.credentials.byonPassword=pa55wOrd {noformat} {noformat} byon: hosts: - winrm: 192.168.1.2 user: admin password: $brooklyn:external("credentials", "byonPassword") osFamily: windows services: - type: org.apache.brooklyn.entity.software.base.VanillaWindowsProcess brooklyn.config: launch.command: echo launch checkRunning.command: echo running {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)