Rename pypi_slave class to release_slave
Because it's time to paint this bikeshed. Change-Id: I8287880efdd8860259c1e3c557b4ff07843ca91f
This commit is contained in:
parent
75477ea218
commit
8ce701470a
@ -675,7 +675,7 @@ node 'proposal.slave.openstack.org' {
|
||||
# Node-OS: precise
|
||||
node 'pypi.slave.openstack.org' {
|
||||
include openstack_project
|
||||
class { 'openstack_project::pypi_slave':
|
||||
class { 'openstack_project::release_slave':
|
||||
pypi_username => 'openstackci',
|
||||
pypi_password => hiera('pypi_password', 'XXX'),
|
||||
jenkins_ssh_public_key => $openstack_project::jenkins_ssh_key,
|
||||
|
@ -12,10 +12,10 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
#
|
||||
# Class to install dependencies for uploading python packages to pypi and
|
||||
# maven repositories
|
||||
# Class to install dependencies for uploading releases to pypi, maven and
|
||||
# similar external repositories
|
||||
#
|
||||
class openstack_project::pypi_slave (
|
||||
class openstack_project::release_slave (
|
||||
$pypi_password,
|
||||
$jenkins_ssh_public_key,
|
||||
$pypi_username = 'openstackci',
|
Loading…
Reference in New Issue
Block a user