Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/280467

Change subject: Replace horizon dns and proxy guis.
......................................................................

Replace horizon dns and proxy guis.

This reverts commit eade0920ea97f5c7c85664a6d9f42f8c9902727c.

Change-Id: Id6553a8b7b23432c73597aa38947b5c11dd67379
---
M modules/openstack/manifests/horizon/service.pp
1 file changed, 15 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/280467/1

diff --git a/modules/openstack/manifests/horizon/service.pp 
b/modules/openstack/manifests/horizon/service.pp
index 0d41f10..b8fda72 100644
--- a/modules/openstack/manifests/horizon/service.pp
+++ b/modules/openstack/manifests/horizon/service.pp
@@ -161,10 +161,18 @@
         require => Package['python-designate-dashboard', 
'openstack-dashboard'],
     }
     file { 
'/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_70_dns_add_group.py':
-        ensure  => absent,
+        source  => 
"puppet:///modules/openstack/${openstack_version}/designate/dashboard/_70_dns_add_group.py",
+        owner   => 'root',
+        group   => 'root',
+        mode    => '0644',
+        require => Package['python-designate-dashboard', 
'openstack-dashboard'],
     }
     file { 
'/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_71_dns_project.py':
-        ensure  => absent,
+        source  => 
"puppet:///modules/openstack/${openstack_version}/designate/dashboard/_71_dns_project.py",
+        owner   => 'root',
+        group   => 'root',
+        mode    => '0644',
+        require => Package['python-designate-dashboard', 
'openstack-dashboard'],
     }
 
     # Proxy panel
@@ -177,7 +185,11 @@
         recurse => true
     }
     file { 
'/usr/share/openstack-dashboard/openstack_dashboard/local/enabled/_1922_project_proxy_panel.py':
-        ensure  => absent,
+        source  => 
"puppet:///modules/openstack/${openstack_version}/horizon/proxy_enable.py",
+        owner   => 'root',
+        group   => 'root',
+        mode    => '0644',
+        require => Package['python-designate-dashboard', 
'openstack-dashboard'],
     }
 
     # Monkeypatches for Horizon customization

-- 
To view, visit https://gerrit.wikimedia.org/r/280467
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id6553a8b7b23432c73597aa38947b5c11dd67379
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to