Files
packstack-vagrant/doc/source/usage.rst
Christian Berendt fc415f5067 Add script to enable fake drivers for nova-compute
Change-Id: Ide5cac229d5862a770ec9b4fb71a82cbe114365a
2015-05-07 23:45:54 +02:00

51 lines
1.3 KiB
ReStructuredText

Usage
=====
Credentials
-----------
- The password for the OpenStack user ``admin`` in the tenant ``admin``
is ``password``.
- The password for the Nagios user ``nagiosadmin`` is ``password``.
Webinterfaces
-------------
- The OpenStack Dashboard is available on the controller node, by
default at http://10.100.50.10/dashboard/.
- The webinterface of Nagios is available on the controller node, by
default at http://10.100.50.10/nagios/.
CLIs
----
All command line interfaces are installed on the controller node.
APIs
----
All OpenStack API services are running on the controller node with the
default IP address ``10.100.50.10``.
Helper scripts
--------------
All helper scripts can be found on the ``controller`` node in the
``/home/vagrant/scripts`` directory.
Rally
~~~~~
Install `Rally <https://github.com/openstack/rally>`_, a framework for
performance analysis and benchmarking of individual OpenStack components,
with ``/home/vagrant/scripts/rally.sh`` to ``/opt/rally``. The directory
is accessible through the webserver, by default at http://10.100.50.10/rally/.
Fake Drivers
~~~~~~~~~~~~
To enable the `fake drivers <http://docs.openstack.org/developer/nova/devref/fakes.html>`_
for the ``nova-compute`` service on all compute nodes run the
script ``/home/vagrant/scripts/nova_fake.sh``.