openstack-ansible-os_swift/tasks/swift_storage_hosts.yml
Andy McCrae 7a4f1c7d9e Fix dedicated replication network logic
* Adjust the init scripts to be dropped
* Ensure dedicated server is started for dedicated replication network
* Remove the dedicated replication conf when no dedicated replication
network is in use.

Closes-Bug: 1435802
Change-Id: I8ccc32eb7d3cdeb36b3cae94ea51d8b0a1fd3e71
2015-03-24 12:43:47 +00:00

20 lines
759 B
YAML

---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: swift_storage_hosts_setup.yml
- include: swift_storage_hosts_object.yml
- include: swift_storage_hosts_account.yml
- include: swift_storage_hosts_container.yml