You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/08/12 06:48:46 UTC

[jira] [Updated] (KARAF-2466) make it easy to access environment variables inside karaf configuration properties files - via ${ENV.foo}?

     [ https://issues.apache.org/jira/browse/KARAF-2466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated KARAF-2466:
----------------------------------------
    Fix Version/s:     (was: 2.4.4)
                       (was: 4.0.1)
                       (was: 3.0.5)

> make it easy to access environment variables inside karaf configuration properties files - via ${ENV.foo}?
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-2466
>                 URL: https://issues.apache.org/jira/browse/KARAF-2466
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-core
>            Reporter: james strachan
>            Assignee: Jean-Baptiste Onofré
>
> when using karaf in clouds & PaaS infrastructures like OpenShift, Docker, OpenStack et al; its common to use environment variables to pass in environment specific values; then keep a single disk image. It would be nice if there was an easy way to reference environment variables similar to the ${foo.bar} syntax for accessing system properties.
> Maybe karaf should support some kind of environment variable expansion like 
> {code}
> # define a property based on an env var
> foo = ${ENV.nameOfEnvVar} 
> # e.g. here's the host name
> host = ${ENV.HOSTNAME} 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)