Skip to content

Commit

Permalink
solve tpcc result log dir issue
Browse files Browse the repository at this point in the history
  • Loading branch information
denglei committed Sep 2, 2014
1 parent e72282c commit 2452d4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql_tpcc_install/roles/mysql_tpcc_install/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
- add_fkey_idx.sql
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
tags: Only_install_tpcc
- name: Create Test Result Dir In Redhat Client
file: dest={{ tpcc_dir }} state=directory
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
tags: Only_install_tpcc
- name: Create Tpcc Mysql Test Data To Redhat Client
shell: /tmp/tpcc-mysql/tpcc_load {{ ansible_default_ipv4.address }} {{ tpcc_database_name }} {{ mysql_database_user }} {{ mysql_passwd }} {{ warehouse }}
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
Expand Down

0 comments on commit 2452d4a

Please sign in to comment.