Merge "Remove pholio.openstack.org"

This commit is contained in:
Jenkins 2017-07-24 23:39:00 +00:00 committed by Gerrit Code Review
commit 9692fab0b9
3 changed files with 0 additions and 45 deletions
doc/source
hiera
manifests

@ -1,27 +0,0 @@
:title: Pholio
.. _pholio:
Pholio
######
`Pholio <https://www.phacility.com/phabricator/pholio/>`__ is an
application in the `Phabricator
<https://www.phacility.com/phabricator/>`__ suite used by the UX team
for validating mocks.
At a Glance
===========
:Hosts:
* pholio01.openstack.org
:Puppet:
* https://git.openstack.org/cgit/openstack-infra/puppet-phabricator
* :file:`modules/openstack_project/manifests/pholio.pp`
:Projects:
* https://www.phacility.com/phabricator/pholio
Overview
========
TODO

@ -462,7 +462,6 @@ cacti_hosts:
- openstackid.org
- paste.openstack.org
- pbx.openstack.org
- pholio01.openstack.org
- planet01.openstack.org
- proposal.slave.openstack.org
- puppetdb.openstack.org

@ -542,23 +542,6 @@ node /^firehose\d+\.openstack\.org$/ {
}
}
# Node-OS: trusty
node /^pholio\d+\.openstack\.org$/ {
class { 'openstack_project::server':
iptables_public_tcp_ports => [22, 80, 443],
sysadmins => hiera('sysadmins', []),
}
class { '::phabricator':
httpd_admin_email => hiera('infra_apache_serveradmin'),
httpd_vhost => 'pholio.openstack.org',
mysql_user_password => hiera('pholio_mysql_user_password'),
mysql_root_password => hiera('pholio_mysql_root_password'),
ssl_cert_file_contents => hiera('ssl_cert_file_contents'),
ssl_key_file_contents => hiera('ssl_key_file_contents'),
ssl_chain_file_contents => hiera('ssl_chain_file_contents'),
}
}
# CentOS machines to load balance git access.
# Node-OS: centos7
node /^git(-fe\d+)?\.openstack\.org$/ {