diff options
author | Yang Xu <yang.xu@futurewei.com> | 2019-06-27 21:31:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-27 21:31:08 +0000 |
commit | 845dea335af47fd4128a306a2d3ec795871371cf (patch) | |
tree | 74fb44a0d70ddb0fa9b587827603c850fd39e410 /resources/config/eteshare | |
parent | 71920f78e3f02b4902b6c82992dfdcd673190361 (diff) | |
parent | 16a64fa6ab31173d6dddf87bac26f442ba3a8abb (diff) |
Merge "add missing config properties found"
Diffstat (limited to 'resources/config/eteshare')
-rw-r--r-- | resources/config/eteshare/config/integration_robot_properties.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/integration_robot_properties.py b/resources/config/eteshare/config/integration_robot_properties.py index 6919063..1db75b0 100644 --- a/resources/config/eteshare/config/integration_robot_properties.py +++ b/resources/config/eteshare/config/integration_robot_properties.py @@ -130,6 +130,9 @@ GLOBAL_OOF_SNIRO_SERVER_PORT = "8698" #oof user GLOBAL_OOF_OSDF_USERNAME="{{ .Values.oofUsername }}" GLOBAL_OOF_OSDF_PASSWORD="{{ .Values.oofPassword }}" +#oof pci user +GLOBAL_OOF_PCI_USERNAME="{{ .Values.oofOsdfPciOptUsername }}" +GLOBAL_OOF_PCI_PASSWORD="{{ .Values.oofOsdfPciOptPassword }}" # oof cmso global info - everything is from the private oam network (also called onap private network) GLOBAL_OOF_CMSO_PROTOCOL = "https" GLOBAL_OOF_CMSO_SERVER_PORT = "8080" |