On Fri, 2022-02-04 at 02:29 +0000, Yoshi Kadokawa wrote:
> Hi Felipe,
>
> Thank you for looking into this.
> I can reproduce this with the following bundle.
>
> https://pastebin.ubuntu.com/p/X79hSMdfYw/
>
> As you can see from the bundle, I have configured a VIP for manila and
> manila-ganesha and also added relation with Vault.
> Before unsealing Vault, manila-ganesha works ok, however, after
> unsealing Vault which update the endpoint to SSL, then this symptom is
> seen.
I can reproduce the issue now, the piece of the puzzle that I was
missing was the (direct) relation between manila-ganesha and vault.
I was going through the source of the charm and I find no indication of
what should do when it's related to vault, what it did was to install
apache2 and render an empty configuration file:
What's the expected setup when these 2 charms are related?, because I
have the feeling this is just an interface inherited from a layer and
manila-ganesha doesn't use this functionality.
On Fri, 2022-02-04 at 02:29 +0000, Yoshi Kadokawa wrote: /pastebin. ubuntu. com/p/X79hSMdfY w/
> Hi Felipe,
>
> Thank you for looking into this.
> I can reproduce this with the following bundle.
>
> https:/
>
> As you can see from the bundle, I have configured a VIP for manila and
> manila-ganesha and also added relation with Vault.
> Before unsealing Vault, manila-ganesha works ok, however, after
> unsealing Vault which update the endpoint to SSL, then this symptom is
> seen.
I can reproduce the issue now, the piece of the puzzle that I was
missing was the (direct) relation between manila-ganesha and vault.
I was going through the source of the charm and I find no indication of
what should do when it's related to vault, what it did was to install
apache2 and render an empty configuration file:
$ sudo wc -l /etc/apache2/ sites-enabled/ openstack_ https_frontend. conf sites-enabled/ openstack_ https_frontend. conf
0 /etc/apache2/
What's the expected setup when these 2 charms are related?, because I
have the feeling this is just an interface inherited from a layer and
manila-ganesha doesn't use this functionality.
https:/ /opendev. org/openstack/ charm-manila- ganesha/ src/branch/ master/ src/layer. yaml#L16- L18