EBernhardson has uploaded a new change for review.

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

Change subject: Explicitly specify mysql user when setting up oozie
......................................................................

Explicitly specify mysql user when setting up oozie

When setting up the analytics role it bailed as unable to connect
to mysql. It must have picked up a different username from somewhere,
because specifying root explicitly fixed this issue.

Change-Id: I81140fc449e15f6f19c251a6f7440faf9522f22a
---
M puppet/hieradata/common.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/73/239573/1

diff --git a/puppet/hieradata/common.yaml b/puppet/hieradata/common.yaml
index 1a88a6b..f480a0b 100644
--- a/puppet/hieradata/common.yaml
+++ b/puppet/hieradata/common.yaml
@@ -1,7 +1,6 @@
 ---
 classes:
   - '::mwv'
-  - '::role::mediawiki'
   - '::puppet::agent'
 
 mwv::files_dir: /srv
@@ -20,6 +19,7 @@
 cdh::hue::secret_key: vagrant
 cdh::hue::hive_server_host: "%{::fqdn}"
 
+cdh::oozie::server::db_root_username: "root"
 cdh::oozie::server::db_root_password: "%{hiera('mysql::root_password')}"
 cdh::oozie::server::heapsize: 64
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I81140fc449e15f6f19c251a6f7440faf9522f22a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: EBernhardson <[email protected]>

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

Reply via email to