d500651367
In sphinx, we have a :cgit_file: directive that makes links to files. Thing is - we're not using cgit anymore. So just rename it to git_file. Change-Id: I80aca5fb3cc84281e29843944fea33e6f4d9fe6f
40 lines
1.1 KiB
ReStructuredText
40 lines
1.1 KiB
ReStructuredText
:title: Planet
|
|
|
|
.. _planet:
|
|
|
|
Planet
|
|
######
|
|
|
|
The `Planet Venus
|
|
<http://intertwingly.net/code/venus/docs/index.html>`_ blog aggregator
|
|
is installed on ``planet01.openstack.org``.
|
|
|
|
At a Glance
|
|
===========
|
|
|
|
:Hosts:
|
|
* ``planet01.openstack.org``
|
|
* http://planet.openstack.org
|
|
:Puppet:
|
|
* https://opendev.org/opendev/puppet-planet/tree/
|
|
* :git_file:`modules/openstack_project/manifests/planet.pp`
|
|
:Configuration:
|
|
* https://opendev.org/openstack/openstack-planet/src/branch/master/planet.ini
|
|
:Projects:
|
|
* https://opendev.org/openstack/openstack-planet
|
|
* http://www.intertwingly.net/code/venus/
|
|
:Bugs:
|
|
* https://storyboard.openstack.org/#!/project/748
|
|
:Resources:
|
|
* `Planet Venus Documentation <http://intertwingly.net/code/venus/docs/index.html>`_
|
|
|
|
Overview
|
|
========
|
|
|
|
Planet Venus works by having a cron job which creates static files.
|
|
In our configuration, the static files are served using Apache.
|
|
|
|
The puppet module is configured to use the ``openstack/planet`` git
|
|
repository to provide the ``planet.ini`` configuration file. To add a
|
|
blog, propose an update to this file.
|