aboutsummaryrefslogtreecommitdiffstats
path: root/docker/services/swift-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-07 10:08:20 +0000
committerGerrit Code Review <review@openstack.org>2017-03-07 10:08:20 +0000
commita4c8067eec098c2efe5409ae1c9df2f5dbfc842f (patch)
tree672e9c703e8cee2e83f78b5bd6e29c0a36907815 /docker/services/swift-storage.yaml
parentfcd1c14ef51ca55d16f581ec629496d414dd5387 (diff)
parentfb748ba307684bd71ceaa0765a22389f9385ae88 (diff)
Merge "Enable composable upgrades for docker service templates"
Diffstat (limited to 'docker/services/swift-storage.yaml')
-rw-r--r--docker/services/swift-storage.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/docker/services/swift-storage.yaml b/docker/services/swift-storage.yaml
index ab9946f3..2eb55632 100644
--- a/docker/services/swift-storage.yaml
+++ b/docker/services/swift-storage.yaml
@@ -344,3 +344,20 @@ outputs:
- swift-srv:/srv
- /dev:/dev
environment: *kolla_env
+ upgrade_tasks:
+ - name: Stop and disable swift storage services
+ tags: step2
+ service: name={{ item }} state=stopped enabled=no
+ with_items:
+ - openstack-swift-account-auditor
+ - openstack-swift-account-reaper
+ - openstack-swift-account-replicator
+ - openstack-swift-account
+ - openstack-swift-container-auditor
+ - openstack-swift-container-replicator
+ - openstack-swift-container-updater
+ - openstack-swift-container
+ - openstack-swift-object-auditor
+ - openstack-swift-object-replicator
+ - openstack-swift-object-updater
+ - openstack-swift-object