Comment 1 for bug 2048333

Revision history for this message
Alex Kavanagh (ajkavanagh) wrote :

So the ceph-public-network config option sets "public network = <...>" and "public addr =" in ceph.conf:

{% if options.networks %}
public network = {{ options.networks|join(',') }}
{%- endif %}
{%- if options.public_addr %}
public addr = {{ options.public_addr }}
{%- endif %}

It doesn't do anything more from a networking perspective, other that telling configuring ceph-fs.

So how have you set up the networking for the containers (from juju) in terms of networking and the underlying infra? Is there a bundle you can share? Is it on MAAS?

Thanks.