aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/resources/config/eteshare
AgeCommit message (Collapse)AuthorFilesLines
2019-07-14Merge "Update for Keystone v3"Borislav Glozman1-0/+4
2019-07-13Update for Keystone v3Brian Freeman1-0/+16
Updates for new variables to init cloud in SO Issue-ID: OOM-1982 Change-Id: Icf4f6bafb1884bc3758fabe4072733526c79cc42 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-07-11removing common preload fileDR695H3-544/+15
Issue-ID: TEST-174 Change-Id: Id208b5df005741cf09b00d14e2e37f9fbac27c02 Signed-off-by: DR695H <dr695h@att.com>
2019-06-27Merge "add missing config properties found"Yang Xu1-0/+3
2019-06-25the public network should be a paramDR695H1-0/+2
in openstack, public network is often called public by convention. However this is not required and so we should allow it to be changed via property. Issue-ID: TEST-166 Change-Id: I0d8be611acc251dcc642088f18ddf5d104b22e12 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20add missing config properties foundDR695H1-0/+3
when moving to the new structure of robot libs i noticied these didnt exist. these cause errors when run on my local so fixing Issue-ID: TEST-158 Change-Id: I7303e702ddf588c57308774e0cbeb1f0c9461799 Signed-off-by: DR695H <dr695h@att.com>
2019-06-20Merge "add dcae ves collector property"Brian Freeman2-0/+5
2019-06-19adding in homing user and passwordDR695H1-0/+2
this was previously hard coded in testsuite Issue-ID: TEST-158 Change-Id: I02530608017ad6ea99a2f243b3802436e2b44a88 Signed-off-by: DR695H <dr695h@att.com>
2019-06-19add dcae ves collector propertyDR695H2-0/+5
this was previuousely hardcoded in testsuite Change-Id: I5f4ee66c06c422f8cfa676ada8693fd69864e22a Issue-ID: TEST-158 Signed-off-by: DR695H <dr695h@att.com>
2019-05-17Reverting robot ports for DMaaPefiacor1-7/+7
Change-Id: Id5356235d76cba6fc6b129738be3a74121dd9a89 Issue-ID: DCAEGEN2-1448 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-05-15Fix Message Router ports in robot test suiteefiacor1-7/+7
https://gerrit.onap.org/r/c/86515/ disabled the use of HTTP ports in Message Router by default and so 3904 is not there on a fresh install. This commit change the use of default message router port and scheme in robot testsuite Change-Id: I92d267b9482c21606fb9b437f6c64a18f044184a Issue-ID: DMAAP-1152 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
2019-05-13Configuration changes to make osdf ssl enabledvrvarma1-1/+4
Add common_config.yaml file to enable SSL Add the cert and key files Modify the deployment to mount the cert files Increment the docker image version Securing HAS api with https Modifying the health check protocol to https and credentials Updating certs to add has hostnames Change-Id: I860a0c436234b31d675ca0447fa92d511be0b140 Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-293
2019-05-10Merge "Update CMSO OOM to use HTTPS and AAF"Mike Elliott1-3/+3
2019-05-10Update CMSO OOM to use HTTPS and AAFJerry Flood1-3/+3
Fixes OPTFRA-484 and OPTFRA-390 Issue-ID: OPTFRA-391 Change-Id: I2b65743e38464aac8dbc8cf81419e9ce36769b7d Signed-off-by: Jerry Flood <jflood@att.com>
2019-05-10robot_variable_for_hvves_testsuitemarekpl1-0/+11
Issue-ID: DCAEGEN2-1448 Change-Id: I306abc4fdbdafe7fbb0eadc9d372515fb3fa2896 Signed-off-by: marekpl <marek.pondel@nokia.com>
2019-05-07switch to single quotes in robot pyDR695H2-215/+215
double quotes is overlapping with the helm overriding when the files are run through python locally. switching the strings to single quotes lets them compile locally, to let developers make sure they are using only properties that exist. Change-Id: I2140728448fd65047d75e3ea19c38a916b651a47 Issue-ID: OOM-1840 Signed-off-by: DR695H <dr695h@att.com>
2019-05-07Authentication Params for New Policy ComponentsBilal A1-0/+2
Updating username and password for new policy components' healthchecks. Change-Id: Ib1f0240a8fc8d106add81a98244bb78351bc8e40 Issue-ID: POLICY-1684 Signed-off-by: Bilal A <bilal@research.att.com>
2019-05-06Add policy health test variablesBrian Freeman1-0/+10
Issue-ID: POLICY-1630 Change-Id: I6c369158732ed85ef702b21bb24a63bc3c14217b Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-26Fix preload for vFWCL instantiateBrian Freeman1-2/+3
synch preload for vpkg_preload for Vnf_Orchestration and Demo so that the same network prefix is used for vPKG that is created when vFWSNK is instantiated. Issue-ID: INT-1039 Change-Id: I312f19068cd6b5fc2e9213f1134bf6d7da97e9cb Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-24Merge "Fixes for RegionThree"Yang Xu1-4/+4
2019-04-24Merge "not used variable was removed"Borislav Glozman1-1/+0
2019-04-23Fixes for RegionThreeBrian Freeman1-4/+4
Issue-ID: INT-1026 Change-Id: I7ab9a2ff481583fc3512a4fd0ddf27afa0cf31cc Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-22Fix dictionary mergeBrian Freeman1-2/+15
Previous version was overwriting Demo key with last preload_data.json structure instead of a merge. Have to iterate over keys Issue-ID: INT-1038 Change-Id: Ia15428b3aae7cbc681a96d50656d278b5ef07b42 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-22Support dynamic preload and second vnf siteBrian Freeman2-0/+43
Second VNF site for keystone V3 testing as well Issue-ID: INT-1038 Change-Id: I007a62a2bdb986a05658af1c67d6f3fd399b1a1a Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-19not used variable was removedpkaras1-1/+0
Change-Id: I4d30ce08b8ae481b889aba10ead9d270761c1c70 Issue-ID: DMAAP-1114 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-04-11Merge "Variables for dmaap-bc testcases"James MacNider2-0/+7
2019-04-11Merge "move cdt GUI to https"Borislav Glozman1-1/+1
2019-04-10Variables for dmaap-bc testcasespkaras2-0/+7
Change-Id: I54395f4985d9b78811c24bc0bbf131300e1885d0 Issue-ID: DMAAP-1114 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-03-26Add Context Aggregator to Pomba Health CheckLeigh, Phillip (pl876u)2-0/+3
Issue-ID: LOG-1018 Issue-ID: LOG-1021 Issue-ID: LOG-1024 Change-Id: Ifbe5637edeb22a72019032616044a12bc47b44e9 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-26Add Pomba components to Pomba Health checkLeigh, Phillip (pl876u)2-1/+17
Issue-ID: LOG-1021 Issue-ID: LOG-1024 Issue-ID: LOG-1018 Change-Id: Ic59ac988afcd20190315145201903261127cd972 Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
2019-03-21move cdt GUI to httpsTaka Cho1-1/+1
change http to https for appc's robot Change-Id: I0656e656eb062e2c6a1597db7b0589647831e87f Issue-ID: APPC-1551 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-03-20Merge "Add helm chart for SO VNFM adapter"Borislav Glozman2-1/+3
2019-03-17Add helm chart for SO VNFM adapterMichaelMorris2-1/+3
Issue-ID: SO-1620 Change-Id: I1a18c0f27c18325d378c77576b1ab97bebfe710c Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-03-07move non-root id run for CDT containerTaka Cho1-1/+1
change port 80 to 18080 for non-root user Change-Id: Ib1e987b6aaf537df4d1b08797b928aa0b116fab0 Issue-ID: APPC-1519 Signed-off-by: Taka Cho <takamune.cho@att.com>
2019-02-18Add vFWDT and changeOpenECOMP_ETE installBrian Freeman2-4/+90
Issue-ID: INT-829 Change-Id: I7c666388def4b3af39208adb7333c06a64970372 Signed-off-by: Brian Freeman <bf1936@att.com>
2019-02-11Merge "[VVP] updating preload info for DEMO vnfs"Borislav Glozman1-131/+176
2019-02-08Remove VVP from OOMLovett, Trevor2-32/+0
As part of the Dublin release, the web version of VVP is being deprecated. A command-line script will remain, but there will be no deployable, online version of the tooling. This change removes the deprecated components from the OOM deployment and management. Issue-ID: VVP-136 Change-Id: Iea4e611d6b1a784be271982eb6a92099a944bd76 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2019-02-06[VVP] updating preload info for DEMO vnfsstark, steven1-131/+176
Change-Id: I6aa61145c75d7cfd513a623c5d772ddd2360f610 Issue-ID: VVP-145 Signed-off-by: stark, steven <steven.stark@att.com>
2018-11-20Change Robot to use release artifactsGary Wu1-1/+1
Change-Id: Ib97d58f95b33dc08759886460abfdd1338fdb01e Issue-ID: INT-723 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-12vvp healthcheckStanislav Chlebec2-0/+32
Change-Id: I206a8e44445192f60d1a561182ee079d997ca4b7 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: VVP-117
2018-11-02Create helm charts for oof-cmsoJerry Flood2-0/+7
This change provides the necessary helm charts to instantiate the oof-cmso database (mariadb-galera) and oof-cmso service to support the scheduling of change management requests. Issue-ID: OPTFRA-373 Change-Id: I5e5024849f251eee29d3d8697e46756211b5c640 Signed-off-by: Jerry Flood <jflood@att.com>
2018-10-22Add sec_group parameter to robot helm chartsGary Wu1-0/+16
Change-Id: I3e645c9f1c2aeb3d14a36ed6ad6e6521886451f6 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-19Workaround for VID selenium SSL issue in RobotGary Wu1-2/+2
Change-Id: Ie173e49c141d26c70f8857139ed272eb0125931b Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-13Fixes for Robot Selenium & KeystoneBrian Freeman1-26/+26
Issue-ID: INT-680 Change-Id: I314b21c09b115f9bbb52dd827a7e5950d52318f7 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-10-12Use HTTPS for Clamp HCac25501-3/+2
Issue-ID: CLAMP-231 Change-Id: I23f9b896d5cd1a5a35f291e00aa1e773278d0c6c Signed-off-by: ac2550 <ac2550@intl.att.com>
2018-10-04Support for Keystone V3-OOMAh1-0/+6
Issue-ID: TEST-39 Change-Id: I85ed5c05177425be23868475dc3308fd7772fc70 Signed-off-by: Ah <Ashwini.Ah@arris.com>
2018-10-01Make AAF install credentials, the defaultJorge Hernandez1-4/+4
The credentials are defaulted to the demo AAF install accounts. These credentials will be used in the default ONAP installation, regardless AAF being used or not. This will allow external clients not to be reconfigured regardless of AAF being on or off. Change-Id: Ib7660f71793b0318b45469219b3802c1d1208a29 Signed-off-by: Jorge Hernandez <jh1730@att.com> Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-09-25Merge "Sync robot_properties between HEAT and OOM"Alexis de Talhouƫt1-6/+4
2018-09-25Sync robot_properties between HEAT and OOMGary Wu1-6/+4
Change-Id: Id5c33b4cc3b50207840a491b19cdd6df23eb43bd Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-24Update AAI credentials for robot testsuiteGary Wu1-2/+2
Change-Id: I88970fcb6fb42b48fa28ccbf667127517dd793e3 Issue-ID: INT-668 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>