Discussion:
how to bind to the default space in a bundle
James Beedy
2017-11-10 06:01:40 UTC
Permalink
Is it possible to accomplish the following using a bundle?

`juju deploy --bind "default-space db=db-space db-admin=admin-space" mysql`


thanks
Alberto Colla
2017-11-10 08:17:10 UTC
Permalink
hi James,

try this:

mysql:
...
bindings:
"": default-space
db: db-space
db-admin: admin-space
...

I hope it helps,

cheers,

Alberto
Post by James Beedy
Is it possible to accomplish the following using a bundle?
`juju deploy --bind "default-space db=db-space db-admin=admin-space" mysql`
thanks
--
Alberto Colla
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|GARR - The Italian Academic and Research Network |
|Via dei Tizii, 6 I-00185 Rome - Italy |
|office: +39 06 4962 2301 mobile: +39 340 46 24 581 |
|Email: ***@garr.it http://www.garr.it |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Loading...