4c2ba9a86a
Change-Id: Ica17124ef2a24bed35118fc4070c3f31dd826c8d Implements: blueprint installguide-liberty
52 lines
1.0 KiB
ReStructuredText
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.
|