Remove base.yaml things from openstack_project::server
Now that we've got base server stuff rewritten in ansible, remove the old puppet versions. Depends-On: https://review.openstack.org/588326 Change-Id: I5c82fe6fd25b9ddaa77747db377ffa7e8bf23c7b
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
# openstackid idp(sso-openid) dev server
|
||||
#
|
||||
class openstack_project::openstackid_dev (
|
||||
$sysadmins = [],
|
||||
$site_admin_password = '',
|
||||
$id_mysql_host = '',
|
||||
$id_mysql_user = '',
|
||||
@@ -62,14 +61,8 @@ class openstack_project::openstackid_dev (
|
||||
$session_cookie_secure = false,
|
||||
) {
|
||||
|
||||
realize (
|
||||
User::Virtual::Localuser['smarcet'],
|
||||
User::Virtual::Localuser['mkiss'],
|
||||
)
|
||||
|
||||
class { 'openstack_project::server':
|
||||
iptables_public_tcp_ports => [80, 443],
|
||||
sysadmins => $sysadmins,
|
||||
}
|
||||
|
||||
class { 'openstackid':
|
||||
|
||||
Reference in New Issue
Block a user