File | Date | Author | Commit |
---|---|---|---|
au | 2014-06-11 | Om Prakash Maurya | [249951] Modified len thresold to more than 4 to avoid f... |
tests | 2014-05-15 | skewat73 | [11b1fd] Adding code from workqueue |
.gitignore | 2014-05-15 | skewat73 | [11b1fd] Adding code from workqueue |
.testr.conf | 2014-05-15 | skewat73 | [11b1fd] Adding code from workqueue |
README.rst | 2014-05-15 | skewat73 | [a3fc9a] Updating the install script to add release dir ... |
install | 2014-05-15 | skewat73 | [a3fc9a] Updating the install script to add release dir ... |
requirements.txt | 2014-05-15 | skewat73 | [11b1fd] Adding code from workqueue |
setup.py | 2014-05-15 | skewat73 | [a3fc9a] Updating the install script to add release dir ... |
test-requirements.txt | 2014-05-15 | skewat73 | [11b1fd] Adding code from workqueue |
tox.ini | 2014-05-15 | skewat73 | [11b1fd] Adding code from workqueue |
CLI : /<path where AU is installed>/accelerated_upgrade -r <repository where packages are kept > -f pkglist.txt --urls devices.txt --verbose 5
- Note :(1) pkglist.txt => is text file containing package names to be installed
- sample icontent is :
- cat pkglist.txt #Comment the package which you don’t want with “#" #asr9k-mini-px.vm-4.3.2 asr9k-px-4.3.2.sp2.pie asr9k-mpls-px.pie-4.3.2 asr9k-mgbl-px.pie-4.3.2 asr9k-mcast-px.pie-4.3.2 asr9k-mini-px.pie-4.3.2
devices.txt => is text file containing device urls where the package should be installed , sample content is :
cat devices.txt telnet://root:root@10.64.67.90:2043 #telnet://lab:lab@10.76.239.15:2031 #telnet://root:root123@10.64.67.90:2045 #telnet://root:root@10.64.67.90:2045
Syntax of URL is : protocol://username:password@devices_address protocol could be telnet or ssh.
Use the option : --pre-upgrade
Use the option : --upgrade
Use the option : --post-upgrade