Remove AFS puppet
This has all been replaced by Ansible roles and is no longer used Change-Id: Ic807498ad3ca4f305b168464b86fe197a61b4d13
This commit is contained in:
		@@ -1,11 +0,0 @@
 | 
			
		||||
# AFS DB Server
 | 
			
		||||
class openstack_project::afsdb (
 | 
			
		||||
) {
 | 
			
		||||
 | 
			
		||||
  class { '::openstack_project::afsfs': }
 | 
			
		||||
 | 
			
		||||
  class { '::openafs::dbserver':
 | 
			
		||||
    require => Class['Openstack_project::Afsfs'],
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
@@ -1,19 +0,0 @@
 | 
			
		||||
# AFS Fileserver/BOS
 | 
			
		||||
class openstack_project::afsfs (
 | 
			
		||||
  $cell = 'openstack.org',
 | 
			
		||||
) {
 | 
			
		||||
 | 
			
		||||
  class { '::openafs::fileserver':
 | 
			
		||||
    cell         => $cell,
 | 
			
		||||
    dbservers    => [
 | 
			
		||||
      {
 | 
			
		||||
        name     => 'afsdb01.openstack.org',
 | 
			
		||||
        ip       => '104.130.136.20',
 | 
			
		||||
      },
 | 
			
		||||
      {
 | 
			
		||||
        name     => 'afsdb02.openstack.org',
 | 
			
		||||
        ip       => '23.253.200.228',
 | 
			
		||||
      },
 | 
			
		||||
    ],
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
@@ -1,17 +0,0 @@
 | 
			
		||||
[main]
 | 
			
		||||
# Enable debugging output
 | 
			
		||||
debug = True
 | 
			
		||||
 | 
			
		||||
# If specified, all fileservers in this cell will be queried
 | 
			
		||||
cell = openstack.org
 | 
			
		||||
 | 
			
		||||
# You can specify a specific list of fileservers.  This is appended to
 | 
			
		||||
# the cell fileservers if present, otherwise is the canonical list
 | 
			
		||||
#fileservers = afs01.dfw.openstack.org
 | 
			
		||||
#         fileserver02.afs.company.com
 | 
			
		||||
#         fileserver03.afs.company.com
 | 
			
		||||
 | 
			
		||||
# Options for remote statsd host if required
 | 
			
		||||
[statsd]
 | 
			
		||||
host = graphite.opendev.org
 | 
			
		||||
port = 8125
 | 
			
		||||
		Reference in New Issue
	
	Block a user