Produced by Araxis Merge on 10/2/2017 1:40:11 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | chef-repo.zip\chef-repo\third_party_cookbooks\mysql | .kitchen.cloud.yml | Fri Oct 2 00:39:01 2015 UTC |
| 2 | chef-repo.zip\chef-repo\third_party_cookbooks\mysql | .kitchen.cloud.yml | Mon Oct 2 12:47:00 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 4 | 1080 |
| Changed | 3 | 6 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | #<% requir e 'kitchen -sync' %> | |
| 2 | --- | |
| 3 | driver_con fig: | |
| 4 | digitalo cean_api_t oken: <%= ENV['DIGIT ALOCEAN_AP I_TOKEN'] %> | |
| 5 | google_c lient_emai l: <%= ENV ['GOOGLE_C LIENT_EMAI L'] %> | |
| 6 | google_k ey_locatio n: <%= ENV ['GOOGLE_K EY_LOCATIO N'] %> | |
| 7 | google_p roject: <% = ENV['GOO GLE_PROJEC T'] %> | |
| 8 | joyent_u sername: < %= ENV['SD C_CLI_ACCO UNT'] %> | |
| 9 | joyent_k eyfile: <% = ENV['SDC _CLI_IDENT ITY'] %> | |
| 10 | joyent_k eyname: <% = ENV['SDC _CLI_KEY_I D'] %> | |
| 11 | joyent_u rl: <%= EN V['SDC_CLI _URL'] %> | |
| 12 | aws_acce ss_key_id: <%= ENV[' AWS_ACCESS _KEY_ID'] %> | |
| 13 | aws_secr et_access_ key: <%= E NV['AWS_SE CRET_ACCES S_KEY'] %> | |
| 14 | aws_ssh_ key_id: <% = ENV['AWS _KEYPAIR_N AME'] %> | |
| 15 | flavor_i d: <%= ENV ['EC2_FLAV OR_ID'] %> | |
| 16 | availabi lity_zone: <%= ENV[' AWS_AVAILA BILITY_ZON E'] %> | |
| 17 | ||
| 18 | provisione r: | |
| 19 | name: ch ef_zero | |
| 20 | require_ chef_omnib us: latest | |
| 21 | # requir e_chef_omn ibus: 11.8 .2 | |
| 22 | # requir e_chef_omn ibus: 12.3 .0 | |
| 23 | ||
| 24 | platforms: | |
| 25 | - name: ce ntos-5.8 | |
| 26 | driver_p lugin: dig ital_ocean | |
| 27 | driver_c onfig: | |
| 28 | size: 2gb | |
| 29 | image: centos-5- 8-x64 | |
| 30 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 31 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 32 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 33 | ||
| 34 | - name: ce ntos-6.5 | |
| 35 | driver_p lugin: dig ital_ocean | |
| 36 | driver_c onfig: | |
| 37 | size: 2gb | |
| 38 | image: centos-6- 5-x64 | |
| 39 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 40 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 41 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 42 | ||
| 43 | - name: ce ntos-7.0 | |
| 44 | driver_p lugin: dig ital_ocean | |
| 45 | driver_c onfig: | |
| 46 | size: 2gb | |
| 47 | image: centos-7- 0-x64 | |
| 48 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 49 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 50 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 51 | ||
| 52 | - name: am azon-2014. 09 | |
| 53 | driver_p lugin: ec2 | |
| 54 | driver_c onfig: | |
| 55 | image_ id: ami-9a 6ed3f2 | |
| 56 | username: DNS | |
| 57 | ssh_ke y: <%= ENV ['EC2_SSH_ KEY_PATH'] %> | |
| 58 | ||
| 59 | # - name: redhat-6.5 | |
| 60 | # driver _plugin: e c2 | |
| 61 | # driver _config: | |
| 62 | # imag e_id: ami- 8d756fe4 | |
| 63 | # username: DNS | |
| 64 | # ssh_ key: <%= E NV['EC2_SS H_KEY_PATH '] %> | |
| 65 | # run_li st: | |
| 66 | # - reci pe[selinux ::disabled ] | |
| 67 | ||
| 68 | - name: re dhat-7.0 | |
| 69 | driver_p lugin: ec2 | |
| 70 | driver_c onfig: | |
| 71 | image_ id: ami-a8 d369c0 | |
| 72 | username: DNS | |
| 73 | ssh_ke y: <%= ENV ['EC2_SSH_ KEY_PATH'] %> | |
| 74 | run_list : | |
| 75 | - recipe [selinux:: disabled] | |
| 76 | ||
| 77 | - name: fe dora-21 | |
| 78 | driver_p lugin: dig ital_ocean | |
| 79 | driver_c onfig: | |
| 80 | size: 2gb | |
| 81 | image: fedora-21 -x64 | |
| 82 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 83 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 84 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 85 | run_list : | |
| 86 | - recipe [selinux:: disabled] | |
| 87 | ||
| 88 | - name: su se-11.3 | |
| 89 | driver_p lugin: ec2 | |
| 90 | driver_c onfig: | |
| 91 | image_ id: ami-e8 084981 | |
| 92 | userna me: root | |
| 93 | ssh_ke y: <%= ENV ['EC2_SSH_ KEY_PATH'] %> | |
| 94 | ||
| 95 | - name: de bian-7.0 | |
| 96 | driver_p lugin: dig ital_ocean | |
| 97 | driver_c onfig: | |
| 98 | size: 2gb | |
| 99 | image: debian-7- 0-x64 | |
| 100 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 101 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 102 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 103 | run_list : | |
| 104 | - recipe [apt] | |
| 105 | ||
| 106 | # - name: debian-7.0 | |
| 107 | # driver _plugin: g ce | |
| 108 | # driver _config: | |
| 109 | # imag e_name: de bian-7-whe ezy-v20131 120 | |
| 110 | # zone : <%= ENV[ 'GCE_ZONE' ] %> | |
| 111 | # area : <%= ENV[ 'GCE_AREA' ] %> | |
| 112 | # netw ork: <%= E NV['GCE_NE TWORK'] %> | |
| 113 | # user name: <%= ENV['GCE_U SERNAME'] %> | |
| 114 | # publ ic_key_pat h: <%= ENV ['GCE_PUBL IC_KEY_PAT H'] %> | |
| 115 | # ssh_ key: <%= E NV['GCE_SS H_KEY_PATH '] %> | |
| 116 | # run_li st: | |
| 117 | # - reci pe[apt] | |
| 118 | ||
| 119 | - name: ub untu-12.04 | |
| 120 | driver_p lugin: dig ital_ocean | |
| 121 | driver_c onfig: | |
| 122 | size: 2gb | |
| 123 | image: ubuntu-12 -04-x64 | |
| 124 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 125 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 126 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 127 | run_list : | |
| 128 | - recipe [apt] | |
| 129 | ||
| 130 | - name: ub untu-14.04 | |
| 131 | driver_p lugin: dig ital_ocean | |
| 132 | driver_c onfig: | |
| 133 | size: 2gb | |
| 134 | image: ubuntu-14 -04-x64 | |
| 135 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 136 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 137 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 138 | run_list : | |
| 139 | - recipe [apt] | |
| 140 | ||
| 141 | - name: ub untu-15.04 | |
| 142 | driver_p lugin: dig ital_ocean | |
| 143 | driver_c onfig: | |
| 144 | size: 2gb | |
| 145 | image: ubuntu-15 -04-x64 | |
| 146 | region : <%= ENV[ 'DIGITALOC EAN_REGION '] %> | |
| 147 | ssh_ke y_ids: <%= ENV['DIGI TALOCEAN_S SH_KEYS'] %> | |
| 148 | ssh_ke y: <%= ENV ['DIGITALO CEAN_SSH_K EY_PATH'] %> | |
| 149 | run_list : | |
| 150 | - recipe [apt] | |
| 151 | ||
| 152 | # - name: omnios-151 006 | |
| 153 | # driver _plugin: e c2 | |
| 154 | # driver _config: | |
| 155 | # imag e_id: ami- 35eb835c | |
| 156 | # flav or_id: m3. large | |
| 157 | # user name: root | |
| 158 | # ssh_ key: <%= E NV['EC2_SS H_KEY_PATH '] %> | |
| 159 | # run_li st: | |
| 160 | # - reci pe[ips-omn iti] | |
| 161 | ||
| 162 | # - name: smartos-14 .3.0 | |
| 163 | # driver _plugin: j oyent | |
| 164 | # driver _config: | |
| 165 | # joye nt_image_i d: 62f148f 8-6e84-11e 4-82c5-efc a60348b9f | |
| 166 | # joye nt_flavor_ id: g3-sta ndard-4-sm artos | |
| 167 | # user name: root | |
| 168 | # ssh_ key: <%= E NV['SDC_CL I_IDENTITY '] %> | |
| 169 | # busser : | |
| 170 | # ruby _bindir: ' /opt/local /bin/' | |
| 171 | # provis ioner: | |
| 172 | # sudo : false | |
| 173 | # chef _omnibus_u rl: https: //raw.gith ub.com/tes t-kitchen/ kitchen-jo yent/maste r/scripts/ install-sm artos.sh | |
| 174 | ||
| 175 | suites: | |
| 176 | # | |
| 177 | # servic e | |
| 178 | # | |
| 179 | - name: service50- single | |
| 180 | run_li st: | |
| 181 | - reci pe[mysql_s ervice_tes t::single] | |
| 182 | includ es: [ | |
| 183 | 'cen tos-5.8' | |
| 184 | ] | |
| 185 | attrib utes: | |
| 186 | mysq l: | |
| 187 | ver sion: '5.0 ' | |
| 188 | ||
| 189 | - name: service51- single | |
| 190 | run_li st: | |
| 191 | - reci pe[mysql_s ervice_tes t::single] | |
| 192 | includ es: [ | |
| 193 | 'cen tos-5.8', | |
| 194 | 'cen tos-6.5', | |
| 195 | 'ubu ntu-10.04' | |
| 196 | ] | |
| 197 | attrib utes: | |
| 198 | mysq l: | |
| 199 | ver sion: '5.1 ' | |
| 200 | ||
| 201 | - name: service55- single | |
| 202 | run_li st: | |
| 203 | - reci pe[mysql_s ervice_tes t::single] | |
| 204 | includ es: [ | |
| 205 | 'cen tos-5.8', | |
| 206 | 'cen tos-6.5', | |
| 207 | 'cen tos-7.0', | |
| 208 | 'red hat-6.5', | |
| 209 | 'red hat-7.0', | |
| 210 | 'ama zon-2014.0 9', | |
| 211 | 'sus e-11.3', | |
| 212 | 'deb ian-7.0', | |
| 213 | 'ubu ntu-12.04' , | |
| 214 | 'ubu ntu-13.10' , | |
| 215 | 'ubu ntu-14.04' , | |
| 216 | 'omn ios-151006 ', | |
| 217 | 'sma rtos-14.3. 0' | |
| 218 | ] | |
| 219 | attrib utes: | |
| 220 | mysq l: | |
| 221 | ver sion: '5.5 ' | |
| 222 | ||
| 223 | - name: service56- single | |
| 224 | run_li st: | |
| 225 | - reci pe[mysql_s ervice_tes t::single] | |
| 226 | includ es: [ | |
| 227 | 'cen tos-5.8', | |
| 228 | 'cen tos-6.5', | |
| 229 | 'cen tos-7.0', | |
| 230 | 'red hat-6.5', | |
| 231 | 'red hat-7.0', | |
| 232 | 'ama zon-2014.0 9', | |
| 233 | 'fed ora-21', | |
| 234 | 'ubu ntu-14.04' , | |
| 235 | 'ubu ntu-15.04' , | |
| 236 | 'omn ios-151006 ', | |
| 237 | 'sma rtos-14.3. 0' | |
| 238 | ] | |
| 239 | attrib utes: | |
| 240 | mysq l: | |
| 241 | ver sion: '5.6 ' | |
| 242 | ||
| 243 | - name: service57- single | |
| 244 | run_li st: | |
| 245 | - reci pe[mysql_s ervice_tes t::single] | |
| 246 | includ es: [ | |
| 247 | 'cen tos-5.8', | |
| 248 | 'cen tos-6.5', | |
| 249 | 'cen tos-7.0', | |
| 250 | 'red hat-6.5', | |
| 251 | 'red hat-7.0', | |
| 252 | 'ama zon-2014.0 9', | |
| 253 | 'fed ora-21' | |
| 254 | ] | |
| 255 | attrib utes: | |
| 256 | mysq l: | |
| 257 | ver sion: '5.7 ' | |
| 258 | ||
| 259 | - name: service50- multi | |
| 260 | run_li st: | |
| 261 | - reci pe[mysql_s ervice_tes t::multi] | |
| 262 | includ es: [ | |
| 263 | 'cen tos-5.8' | |
| 264 | ] | |
| 265 | attrib utes: | |
| 266 | mysq l: | |
| 267 | ver sion: '5.0 ' | |
| 268 | por t: '3308' | |
| 269 | dat a_dir: '/d ata/instan ce-2' | |
| 270 | run _user: 'bo b' | |
| 271 | ini tial_root_ password: 'string wi th spaces' | |
| 272 | ||
| 273 | - name: service51- multi | |
| 274 | run_li st: | |
| 275 | - reci pe[mysql_s ervice_tes t::multi] | |
| 276 | includ es: [ | |
| 277 | 'cen tos-5.8', | |
| 278 | 'ubu ntu-10.04' | |
| 279 | ] | |
| 280 | attrib utes: | |
| 281 | mysq l: | |
| 282 | ver sion: '5.1 ' | |
| 283 | por t: '3308' | |
| 284 | dat a_dir: '/d ata/instan ce-2' | |
| 285 | run _user: 'bo b' | |
| 286 | ini tial_root_ password: 'string wi th spaces' | |
| 287 | ||
| 288 | - name: service55- multi | |
| 289 | run_li st: | |
| 290 | - reci pe[mysql_s ervice_tes t::multi] | |
| 291 | includ es: [ | |
| 292 | 'cen tos-5.8', | |
| 293 | 'cen tos-6.5', | |
| 294 | 'cen tos-7.0', | |
| 295 | 'red hat-6.5', | |
| 296 | 'red hat-7.0', | |
| 297 | 'ama zon-2014.0 9', | |
| 298 | 'sus e-11.3', | |
| 299 | 'deb ian-7.0', | |
| 300 | 'ubu ntu-12.04' , | |
| 301 | 'ubu ntu-13.10' , | |
| 302 | 'ubu ntu-14.04' , | |
| 303 | 'omn ios-151006 ', | |
| 304 | 'sma rtos-14.3. 0' | |
| 305 | ] | |
| 306 | attrib utes: | |
| 307 | mysq l: | |
| 308 | ver sion: '5.5 ' | |
| 309 | por t: '3308' | |
| 310 | dat a_dir: '/d ata/instan ce-2' | |
| 311 | run _user: 'bo b' | |
| 312 | ini tial_root_ password: 'string wi th spaces' | |
| 313 | ||
| 314 | - name: service56- multi | |
| 315 | run_li st: | |
| 316 | - reci pe[mysql_s ervice_tes t::multi] | |
| 317 | includ es: [ | |
| 318 | 'cen tos-5.8', | |
| 319 | 'cen tos-6.5', | |
| 320 | 'cen tos-7.0', | |
| 321 | 'red hat-6.5', | |
| 322 | 'red hat-7.0', | |
| 323 | 'fed ora-21', | |
| 324 | 'ama zon-2014.0 9', | |
| 325 | 'ubu ntu-14.04' , | |
| 326 | 'ubu ntu-15.04' , | |
| 327 | 'omn ios-151006 ', | |
| 328 | 'sma rtos-14.3. 0' | |
| 329 | ] | |
| 330 | attrib utes: | |
| 331 | mysq l: | |
| 332 | ver sion: '5.6 ' | |
| 333 | por t: '3308' | |
| 334 | dat a_dir: '/d ata/instan ce-2' | |
| 335 | run _user: 'bo b' | |
| 336 | ini tial_root_ password: 'string wi th spaces' | |
| 337 | ||
| 338 | - name: service57- multi | |
| 339 | run_li st: | |
| 340 | - reci pe[mysql_s ervice_tes t::multi] | |
| 341 | includ es: [ | |
| 342 | 'cen tos-5.8', | |
| 343 | 'cen tos-6.5', | |
| 344 | 'cen tos-7.0', | |
| 345 | 'red hat-6.5', | |
| 346 | 'red hat-7.0', | |
| 347 | 'fed ora-21', | |
| 348 | 'ama zon-2014.0 9' | |
| 349 | ] | |
| 350 | attrib utes: | |
| 351 | mysq l: | |
| 352 | ver sion: '5.7 ' | |
| 353 | por t: '3308' | |
| 354 | dat a_dir: '/d ata/instan ce-2' | |
| 355 | run _user: 'bo b' | |
| 356 | ini tial_root_ password: 'string wi th spaces' | |
| 357 | ||
| 358 | # | |
| 359 | # client | |
| 360 | # | |
| 361 | - name: client50 | |
| 362 | run_li st: | |
| 363 | - reci pe[mysql_c lient_test ] | |
| 364 | attrib utes: | |
| 365 | mysq l: | |
| 366 | ver sion: '5.0 ' | |
| 367 | includ es: [ | |
| 368 | 'cen tos-5.8' | |
| 369 | ] | |
| 370 | ||
| 371 | - name: client51 | |
| 372 | run_li st: | |
| 373 | - reci pe[mysql_c lient_test ] | |
| 374 | attrib utes: | |
| 375 | mysq l: | |
| 376 | ver sion: '5.1 ' | |
| 377 | includ es: [ | |
| 378 | 'cen tos-5.8', | |
| 379 | 'cen tos-6.5', | |
| 380 | 'ubu ntu-10.04' | |
| 381 | ] | |
| 382 | ||
| 383 | - name: client55 | |
| 384 | run_li st: | |
| 385 | - reci pe[mysql_c lient_test ] | |
| 386 | attrib utes: | |
| 387 | mysq l: | |
| 388 | ver sion: '5.5 ' | |
| 389 | includ es: [ | |
| 390 | 'cen tos-5.8', | |
| 391 | 'cen tos-6.5', | |
| 392 | 'cen tos-7.0', | |
| 393 | 'red hat-6.5', | |
| 394 | 'red hat-7.0', | |
| 395 | 'ama zon-2014.0 9', | |
| 396 | 'sus e-11.3', | |
| 397 | 'deb ian-7.0', | |
| 398 | 'ubu ntu-12.04' , | |
| 399 | 'ubu ntu-13.10' , | |
| 400 | 'ubu ntu-14.04' , | |
| 401 | 'omn ios-151006 ', | |
| 402 | 'sma rtos-14.3. 0' | |
| 403 | ] | |
| 404 | ||
| 405 | - name: client56 | |
| 406 | run_li st: | |
| 407 | - reci pe[mysql_c lient_test ] | |
| 408 | attrib utes: | |
| 409 | mysq l: | |
| 410 | ver sion: '5.6 ' | |
| 411 | includ es: [ | |
| 412 | 'cen tos-5.8', | |
| 413 | 'cen tos-6.5', | |
| 414 | 'cen tos-7.0', | |
| 415 | 'red hat-6.5', | |
| 416 | 'red hat-7.0', | |
| 417 | 'ama zon-2014.0 9', | |
| 418 | 'fed ora-21', | |
| 419 | 'ubu ntu-14.04' , | |
| 420 | 'ubu ntu-15.04' , | |
| 421 | 'omn ios-151006 ', | |
| 422 | 'sma rtos-14.3. 0' | |
| 423 | ] | |
| 424 | ||
| 425 | - name: client57 | |
| 426 | run_li st: | |
| 427 | - reci pe[mysql_c lient_test ] | |
| 428 | attrib utes: | |
| 429 | mysq l: | |
| 430 | ver sion: '5.7 ' | |
| 431 | includ es: [ | |
| 432 | 'cen tos-5.8', | |
| 433 | 'cen tos-6.5', | |
| 434 | 'cen tos-7.0', | |
| 435 | 'red hat-6.5', | |
| 436 | 'red hat-7.0', | |
| 437 | 'ama zon-2014.0 9', | |
| 438 | 'fed ora-21' | |
| 439 | ] | |
| 440 | ||
| 441 | # | |
| 442 | # config | |
| 443 | # | |
| 444 | - name: config50 | |
| 445 | run_li st: | |
| 446 | - reci pe[mysql_c onfig_test ] | |
| 447 | includ es: [ | |
| 448 | 'cen tos-5.8' | |
| 449 | ] | |
| 450 | attrib utes: | |
| 451 | mysq l: | |
| 452 | ver sion: '5.0 ' | |
| 453 | ||
| 454 | - name: config51 | |
| 455 | run_li st: | |
| 456 | - reci pe[mysql_c onfig_test ] | |
| 457 | includ es: [ | |
| 458 | 'cen tos-5.8', | |
| 459 | 'ubu ntu-10.04' | |
| 460 | ] | |
| 461 | attrib utes: | |
| 462 | mysq l: | |
| 463 | ver sion: '5.1 ' | |
| 464 | ||
| 465 | - name: config55 | |
| 466 | run_li st: | |
| 467 | - reci pe[mysql_c onfig_test ] | |
| 468 | includ es: [ | |
| 469 | 'cen tos-5.8', | |
| 470 | 'cen tos-6.5', | |
| 471 | 'cen tos-7.0', | |
| 472 | 'red hat-6.5', | |
| 473 | 'red hat-7.0', | |
| 474 | 'ama zon-2014.0 9', | |
| 475 | 'sus e-11.3', | |
| 476 | 'deb ian-7.0', | |
| 477 | 'ubu ntu-12.04' , | |
| 478 | 'ubu ntu-13.10' , | |
| 479 | 'ubu ntu-14.04' , | |
| 480 | 'omn ios-151006 ', | |
| 481 | 'sma rtos-14.3. 0' | |
| 482 | ] | |
| 483 | attrib utes: | |
| 484 | mysq l: | |
| 485 | ver sion: '5.5 ' | |
| 486 | ||
| 487 | - name: config56 | |
| 488 | run_li st: | |
| 489 | - reci pe[mysql_c onfig_test ] | |
| 490 | includ es: [ | |
| 491 | 'cen tos-5.8', | |
| 492 | 'cen tos-6.5', | |
| 493 | 'cen tos-7.0', | |
| 494 | 'red hat-6.5', | |
| 495 | 'red hat-7.0', | |
| 496 | 'ama zon-2014.0 9', | |
| 497 | 'fed ora-21', | |
| 498 | 'ubu ntu-14.04' , | |
| 499 | 'ubu ntu-15.04' , | |
| 500 | 'omn ios-151006 ', | |
| 501 | 'sma rtos-14.3. 0' | |
| 502 | ] | |
| 503 | attrib utes: | |
| 504 | mysq l: | |
| 505 | ver sion: '5.6 ' | |
| 506 | ||
| 507 | - name: config57 | |
| 508 | run_li st: | |
| 509 | - reci pe[mysql_c onfig_test ] | |
| 510 | includ es: [ | |
| 511 | 'cen tos-5.8', | |
| 512 | 'cen tos-6.5', | |
| 513 | 'cen tos-7.0', | |
| 514 | 'red hat-6.5', | |
| 515 | 'red hat-7.0', | |
| 516 | 'fed ora-21', | |
| 517 | 'ama zon-2014.0 9' | |
| 518 | ] | |
| 519 | attrib utes: | |
| 520 | mysq l: | |
| 521 | ver sion: '5.7 ' | |
| 522 | ||
| 523 | # | |
| 524 | # replic ation-test | |
| 525 | # | |
| 526 | - name: replicatio n-test | |
| 527 | run_li st: | |
| 528 | - reci pe[mysql_r eplication _test] | |
| 529 | includ es: [ | |
| 530 | 'cen tos-5.8', | |
| 531 | 'cen tos-6.5', | |
| 532 | 'cen tos-7.0', | |
| 533 | 'ama zon-2014.0 9', | |
| 534 | 'fed ora-21', | |
| 535 | 'sus e-11.3', | |
| 536 | 'deb ian-7.0', | |
| 537 | 'ubu ntu-10.04' , | |
| 538 | 'ubu ntu-12.04' , | |
| 539 | 'ubu ntu-14.04' , | |
| 540 | 'ubu ntu-15.04' , | |
| 541 | 'omn ios-151006 ', | |
| 542 | 'sma rtos-14.3. 0' | |
| 543 | ] |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.