|
3 | 3 | management_cluster: |
4 | 4 | hosts: |
5 | 5 | testvm00: |
6 | | - ansible_host: 192.168.5.12 |
| 6 | + ansible_host: 192.168.5.34 |
7 | 7 | ansible_user: mlsysops |
8 | 8 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
9 | 9 | ansible_python_interpreter: /usr/bin/python3 |
|
19 | 19 | children: |
20 | 20 | master_nodes: |
21 | 21 | hosts: |
22 | | - testvm01: |
23 | | - ansible_host: 192.168.5.55 |
| 22 | + testvm1: |
| 23 | + ansible_host: 192.168.5.14 |
24 | 24 | ansible_user: mlsysops |
25 | 25 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
26 | 26 | ansible_python_interpreter: /usr/bin/python3 |
|
33 | 33 | vaccel: "false" |
34 | 34 | worker_nodes: |
35 | 35 | hosts: |
36 | | - testvm02: |
37 | | - ansible_host: 192.168.5.7 |
| 36 | + testvm2: |
| 37 | + ansible_host: 192.168.5.6 |
38 | 38 | ansible_user: mlsysops |
39 | 39 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
40 | 40 | ansible_python_interpreter: /usr/bin/python3 |
|
43 | 43 | is_vm: true |
44 | 44 | continuumLayer: node |
45 | 45 | vaccel: "false" |
46 | | - testvm03: |
47 | | - ansible_host: 192.168.5.79 |
| 46 | + testvm3: |
| 47 | + ansible_host: 192.168.5.23 |
48 | 48 | ansible_user: mlsysops |
49 | 49 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
50 | 50 | ansible_python_interpreter: /usr/bin/python3 |
|
57 | 57 | children: |
58 | 58 | master_nodes: |
59 | 59 | hosts: |
60 | | - testvm04: |
61 | | - ansible_host: 192.168.5.41 |
| 60 | + testvm4: |
| 61 | + ansible_host: 192.168.5.46 |
62 | 62 | ansible_user: mlsysops |
63 | 63 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
64 | 64 | ansible_python_interpreter: /usr/bin/python3 |
|
71 | 71 | vaccel: "false" |
72 | 72 | worker_nodes: |
73 | 73 | hosts: |
74 | | - testvm05: |
75 | | - ansible_host: 192.168.5.29 |
| 74 | + testvm5: |
| 75 | + ansible_host: 192.168.5.18 |
76 | 76 | ansible_user: mlsysops |
77 | 77 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
78 | 78 | ansible_python_interpreter: /usr/bin/python3 |
|
85 | 85 | children: |
86 | 86 | master_nodes: |
87 | 87 | hosts: |
88 | | - testvm06: |
89 | | - ansible_host: 192.168.5.9 |
| 88 | + testvm6: |
| 89 | + ansible_host: 192.168.5.68 |
90 | 90 | ansible_user: mlsysops |
91 | 91 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
92 | 92 | ansible_python_interpreter: /usr/bin/python3 |
|
99 | 99 | vaccel: "false" |
100 | 100 | worker_nodes: |
101 | 101 | hosts: |
102 | | - testvm07: |
103 | | - ansible_host: 192.168.5.63 |
| 102 | + testvm7: |
| 103 | + ansible_host: 192.168.5.13 |
104 | 104 | ansible_user: mlsysops |
105 | 105 | ansible_ssh_private_key_file: /home/mlsysops/.ssh/id_rsa |
106 | 106 | ansible_python_interpreter: /usr/bin/python3 |
|
0 commit comments