Commit Graph

11 Commits

Author SHA1 Message Date
gord chung 7f22c5bee0 doc: move install guide to main doc dir
Change-Id: Ifa323f9e4044dfd683c0bfd110a41ca9986601ef
2017-07-18 20:20:11 +00:00
gord chung 3eb256abff remove collector instructions
collector is not necessary so no point telling people how to use
it.

Change-Id: I513393e3aee20f110bd28cab0344bc5b118a4dce
2017-02-22 16:13:59 +00:00
gord chung b01c33f78b chill out on the number of items in toc
we have an absurd amount of entries in our table of contents[1]. this
patch does better groupings so we nest a bit more.

[1] https://docs.openstack.org/project-install-guide/telemetry/draft/

Change-Id: Ib56af520483b39e2c80ce03e0cf48a18bbfa5267
2017-02-22 09:48:59 -05:00
gord chung ec508a1645 fix gnocchi url links
Change-Id: I19696684855c1a52d54e781460f48cfba9c926cf
Closes-Bug: #1664215
2017-02-13 17:57:45 +00:00
gord chung 8342ff8968 drop api and storage references from install-guide
stop telling people how to use deprecated/unmaintained stuff
- remove all db docs detailing mongo install/config
- cleanup get_started.rst
  - remove note about future agents because i don't know what magic
    it's hinting at.
  - add note that collector is optional
- drop all notes about api service and notes about storage
- drop all stuff about configuring api with apache
- replace ceilometer+mongo config notes with ceilometer+gnocchi.
- remove keystone_authtoken config since no more api
- point all distro docs to gnocchi
- add a note to say api+storage is dead.

Change-Id: I494b4e7013ca146ffa640a356cacc4a1a5ee85e8
2017-01-27 16:49:20 +00:00
liyuenan 209275bcc2 Fix the install guide bug
The WSGIScriptAlias in ``/etc/apache2/sites-available/ceilometer.conf``
shoule be ``/usr/lib/python2.7/dist-packages/ceilometer/api/app.wsgi``

Closes-Bug: #1644972

Change-Id: Id795520b1330114243c6045162abad6d4d1f1ae8
Signed-off-by: liyuenan <liyuenan@huawei.com>
2016-12-05 13:53:39 +00:00
Mehdi Abaakouk 0e63667759 doc: fix the wsgi configuration file name
Closes-bug: #1631629
Change-Id: Id5658e576dbeade72c6dfc9500e0cfe413eb4d93
2016-11-15 08:42:15 +01:00
Jenkins f2d2dab43a Merge "correct the mistake in install-guide document" 2016-08-27 16:19:59 +00:00
chen-xing ded35e31c8 [install] Add a missing stash
backport: mitaka

Change-Id: Ic3b031272baa3938b45510d7c145d445f29bbce3
Closes-Bug: #1617355
2016-08-26 23:20:50 +08:00
xiaozhuangqing 955845120e correct the mistake in install-guide document
as we all know , ubuntu has no systemctl cli to handle
a server, instead of service cli. so we need use
: service mongodb restart

Change-Id: Ib44daab2ccfed3ef3f2cf797e6d9386522fee896
2016-08-26 08:52:08 +08:00
Ildiko Vancsa b33f32b714 Add install-guide for ceilometer
This adds ceilometer-specific contents of the OpenStack Installation Guide
in the ceilometer repo per [1]. A separate change will remove the
ceilometer contents from the OpenStack Installation Guide for Newton per [2].

The ceilometer install-guide structure is based on Install Guide
Cookiecutter [3].

Also adds tox.ini environment for install-guide and adds
openstackdocs-theme to test-requirements.txt.

[1] http://specs.openstack.org/openstack/docs-specs/specs/newton/project-specific-installguides.html
[2] http://specs.openstack.org/openstack/docs-specs/specs/newton/installguide.html
[3] https://review.openstack.org/#/c/314229/

Partially-Implements: blueprint projectspecificinstallguide
Change-Id: Iffc5d7243e9eeb74c9dd7b559ef3de7123269293
2016-06-24 15:34:51 +02:00