summaryrefslogtreecommitdiffstats
path: root/docs/submodules/multicloud
AgeCommit message (Collapse)AuthorFilesLines
2019-09-09Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 4655f550c8c03a6384fa90746f1af021348ec6ef - Merge "Update package path to use github" - Update package path to use github Update the package path to use the standard github.com path instead of making it a local path. This allows import from other go projects. Issue-ID: MULTICLOUD-666 Change-Id: I90ee8eba021a84e31a3dc3ab48b9edf3731e91a4 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-06Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 0d01dadf4a46bb72bab524c920ad948644c12e2d - Update image version of k8splugin Update image version of k8splugin to 0.5.0-SNAPSHOT This will be then be used to create the release image Issue-ID: MULTICLOUD-666 Change-Id: I8d756a0385762f3ae6944f97e555a02ccadfdd2f Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-06Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e55cc3cd154b2645026f4d1f4e2461229e254c80 - Remove GOPATH Remove GOPATH in docker build script Issue-ID: MULTICLOUD-666 Change-Id: Ia9845d6bd8d7c12477a8bcf2373c7a3c8edf24b2 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-06Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 35a4efa3c81e966968c9742762fbf5d78db8c643 - Self-release multicloud framework 1.4.1 Change-Id: I8d00f7459ab170af18085a6cd9e0868a7affa742 Issue-ID: MULTICLOUD-808 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-09-06Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 04ffb3be88dff15794ac065dce7cea51924842c9 - Upgrade version to 1.4.1 Change-Id: If9f6d606bef69c265376aaf6a20e4f213cf76a25 Issue-ID: MULTICLOUD-807 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-09-06Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to a4fc17247a30cd1ba120a20048913096f4db08a8 - Fix copy-resource issue of artifactbroker -- modification should be made in packages/pom.xml instead of the one in artifactbroker root Change-Id: Ic2f3209b3a2249f7bbba1f4e6f08f6f20d964dcf Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-06Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 30a131e644eadbf58d4cd0688fb8ecb7d3a519b6 - Fix copy-resource issue of artifactbroker -- fix docker generation issue Change-Id: Ic312109c1f706b2b817bf11230f49e4196ce4f47 Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-06Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 78920e6afaf4b888e4e38fdf78dd24602656ea19 - Fix copy-resource issue of artifactbroker - Change to install phase to make avail of artifacts - change binaryfilter for zip files - Build docker image with local artifact Change-Id: Icf975056e4afeb0708385828189e96f660f86e03 Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-09-05Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 - Merge "Remove ovn4nfvk8s network plugin" - Remove ovn4nfvk8s network plugin As ovn4nfv networks are now handled on k8s side by created CRD, this plugin is no longer necessary. Removed all references to ovn Issue-ID: MULTICLOUD-733 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I7ad6c6d9b3b4fd8f249796f437e69c7df4e701cc
2019-09-05Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to ffa9e22fe906c805928d952bb6e60d5ece86f77d - Merge "Add a namegenerator package" - Add a namegenerator package Adds a namegenerator package which generates readable names for instances. This will go with a small change in the API where we expect instance names and will generate the names if they are not provided. Issue-ID: MULTICLOUD-716 Change-Id: I69d8b7fb62667b8b60f3e02eb26dc937961d26d2 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-04Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 94174f17d9bbc8187f668e1656527473c38e9d4c - Fix test failure in threaded tests Fix bug in tests where they can fail in highly threaded environments where a file can be accessed by two test processes. Fixed it by duplicating the test case. Issue-ID: MULTICLOUD-689 Change-Id: I93b9862fac52eb307e52c355e3cb0d4332768b4f Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-04Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 6af230849db16be83a02641a494af198d12054b7 - Remove dependency on git.apache.org Remove dependency on git.apache.org Issue-ID: MULTICLOUD-666 Change-Id: I39f43f841747ab1f67cc57c587c1a31bb089869a Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-04Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 4e40da7ae995a467a2ffa699af598ea10cd0daa3 - Merge "Use Multus Daemonset for installing Multus in KuD" - Use Multus Daemonset for installing Multus in KuD Currently KuD uses Ansible scripts for installing Multus. Multus has a daemonset that should be used for installing the multus as part of an add-on. This is also helpful for KuD offline deployment in the future. Removed the comment. Updated the images path and removed error supression addressed by comments. Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Issue-ID: MULTICLOUD-681 Change-Id: Id3702a2b5bd18804c2d7e4d063eba656202cb840
2019-09-03Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e26aad8235b1fc8c9c53e0014f1b308e9df4ffb8 - Merge "Remove double thread restriction on build" - Remove double thread restriction on build The double thread restriction on the build was introduced to alleviate runtime memory exceptions. Now that we have a larger VM for builds, this is not required. Issue-ID: MULTICLOUD-666 Change-Id: I7568c094a3b4ef0b33dde456d4abfacd0606ffc8 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-03Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to dab5b03121141db88b20f4928e33a81943714536 - Merge "Remove gopath from builds" - Remove gopath from builds Remove gopath from builds as go mod does not require them. Issue-ID: MULTICLOUD-666 Change-Id: I3fa4057fb4d40c7f509a52fb82beceddc8f3e090 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-03Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e1cee550a0d324ff3dace63682514578ff081a23 - Merge "Adding informers for CRD" - Adding informers for CRD Adding generated informers for CRD These informers will be needed when we want to watch these CRDs from the ONAP cluster Generated using generate-groups.sh from the kubernetes/code-generator repo Issue-ID: MULTICLOUD-675 Change-Id: Ib7547666efa389534f0501f8dbab14c284dd76a6 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-09-03Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 8358d66b0acf1b8744d9730c84d7e44f004519de - Merge "Adding listers for CRD" - Adding listers for CRD Adding generated listers for CRD Generated using generate-groups.sh from the kubernetes/code-generator repo Issue-ID: MULTICLOUD-675 Change-Id: I6c68a9e98d96ed77b9e5fb78cb2458f9c0f4d55d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-29Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 99493b0f401c8644d7762851dd06527a4d9a816a - Merge "Adding Helm charts of Multicloud-K8s" - Adding Helm charts of Multicloud-K8s To have seperate copy for ONAP4K8s Issue-ID: MULTICLOUD-771 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: Ie6bbb17370253f0a115502694b8579b46366d241
2019-08-29Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to aedb88951e7c3a9d93a5a954d0fef5c04b9db278 - Merge "Add helm chart for Keycloak server" - Add helm chart for Keycloak server Keycloak is an Authentication and Authorization oauth2.0 server Issue-ID: MULTICLOUD-714 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: I6c9084aacbcc6ad193db789dfb7b0ed491d0b201
2019-08-28Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 49249e28af27e96c58c9d792ba53f295c10e7e06 - Adding typed client for CRD Adding a typed client for CRD Generated using the generate-groups.sh script from the kubernetes/code-generator repo Issue-ID: MULTICLOUD-675 Change-Id: I6c712980595dfed7a8b9c51f50edfc6788372dfd Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-28Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to c5218d2a9d3d6ff009a87e7f1e999a8b5c0332d3 - Merge "Adding monitor operator to monitor edge resources" - Adding monitor operator to monitor edge resources Add an operator to monitor resources at the edge location. The operator listens to pods and services right now and stores their information in a CustomResource Issue-ID: MULTICLOUD-675 Change-Id: I801478a77fcd019010ea1b4388d6077f63b89d05 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-28Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to b8f0a1c74947c50b3f1a5b3e3ca7cb6e4ccc7ab9 - Merge "Remove unsused variables from kud-vars" - Remove unsused variables from kud-vars ovn4nfv url and other information not required now after the patch https://gerrit.onap.org/r/#/c/multicloud/k8s/+/93602/ Issue-ID: MULTICLOUD-684 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: Ic4ccc67647c85a39d482ff7d71122f05641d1acb
2019-08-28Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to a73b09212b05b546623143f3fb796609177a4055 - Fix path to images Relative playbook path breaks in aio configuration. Issue-ID: MULTICLOUD-684 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: Id064157d010438dea33500dd0dc200b1c1b0f0d1
2019-08-27Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to b5e4a8178fce6ab9d60f1c4e2cd9ec53cbd5d2f8 - Add support for Network Operator ovn4nfvk8s plugin now uses operator sdk and controller runtime. It now includes support for Network operator. This patch includes changes needed in KUD for that. Signed-off-by: Ritu Sood <ritu.sood@intel.com> Issue-ID: MULTICLOUD-684 Change-Id: I63dc971e257067c69c70a8996eaffd1a9d8a4c2c
2019-08-22Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to dcace0784979890bb986fb078348b4b3ceef146c - Merge "Version update." - Version update. Updating Kubespray version from 2.8.2 to 2.10.4 for KuD offline support and integration with new add-ons in future. Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Issue-ID: MULTICLOUD-772 Change-Id: I4b7887aae359cd6197e696010acde6e204c41931
2019-08-21Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to aa7445448861c403c082b20a372c4d5abb35e0ee - Resolve clm job issue Change-Id: I88e1e900199c250d4e1505a7b50f570fb2960491 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-20Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 644c005d9f434ec5400e8f74b7456dfc419f74b0 - Merge "Adding Helm charts of MetalLB" - Adding Helm charts of MetalLB MetalLB is the loadbalancer for Kubernetes Issue-ID: MULTICLOUD-747 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: Ic07877234f9b0f80cb636f7b4e3c265b8be8a945
2019-08-19Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 177d3560420953f7cd0dcecfc2b2701ac44244da - Merge "Revert "Version update."" - Revert "Version update." This reverts commit 5f760c3fb7d0e74833b1a2137e6ff3dadc71b2f5. Issue-ID: MULTICLOUD-772 Change-Id: I6feffd87545195992fb28e98dcee4038d9b08474 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-19Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to a11f8f4732068c6ae83f865ed83ebfc2adc58f9e - Merge "Version update." - Version update. Updating Kubespray version from 2.8.2 to 2.10.4 for KuD offline support and integration with new add-ons in future. Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Issue-ID: MULTICLOUD-772 Change-Id: Ib1263e86adb9815e1ee56038507a3c092aad1feb
2019-08-19Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 49ea7e46428c70fb553f6785b1ce22882f64c259 - Merge "Add query parameters support to instance API" - Add query parameters support to instance API Add support for query parameters to find instances with rb-name, rb-version, profile-name as query parameters eg: curl IP:PORT/v1/instance?rb-name=test&rb-version=v1 Issue-ID: MULTICLOUD-662 Change-Id: If68c87885c8b8dd097cbb3860e8c7320310a6ef7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-19Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 3f122fd2ac12ac9110c65924070732836de4ce8a - Merge "Fix bug in tagging podTemplates" - Fix bug in tagging podTemplates Fix a bug in tagging podTemplates Using the runtime converter to convert unstructured map data to podTemplateSpec now. Issue-ID: MULTICLOUD-675 Change-Id: I661d3c63ae39b3533bb9c0a9934fc507284c7074 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-19Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 93f02f1bee463f6f2c5dcd6e8cef597ddb0fe7f3 - Fix copy-resource issue change binaryfilter for zip files Change-Id: Ib000ecb8dcabe473730a9fb2034097d14e3ef905 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-16Update git submodulesPramod1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 44f7240efed56bfbf576a3fe7d40d8a1791d121a - Helm charts for Istio deployment This Chart will deploy istio in SDS configuration and enables istio sidecar injection in required namespace Issue-ID: MULTICLOUD-711 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: I9a4dd781c14c2dc2bb1ee8ca648e3c8911ac1fe1
2019-08-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to fa610df297289a9bbbc7b7b88b1f8b5946d35360 - Fix copy-resource issue Change to install phase to make avail of artifacts Change-Id: I9060061b656bb6845b9054b1ac72b29b100a4702 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to d0eb179262d1024ffb144c236b9f656efa8f3f8b - Fix artifact name issue Change-Id: I691632b27576fb5806d918f6322e60e705b5c414 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-16Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to f4801b212ee73f9d540489f4f6d684330ffb66eb - Fix docker build issue Build docker image with local artifact Change-Id: I12eaafa7b93effe24479dd998aa7218d60920417 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-15Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 7c194de2d67a1c71b741345a74ed9a493936fdb0 - Rebase framework to py36 Change-Id: Icb45d3eea21b119688a5591b582d96ae72e1e81d Issue-ID: MULTICLOUD-770 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-12Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 5a2620962e6d2a572586de8da72a5a7676834130 - Fix Dockerfile building issue Rely on staging artifact instead of snapshots Change-Id: Ib680ee1416169cf47936808700efffd47cd7cce7 Issue-ID: MULTICLOUD-767 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-09Update git submodulesanjali.walsatwar1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 00d86896bb1290ec29dd5db9e987cd71cb3c7b47 - fix for MultiCloud-Architecture document spelling mistakes and grammatical error Issue-ID: MULTICLOUD-766 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I36ceac1944edf1769c033fd6cc64ccd38a253fe7 - fix for MultiCloud-Administrator-Guide document spelling mistakes and grammatical error Issue-ID: MULTICLOUD-766 Signed-off-by: anjali.walsatwar <anjali.walsatwar@huawei.com> Change-Id: I95ba5b28aca95997a141764ab0fa0ff43aa15e14
2019-08-09Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 632e17ae16ef2f78984121ee33f64f06eac24a08 - fix an issue of profile in artifactbroker pom.xml Change-Id: Ia377c321eb11da1bafcb4575bcf5953934aad6ab Issue-ID: MULTICLOUD-765 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-08-09Update git submodulesLiang Ding1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 8b8b27cb2c2f2a97128209388f616d3e8e8d3997 - generate the 1.4.0 docker image for artifactbroker Change-Id: I3d6b3c2be5e30ecbbc6d461f09fea392f6507037 Issue-ID: MULTICLOUD-764 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-08-08Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 845cdd2aa5d790e57b0b2999180df4abc6724bf1 - Merge "Fix istio test scenario endpoint API validation" - Fix istio test scenario endpoint API validation Current query issued at the end of testcase to istio service API didn't validate the case, when http server responded with 5XX http code. By reusing common wrapper for cURL, this is now handled properly. Issue-ID: MULTICLOUD-686 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ifb73494c9a6d98143edccaad095b2de5d456ef4f
2019-08-07Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to a642f3becd14462123691a637a6fe4835a9b945e - Merge "Add top level make" - Add top level make Added a top level Makefile which calls all the sub packages under the src tree. This will be called in the ci-management golang template for this project. Issue-ID: MULTICLOUD-666 Change-Id: I0027fd62e3665d6eae6733227871ed42bab2ca54 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-07Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to b75115b0678a1034ffc1d1c8fee40c7f5b995c97 - Add custom label to track created resources Create a custom label on created resources Also, create it on pods where pods are being created. This will help us later for filtering and querying pods and resources. Issue-ID: MULTICLOUD-675 Change-Id: I4b4fce7b67f9f27559d99dcca94a9191b96cb7c6 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-08-07Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 99d4574f6385666f21d5c31fd0e9046a2ab509ef - Merge "Helm chart to deploy Istio-operator" - Helm chart to deploy Istio-operator Istio-operator is required to manage the lifecycle and deployments of Istio Issue-ID: MULTICLOUD-710 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: Ifd2d05e790148096b5c0b454208e233aa5a299f9
2019-08-07Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to f923c6bc0c7c33fe69347c4e6a929cd8045263a7 - Update committers info Change-Id: I514d55f9fd0b8d343b870c887abb46655cabd0e3 Issue-ID: MULTICLOUD-751 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-07Update git submodulesXiaohua Zhang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to eb950b3aa170a208fbf1ea5484029118d5d1d754 - Merge "Update committers info" - Update committers info Change-Id: I9f1e94d3b038cffca8b5980eb5f9f209a85021cb Issue-ID: MULTICLOUD-751 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-07Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 0623360f4622d9769f53c1d42c768909b73df130 - Update committers info Change-Id: Ibc848cc52f5a2c3789593fe59a371036db1f5cee Issue-ID: MULTICLOUD-751 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-08-06Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 2b6bce7f8db3866133488f0a64f478569494f7b8 - Merge changes Ia35fac70,I7ffaa3d4,I53e7e4d6 * changes: Update plugin.sh with new helper functions Provide connection info for plugin testcase Correct k8splugin endpoint configuration in KUD test - Update plugin.sh with new helper functions Plugin.sh has been refactored to use new wrapper functions as well as utilize helm package command for creating resource bundle in order to test proper handling of this scenario by plugin Issue-ID: MULTICLOUD-686 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ia35fac70153fdb34ba75bfff31f9b2566b986cf1 - Provide connection info for plugin testcase Plugin.sh testcase was unable to instantiate VNF as it was missing k8s backend configuration. This configuration is now provided before instantiation and torn down on test end. Issue-ID: MULTICLOUD-639 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I7ffaa3d4e2df84b38b50e11900406b55f94c6de8 - Correct k8splugin endpoint configuration in KUD test Plugin.sh was misconfigured to connect at wrong port of k8splugin service. Issue-ID: MULTICLOUD-686 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I53e7e4d6fdb727adc755318012ee262dbec811ef
2019-08-05Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 4fb6acf5a720a0554c08a6f1d3526271b6317cdb - Merge "Correct go version installed by k8s addons" - Correct go version installed by k8s addons Andrewrothstein.go galaxy role, that was responsible for go installation was in too old tag to support demanded (1.12.4) go version. It also blocked ovn-kubernetes addon installation that's fixed now. Go version has been also upgraded to 1.12.5 Issue-ID: MULTICLOUD-644 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I926bd061a361b2ae2efa2aecedf4fa6321f04cc8