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: docs/user-guide/sdh/release-hub.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ This involves the inclusion of applications you wish to rollout in the release v
79
79
80
80
{% hint style="info" %}
81
81
### Importance of Release Stages
82
-
By default, your selected applications will be set to release in one go. However, you can also release them in stages. In other words, you can decide which set of applications should be released first, subsequently which ones to release next, and the ones to release last. <br /><br /> For example, if you have a new login feature (backend) and a dashboard update (frontend), you might want to release the login feature first to ensure users can log in before seeing the updated dashboard.
82
+
By default, your selected applications will be set to release in one go. However, you can also release them in stages. In other words, you can decide which set of applications should be released first, subsequently which ones to release next, and the ones to release last. <br /><br /> For example, if you're adding a new payment system (backend) and an updated checkout page (frontend), you would release the payment system first to ensure payments can be processed correctly.
83
83
{% endhint %}
84
84
85
85
5. Use the drag-and-drop feature to move applications from one stage to another.
@@ -105,6 +105,11 @@ Users need to have super-admin permission to select images for selected applicat
105
105
106
106

107
107
108
+
{% hint style="info" %}
109
+
### Note
110
+
Only the images that were built already will appear. If there are no images present, [trigger the CI pipeline](../deploying-application/triggering-ci.md) of the application first to obtain the image.
111
+
{% endhint %}
112
+
108
113
2. Click **SELECT** next to the image you wish to deploy from the list.
109
114
110
115
3. Repeat the above steps for other applications you added in the release.
@@ -122,7 +127,7 @@ In case you don’t have the correct images ready for any of your applications,
6. Before freezing the requirements, make sure the release order is correct, add applications if needed, and include environments in tenants (if not done already). Once you have finalized them, click **Lock Requirements**.
130
+
6. Before locking the requirements, make sure the release order is correct, add applications if needed, and include environments in tenants (if not done already). Once you have finalized them, click **Lock Requirements**.
@@ -177,7 +182,7 @@ This involves the deployment of the release to the specified tenant installation
177
182
An application can be deployed on the tenant in the next release stage only if other applications in the previous stage are deployed successfully on the given tenant.
178
183
{% endhint %}
179
184
180
-
Here we covered the process of performing a production installation on one tenant. Similarly, you can per
185
+
Here we covered the process of performing a production installation on just one tenant. Similarly, you can perform installations on your other tenants (if any).
Copy file name to clipboardExpand all lines: docs/user-guide/sdh/tenants.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ This involves the creation of new organizations where you wish to deploy s/w upd
15
15
16
16

17
17
18
-
2. Enter a name in **Tenant display name** field, e.g., `flareup.xyz`
18
+
2. Enter a name in **Tenant display name** field, e.g., `flareup.xyz`. Once set, you can rename it later (if needed).
19
19
20
-
3. Add a unique identifier to your tenant in **Tenant ID** field, e.g., `flareup123`
20
+
3. Add a unique identifier to your tenant in **Tenant ID** field, e.g., `flareup123`. Once set, you cannot change it later.
21
21
22
22
4. (Optional) Add a description of the tenant.
23
23
@@ -61,7 +61,7 @@ This involves setting up [installation](./README.md#installations) for different
61
61
Users need to have super-admin permission to map environments.
62
62
{% endhint %}
63
63
64
-
This involves mapping customer's environments to the tenant installation so that your updates are deployed to the correct environments.
64
+
This involves mapping customer's environments to the tenant installation so that your updates are deployed to the correct environments. If you haven't created an environment yet, refer [Clusters & Environments](../global-configurations/cluster-and-environments.md#add-environment).
0 commit comments