Updated upgrade readme
diff --git a/README-upgrade.md b/README-upgrade.md new file mode 100644 index 0000000..76cd1eb --- /dev/null +++ b/README-upgrade.md
@@ -0,0 +1,11 @@ +# Upgrading Apigee Edge + +The upgrade-edge.yml will perform an upgrade of Apigee Edge. Edge 4.16.xx is supported for upgrade +through Edge 4.18.01. The upgrade process will be engaged when you invoke `ansible-playbook update-edge.yml`. +The upgrade process will be looking for two variables. + +## Variables Used +| Variable Name | Value | Description | +| --- | --- | --- | +| opdk_version | 4.18.01 | This indicates the target opdk version to be installed. This is also set during a clean installation of OPDK. | +| upgrade_from_opdk_version | 4.16.01, 4.16.05, 4.16.09, 4.17.01, 4.17.05, 4.17.09 | This is the version of opdk that you would be upgrading from | \ No newline at end of file