aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/automation/Pipfile
diff options
context:
space:
mode:
authorMichal Chabiera <michal.chabiera@orange.com>2021-08-24 11:54:15 +0200
committerMichal Chabiera <michal.chabiera@orange.com>2021-08-24 12:36:06 +0200
commit9adce1981f03c1ef5f5ca2355f233cbe0c10a85b (patch)
tree539ed649d084db98adcaf46fdfaeb12e90497af6 /heat/vFW_CNF_CDS/automation/Pipfile
parentc8e47e11c68a2bebf1a875301d23385fed35bc6b (diff)
vFW CNF CDS usecase automation scripts update
Automation scripts refactoring, change rb-definition-version identifier and onapsdk update Issue-ID: INT-1960 Signed-off-by: Michal Chabiera <michal.chabiera@orange.com> Change-Id: I2fd184b9eef705feadc12d901c02f9afee657af3
Diffstat (limited to 'heat/vFW_CNF_CDS/automation/Pipfile')
-rwxr-xr-xheat/vFW_CNF_CDS/automation/Pipfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/heat/vFW_CNF_CDS/automation/Pipfile b/heat/vFW_CNF_CDS/automation/Pipfile
index 7c21af18..0fd8924d 100755
--- a/heat/vFW_CNF_CDS/automation/Pipfile
+++ b/heat/vFW_CNF_CDS/automation/Pipfile
@@ -6,8 +6,8 @@ verify_ssl = true
[dev-packages]
[packages]
-onapsdk = "<=7.3.0"
-kubernetes = "<=12.0.1"
+onapsdk = "8.1.2"
+kubernetes = "*"
[requires]
python_version = "3.8"