[kolla][wallaby][manila] urgent: new BUG ???
Hello, probably we discovered a new bug in kolla wallaby manila generic driver. Starting by victoria release, the manila share conf requires the section [glance] otherwise it cannot create the service instance. We modified the manila conf inserting the section [glance] like the following: [glance] auth_uri = http://10.102.119.194:5000 auth_url = http://10.102.119.194:35357 auth_type = password project_domain_id = default user_domain_id = default region_name = RegionOne endpoint_type = internalURL project_name = service username = glance password = password cafile = memcache_security_strategy = ENCRYPT memcache_secret_key = password memcached_servers = 10.102.119.195:11211,10.102.119.196:11211, 10.102.119.197:11211 And now it can create the service instance. Could anyone verify it, please ? Ignazio
On Thu, Jul 8, 2021 at 5:36 AM Ignazio Cassano <ignaziocassano@gmail.com> wrote:
Hello, probably we discovered a new bug in kolla wallaby manila generic driver. Starting by victoria release, the manila share conf requires the section [glance] otherwise it cannot create the service instance. We modified the manila conf inserting the section [glance] like the following: [glance] auth_uri = http://10.102.119.194:5000 auth_url = http://10.102.119.194:35357 auth_type = password project_domain_id = default user_domain_id = default region_name = RegionOne endpoint_type = internalURL project_name = service username = glance password = password cafile = memcache_security_strategy = ENCRYPT memcache_secret_key = password memcached_servers = 10.102.119.195:11211,10.102.119.196:11211, 10.102.119.197:11211
And now it can create the service instance.
Could anyone verify it, please ?
yes, this looks like a bug in kolla-ansible; the template used needs a [glance] section: https://opendev.org/openstack/kolla-ansible/src/commit/2ecf0a8783a71777ab108... It was called out in this bug report: https://bugs.launchpad.net/kolla-ansible/+bug/1921935
Ignazio
On Fri, 9 Jul 2021 at 05:49, Goutham Pacha Ravi <gouthampravi@gmail.com> wrote:
On Thu, Jul 8, 2021 at 5:36 AM Ignazio Cassano <ignaziocassano@gmail.com> wrote:
Hello, probably we discovered a new bug in kolla wallaby manila generic driver. Starting by victoria release, the manila share conf requires the section [glance] otherwise it cannot create the service instance. We modified the manila conf inserting the section [glance] like the following: [glance] auth_uri = http://10.102.119.194:5000 auth_url = http://10.102.119.194:35357 auth_type = password project_domain_id = default user_domain_id = default region_name = RegionOne endpoint_type = internalURL project_name = service username = glance password = password cafile = memcache_security_strategy = ENCRYPT memcache_secret_key = password memcached_servers = 10.102.119.195:11211,10.102.119.196:11211,10.102.119.197:11211
And now it can create the service instance.
Could anyone verify it, please ?
yes, this looks like a bug in kolla-ansible; the template used needs a [glance] section: https://opendev.org/openstack/kolla-ansible/src/commit/2ecf0a8783a71777ab108...
It was called out in this bug report: https://bugs.launchpad.net/kolla-ansible/+bug/1921935
Thanks for connecting the dots. Looks like the patch stalled: https://review.opendev.org/c/openstack/kolla-ansible/+/787346. I'll tidy it up. Mark
Ignazio
Thanks, Mark Ignazio Il giorno mar 20 lug 2021 alle ore 09:53 Mark Goddard <mark@stackhpc.com> ha scritto:
On Fri, 9 Jul 2021 at 05:49, Goutham Pacha Ravi <gouthampravi@gmail.com> wrote:
On Thu, Jul 8, 2021 at 5:36 AM Ignazio Cassano <ignaziocassano@gmail.com>
Hello, probably we discovered a new bug in kolla wallaby manila generic driver. Starting by victoria release, the manila share conf requires the
wrote: section [glance] otherwise it cannot create the service instance.
We modified the manila conf inserting the section [glance] like the following: [glance] auth_uri = http://10.102.119.194:5000 auth_url = http://10.102.119.194:35357 auth_type = password project_domain_id = default user_domain_id = default region_name = RegionOne endpoint_type = internalURL project_name = service username = glance password = password cafile = memcache_security_strategy = ENCRYPT memcache_secret_key = password memcached_servers = 10.102.119.195:11211,10.102.119.196:11211, 10.102.119.197:11211
And now it can create the service instance.
Could anyone verify it, please ?
yes, this looks like a bug in kolla-ansible; the template used needs a [glance] section: https://opendev.org/openstack/kolla-ansible/src/commit/2ecf0a8783a71777ab108...
It was called out in this bug report: https://bugs.launchpad.net/kolla-ansible/+bug/1921935
Thanks for connecting the dots. Looks like the patch stalled: https://review.opendev.org/c/openstack/kolla-ansible/+/787346. I'll tidy it up. Mark
Ignazio
participants (3)
-
Goutham Pacha Ravi
-
Ignazio Cassano
-
Mark Goddard