X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docker_upgrade_scripts%2FREADME.md;fp=docker_upgrade_scripts%2FREADME.md;h=0000000000000000000000000000000000000000;hb=f4db92493f1bd94184d23e1771a8f600202391a6;hp=5d981587772d1938605846a4f6d9411138a0dca6;hpb=3e4c0d93034e07a93d881ef13db3e5f2e2f9f3ba;p=demo.git diff --git a/docker_upgrade_scripts/README.md b/docker_upgrade_scripts/README.md deleted file mode 100644 index 5d981587..00000000 --- a/docker_upgrade_scripts/README.md +++ /dev/null @@ -1,40 +0,0 @@ -#Docker Upgrade Scripts - -##Description -These scripts will upgrade docker images in all ONAP components - -##Setting UP - -apt-get install python-pip - -pip install Fabric - -Download all the files and modify onap_docker_upgrade.conf with correct configuration based on infrastructure endpoints - -[keystone_auth] -user = -password = -tenant = -url = - -user: User name to access the tenant -Password: Password for the user authentication -tenant: Tenant information -url: keystone endpoint URL. Currently v2.0 is only supported - -[onap] -instance_prefix = - -instance_prefix: ONAP instance prefix configured in heat template or VM name - -Deployment type: 1-nic-nofloat, 1-nic-float, 2-nic -deployment_type = - -deployment_type: Based on infrastructure network setup for VMs - -dcae_key_path = -onap_key_path = - -Run python onap_docker_upgrade.py - -To run daily basis, add the script to cron job and redirect output to a log file