swift/install-guide/source/controller-install-rdo.rst
lijunbo a480f6c5f0 Update version from Newton to Ocata
Update version from newton to ocata in following files
 install-guide/controller-install-rdo.rst
 install-guide/source/controller-install-ubuntu.rst.

Change-Id: Ia0108e27d3498d3d6b546e6721e087db66eba4b0
2017-04-25 14:03:35 +00:00

1.9 KiB

Install and configure the controller node for Red Hat Enterprise Linux and CentOS

This section describes how to install and configure the proxy service that handles requests for the account, container, and object services operating on the storage nodes. For simplicity, this guide installs and configures the proxy service on the controller node. However, you can run the proxy service on any node with network connectivity to the storage nodes. Additionally, you can install and configure the proxy service on multiple nodes to increase performance and redundancy. For more information, see the Deployment Guide.

This section applies to Red Hat Enterprise Linux 7 and CentOS 7.

Install and configure components

Note

Default configuration files vary by distribution. You might need to add these sections and options rather than modifying existing sections and options. Also, an ellipsis (...) in the configuration snippets indicates potential default configuration options that you should retain.

  1. Install the packages:

    # yum install openstack-swift-proxy python-swiftclient \
      python-keystoneclient python-keystonemiddleware \
      memcached

    Note

    Complete OpenStack environments already include some of these packages.

    1. Obtain the proxy service configuration file from the Object Storage source repository:

      # curl -o /etc/swift/proxy-server.conf https://git.openstack.org/cgit/openstack/swift/plain/etc/proxy-server.conf-sample?h=stable/ocata