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

52 lines
1.0 KiB
ReStructuredText

Object storage nodes (Optional)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want to deploy the Object Storage service, configure two
additional storage nodes.
First node
----------
Configure network interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. 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
^^^^^^^^^^^^^^^^^^^^^^^^^
#. Set the hostname of the node to ``object1``.
#. .. include:: shared/edit_hosts_file.txt
#. Reboot the system to activate the changes.
Second node
-----------
Configure network interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. 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
^^^^^^^^^^^^^^^^^^^^^^^^^
#. Set the hostname of the node to ``object2``.
#. .. include:: shared/edit_hosts_file.txt
#. Reboot the system to activate the changes.