Merge "Mistral: add deps for rabbitmq job"

This commit is contained in:
Zuul 2018-06-06 15:36:24 +00:00 committed by Gerrit Code Review
commit a09fa5c954
2 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@ 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.
*/}}
{{- if .Values.manifests.job_rabbit_init }}
{{- $rmqUserJob := dict "envAll" . "serviceName" "mistral" -}}
{{ $rmqUserJob | include "helm-toolkit.manifests.job_rabbit_init" }}

View File

@ -97,6 +97,7 @@ dependencies:
- mistral-db-sync
- mistral-ks-user
- mistral-ks-endpoints
- mistral-rabbit-init
services:
- endpoint: internal
service: oslo_db
@ -121,6 +122,7 @@ dependencies:
- mistral-db-sync
- mistral-ks-user
- mistral-ks-endpoints
- mistral-rabbit-init
services:
- endpoint: internal
service: oslo_db
@ -131,6 +133,7 @@ dependencies:
- mistral-db-sync
- mistral-ks-user
- mistral-ks-endpoints
- mistral-rabbit-init
services:
- endpoint: internal
service: oslo_db
@ -141,6 +144,7 @@ dependencies:
- mistral-db-sync
- mistral-ks-user
- mistral-ks-endpoints
- mistral-rabbit-init
services:
- endpoint: internal
service: oslo_db