52a3e8dffc
We have observed that omitting statefulset on the olso_messaging values can cause octavia workers to ocasionally fail with: AMQP server on rabbitmq.openstack.svc.cluster.local:5672 is unreachable: [Errno 104] Connection reset by peer. Trying again in 1 seconds.: ConnectionResetError: [Errno 104] Connection reset by peer This patch aims to keep the pattern used on the other serivces to setup the transport_url that includes all pods in the statefulset. Change-Id: I1905dc8f443929a03786fd01d6cf4e50ff5d3cb2
27 lines
1007 B
YAML
27 lines
1007 B
YAML
# Copyright 2019 Samsung Electronics Co., Ltd.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
apiVersion: v1
|
|
appVersion: v1.0.0
|
|
description: OpenStack-Helm Octavia
|
|
name: octavia
|
|
version: 0.2.4
|
|
home: https://docs.openstack.org/octavia/latest/
|
|
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Octavia/OpenStack_Project_Octavia_vertical.png
|
|
sources:
|
|
- https://opendev.org/openstack/octavia
|
|
- https://opendev.org/openstack/openstack-helm
|
|
maintainers:
|
|
- name: OpenStack-Helm Authors
|