Skip to content

Commit 14d490b

Browse files
committed
Fix broken relative links
1 parent 55a9754 commit 14d490b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+124
-124
lines changed

articles/cyclecloud/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ monikerRange: '>= cyclecloud-8'
1010
# Operations
1111

1212
::: moniker range=">= cyclecloud-8"
13-
[!INCLUDE [operations](~/includes/version-8/api_operations.md)]
13+
[!INCLUDE [operations](~/articles/cyclecloud/includes/version-8/api_operations.md)]
1414
::: moniker-end
1515

1616
## Resources

articles/cyclecloud/cluster-references/cluster-init-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: compute-evergreen
99

1010
# Cluster-Init
1111

12-
Cluster-init objects are subordinate in rank to `node` and `nodearray`. The cluster-init object defines the [CycleCloud project](~/how-to/projects.md) specs to run on a node.
12+
Cluster-init objects are subordinate in rank to `node` and `nodearray`. The cluster-init object defines the [CycleCloud project](~/articles/cyclecloud/how-to/projects.md) specs to run on a node.
1313

1414
Adding a `[[[cluster-init]]]` section to a node will include a project spec. Cluster-init definition can also be written in short-hand notation:
1515

articles/cyclecloud/cluster-references/cluster-template-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: compute-evergreen
1111

1212
# CycleCloud Cluster Template File
1313

14-
CycleCloud clusters are defined in declarative and hierarchical text files called templates. A number of example CycleCloud cluster templates are available for [download](~/download-cluster-templates.md)
14+
CycleCloud clusters are defined in declarative and hierarchical text files called templates. A number of example CycleCloud cluster templates are available for [download](~/articles/cyclecloud/download-cluster-templates.md)
1515

1616
> [!NOTE]
1717
> The CycleCloud cluster template file is case insensitive throughout.

articles/cyclecloud/cluster-references/configuration-reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: adjohnso
88

99
# Cluster Configuration
1010

11-
Configuration objects are rank 3, and subordinate to `node` and `nodearray`. The configuration object define the configurable properties for the configuration code that runs on the [nodes](node-nodearray-reference.md) and [CycleCloud Project](~/how-to/projects.md) configurations.
11+
Configuration objects are rank 3, and subordinate to `node` and `nodearray`. The configuration object define the configurable properties for the configuration code that runs on the [nodes](node-nodearray-reference.md) and [CycleCloud Project](~/articles/cyclecloud/how-to/projects.md) configurations.
1212

1313
## Object Attributes
1414

@@ -46,8 +46,8 @@ CycleCloud supports the parameterized configuration of many system services.
4646
| discoverable | Boolean | Whether or not this node can be "discovered" (searched for) by other nodes started by CycleCloud. Default: `false` |
4747
| autoscale.forced_shutdown_timeout | Integer | The amount of time (in minutes) before a forced shutdown occurs if autoscale cannot scale the node down successfully. Default: `15` |
4848
| security.limits | Integer | Linux only. The limits to apply to the node. Domain, type, and item can be specified for any [valid value](https://linux.die.net/man/5/limits.conf) defined. Defaults: `security.limits.\*.hard.nofile = 524288` and `security.limits.\*.soft.nofile = 1048576` |
49-
| mounts | Nested | For [NFS exporting and mounting](~/how-to/mount-fileserver.md) and volume mounting. |
50-
| selinux.policy | String | Linux only. [Bypass an enforced `selinux` policy](~/how-to/selinux.md) for custom images. Already disabled on core CycleCloud images. |
49+
| mounts | Nested | For [NFS exporting and mounting](~/articles/cyclecloud/how-to/mount-fileserver.md) and volume mounting. |
50+
| selinux.policy | String | Linux only. [Bypass an enforced `selinux` policy](~/articles/cyclecloud/how-to/selinux.md) for custom images. Already disabled on core CycleCloud images. |
5151
| install_epel | Boolean | Add the extended packages repo for yum on RedHat variant image. Default: `true` |
5252
| disable_rhui | Boolean | Opt-out of Red Hat repository configs. Default : `false` |
5353
| ganglia.install | Boolean | Opt-out of ganglia installation by setting `false`. Default: `true` |
@@ -63,8 +63,8 @@ CycleCloud supports the parameterized configuration of many system services.
6363
| keepalive.timeout | Integer | The amount of time in seconds to keep a node "alive" if it has not finished installing/configuring software. Default: `14400` (4 hours) |
6464
| discoverable | Boolean | Whether or not this node can be "discovered" (searched for) by other nodes started by CycleCloud. Default: `false` |
6565
| security.limits | Integer | Linux only. The limits to apply to the node. Domain, type, and item can be specified for any [valid value](https://linux.die.net/man/5/limits.conf) defined. Defaults: `security.limits.\*.hard.nofile = 524288` and `security.limits.\*.soft.nofile = 1048576` |
66-
| mounts | Nested | For [NFS exporting and mounting](~/how-to/mount-fileserver.md) and volume mounting. |
67-
| selinux.policy | String | Linux only. [Bypass an enforced `selinux` policy](~/how-to/selinux.md) on cluster instances. Default: `nil` |
66+
| mounts | Nested | For [NFS exporting and mounting](~/articles/cyclecloud/how-to/mount-fileserver.md) and volume mounting. |
67+
| selinux.policy | String | Linux only. [Bypass an enforced `selinux` policy](~/articles/cyclecloud/how-to/selinux.md) on cluster instances. Default: `nil` |
6868
| dns.domain | String | Use nsupdate to force a dynamic DNS record update. Useful ONLY when allowed by DNS policy, and the cluster is using a DNS server that allows dynamic updates. Default: `nil` |
6969
| dns.alias | String | Use nsupdate to force a dynamic DNS record update. Useful ONLY when allowed by DNS policy, and the cluster is using a DNS server that allows dynamic updates. Default: `nil` |
7070
| samba.enabled | Boolean | Linux only. Installs Samba on a filer for use with Windows execute nodes. Default: `false` |

articles/cyclecloud/cluster-references/node-nodearray-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ ComputerNamePrefix | String | Prefix pre-pended to system-generated computer nam
7777
Zone | String (list) | Availability Zone for VM or VMSS. Can be a list for VMSS. E.g. `Zone = 1,3`
7878
KeyPairLocation | Integer | Where CycleCloud will find a SSH keypair on the local filesystem
7979
KeepAlive | Boolean | If true, CycleCloud will prevent the termination of this node
80-
Locker | String | Specify the name of the locker from which to download project specs. See [Use Projects](~/how-to/projects.md)
80+
Locker | String | Specify the name of the locker from which to download project specs. See [Use Projects](~/articles/cyclecloud/how-to/projects.md)
8181
::: moniker-end
8282

8383
::: moniker range=">=cyclecloud-8"
@@ -91,7 +91,7 @@ ProximityPlacementGroupId | String | The full id for the Proximity Placement Gro
9191
PlacementGroupId | String | If set, this label is used to place this node in a single placement group with all other nodes that have a matching value for PlacementGroupId. This offers lower latency communication and is required to enable InfiniBand on VM sizes that support it. This is usually set by the scheduler as needed so it does not need to be manually specified.
9292
KeyPairLocation | Integer | Where CycleCloud will find a SSH keypair on the local filesystem
9393
KeepAlive | Boolean | If true, CycleCloud will prevent the termination of this node
94-
Locker | String | Specify the name of the locker from which to download project specs. See [Use Projects](~/how-to/projects.md)
94+
Locker | String | Specify the name of the locker from which to download project specs. See [Use Projects](~/articles/cyclecloud/how-to/projects.md)
9595
BootDiagnosticsUri | String | Storage URI for boot diagnostics (example: https://mystorageaccount.blob.core.windows.net/), if specified. Storage charges will apply.
9696
HybridBenefit | Boolean | If true, enables "Azure Hybrid Benefit" licensing for Windows VMs
9797
NetworkSecurityGroupId | String | If given, the full resource id for a Network Security Group to use for this node. Note: this can also be specified as `SecurityGroup` on a [network interface](network-interface-reference.md).
@@ -225,7 +225,7 @@ Tags | String | Use `tags.my-tag = my-tag-value` to add tags to the deployment i
225225

226226
### Regular/Spot Attributes
227227

228-
CycleCloud supports the use of Spot VMs via the following attributes. See [Spot Virtual Machines](~/how-to/cluster-templates.md#spot-virtual-machines) for more detail.
228+
CycleCloud supports the use of Spot VMs via the following attributes. See [Spot Virtual Machines](~/articles/cyclecloud/how-to/cluster-templates.md#spot-virtual-machines) for more detail.
229229

230230
Attribute | String | Definition
231231
------ | ----- | ----------

articles/cyclecloud/cluster-references/volume-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: azure-cyclecloud
1010

1111
# Volumes
1212

13-
[Volume](~/how-to/mount-disk.md) objects are rank 3 and subordinate to `node` and `nodearray`. A Volume represents an Azure Disk.
13+
[Volume](~/articles/cyclecloud/how-to/mount-disk.md) objects are rank 3 and subordinate to `node` and `nodearray`. A Volume represents an Azure Disk.
1414

1515
## Example
1616

articles/cyclecloud/common-issues/cluster-init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.custom: compute-evergreen
1919

2020
## Resolution
2121

22-
Azure CycleCloud provides users the ability to configure VMs that become nodes of the cluster by running custom scripts during the VM preparation phase. This functionality is provided through the [CycleCloud Projects](~/how-to/projects.md) system, and is also known as Cluster-Init.
22+
Azure CycleCloud provides users the ability to configure VMs that become nodes of the cluster by running custom scripts during the VM preparation phase. This functionality is provided through the [CycleCloud Projects](~/articles/cyclecloud/how-to/projects.md) system, and is also known as Cluster-Init.
2323

2424
If there are failures or errors when these scripts are executed, Cyclecloud versions 7.9 and later surface these errors in the node details page. The STDERR and STDOUT output of the scripts are included in these error messages.
2525

articles/cyclecloud/common-issues/execute_command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ These commands may fail for a variety of reasons which triggers a Chef error. In
3030

3131
## More Information
3232

33-
Lean more about [CycleCloud Projects](~/how-to/projects.md)
33+
Lean more about [CycleCloud Projects](~/articles/cyclecloud/how-to/projects.md)

articles/cyclecloud/common-issues/osProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ ms.author: adjohnso
1313

1414
## Resolution
1515

16-
Azure CycleCloud allows you to use [custom images](~/how-to/create-custom-image.md) but the custom image must be created from a generalized image. Since specialized images do not have an `osProfile` associated with them, errors are encountered when the osProfile parameter is passed to the custom image.
16+
Azure CycleCloud allows you to use [custom images](~/articles/cyclecloud/how-to/create-custom-image.md) but the custom image must be created from a generalized image. Since specialized images do not have an `osProfile` associated with them, errors are encountered when the osProfile parameter is passed to the custom image.
1717

1818
Recreate your custom image using a generalized image to resolve.

articles/cyclecloud/common-issues/resolving_cookbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Make sure the cookbook exists in the project
3030

3131
## More Information
3232

33-
Lean more about [CycleCloud Projects](~/how-to/projects.md)
33+
Lean more about [CycleCloud Projects](~/articles/cyclecloud/how-to/projects.md)
3434

0 commit comments

Comments
 (0)