Remove paste01.openstack.org

This has been replaced by paste01.opendev.org and Ansible deployment.

Change-Id: I0f8f5374a3f5d269b317bde4ae2b37435e0871d5
This commit is contained in:
Ian Wienand
2021-07-15 14:43:05 +10:00
parent 61b1759f0e
commit 5e52befdfa
7 changed files with 8 additions and 63 deletions

View File

@@ -1,19 +0,0 @@
# == Class: openstack_project::paste
#
class openstack_project::paste (
$db_password,
$db_host,
$vhost_name = $::fqdn,
) {
class { 'lodgeit':
lodgeit_version => 'ab592381b0cc983adf9b58456abcf836b31f7633',
}
lodgeit::site { 'openstack':
port => '5000',
db_password => $db_password,
db_host => $db_host,
db_user => 'openstack',
vhost_name => $vhost_name,
image => 'header-bg2.png',
}
}