Merge "Rename pypi_slave class to release_slave"

This commit is contained in:
Jenkins 2015-07-07 02:38:42 +00:00 committed by Gerrit Code Review
commit 1bf9889f86
2 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -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',