diff options
author | Alexis de Talhouët <adetalhouet89@gmail.com> | 2019-02-19 00:07:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-19 00:07:56 +0000 |
commit | e5682296d7c99bfa595348dbd3fa46556b1f4c3b (patch) | |
tree | 6be65a39ffb847f4110ef31ba380ae7c56062825 /kubernetes/policy | |
parent | 6418e496c61e5f9e2fbcad1782065b5072a0907c (diff) | |
parent | 19a77fe89fac6002492b1f11c1939f5f772908c5 (diff) |
Merge "Fetch policy rules from master"
Diffstat (limited to 'kubernetes/policy')
-rw-r--r-- | kubernetes/policy/resources/config/pe/push-policies.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/policy/resources/config/pe/push-policies.sh b/kubernetes/policy/resources/config/pe/push-policies.sh index 9074b9a63a..a9a8687824 100644 --- a/kubernetes/policy/resources/config/pe/push-policies.sh +++ b/kubernetes/policy/resources/config/pe/push-policies.sh @@ -1,5 +1,5 @@ # Copyright © 2017 Amdocs, Bell Canada, AT&T -# Modifications Copyright © 2018 AT&T. All rights reserved. +# Modifications Copyright © 2018-2019 AT&T. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,7 +23,7 @@ echo "Upload BRMS Param Template" sleep 2 -wget -O cl-amsterdam-template.drl https://git.onap.org/policy/drools-applications/plain/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl?h=casablanca +wget -O cl-amsterdam-template.drl https://git.onap.org/policy/drools-applications/plain/controlloop/templates/archetype-cl-amsterdam/src/main/resources/archetype-resources/src/main/resources/__closedLoopControlName__.drl sleep 2 |