Skip to content

Commit b7b9610

Browse files
committed
RD-5655 Add AIO inplace upgrade page + update version nums
1 parent f514392 commit b7b9610

File tree

4 files changed

+64
-19
lines changed

4 files changed

+64
-19
lines changed

content/cloudify_manager/cloudify_cluster_manager_cli/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cluster network. You can install the package either by using an RPM or by using
3939
#### Installing Using an RPM
4040
Run the following command:
4141
```bash
42-
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.1/ga-release/cloudify-cluster-manager-1.1.1-ga.el7.x86_64.rpm
42+
sudo yum install -y http://repository.cloudifysource.org/cloudify/cloudify-cluster-manager/1.1.4/ga-release/cloudify-cluster-manager-1.1.4-ga.el7.x86_64.rpm
4343
```
4444

4545
#### Installing Using pip Install
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
+++
2+
title = "Upgrade"
3+
description = "Upgrade"
4+
weight = 80
5+
alwaysopen = false
6+
+++
7+
8+
## Upgrading an All-in-One Manager
9+
10+
Upgrade your {{< param product_name >}} Cluster Manager by running:
11+
```
12+
sudo yum install -y <Cluster Manager Installation RPM>
13+
```
14+
15+
On the host that has {{< param product_name >}} Cluster Manager installed, run cfy_cluster_manager upgrade.
16+
Optional Arguments:
17+
```
18+
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml
19+
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
20+
Default: <Cloudify Manager Installation RPM>
21+
22+
-v, --verbose Show verbose output
23+
Running this command will automatically run the upgrade procedure on the cluster.
24+
```
25+
26+
If the cluster was manually deployed, please follow this procedure instead:
27+
28+
Manually updating a Fully Distributed Cluster
29+
Update steps:
30+
Install the new 7.1.0 cloudify-manager-install RPM on the manager node, by using the command:
31+
```
32+
sudo yum install -y <Cloudify Manager Installation RPM>
33+
```
34+
35+
Then run:
36+
```
37+
cfy_manager upgrade
38+
```
39+
40+
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the manager nodes:
41+
```
42+
cfy agents install
43+
```
44+
45+
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.

content/cloudify_manager/premium/compact/upgrade.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ alwaysopen = false
88
## Upgrading a Cloudify Compact Cluster (3 Nodes)
99

1010
If the initial cluster installation was done using the Cloudify Cluster Manager, follow this simplified process.
11-
Updating a Cloudify Compact Cluster leveraging the Cloudify Cluster Manager,
12-
you can use the Cloudify Cluster Manager tool to upgrade a compact cluster.
11+
Updating a {{< param product_name >}} Compact Cluster leveraging the Cloudify Cluster Manager,
12+
you can use the {{< param product_name >}} Cluster Manager tool to upgrade a compact cluster.
1313

14-
Upgrade your Cloudify Cluster Manager by running:
14+
Upgrade your {{< param product_name >}} Cluster Manager by running:
1515

1616
```
1717
sudo yum install -y <Cloudify Manager Installation RPM>
1818
```
1919

20-
On the host that has Cloudify Cluster Manager installed, run:
20+
On the host that has {{< param product_name >}} Cluster Manager installed, run:
2121
```
2222
cfy_cluster_manager upgrade
2323
```
@@ -26,7 +26,7 @@ Optional arguments:
2626

2727
```
2828
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml
29-
--upgrade-rpm Path to a v6.4.0 cloudify-manager-install RPM. This can be either a local or remote path.
29+
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
3030
3131
Default:<Cloudify Manager Installation RPM>
3232
@@ -37,9 +37,9 @@ Running this command will automatically run the upgrade procedure on the cluster
3737

3838
If the Cluster was manually deployed, please follow this procedure instead:
3939

40-
### Manually Updating a Cloudify Compact Cluster
40+
### Manually Updating a {{< param product_name >}} Compact Cluster
4141

42-
Install the new 6.4 release `cloudify-manager-install` RPM on all 3 nodes of the cluster, by using the command:
42+
Install the new 7.1.0 release `cloudify-manager-install` RPM on all 3 nodes of the cluster, by using the command:
4343

4444
```
4545
sudo yum install -y <Cloudify Manager Installation RPM>
@@ -83,9 +83,9 @@ Do it one after the other, not in parallel.
8383
Tip: If you used the cloudify-cluster-manager tool to generate the Cloudify cluster, the path to the manager config file is /etc/cloudify/manager-<node number>_config.yaml. If the cluster was manually installed, please direct the command to the path of the file you generated.
8484
{{% /note %}}
8585

86-
If Cloudify agents are used in your deployments, run the following command from just one of the cluster nodes:
86+
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the cluster nodes:
8787
```
8888
cfy agents install
8989
```
9090

91-
When opening the Cloudify Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
91+
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.

content/cloudify_manager/premium/fully_distributed/upgrade.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ weight = 80
55
alwaysopen = false
66
+++
77

8-
## Upgrading a Cloudify Fully Distributed Cluster (9 Nodes)
8+
## Upgrading a {{< param product_name >}} Fully Distributed Cluster (9 Nodes)
99
1010
If the initial cluster installation was done using the Cloudify Cluster Manager, follow this simplified process.
11-
Updating a Cloudify Fully Distributed Cluster leveraging the Cloudify Cluster Manager
12-
you can use the Cloudify Cluster Manager tool to upgrade a fully distributed cluster.
11+
Updating a {{< param product_name >}} Fully Distributed Cluster leveraging the Cloudify Cluster Manager
12+
you can use the {{< param product_name >}} Cluster Manager tool to upgrade a fully distributed cluster.
1313

14-
Upgrade your Cloudify Cluster Manager by running:
14+
Upgrade your {{< param product_name >}} Cluster Manager by running:
1515
```
1616
sudo yum install -y <Cluster Manager Installation RPM>
1717
```
1818

19-
On the host that has Cloudify Cluster Manager installed, run cfy_cluster_manager upgrade.
19+
On the host that has {{< param product_name >}} Cluster Manager installed, run cfy_cluster_manager upgrade.
2020
Optional Arguments:
2121
```
2222
--config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml
23-
--upgrade-rpm Path to a v6.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
23+
--upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path.
2424
Default: <Cloudify Manager Installation RPM>
2525
2626
-v, --verbose Show verbose output
@@ -31,7 +31,7 @@ If the cluster was manually deployed, please follow this procedure instead:
3131

3232
Manually updating a Fully Distributed Cluster
3333
Update steps:
34-
Install the new 6.1.0 cloudify-manager-install RPM on all the cluster nodes, by using the command:
34+
Install the new 7.1.0 cloudify-manager-install RPM on all the cluster nodes, by using the command:
3535
```
3636
sudo yum install -y <Cloudify Manager Installation RPM>
3737
```
@@ -60,9 +60,9 @@ cfy_manager upgrade
6060
Do it one after the other, not in parallel.
6161

6262

63-
If Cloudify agents are used in your deployments, run the following command from just one of the manager nodes:
63+
If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the manager nodes:
6464
```
6565
cfy agents install
6666
```
6767

68-
When opening the Cloudify Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.
68+
When opening the {{< param product_name >}} Management Console after the upgrade, you might see “This page is empty”, this happens because of cached data. To solve this, press CTRL + Shift + R.

0 commit comments

Comments
 (0)