Update to mention planet01

This server moved to Xenial and follows our naming convetion, so the
server is now planet01.o.o.  Update to reflect this.

Change-Id: Ib96cb75b893fbbd06debb433067be72899e8a423
This commit is contained in:
Ian Wienand 2017-04-03 15:16:13 +10:00
parent 21ce191d23
commit 50135c56ba

View File

@ -7,13 +7,14 @@ Planet
The `Planet Venus The `Planet Venus
<http://intertwingly.net/code/venus/docs/index.html>`_ blog aggregator <http://intertwingly.net/code/venus/docs/index.html>`_ blog aggregator
is installed on planet.openstack.org. is installed on ``planet01.openstack.org``.
At a Glance At a Glance
=========== ===========
:Hosts: :Hosts:
* http://planet.openstack.org * ``planet01.openstack.org``
* http://planet.openstack.org
:Puppet: :Puppet:
* https://git.openstack.org/cgit/openstack-infra/puppet-planet/tree/ * https://git.openstack.org/cgit/openstack-infra/puppet-planet/tree/
* :file:`modules/openstack_project/manifests/planet.pp` * :file:`modules/openstack_project/manifests/planet.pp`
@ -33,5 +34,6 @@ Overview
Planet Venus works by having a cron job which creates static files. Planet Venus works by having a cron job which creates static files.
In our configuration, the static files are served using Apache. In our configuration, the static files are served using Apache.
The puppet module is configured to use the openstack/planet git The puppet module is configured to use the ``openstack/planet`` git
repository to provide the ``planet.ini`` configuration file. repository to provide the ``planet.ini`` configuration file. To add a
blog, propose an update to this file.