Add in root level scoping.
Change-Id: I6fcdf293f719aa3fa18a3c5b4f7d8d64059b6f9c
This commit is contained in:
parent
a1845d4c5e
commit
0bc0ae7d0c
@ -42,7 +42,7 @@ class openstack_project::gerrit (
|
||||
ensure => present,
|
||||
}
|
||||
|
||||
class { 'gerrit':
|
||||
class { '::gerrit':
|
||||
# opinions
|
||||
enable_melody => 'true',
|
||||
melody_session => 'true',
|
||||
|
@ -3,7 +3,7 @@
|
||||
class openstack_project::jclouds_slave {
|
||||
include openstack_project::base
|
||||
|
||||
class { 'jenkins_slave':
|
||||
class { '::jenkins_slave':
|
||||
ssh_key => "",
|
||||
user => false
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
class openstack_project::jenkins_slave {
|
||||
include tmpreaper
|
||||
include apt::unattended-upgrades
|
||||
class { 'openstack_server':
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => []
|
||||
}
|
||||
class { 'jenkins_slave':
|
||||
class { '::jenkins_slave':
|
||||
ssh_key => $openstack_project::jenkins_ssh_key
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ class openstack_project::planet {
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80]
|
||||
}
|
||||
include planet
|
||||
include ::planet
|
||||
|
||||
planet::site { "openstack":
|
||||
git_url => "https://github.com/openstack/openstack-planet.git"
|
||||
|
@ -1,6 +1,6 @@
|
||||
class openstack_project::pypi {
|
||||
# include jenkins slave so that build deps are there for the pip download
|
||||
class { 'jenkins_slave':
|
||||
class { '::jenkins_slave':
|
||||
ssh_key => "",
|
||||
user => false
|
||||
}
|
||||
|
@ -2,7 +2,7 @@ class openstack_project::slave_template {
|
||||
class { 'openstack_project::template':
|
||||
iptables_public_tcp_ports => []
|
||||
}
|
||||
class { 'jenkins_slave':
|
||||
class { '::jenkins_slave':
|
||||
ssh_key => $openstack_project::jenkins_ssh_key,
|
||||
sudo => true,
|
||||
bare => true
|
||||
|
Loading…
x
Reference in New Issue
Block a user