Home OpenStack-Ansible Installation Guide

Add to existing deploymentΒΆ

Complete the following procedure to deploy Object Storage 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 Identity users to use Object Storage by setting swift_allow_all_users in the user_variables.yml file to True. Any users with the _member_ role (all authorized Identity (keystone) users) can create containers and upload objects to Object Storage.

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

    When the backend type for the Image Service (glance) is set to swift, the Image Service can access the Object Storage cluster regardless of whether this value is True or False.

  4. Run the Object Storage play:

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

Previous topic

Integrate with the Image Service

Next topic

Storage Policies

Project Source

This Page