71c2aa1d90
Implemented via 'kolla-ansible stop'. Change-Id: Iaf8db47e70f023b446c17aa61fc8bb89cf7c2b28 Story: 2007467 Task: 39155
19 lines
583 B
YAML
19 lines
583 B
YAML
---
|
|
# Deploy/pull/reconfigure/stop/upgrade inspection data store.
|
|
#
|
|
# Follows kolla-ansible service deployment patterns.
|
|
#
|
|
# Variables:
|
|
# action: One of deploy, destroy, pull, reconfigure, upgrade
|
|
|
|
- name: Ensure inspection store is deployed
|
|
hosts: controllers[0]
|
|
tags:
|
|
- inspection-store
|
|
roles:
|
|
- role: inspection-store
|
|
inspection_store_action: "{{ kayobe_action }}"
|
|
inspection_store_enabled: "{{ inspector_store_enabled }}"
|
|
inspection_store_port: "{{ inspector_store_port }}"
|
|
inspection_store_config_path: "{{ config_path }}/inspection-store"
|