X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Finfra_setup%2FREADME.rst;h=0b6dc40ebc6e9ed226595c641e205a785b8e2f6e;hb=fd9f0a7a1e95ff3346144bcb8660fe12721610cb;hp=57b49476fae8f5f953e6c116d8cb636ee743d6f8;hpb=ac6a9b61050d23a9c77c8796013902eb6841b497;p=bottlenecks.git diff --git a/utils/infra_setup/README.rst b/utils/infra_setup/README.rst index 57b49476..0b6dc40e 100644 --- a/utils/infra_setup/README.rst +++ b/utils/infra_setup/README.rst @@ -1,10 +1,18 @@ -================== +.. +.. image:: ../etc/opnfv-logo.png + :height: 40 + :width: 200 + :alt: OPNFV + :align: left +.. +| +| Infra Setup Guide ================== This document gives the guide of how to set up the infrastructure for the use of bottlenecks test cases. -create instances for the applications +Create Instances for the Applications ===================================== Firstly, there is a need to set up several instances for the applications which will be installed. @@ -25,8 +33,36 @@ Parameter $OPENRC_PATH is the path of where your admin-openrc.sh located, which | SEC_GROUP | nova secgroup-list | +-------------+----------------------+ -**Documentation tracking** +Add Floating IPs for the Instances +=================================== + +Check the available floating IPs + +.. code-block:: bash + + nova floating-ip-list + +Check the status of the instances created + +.. code-block:: bash + + nova list + +If there're no available floating IPs, to create one + +.. code-block:: bash + + nova floating-ip-create + +replace with the external network in your environment. + +Associate the floating IP address with the instance + +.. code-block:: bash + + nova add-floating-ip + Revision: _sha1_ -Build date: _date_ +Build date: |today|