Files
swift/doc/source/install/controller-install-debian.rst
Tim Burke aa3a4eeb27 docs: Fix python3 package names
Closes-Bug: #2120783
Signed-off-by: Tim Burke <tim.burke@gmail.com>
Change-Id: Id175329d717bb4959def8b43765fec668aa26696
2025-08-22 09:02:01 -07:00

1.8 KiB

Install and configure the controller node for Debian

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 Debian.

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:

    # apt-get install swift swift-proxy python3-swiftclient \
      python3-keystoneclient python3-keystonemiddleware \
      memcached

    Note

    Complete OpenStack environments already include some of these packages.

    1. Create the /etc/swift directory.

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

      # curl -o /etc/swift/proxy-server.conf https://opendev.org/openstack/swift/raw/branch/master/etc/proxy-server.conf-sample