~brendan-donegan/maas/qa-lab-tests_deploy_centos

« back to all changes in this revision

Viewing changes to config.py

  • Committer: MAAS Lander
  • Author(s): Brendan Donegan
  • Date: 2016-12-07 09:12:34 UTC
  • mfrom: (466.2.1 enable_extra_machines)
  • Revision ID: maas_lander-20161207091234-kzou2yxxz06vu2zt
[r=mpontillo][bug=][author=brendan-donegan] Re-add machines that seem to be working

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    # lenovo-RD230-05, MAAS-05
51
51
    # "00:E0:81:DD:D4:11": "10.245.143.105",
52
52
    # lenovo-RD230-06, MAAS-06
53
 
    # "00:E0:81:D1:B1:47": "10.245.143.106",
 
53
    "00:E0:81:D1:B1:47": "10.245.143.106",
54
54
    # Took these two machines from the CLUSTER_CONTROLLER_NODES pool
55
55
    # as it seems that the other two were broken
56
56
    # lenovo-RD230-07, MAAS-07
57
57
    "00:E0:81:DD:D1:1B": "10.245.143.107",
58
58
    # lenovo-RD230-08, MAAS-08
59
59
    "00:E0:81:DD:D1:2B": "10.245.143.108",
 
60
    # lenovo-RD230-10, MAAS-10
 
61
    "00:E0:81:DC:38:6D": "10.245.143.110",
 
62
    # lenovo-RD230-12, MAAS-12
 
63
    "00:E0:81:DD:D4:F9": "10.245.143.112"
60
64
}
61
65
 
62
66
BMC_START_IP = '10.245.143.103'
65
69
CLUSTER_CONTROLLER_NODES = {
66
70
    # lenovo-RD230-09, MAAS-09
67
71
    "00:E0:81:DD:D1:A3": "10.245.143.109",
68
 
    # lenovo-RD230-10, MAAS-10
69
 
    "00:E0:81:DC:38:6D": "10.245.143.110",
70
72
    # lenovo-RD230-11, MAAS-11
71
73
    "00:E0:81:DD:D0:FF": "10.245.143.111",
72
 
    # lenovo-RD230-12, MAAS-12
73
 
    "00:E0:81:DD:D4:F9": "10.245.143.112"
74
74
}
75
75
 
76
76