Require python-mysqldb package on MySQL VM
Change-Id: I7e3655877522ddfbd82b9aab7ec9f97dc77e2050
This commit is contained in:
parent
d227ca9cc2
commit
2cc609367c
@ -4,5 +4,5 @@ maintainer_email "hpcs-mon@hp.com"
|
||||
license "All rights reserved"
|
||||
description "Base setup for all vagrant boxes"
|
||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
version "0.1.1"
|
||||
version "0.1.2"
|
||||
depends "apt"
|
||||
|
3
cookbooks/mini-mon/recipes/mysql_client.rb
Normal file
3
cookbooks/mini-mon/recipes/mysql_client.rb
Normal file
@ -0,0 +1,3 @@
|
||||
package 'python-mysqldb' do
|
||||
action :install
|
||||
end
|
@ -27,7 +27,8 @@
|
||||
"run_list": [
|
||||
"role[Basenode]",
|
||||
"recipe[percona::cluster]",
|
||||
"recipe[monasca_schema::mysql]"
|
||||
"recipe[monasca_schema::mysql]",
|
||||
"recipe[mini-mon::mysql_client]"
|
||||
],
|
||||
"env_run_lists": {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user