Mistral: add deps for rabbitmq job

This PS adds dep checking for the rabbitmq management jobs.

Change-Id: I513213317c235b57d6877dc5c012fef03f484c1b
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-06-05 17:50:28 -05:00
parent fb22bbf6cf
commit ff2e807795
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