
Update cinder configuration for Liberty. Includes moving basic host configuration of the block storage node to environment section. Also addresses some consistency issues, mostly from the RST conversion. Changes and testing specific to distribution packages primarily involve Ubuntu. Other distributions may require additional patches. Change-Id: I8915bc5fad5d278fd73899476bf6d90970d18564 Implements: bp installguide-liberty
26 lines
559 B
ReStructuredText
26 lines
559 B
ReStructuredText
Block storage node (Optional)
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
If you want to deploy the Block Storage service, configure one
|
|
additional storage node.
|
|
|
|
Configure network interfaces
|
|
----------------------------
|
|
|
|
#. Configure the management interface:
|
|
|
|
* IP address: ``10.0.0.41``
|
|
|
|
* Network mask: ``255.255.255.0`` (or ``/24``)
|
|
|
|
* Default gateway: ``10.0.0.1``
|
|
|
|
Configure name resolution
|
|
-------------------------
|
|
|
|
#. Set the hostname of the node to ``block1``.
|
|
|
|
#. .. include:: shared/edit_hosts_file.txt
|
|
|
|
#. Reboot the system to activate the changes.
|