openstack-ansible-os_swift/doc/source/configure-swift-add.rst
Travis Truman d3305e4be0 Relocate Swift configuration docs to os_swift role
Change-Id: Ic3e6540556eeb0518d8e6c59b32f38a427071799
2016-08-15 12:54:04 -04:00

1.1 KiB

Home OpenStack-Ansible Swift

Add to existing deployment

Complete the following procedure to deploy swift on an existing deployment.

  1. The section called "Configure and mount storage devices"

  2. The section called "Configure an Object Storage deployment"

  3. Optionally, allow all keystone users to use swift by setting swift_allow_all_users in the user_variables.yml file to True. Any users with the _member_ role (all authorized keystone users) can create containers and upload objects to swift.

    If this value is False, by default only users with the admin or swiftoperator role can create containers or manage tenants.

    When the backend type for the glance is set to swift, glance can access the swift cluster regardless of whether this value is True or False.

  4. Run the swift play:

    # cd /opt/openstack-ansible/playbooks
    # openstack-ansible os-swift-install.yml