Awight has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/392683 )

Change subject: [DO NOT MERGE] Update ORES venv path to use versioned cache
......................................................................

[DO NOT MERGE] Update ORES venv path to use versioned cache

The virtualenv is now stored with

DNM because deployment is awkward.  We need to do something transitional,
perhaps as simple as creating a temporary symlink:
ln -sf deploy/venv /srv/deployment/ores/venv

Bug: T181071
Change-Id: I5b4df761047ef85b17e826b1ab8aecee6ef4eb26
---
M modules/ores/manifests/base.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/83/392683/1

diff --git a/modules/ores/manifests/base.pp b/modules/ores/manifests/base.pp
index 2a8d811..d28c9e8 100644
--- a/modules/ores/manifests/base.pp
+++ b/modules/ores/manifests/base.pp
@@ -1,6 +1,6 @@
 class ores::base(
     $config_path = '/srv/deployment/ores/deploy',
-    $venv_path = '/srv/deployment/ores/venv',
+    $venv_path = '/srv/deployment/ores/deploy/venv',
 ) {
     # Let's use a virtualenv for maximum flexibility - we can convert
     # this to deb packages in the future if needed. We also install build tools

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

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

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

Reply via email to