Merge "Rename pypi_slave class to release_slave"
This commit is contained in:
commit
1bf9889f86
@ -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…
x
Reference in New Issue
Block a user