Uploaded image for project: 'Brooklyn'
  1. Brooklyn
  2. BROOKLYN-476

Externalized config fails for BYON location with windows machines

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.10.0
    • 0.11.0
    • None

    Description

      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:

      brooklyn.external.credentials=org.apache.brooklyn.core.config.external.InPlaceExternalConfigSupplier
      brooklyn.external.credentials.byonPassword=pa55wOrd
      
        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
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              aled.sage Aled Sage
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: