Checking certificate files for octavia
There is not precheck for certificate files for octavia, this patch add it. Change-Id: I0031a65d5c83c09ce0e16db9094f3dea12024495 Closes-bug: #1663575
This commit is contained in:
parent
0a8e2a6206
commit
68d30d8fd6
@ -25,3 +25,13 @@
|
||||
when:
|
||||
- container_facts['octavia_health_manager'] is not defined
|
||||
- inventory_hostname in groups['octavia-health-manager']
|
||||
|
||||
- name: Checking certificate files exist for octavia
|
||||
local_action: stat path="{{ node_custom_config }}/octavia/{{ item }}"
|
||||
register: result
|
||||
failed_when: not result.stat.exists
|
||||
when: inventory_hostname in groups['octavia-worker']
|
||||
with_items:
|
||||
- cakey.pem
|
||||
- ca_01.pem
|
||||
- client.pem
|
||||
|
Loading…
x
Reference in New Issue
Block a user