Class: VirtualMonkey::MysqlRunner

Inherits:
Object
  • Object
show all
Includes:
DeploymentRunner, EBS, Mysql
Defined in:
lib/virtualmonkey/mysql_runner.rb

Instance Attribute Summary collapse

Attributes included from EBS

#lineage, #mount_point, #stripe_count, #volume_size

Attributes included from DeploymentRunner

#deployment, #servers

Method Summary

Methods included from Mysql

#config_master_from_scratch, #create_migration_script, #create_stripe, #promote_server, #release_dns, #restore_server, #run_checks, #run_mysqlslap_check, #run_query, #set_master_dns, #set_variation_backup_prefix, #set_variation_bucket, #set_variation_lineage, #setup_dns, #slave_init_server, #stop_all, #ulimit_check

Methods included from EBS

#create_backup, #create_stripe_volume, #find_snapshot_timestamp, #find_snapshots, #populate_volume, #restore_and_grow, #restore_from_backup, #set_variation_lineage, #set_variation_mount_point, #set_variation_stripe_count, #set_variation_volume_size, #stop_all, #terminate_server, #test_restore, #test_restore_grow, #test_volume_data, #test_volume_size, #wait_for_snapshots

Methods included from DeploymentRunner

#initialize

Methods included from TestCaseInterface

#behavior, #probe, #set_var, #verify

Instance Attribute Details

#db_ebs_prefixObject

Returns the value of attribute db_ebs_prefix.



7
8
9
# File 'lib/virtualmonkey/mysql_runner.rb', line 7

def db_ebs_prefix
  @db_ebs_prefix
end

#scripts_to_runObject

Returns the value of attribute scripts_to_run.



6
7
8
# File 'lib/virtualmonkey/mysql_runner.rb', line 6

def scripts_to_run
  @scripts_to_run
end