diff --git a/doc/source/pholio.rst b/doc/source/pholio.rst
deleted file mode 100644
index 774830cf8a..0000000000
--- a/doc/source/pholio.rst
+++ /dev/null
@@ -1,27 +0,0 @@
-:title: Pholio
-
-.. _pholio:
-
-Pholio
-######
-
-`Pholio `__ is an
-application in the `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
diff --git a/hiera/common.yaml b/hiera/common.yaml
index 170083da70..b9e59c74c1 100644
--- a/hiera/common.yaml
+++ b/hiera/common.yaml
@@ -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
diff --git a/manifests/site.pp b/manifests/site.pp
index 337d7902e3..69cf292500 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -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$/ {