Octavia does not work properly.
Hi everyone. Hope you are well. This is Gopal. I am contacting you as I need your help. So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova, Neutron and Keystone started not to work and I can not access the horizon page either. So, I have checked the logs, for the moment, keystone service does not work after the Octavia installation. *Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens <http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens>: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))* So, I tried to install the Octavia service several times, so if I disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed. So, can you please help me regarding this problem? Thanks.
Hi Gopal, What deployment method are you using? My first guess is that the HTTP server/proxy that handles the API endpoints is broken, can you check the logs there? You mention that disabling the octavia health manager fixes the issue. Do you mean that the other projects (like Nova) work fine when the health manager is disabled but don't work when it is enabled? Greg On Mon, Jun 5, 2023 at 4:57 PM GOPAL RAJORA <gopalrajora1995@gmail.com> wrote:
Hi everyone. Hope you are well. This is Gopal.
I am contacting you as I need your help.
So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova, Neutron and Keystone started not to work and I can not access the horizon page either.
So, I have checked the logs, for the moment, keystone service does not work after the Octavia installation.
*Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens <http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens>: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))*
So, I tried to install the Octavia service several times, so if I disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed.
So, can you please help me regarding this problem?
Thanks.
Hi Greg Thank you so much for your kind reply. Regarding the deployment method, I used the following GitHub helm charts to deploy the Openstack on the K8S env. *https://github.com/openstack/openstack-helm <https://github.com/openstack/openstack-helm>https://github.com/openstack/openstack-helm-infra <https://github.com/openstack/openstack-helm-infra>* So far, all the services are working properly unless I don't install the Octavia service. As the reply to your last question, yes, I think so, generally I don't need to check the logs as the everything works fine, but I could not access the Openstack horizon page after the Octavia is installed, so I checked the logs then and I found the several pods such as Nova, Neutron, Keystone and Horizon have been restarting or CrashLoopBackOff. Such this problem disappears once I disable the health manager and install the Octavia again, so I think the health manager is the problem. Hope this will be helpful. Regards. Gopal. On Tue, Jun 6, 2023 at 9:52 AM Gregory Thiemonge <gthiemonge@redhat.com> wrote:
Hi Gopal,
What deployment method are you using?
My first guess is that the HTTP server/proxy that handles the API endpoints is broken, can you check the logs there?
You mention that disabling the octavia health manager fixes the issue. Do you mean that the other projects (like Nova) work fine when the health manager is disabled but don't work when it is enabled?
Greg
On Mon, Jun 5, 2023 at 4:57 PM GOPAL RAJORA <gopalrajora1995@gmail.com> wrote:
Hi everyone. Hope you are well. This is Gopal.
I am contacting you as I need your help.
So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova, Neutron and Keystone started not to work and I can not access the horizon page either.
So, I have checked the logs, for the moment, keystone service does not work after the Octavia installation.
*Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens <http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens>: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))*
So, I tried to install the Octavia service several times, so if I disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed.
So, can you please help me regarding this problem?
Thanks.
I think you really meant to say your deployment tooling does not work properly. Octavia works just fine as many of us use it every day. What deployment tool are you using? (there are something like 12 that support deploying Octavia) I say this because Octavia does not change the configuration of keystone nor nova, and rarely is a configuration change in neutron needed. So if keystone and nova are having problems after deploying Octavia, it is your deployment tooling that is having a problem. Michael On Tue, Jun 6, 2023 at 12:53 AM Gregory Thiemonge <gthiemonge@redhat.com> wrote:
Hi Gopal,
What deployment method are you using?
My first guess is that the HTTP server/proxy that handles the API endpoints is broken, can you check the logs there?
You mention that disabling the octavia health manager fixes the issue. Do you mean that the other projects (like Nova) work fine when the health manager is disabled but don't work when it is enabled?
Greg
On Mon, Jun 5, 2023 at 4:57 PM GOPAL RAJORA <gopalrajora1995@gmail.com> wrote:
Hi everyone. Hope you are well. This is Gopal.
I am contacting you as I need your help.
So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova, Neutron and Keystone started not to work and I can not access the horizon page either.
So, I have checked the logs, for the moment, keystone service does not work after the Octavia installation.
Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
So, I tried to install the Octavia service several times, so if I disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed.
So, can you please help me regarding this problem?
Thanks.
Hi Michael Thank you for your update. So, I deployed the Octavia service by using following 3 scripts. https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev... https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev... https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev... So, can't I use these scripts for the deployment in reality? Looking forward to hear from you. Thanks, Gopal. On Tue, Jun 6, 2023 at 4:37 PM Michael Johnson <johnsomor@gmail.com> wrote:
I think you really meant to say your deployment tooling does not work properly. Octavia works just fine as many of us use it every day.
What deployment tool are you using? (there are something like 12 that support deploying Octavia)
I say this because Octavia does not change the configuration of keystone nor nova, and rarely is a configuration change in neutron needed. So if keystone and nova are having problems after deploying Octavia, it is your deployment tooling that is having a problem.
Michael
On Tue, Jun 6, 2023 at 12:53 AM Gregory Thiemonge <gthiemonge@redhat.com> wrote:
Hi Gopal,
What deployment method are you using?
My first guess is that the HTTP server/proxy that handles the API
endpoints is broken, can you check the logs there?
You mention that disabling the octavia health manager fixes the issue.
Do you mean that the other projects (like Nova) work fine when the health manager is disabled but don't work when it is enabled?
Greg
On Mon, Jun 5, 2023 at 4:57 PM GOPAL RAJORA <gopalrajora1995@gmail.com>
Hi everyone. Hope you are well. This is Gopal.
I am contacting you as I need your help.
So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova,
Neutron and Keystone started not to work and I can not access the horizon
wrote: page either.
So, I have checked the logs, for the moment, keystone service does not
work after the Octavia installation.
Unable to establish connection to
http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
So, I tried to install the Octavia service several times, so if I
disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed.
So, can you please help me regarding this problem?
Thanks.
Hi Gopal, You will have to inquire with the openstack-helm deployment tooling team. This is an openstack-helm issue and not an Octavia one. Maybe start a new thread with "openstack-helm" in the subject line. Michael On Tue, Jun 6, 2023 at 9:31 AM GOPAL RAJORA <gopalrajora1995@gmail.com> wrote:
Hi Michael Thank you for your update.
So, I deployed the Octavia service by using following 3 scripts.
https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev... https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev... https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev...
So, can't I use these scripts for the deployment in reality? Looking forward to hear from you.
Thanks, Gopal.
On Tue, Jun 6, 2023 at 4:37 PM Michael Johnson <johnsomor@gmail.com> wrote:
I think you really meant to say your deployment tooling does not work properly. Octavia works just fine as many of us use it every day.
What deployment tool are you using? (there are something like 12 that support deploying Octavia)
I say this because Octavia does not change the configuration of keystone nor nova, and rarely is a configuration change in neutron needed. So if keystone and nova are having problems after deploying Octavia, it is your deployment tooling that is having a problem.
Michael
On Tue, Jun 6, 2023 at 12:53 AM Gregory Thiemonge <gthiemonge@redhat.com> wrote:
Hi Gopal,
What deployment method are you using?
My first guess is that the HTTP server/proxy that handles the API endpoints is broken, can you check the logs there?
You mention that disabling the octavia health manager fixes the issue. Do you mean that the other projects (like Nova) work fine when the health manager is disabled but don't work when it is enabled?
Greg
On Mon, Jun 5, 2023 at 4:57 PM GOPAL RAJORA <gopalrajora1995@gmail.com> wrote:
Hi everyone. Hope you are well. This is Gopal.
I am contacting you as I need your help.
So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova, Neutron and Keystone started not to work and I can not access the horizon page either.
So, I have checked the logs, for the moment, keystone service does not work after the Octavia installation.
Unable to establish connection to http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
So, I tried to install the Octavia service several times, so if I disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed.
So, can you please help me regarding this problem?
Thanks.
Hi Michael Thank you for your kind update. So, do you mean there is a problem in the opensack-helm chart of GitHub in terms of Octavia deployment? Thanks. Gopal. On Thu, Jun 8, 2023 at 6:19 PM Michael Johnson <johnsomor@gmail.com> wrote:
Hi Gopal,
You will have to inquire with the openstack-helm deployment tooling team. This is an openstack-helm issue and not an Octavia one.
Maybe start a new thread with "openstack-helm" in the subject line.
Michael
On Tue, Jun 6, 2023 at 9:31 AM GOPAL RAJORA <gopalrajora1995@gmail.com> wrote:
Hi Michael Thank you for your update.
So, I deployed the Octavia service by using following 3 scripts.
https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev...
https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev...
https://github.com/openstack/openstack-helm/blob/master/tools/deployment/dev...
So, can't I use these scripts for the deployment in reality? Looking forward to hear from you.
Thanks, Gopal.
On Tue, Jun 6, 2023 at 4:37 PM Michael Johnson <johnsomor@gmail.com>
I think you really meant to say your deployment tooling does not work properly. Octavia works just fine as many of us use it every day.
What deployment tool are you using? (there are something like 12 that support deploying Octavia)
I say this because Octavia does not change the configuration of keystone nor nova, and rarely is a configuration change in neutron needed. So if keystone and nova are having problems after deploying Octavia, it is your deployment tooling that is having a problem.
Michael
On Tue, Jun 6, 2023 at 12:53 AM Gregory Thiemonge <
gthiemonge@redhat.com> wrote:
Hi Gopal,
What deployment method are you using?
My first guess is that the HTTP server/proxy that handles the API
endpoints is broken, can you check the logs there?
You mention that disabling the octavia health manager fixes the
issue. Do you mean that the other projects (like Nova) work fine when the health manager is disabled but don't work when it is enabled?
Greg
On Mon, Jun 5, 2023 at 4:57 PM GOPAL RAJORA <
gopalrajora1995@gmail.com> wrote:
Hi everyone. Hope you are well. This is Gopal.
I am contacting you as I need your help.
So, recently I installed the Octavia service on the Openstack server. After installation of the Octavia, several services such as Nova,
Neutron and Keystone started not to work and I can not access the horizon
wrote: page either.
So, I have checked the logs, for the moment, keystone service does
not work after the Octavia installation.
Unable to establish connection to
http://keystone-api.openstack.svc.cluster.local:5000/v3/auth/tokens: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
So, I tried to install the Octavia service several times, so if I
disable the health manager, it seems everything works properly, but as you know, Octavia can not work properly if the heath manger is not installed.
So, can you please help me regarding this problem?
Thanks.
participants (3)
-
GOPAL RAJORA
-
Gregory Thiemonge
-
Michael Johnson