Merge "Move precheck into its own role"

This commit is contained in:
Jenkins 2016-11-03 12:22:36 +00:00 committed by Gerrit Code Review
commit 84c5727284
51 changed files with 55 additions and 5 deletions
ansible
prechecks.yml
roles
aodh/tasks
barbican/tasks
baremetal/tasks
bifrost/tasks
ceilometer/tasks
ceph/tasks
certificates/tasks
cinder/tasks
cloudkitty/tasks
collectd/tasks
common/tasks
congress/tasks
destroy/tasks
elasticsearch/tasks
etcd/tasks
glance/tasks
gnocchi/tasks
grafana/tasks
haproxy/tasks
heat/tasks
horizon/tasks
influxdb/tasks
ironic/tasks
iscsi/tasks
keystone/tasks
kibana/tasks
kuryr/tasks
magnum/tasks
manila/tasks
mariadb/tasks
memcached/tasks
mistral/tasks
mongodb/tasks
multipathd/tasks
murano/tasks
neutron/tasks
nova/tasks
prechecks/tasks
rabbitmq/tasks
rally/tasks
sahara/tasks
searchlight/tasks
senlin/tasks
swift/tasks
telegraf/tasks
tempest/tasks
vmtp/tasks
watcher/tasks
site.yml
tools

@ -1,4 +0,0 @@
---
- hosts: all
roles:
- prechecks

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -0,0 +1 @@
---

@ -13,6 +13,12 @@
- setup:
tags: always
- hosts:
- all
roles:
- role: prechecks
when: action == "precheck"
- hosts:
- ceph-mon
- ceph-osd

@ -148,7 +148,7 @@ case "$1" in
(prechecks)
ACTION="Pre-deployment checking"
PLAYBOOK="${BASEDIR}/ansible/prechecks.yml"
EXTRA_OPTS="$EXTRA_OPTS -e action=precheck"
;;
(mariadb_recovery)
ACTION="Attempting to restart mariadb cluster"