
This PS adds gated documentation for a NFS developer environment. Change-Id: I64488f5e4ef3202e11eff79685a63e16286d5db7
160 lines
3.7 KiB
ReStructuredText
160 lines
3.7 KiB
ReStructuredText
===================
|
|
Deployment With NFS
|
|
===================
|
|
|
|
Deploy NFS Provisioner
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/040-nfs-provisioner.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/040-nfs-provisioner.sh
|
|
|
|
Deploy MariaDB
|
|
^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/050-mariadb.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/050-mariadb.sh
|
|
|
|
Deploy RabbitMQ
|
|
^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/060-rabbitmq.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/060-rabbitmq.sh
|
|
|
|
Deploy Memcached
|
|
^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/070-memcached.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/070-memcached.sh
|
|
|
|
Deploy Keystone
|
|
^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/080-keystone.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/080-keystone.sh
|
|
|
|
Deploy Heat
|
|
^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/090-heat.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/090-heat.sh
|
|
|
|
Deploy Horizon
|
|
^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/100-horizon.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/100-horizon.sh
|
|
|
|
Deploy Glance
|
|
^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/120-glance.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/120-glance.sh
|
|
|
|
Deploy OpenvSwitch
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/140-openvswitch.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/140-openvswitch.sh
|
|
|
|
Deploy Libvirt
|
|
^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/150-libvirt.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/150-libvirt.sh
|
|
|
|
Deploy Compute Kit (Nova and Neutron)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/160-compute-kit.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/160-compute-kit.sh
|
|
|
|
Setup the gateway to the public network
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
.. literalinclude:: ../../../../tools/deployment/developer/nfs/170-setup-gateway.sh
|
|
:language: shell
|
|
:lines: 1,17-
|
|
|
|
Alternatively, this step can be performed by running the script directly:
|
|
|
|
.. code-block:: shell
|
|
|
|
./tools/deployment/developer/nfs/170-setup-gateway.sh
|