[MediaWiki-commits] [Gerrit] bugzilla: switch svc_name to old-bugzilla - change (operations/puppet)

2014-11-22 Thread Rush (Code Review)
Rush has submitted this change and it was merged.

Change subject: bugzilla: switch svc_name to old-bugzilla
..


bugzilla: switch svc_name to old-bugzilla

switch Bugzilla's svc_name config, used
in Apache config template, over to
old-bugzilla, for after the phab migration

untested, also needs changes in BZ admin UI
to go with it

Change-Id: I3e7c3513fa94b11ec7979b785a5d6039f5dc3c0f
---
M modules/bugzilla/manifests/apache.pp
M modules/bugzilla/manifests/init.pp
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Rush: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/bugzilla/manifests/apache.pp 
b/modules/bugzilla/manifests/apache.pp
index 0da900d..a36876f 100644
--- a/modules/bugzilla/manifests/apache.pp
+++ b/modules/bugzilla/manifests/apache.pp
@@ -8,14 +8,14 @@
 include ::apache::mod::env
 
 # separate cert and ServerName for attachments for security
-install_certificate{ $svc_name: }
+install_certificate{ 'bugzilla.wikimedia.org': }
 install_certificate{ $attach_svc_name: }
 
 $ssl_settings = ssl_ciphersuite('apache-2.2', 'compat', '365')
 
 # this includes them both, 80 and 443
 apache::site { 'bugzilla.wikimedia.org':
-content  = template(bugzilla/apache/${svc_name}.erb),
+content  = template(bugzilla/apache/bugzilla.wikimedia.org.erb),
 priority = 10,
 }
 
diff --git a/modules/bugzilla/manifests/init.pp 
b/modules/bugzilla/manifests/init.pp
index af05425..e08cdbe 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -50,7 +50,7 @@
 
 # basic apache site and certs
 class {'bugzilla::apache':
-svc_name= 'bugzilla.wikimedia.org',
+svc_name= 'old-bugzilla.wikimedia.org',
 attach_svc_name = 'bug-attachment.wikimedia.org',
 docroot = '/srv/org/wikimedia/bugzilla/',
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I3e7c3513fa94b11ec7979b785a5d6039f5dc3c0f
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn dz...@wikimedia.org
Gerrit-Reviewer: 20after4 mmod...@wikimedia.org
Gerrit-Reviewer: Aklapper aklap...@wikimedia.org
Gerrit-Reviewer: Dzahn dz...@wikimedia.org
Gerrit-Reviewer: John F. Lewis johnflewi...@gmail.com
Gerrit-Reviewer: Qgil q...@wikimedia.org
Gerrit-Reviewer: Rush r...@wikimedia.org
Gerrit-Reviewer: jenkins-bot 

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits


[MediaWiki-commits] [Gerrit] bugzilla: switch svc_name to old-bugzilla - change (operations/puppet)

2014-11-21 Thread Dzahn (Code Review)
Dzahn has uploaded a new change for review.

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

Change subject: bugzilla: switch svc_name to old-bugzilla
..

bugzilla: switch svc_name to old-bugzilla

switch Bugzilla's svc_name config, used
in Apache config template, over to
old-bugzilla, for after the phab migration

untested, also needs changes in BZ admin UI
to go with it

Change-Id: I3e7c3513fa94b11ec7979b785a5d6039f5dc3c0f
---
M modules/bugzilla/manifests/init.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/44/175144/1

diff --git a/modules/bugzilla/manifests/init.pp 
b/modules/bugzilla/manifests/init.pp
index af05425..e08cdbe 100644
--- a/modules/bugzilla/manifests/init.pp
+++ b/modules/bugzilla/manifests/init.pp
@@ -50,7 +50,7 @@
 
 # basic apache site and certs
 class {'bugzilla::apache':
-svc_name= 'bugzilla.wikimedia.org',
+svc_name= 'old-bugzilla.wikimedia.org',
 attach_svc_name = 'bug-attachment.wikimedia.org',
 docroot = '/srv/org/wikimedia/bugzilla/',
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3e7c3513fa94b11ec7979b785a5d6039f5dc3c0f
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn dz...@wikimedia.org

___
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits