You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cyclecloud/api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: API Reference
3
3
description: Read the Azure CycleCloud REST API Reference. Review commands for operations and resources, such as getting cluster nodes or getting the status of the cluster.
Copy file name to clipboardExpand all lines: articles/cyclecloud/cookbook-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Cookbook Reference
3
3
description: See reference information for Chef Cookbooks in Azure CycleCloud. Understand basic Chef concepts, attributes, and the thunderball resource.
4
4
author: adriankjohnson
5
5
ms.topic: reference
6
-
ms.date: 03/09/2020
6
+
ms.date: 06/10/2025
7
7
ms.author: adjohnso
8
8
---
9
9
@@ -26,7 +26,7 @@ However, CycleCloud clusters are provisioned using a set of *Common Cookbooks* a
26
26
27
27
Common Cookbook attributes are subject to change. Attribute settings are commonly superseded as the features they control become available as more general or powerful features of CycleCloud. If a customization is available in both the Cluster Template and via a Chef attribute, always prefer the Cluster Template method since it's the more general solution.
28
28
29
-
For more information on the Opscode Chef framework, see the [Opscode website](https://docs.opscode.com/).
29
+
For more information on the Opscode Chef framework, see the [Opscode website](https://www.chef.io/).
30
30
31
31
## Using Chef attributes
32
32
@@ -81,4 +81,4 @@ To download objects from another repository, use custom configuration sections.
81
81
| proxy_host | Host to use as proxy. |
82
82
| proxy_port | Port to use for proxy. |
83
83
| user | Local system user for the configuration. If you specify the `user` attribute, the `filename` attribute is ignored. the user's home directory contains the configuration file. |
This event is fired for each node that is added to a cluster. To get an event for a set of nodes added at once, see [ClusterSizeIncreased](#microsoftcyclecloudclustersizeincreased). This event is sent when the node first appears in the UI, so it doesn't have any timing information.
94
+
This event is triggered for each node added to a cluster. To receive a single event for multiple nodes added simultaneously, see [ClusterSizeIncreased](#microsoftcyclecloudclustersizeincreased). This event is sent when the node first appears in the UI, so it doesn't have any timing information.
95
95
96
96
#### Microsoft.CycleCloud.NodeCreated
97
97
98
-
This event is fired each time a node starts for the first time (that is, a VM is created for the node). This event contains the following timing information:
98
+
This event is triggered each time a node starts for the first time (that is, when a VM is created for the node). It includes the following timing details:
99
99
100
100
-`Create`: The total time to create the node. This time includes creating the VM and configuring the VM.
101
101
-`CreateVM`: How long it took to create the VM.
102
102
-`Configure`: How long it took to install software and configure the node.
103
103
104
104
#### Microsoft.CycleCloud.NodeDeallocated
105
105
106
-
This event is fired each time a node is deallocated. This event contains the following timing information:
106
+
This event is triggered each time a node is deallocated. It includes the following timing details:
107
107
108
108
-`Deallocate`: The total time to deallocate the node.
109
109
-`DeallocateVM`: How long it took to deallocate the VM.
110
110
111
111
#### Microsoft.CycleCloud.NodeStarted
112
112
113
-
This event is fired each time a node restarts from a deallocated state. This event contains the following timing information:
113
+
This event is triggered each time a node restarts from a deallocated state. It includes the following timing details:
114
114
115
115
-`Start`: The total time it took to restart the deallocated node.
116
116
-`StartVM`: How long it took to start the deallocated VM.
117
117
118
118
#### Microsoft.CycleCloud.NodeTerminated
119
119
120
-
This event is fired each time a node is terminated and its VM is deleted. This event contains the following timing information:
120
+
This event is triggered each time a node is terminated and its VM is deleted. It includes the following timing details:
121
121
122
122
-`Terminate`: The total time it took to terminate the node.
123
123
-`DeleteVM`: How long it took to delete the VM.
@@ -191,4 +191,3 @@ You can use this timing to track how long a spot VM was running before it was ev
191
191
### Retry Count
192
192
193
193
In CycleCloud, you can retry some operations if they fail. These operations are reflected in the `NodeCreated`, `NodeDeallocated`, `NodeStarted`, and `NodeTerminated` events. These events contain an optional `retryCount` property on the event's `data` property that indicates how many times the operation was attempted prior to this event. This property is included on subsequent retries, whether those attempts succeeded or failed.
0 commit comments