> On 15 set 2017, at 16:46, Rick Harding <[email protected]> wrote:
>
> On Fri, Sep 15, 2017 at 10:33 AM Giuseppe Attardi <[email protected]>
> wrote:
> Is it possible to use variables in the bundle defined in the bundle-config?
>
> Not currently no, there's no string substitution in there. Are you looking
> for model specific data to make it in? Or some other input?
What we do in our bundles is this:
variables:
network-space-pub: &network_space_pub space-pub
…
services:
keystone:
bindings:
public: *network_space_pub
…
openstack-dashboard:
bindings:
shared-db: *network_space_os_mgmt
cluster: *network_space_os_mgmt
website: *network_space_pub
It would be nice to place these variable definitions in the bundle-config file.
—
--
Juju mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/juju