Merge "Create stackalytics.o.o under -infra"
This commit is contained in:
@@ -152,6 +152,7 @@ class openstack_project::cacti (
|
||||
'release.slave.openstack.org',
|
||||
'review-dev.openstack.org',
|
||||
'review.openstack.org',
|
||||
'stackalytics.openstack.org',
|
||||
'static.openstack.org',
|
||||
'status.openstack.org',
|
||||
'subunit-worker01.openstack.org',
|
||||
|
||||
17
modules/openstack_project/manifests/stackalytics.pp
Normal file
17
modules/openstack_project/manifests/stackalytics.pp
Normal file
@@ -0,0 +1,17 @@
|
||||
# == Class: openstack_project::stackalytics
|
||||
#
|
||||
class openstack_project::stackalytics (
|
||||
$gerrit_ssh_user,
|
||||
$stackalytics_ssh_private_key,
|
||||
$vhost_name = $::fqdn,
|
||||
) {
|
||||
class { '::stackalytics':
|
||||
gerrit_ssh_user => $gerrit_ssh_user,
|
||||
stackalytics_ssh_private_key => $stackalytics_ssh_private_key,
|
||||
vhost_name => $vhost_name,
|
||||
}
|
||||
|
||||
realize (
|
||||
User::Virtual::Localuser['pabelanger'],
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user