-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoscale_log.html
101 lines (74 loc) · 3.21 KB
/
autoscale_log.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
fred@fred-Virtual-Machine:~/task/autoscale$ ansible-playbook test.yml
[WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note
that the implicit localhost does not match 'all'
PLAY [for autoscale test] ******************************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [Prepare random number] ***************************************************
ok: [localhost]
TASK [Create virtual network] **************************************************
changed: [localhost]
TASK [Add subnet] **************************************************************
changed: [localhost]
TASK [Create VMSS] *************************************************************
changed: [localhost]
TASK [create auto scaling (check mode)] ****************************************
[WARNING]: Azure API profile latest does not define an entry for
MonitorManagementClient
changed: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [create auto scaling] *****************************************************
changed: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [create auto scaling (idemponent)] ****************************************
ok: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [update auto scaling] *****************************************************
changed: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [delete auto scaling (check mode)] ****************************************
changed: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [delete auto scaling] *****************************************************
changed: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [delete auto scaling (idemponetent)] **************************************
ok: [localhost]
TASK [assert] ******************************************************************
ok: [localhost] => {
"changed": false,
"msg": "All assertions passed"
}
TASK [Clean VMSS] **************************************************************
changed: [localhost]
TASK [Clean subnet] ************************************************************
changed: [localhost]
TASK [Clean virtual network] ***************************************************
changed: [localhost]
PLAY RECAP *********************************************************************
localhost : ok=22 changed=11 unreachable=0 failed=0 skipped=0