-
Notifications
You must be signed in to change notification settings - Fork 109
RD-5655 Add AIO inplace upgrade page #2557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
glukhman
wants to merge
7
commits into
master
Choose a base branch
from
RD-5655-AIO-inplace-upgrade
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b7b9610
RD-5655 Add AIO inplace upgrade page + update version nums
Glukhman-dev 4178136
Update content/cloudify_manager/premium/compact/upgrade.md
glukhman b9f0ad6
Update content/cloudify_manager/premium/aio/upgrade.md
glukhman d89e810
Update content/cloudify_manager/premium/aio/upgrade.md
glukhman dc2c6f7
Update content/cloudify_manager/premium/compact/upgrade.md
glukhman 30f029b
Update content/cloudify_manager/premium/fully_distributed/upgrade.md
glukhman b1cec3d
Update content/cloudify_manager/premium/fully_distributed/upgrade.md
glukhman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| +++ | ||
| title = "Upgrade" | ||
| description = "Upgrade" | ||
| weight = 80 | ||
| alwaysopen = false | ||
| +++ | ||
|
|
||
| ## Upgrading an All-in-One Manager | ||
| Upgrade your {{< param product_name >}} Cluster Manager by running: | ||
| ``` | ||
| sudo yum install -y <Cluster Manager Installation RPM> | ||
| ``` | ||
|
|
||
| On the host that has {{< param product_name >}} Cluster Manager installed, run cfy_cluster_manager upgrade. | ||
| Optional Arguments: | ||
| ``` | ||
| --config-path The completed cluster configuration file path. Default: ./cfy_cluster_config.yaml | ||
| --upgrade-rpm Path to a v7.1.0 cloudify-manager-install RPM. This can be either a local or remote path. | ||
| Default: <Cloudify Manager Installation RPM> | ||
| -v, --verbose Show verbose output | ||
| Running this command will automatically run the upgrade procedure on the cluster. | ||
| ``` | ||
|
|
||
| If the cluster was manually deployed, please follow this procedure instead: | ||
|
|
||
| Manually updating a Fully Distributed Cluster | ||
| Update steps: | ||
| Install the new 7.1.0 cloudify-manager-install RPM on the manager node, by using the command: | ||
glukhman marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ``` | ||
| sudo yum install -y <Cloudify Manager Installation RPM> | ||
| ``` | ||
|
|
||
| Then run: | ||
| ``` | ||
| cfy_manager upgrade | ||
| ``` | ||
|
|
||
| If {{< param product_name >}} agents are used in your deployments, run the following command from just one of the manager nodes: | ||
| ``` | ||
| cfy agents install | ||
| ``` | ||
|
|
||
| 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. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.