Class: VirtualMonkey::MysqlRunner
- Inherits:
-
Object
- Object
- VirtualMonkey::MysqlRunner
- Includes:
- DeploymentRunner, EBS, Mysql
- Defined in:
- lib/virtualmonkey/mysql_runner.rb
Instance Attribute Summary collapse
-
#db_ebs_prefix ⇒ Object
Returns the value of attribute db_ebs_prefix.
-
#scripts_to_run ⇒ Object
Returns the value of attribute scripts_to_run.
Attributes included from EBS
#lineage, #mount_point, #stripe_count, #volume_size
Attributes included from DeploymentRunner
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
Methods included from TestCaseInterface
#behavior, #probe, #set_var, #verify
Instance Attribute Details
#db_ebs_prefix ⇒ Object
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_run ⇒ Object
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 |