aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/vFW/scripts/update-vfw-op-policy.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-12-08delete vFW policy before updating resourceIDJorge Hernandez1-0/+16
POLICY-486 deals with the issue that pushPolicy API may not provision the latest version of the policy when multiple versions are present. While a fix has been merged into amsterdam release, it has not been released, the next 1.1.2 released version has not been produced yet. We met with Tarun to discuss the issue and suggested to place a call to the deletePolicy in the script. After a few tests, we think that this fix works around the POLICY-486 issue, and seems that updates the resourceID correctly, by ensuring that at there is only 0 or 1 versions of the policy at a given time. Change-Id: Ibcd20869d13dc115d57db5bc79b56513547324f7 Issue-ID: POLICY-486 Signed-off-by: Jorge Hernandez <jh1730@att.com> (cherry picked from commit 5b35c140c63bb737f65077f96b5c3253c74643ea)
2017-11-16Add script to update operational policyMarco Platania1-0/+74
- The script is used to update the operational policy during vFW closed loop Change-Id: Ib86cbb2bbfa821e7ea8197c014f0556ee5817d92 Issue-ID: CERT-1 Signed-off-by: Marco Platania <platania@research.att.com>