Fix actions for Aodh and Swift
These two roles were missing 'stop' and 'deploy-containers', respectively. Change-Id: Iaf434be9baf1973323bb177fad799aea39210fba
This commit is contained in:
parent
4e62c86236
commit
c1a6ca0d21
6
ansible/roles/aodh/tasks/stop.yml
Normal file
6
ansible/roles/aodh/tasks/stop.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- import_role:
|
||||
name: service-stop
|
||||
vars:
|
||||
project_services: "{{ aodh_services }}"
|
||||
service_name: "{{ project_name }}"
|
2
ansible/roles/swift/tasks/deploy-containers.yml
Normal file
2
ansible/roles/swift/tasks/deploy-containers.yml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
- import_tasks: start.yml
|
Loading…
Reference in New Issue
Block a user