summaryrefslogtreecommitdiffstats
path: root/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-09-29Bump testsuite 1.7.0 for Guilinmrichomme1-1/+1
It consists mainly in simple robot changes It is far from our target for the moment - chart not brought back to OOM repo - baseline image too big - pod launched as root - pod still dealing with python 2.7 A refactoring of the pod was planned for Guilin but it is not ready. Note: The changes are already taken into account in CI through the xtesting dockers Issue-ID: INT-1690 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I169f65638bb01fb5ef417344119f9526ef5daa08
2020-07-08Bump 1.6.4 version for Frankfurt maintenance releasemrichomme1-1/+1
This new version includes minor fixes for ue case support Issue-ID: INT-1652 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I773d78906c5b32678e58eafe825ba12059ff52cf
2020-06-02bump testsuite 1.6.3 for frankfurt RC2mrichomme1-1/+1
the delta with 1.6.2 includes minor fixes for - 5gbulkpm - pnf-registrate Please note that these changes are already taken into account in CI as xtesting dockers are rebuilt everyday but it is cleaner to execute the use cases Issue-ID: INT-1553 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibd41c65d4190421e7c790f7e1f8a754923803757 Signed-off-by: mrichomme <morgan.richomme@orange.com>
2020-05-27Testsuite R6 RC2 1.6.2 docker for OOMmrichomme1-1/+1
Update testsuite version for RC2 frankfurt Issue-ID: INT-1550 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I78bf8c3558658c11b2fb1fb96908d9209016014b
2020-05-15Replace config using ingress host port templateLucjan Bryndza1-0/+169
Depending on the ingress robot configuration host and port template should choose ingress host and port or direct cluster host and port Change-Id: If1ba88c2fa14ca5d5dd21e559f08fb3fcc815792 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: OOM-2341 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2020-05-11Change ingress base hostnameLucjan Bryndza1-1/+1
Change ingress base hostname to recommended value Issue-ID: OOM-2391 Change-Id: Ica5ab275ed3eac2ec6f1669fc9ca32c29a2b12e6
2020-05-08Merge "[ROBOT] Fix Ingress configuration"Morgan Richomme1-1/+1
2020-05-06[ROBOT] Fix Ingress configurationSylvain Desbureaux1-1/+1
Set SSL to redirect as backend uses HTTPS. Issue-ID: OOM-2186 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I94cf20a016f1d1face44037d9912de774a5f338c
2020-05-01Merge "Add instantiateVFWCLDN for DANOS"Marco Platania1-0/+3
2020-05-01Add instantiateVFWCLDN for DANOSBrian Freeman1-0/+3
Issue-ID: INT-1566 Change-Id: I48525947492061a98092f3b102ba240146a18e61 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-04-30[Integration][Testsuite] bump 1.6.1 versionmrichomme1-1/+1
Issue-ID: INT-1567 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ib337dc9134b54cadd9bb1ae7a2fa1fdfeaa42c4f
2020-04-22Bump teststuite 1.6.0 to OOM Mastermrichomme1-1/+1
Issue-ID: INT-1558 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Iaf544043476e03589464d8e47ba4f89f7cbd8e5d
2020-04-15Handle less than /16 oam networkBrian Freeman1-0/+4
Matching changes in testsuite and demo Issue-ID: INT-1527 Change-Id: Iac7cdb735c4544e0d6bc79c444ba9de32b79fc32 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-03-30Add HTTPS config lighttpdBrian Freeman1-3/+7
Issue-ID: REQ-231 Change-Id: I4e18eed4424414d820f3ed78dfe5b1fb959a8938 Signed-off-by: Brian Freeman <bf1936@att.com>
2020-01-21Move Storage access to RWOSylvain Desbureaux1-1/+1
Today when deploying Robot with OOM, the PersistentVolumeClaim needs the "ReadWriteMany" (or "RWX") capability. According to Kubernetes Documentation (https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes), ReadWriteMany stands for "the volume can be mounted as read-write by many nodes". That means that a particular PVC needs to be read and written from many pods. That also means that your code takes that into account and do the work to avoid write at the same place at the same time. An issue on RWX mode is that most "official" storage driver from Kubernetes doesn't support it (13 over the 19 drivers doesn't support it, espacially OpenStack, Amazon and Google storage classes). Robot PVC is used only for one Robot instance. Thus we don't need RWX. Issue-ID: INT-1230 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I300e34a9d4be40b36153812d2a99c458cae6b2c9
2020-01-20Merge "Add ingress controler support to ROBOT"Daniel Rose1-0/+7
2020-01-17Update DCAE username and passwordrajendrajaiswal1-2/+2
Change-Id: I575be45bbbd2c53a897eac87f303e45cc2fce976 Issue-ID: INT-1375 Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
2019-12-11Add /etc/hostsBrian Freeman1-0/+3
Issue-ID: PORTAL-782 Change-Id: I8f7abd28c357cf6525c3368f38035a45126bf2ae Signed-off-by: Brian Freeman <bf1936@att.com>
2019-11-28Add ingress controler support to ROBOTLucjan Bryndza1-0/+7
Issue-ID: OOM-2186 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: Id6b6f6d1a5d9ea83f73b914509098f7711a6418a
2019-10-25Update to 1.5.4Brian Freeman1-1/+1
Issue-ID: TEST-216 Change-Id: Ia00b0ab26a47cfd3306ccc14f1f7950c54690144 Signed-off-by: Brian Freeman <bf1936@att.com> (cherry picked from commit 71d1a6e7ea4cdba97aed46c66921ab213b4588ff)
2019-09-17update to last release image for testsuiteDR695H1-1/+1
Issue-ID: TEST-216 Change-Id: I6caadff3cbb6d167c364d380cd9d2a7ad760f127 Signed-off-by: DR695H <dr695h@att.com>
2019-08-22these are not used anywhere so removing to avoid confusionDR695H1-3/+0
Issue-ID: TEST-184 Change-Id: I227f0002f36a72e350f0008eef20661ee04c3e26 Signed-off-by: DR695H <dr695h@att.com>
2019-08-19updating to latest releaseDR695H1-1/+1
Issue-ID: TEST-184 Change-Id: I2ed9c05b47e2d2c3d53811aa0bfcae7a7507f72f Signed-off-by: DR695H <dr695h@att.com>
2019-08-06Close VID's plain text port 30238Ittay Stern1-2/+2
* Move robot's health-check to https * Expose 8080 on ClusterIP only Issue-ID: VID-496 Issue-ID: OJSI-119 Signed-off-by: Ittay Stern <ittay.stern@att.com> Change-Id: Ife12c8304a1ce9d65d3767b181de486351b767fb
2019-08-01makie 1.50 a release branchDR695H1-1/+1
Issue-ID: TEST-185 Change-Id: I5ff59bff143ae53e3fd88ec347f1f595df08e805 Signed-off-by: DR695H <dr695h@att.com>
2019-07-22Merge "use the alalto snapshot"Borislav Glozman1-1/+1
2019-07-22Merge "defaulting the vnf key"Borislav Glozman1-1/+3
2019-07-18use the alalto snapshotDR695H1-1/+1
Issue-ID: TEST-176 Change-Id: Ia6b0aa3bd76d599689508ca9d8c222af67626a62 Signed-off-by: DR695H <dr695h@att.com>
2019-07-16Adjusting public network configurationMichal Ptacek1-0/+1
Introducing real configuration option for public network name, current implementation is still hardcoded to 'public' name Issue-ID: TEST-166 Change-Id: I84ed9be93d788261da5d8d36eaf0f215a4e0c6b4 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
2019-07-15defaulting the vnf keyDR695H1-1/+3
this key is a test key (the one used in robot) Issue-ID: TEST-167 Change-Id: I4defc1d7f4e71357c6528b9f7e8a5b66309f588a Signed-off-by: DR695H <dr695h@att.com>
2019-07-13Update for Keystone v3Brian Freeman1-10/+33
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-06-27Merge "add missing config properties found"Yang Xu1-0/+2
2019-06-25Update robot image versionYang Xu1-1/+1
Signed-off-by: Yang Xu <yang.xu@futurewei.com> Issue-ID: INT-1122 Change-Id: I9c486ea3e10d15c193029b3903b3547732c917d1
2019-06-21Rename wind river lab tenantGary Wu1-1/+1
Issue-ID: INT-1117 Signed-off-by: Gary Wu <gary.wu@futurewei.com> Change-Id: I2ed0ea97340eab807af464b98c69f3b5a382eaeb
2019-06-20add missing config properties foundDR695H1-0/+2
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-19adding in homing user and passwordDR695H1-0/+3
this was previously hard coded in testsuite Issue-ID: TEST-158 Change-Id: I02530608017ad6ea99a2f243b3802436e2b44a88 Signed-off-by: DR695H <dr695h@att.com>
2019-06-14Version bump testsuite and demo artifactsGary Wu1-3/+3
Issue-ID: INT-1055 Signed-off-by: Gary Wu <gary.wu@futurewei.com> Change-Id: Ic3aa45e315bfcca5c743263a8de729265d3d4d1b
2019-05-24Updates testsuite docker to release version 1.4.0Gary Wu1-1/+1
Issue-ID: INT-1055 Signed-off-by: Gary Wu <gwu@futurewei.com> Change-Id: I2c27ee3c6fb18beb8941aa479ab0fc298dcd9a5f
2019-05-13Configuration changes to make osdf ssl enabledvrvarma1-0/+6
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-0/+3
2019-05-10Update CMSO OOM to use HTTPS and AAFJerry Flood1-0/+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/+3
Issue-ID: DCAEGEN2-1448 Change-Id: I306abc4fdbdafe7fbb0eadc9d372515fb3fa2896 Signed-off-by: marekpl <marek.pondel@nokia.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-04-23Fixes for RegionThreeBrian Freeman1-2/+2
Issue-ID: INT-1026 Change-Id: I7ab9a2ff481583fc3512a4fd0ddf27afa0cf31cc Signed-off-by: Brian Freeman <bf1936@att.com>
2019-04-22Support dynamic preload and second vnf siteBrian Freeman1-0/+12
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-18Update VNF script version in RobotMarco Platania1-2/+2
Change-Id: I19a8b3ffbe63fc5cbfee6da9b2bd073d09727bb6 Issue-ID: INT-853 Signed-off-by: Marco Platania <platania@research.att.com>
2019-04-10Variables for dmaap-bc testcasespkaras1-1/+3
Change-Id: I54395f4985d9b78811c24bc0bbf131300e1885d0 Issue-ID: DMAAP-1114 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2019-02-21Update image to Dublin StagingBrian Freeman1-1/+1
Issue-ID: INT-829 Change-Id: I1e0ba4ea83941807aebfdc43da9312c3e4c11632 Signed-off-by: Brian Freeman <bf1936@att.com>
2018-11-21Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045. Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-11-20Change Robot to use release artifactsGary Wu1-2/+4
Change-Id: Ib97d58f95b33dc08759886460abfdd1338fdb01e Issue-ID: INT-723 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>