Remove references to the simple_slave class
This class is not used anywhere, which we know because it includes the openstack_project::base class which doesn't exist. We also remove, rather than update, the documentation's reference to it because pretty soon devstack-gate won't need the openstack_project module at all. Change-Id: I44ac578af7c659adef614f73b250523d1acf09c4
This commit is contained in:
parent
519c930cbf
commit
b641d81919
@ -12,8 +12,6 @@ via devstack on a cloud server.
|
||||
At a Glance
|
||||
===========
|
||||
|
||||
:Puppet:
|
||||
* :file:`modules/openstack_project/manifests/simple_slave.pp`
|
||||
:Projects:
|
||||
* https://git.openstack.org/cgit/openstack-infra/devstack-gate
|
||||
:Bugs:
|
||||
|
@ -1,20 +0,0 @@
|
||||
# Super simple slave manifest that installs something very
|
||||
# similar to an OpenStack Jenkins slave but does not need to
|
||||
# have services managed like firewall, ntp, automatic upgrades,
|
||||
# and so on.
|
||||
class openstack_project::simple_slave(
|
||||
$certname = $::fqdn,
|
||||
$install_users = true
|
||||
) {
|
||||
class { 'openstack_project::base':
|
||||
certname => $certname,
|
||||
install_users => $install_users,
|
||||
}
|
||||
|
||||
class { 'jenkins::slave':
|
||||
ssh_key => '',
|
||||
user => false
|
||||
}
|
||||
}
|
||||
|
||||
# vim:sw=2:ts=2:expandtab:textwidth=79
|
Loading…
Reference in New Issue
Block a user