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: common-requests/use.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
@@ -4,7 +4,7 @@ years: 2020 - 2026
4
4
layout: page
5
5
title: "How to use Open Horizon"
6
6
description: "Basic instructions and examples for using the Open Horizon projects CLI"
7
-
lastupdated: 2026-03-27
7
+
lastupdated: 2026-03-30
8
8
parent: Quick Start
9
9
nav_order: 2
10
10
---
@@ -133,7 +133,7 @@ After you see the `agreement_execution_start_time` value, you can run `docker ps
133
133
134
134
To use the exchange communication commands, set up two environment variables.
135
135
136
-
### Pre-requisite
136
+
### Prerequisite
137
137
138
138
You need information from the All-in-One installation summary message that was displayed when you installed the {{site.data.keyword.mgmt_hub}}, agent, and CLI. This message begins with `----------- Summary of what was done:` and includes several generated passwords and tokens.
139
139
@@ -144,7 +144,7 @@ export HZN_ORG_ID=myorg
144
144
export HZN_EXCHANGE_USER_AUTH=admin:[User org admin user generated password]
145
145
```
146
146
147
-
> Now, you should be able to connect to the exchange with the CLI.
147
+
Now, you can connect to the exchange by using the CLI.
148
148
149
149
Use `hzn exchange status` or `hzn exchange node list` to confirm that it works with no errors. Additionally, `hzn exchange user list` displays the user account that you are currently using and if it is authenticated successfully.
Copy file name to clipboardExpand all lines: docs/getting_started/faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ copyright: Contributors to the Open Horizon project
3
3
years: 2020 - 2026
4
4
title: FAQs
5
5
description: Documentation for Frequently asked questions
6
-
lastupdated: 2026-03-27
6
+
lastupdated: 2026-03-30
7
7
nav_order: 1
8
8
parent: Help and Support
9
9
---
@@ -43,7 +43,7 @@ The following are answers to some frequently asked questions (FAQs) about {{site
43
43
44
44
You can install the open source {{site.data.keyword.mgmt_hub}} (without the {{site.data.keyword.ieam}} management console) with the All-in-One installer for developers. The All-in-One installer creates a complete but minimal {{site.data.keyword.mgmt_hub}}, not suitable for production use. It also configures an example edge node. This tool enables open source component developers to get started quickly without the time it takes to configure a complete production {{site.data.keyword.ieam}} {{site.data.keyword.mgmt_hub}}. For information about the All-in-One installer, see [{{site.data.keyword.ieam}} - Devops ](https://github.com/open-horizon/devops/tree/master/mgmt-hub){:target="_blank"}{: .externalLink} GitHub repository.
45
45
46
-
The All-in-One installer publishes a default set of example services during deployment. You can customize which sample services are published by setting the `BYO_SAMPLES` environment variable to point to a text file containing GitHub URLs of your own service repositories. This enables you to test and develop with your own custom services in addition to the default examples. For detailed instructions, see the [Using Custom Sample Services](https://github.com/open-horizon/devops/tree/master/mgmt-hub#using-custom-samples){:target="_blank"}{: .externalLink} section in the {{site.data.keyword.mgmt_hub}} documentation.
46
+
The All-in-One installer publishes a default set of sample services during deployment. You can customize which sample services are published by setting the `BYO_SAMPLES` environment variable to point to a text file that contains GitHub URLs of your own service repositories. This enables you to test and develop with your own custom services in addition to the default samples. For detailed instructions, see the [Using Custom Sample Services](../hub/custom_samples.md).
47
47
48
48
## Is {{site.data.keyword.ieam}} software open-sourced?
Copy file name to clipboardExpand all lines: docs/hub/custom_samples.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,20 @@ years: 2026
4
4
layout: page
5
5
title: "Using custom sample services"
6
6
description: "How to publish your own sample services with the All-in-One Management Hub"
7
-
lastupdated: 2026-03-27
7
+
lastupdated: 2026-03-30
8
8
parent: Quick Start
9
9
nav_order: 3
10
+
parent: Installing Management hub
11
+
grand_parent: Management Hub
10
12
---
11
13
12
14
# Using custom sample services
13
15
14
-
The {{site.data.keyword.ieam}} All-in-One {{site.data.keyword.mgmt_hub}} deployment includes a set of default example services that demonstrate edge computing capabilities. You can extend this by publishing your own custom sample services during the deployment process.
16
+
The {{site.data.keyword.ieam}} All-in-One {{site.data.keyword.mgmt_hub}} deployment includes a set of default sample services that demonstrate edge computing capabilities. You can extend this by publishing your own custom sample services during the deployment process.
15
17
16
18
## Overview
17
19
18
-
The Bring Your Own (BYO) Samples feature allows you to specify additional service repositories that are published to the Exchange during the All-in-One deployment. This is useful for:
20
+
You can specify additional service repositories that are published to the Exchange during the All-in-One deployment. This is useful for:
19
21
20
22
- Testing your own edge services in a development environment
21
23
- Demonstrating custom solutions to stakeholders
@@ -31,7 +33,7 @@ When you set the `BYO_SAMPLES` environment variable, the deployment script:
31
33
3. Publishes the service definition, service policy, and deployment policy to the Exchange
32
34
4. Makes the services available for deployment to edge nodes
33
35
34
-
Your custom samples are published in addition to the default {{site.data.keyword.ieam}} example services (CPU, GPS, and Hello World).
36
+
Your custom samples are published in addition to the default {{site.data.keyword.ieam}} sample services (CPU, GPS, and Hello World).
35
37
36
38
## Prerequisites
37
39
@@ -42,13 +44,13 @@ Before using custom samples, ensure that:
42
44
-`publish-service`: Publishes the service definition
43
45
-`publish-service-policy`: Publishes the service policy
44
46
-`publish-deployment-policy`: Publishes the deployment policy
45
-
- Services are compatible with your target edge node architecture (AMD64, ARM, etc.)
47
+
- Services are compatible with your target edge node architecture (AMD64, ARM, and so on.)
46
48
47
49
## Step-by-step instructions
48
50
49
51
### 1. Create a samples file
50
52
51
-
Create a text file containing the GitHub URLs of your service repositories, one per line:
53
+
Create a text file that contains the GitHub URLs of your service repositories. Each URL must be on a separate line. For example:
0 commit comments