5e52befdfa
This has been replaced by paste01.opendev.org and Ansible deployment. Change-Id: I0f8f5374a3f5d269b317bde4ae2b37435e0871d5
36 lines
832 B
ReStructuredText
36 lines
832 B
ReStructuredText
:title: Paste
|
|
|
|
.. _paste:
|
|
|
|
Paste
|
|
#####
|
|
|
|
Paste servers are an easy way to share long-form content such as
|
|
configuration files or log data with others over short-form
|
|
communication protocols such as IRC. OpenStack runs the "lodgeit"
|
|
paste software.
|
|
|
|
At a Glance
|
|
===========
|
|
|
|
:Hosts:
|
|
* http://paste.opendev.org
|
|
:Ansible:
|
|
* :git_file:`playbooks/roles/lodgeit/`
|
|
:Projects:
|
|
* https://opendev.org/opendev/lodgeit
|
|
:Bugs:
|
|
* https://storyboard.openstack.org/#!/project/748
|
|
|
|
Overview
|
|
========
|
|
|
|
For OpenStack we use `a fork
|
|
<https://opendev.org/opendev/lodgeit>`_ of lodgeit which is
|
|
based on one with bugfixes maintained by `dcolish
|
|
<https://bitbucket.org/dcolish/lodgeit-main>`_ but adds back missing
|
|
anti-spam features required by OpenStack.
|
|
|
|
Ansible configures lodgeit to use mariadb database backend, apache
|
|
as a front-end proxy.
|