openstack-manuals/doc/install-guide/source/environment-networking-storage-swift.rst
Christian Berendt 4c2ba9a86a [install] share edit /etc/hosts file instructions
Change-Id: Ica17124ef2a24bed35118fc4070c3f31dd826c8d
Implements: blueprint installguide-liberty
2015-10-08 14:39:19 +00:00

1.0 KiB

Object storage nodes (Optional)

If you want to deploy the Object Storage service, configure two additional storage nodes.

First node

Configure network interfaces

  1. Configure the management interface:
    • IP address: 10.0.0.51
    • Network mask: 255.255.255.0 (or /24)
    • Default gateway: 10.0.0.1

Configure name resolution

  1. Set the hostname of the node to object1.
  2. Reboot the system to activate the changes.

Second node

Configure network interfaces

  1. Configure the management interface:
    • IP address: 10.0.0.52
    • Network mask: 255.255.255.0 (or /24)
    • Default gateway: 10.0.0.1

Configure name resolution

  1. Set the hostname of the node to object2.
  2. Reboot the system to activate the changes.