summaryrefslogtreecommitdiffstats
path: root/docs/submodules/multicloud
AgeCommit message (Collapse)AuthorFilesLines
2020-01-17Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 42efc317925a12c22aa87ec715df61d339bd9347 - Merge "Add readme.md for database shim layer" - Add readme.md for database shim layer Add some documentation related to how the mongo backend is implemented Issue-ID: MULTICLOUD-666 Change-Id: I9dae429b1da004fbaa7ea694e6e58fa2d337a042 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2020-01-16Update git submodulesHuang Haibin1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 58b8b2b5fe958b1b21d24b605df49a42b67e94aa - Merge "Add execution script for vIPSec in k8s" - Add execution script for vIPSec in k8s Add execution scripts for each component in vIPSec to make it work for k8s. These scripts are going to be used along with the helm chart named 'vipsec' inside the demo folder. It aims to construct the vIPSec use case to set up a secure tunnel between peers and improve its performance along with hardware acceleration technologies such as SRIOV and QAT. Issue-ID: MULTICLOUD-969 Change-Id: I261272439b264db4d70cf8d5d2958a891c351b61 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com>
2020-01-15Update git submodulesHaibin Huang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to faa7267c2562cf615bc04543e505c05b14863093 - Add Ger register API document in framework Issue-ID: MULTICLOUD-740 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: Ib96e8badfa4158fb0afda9885743b26657d2ff54
2020-01-15Update git submodulesHaibin Huang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to d331bc744dc365d24818481a3ca7118ba1f05b29 - Add Get register api implementation in framework the openstack plugin have implemented the api, so we also need to implement it in the framework, then user can call it Issue-ID: MULTICLOUD-740 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I16bc23dffd15e0d7a21d6ace090757a8f444e14f
2020-01-10Update git submodulesEric Multanen1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 0f0175254dc2ea1d3e995f7abe00552f36d7bf53 - Save k8s definition using vfmodule model ids Use the vfmodule model invariant id as the resource bundle definition name and the vfmodule model version as the resource bundle definition version when saving the resource bundle. Change-Id: Iaa3fcbf72f40ea1d4df5c46f7bb6d0c797a9e7e1 Issue-ID: MULTICLOUD-836 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2020-01-10Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 053d8702e02a5acddc06ead4aeefcaac664a184c - Merge "Instantiate infra_workload based on vf-module-*-ids" - Instantiate infra_workload based on vf-module-*-ids Deprecate k8s-rb-definition-* parameters from sdnc_directives in favor of vf-module-*-id that are used by newer artifact broker. Issue-ID: MULTICLOUD-836 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I26ae16bd53ced56ae11523584f900a102f6e0bb9
2020-01-07Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 731f6cc1a411276ef348804184416acf11f9477b - Change missing profile HTTP response code to 404 Issue-ID: MULTICLOUD-967 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3d213f65ee37443a55b74255b475e27c0d93cf2c
2020-01-03Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 2a35410560f1c22ed12cd137cbf843e36f74740e - Merge "Add support for override values" - Add support for override values Add support for override values which are equivalent to HELM --set options. A typical JSON with this option would look like this: { "rb-name": "edgex", "rb-version": "v1", "profile-name": "profile1", "override-values": { "edgex-core-consul.enabled": "false", "edgex-core-data.enabled": "false" }, "cloud-region": "k8sregionone" } Issue-ID: MULTICLOUD-863 Change-Id: I050b4c1a2922bfe1206964a0135863448638e4ef Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2020-01-03Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 133ab2099e0846590bfcb564bf0d818dbfa33b37 - Merge "Adding logging package to v2" - Adding logging package to v2 Adding logging package to v2 This is migrated from v1 Issue-ID: MULTICLOUD-870 Change-Id: I9b74d77827475a1e1c588af7cb542f5be0cad7dc Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2020-01-02Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 0bb568df3002446f9fdeb3da587dcec76c5c5fcc - Add support for a default profile Added support for a default profile A profile with the name "default" gets created automatically when a rb definition is uploaded. Issue-ID: MULTICLOUD-885 Change-Id: I2baab179ff119f3e6335643ff619f071f11b017a Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2020-01-02Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 9ed505750dd640f5baa1cc8d38efe1b6be6891f8 - Update write to store data This is to support multiple calls that might hit the database such as creation of profile within another definition create. Issue-ID: MULTICLOUD-666 Change-Id: I2cb8e705eaa5f825936156d7c626f16f373e28c0 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-12-20Update git submodulesMarcus G K Williams1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 20b0ff063a92e6d4a5ecaf621e527c09ff1e5515 - Fix verify build remove obs ppa Remove no longer public jonathonf ppa Issue-ID: CIMAN-359 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: I12a24a28914654127e3bd27e7814b42ecd897ca1
2019-12-16Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to d35491b7dc4a85b546179f8d7f00a389bfbded49 - Fix ensureNamespace behavior failing on missing ns The behavior is now amended to ignore namespace not found errors. Signed-off-by: Konrad Bańka <k.banka@samsung.com> Issue-ID: MULTICLOUD-955 Change-Id: Ifc180eca9e8195c38f0b0f268dd142a329405d3d Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to 7a3a6dd01cf1180bc33b8e6b1224d9cf595dbe57 - Fix coverage exclude pattern issue Change-Id: Ibaa3a80ecbafb85ef09e183e2c900b072759e5e6 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to bbb318a77629518ef2cc2e4b52cb089a92033323 - Fix sonar script issue Change-Id: Ie51cce3a417e2e78c07cd8dc0e807202be37cbe8 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to 03386aae18234fcf70b29d80e3ac577791a90dd0 - Fix tox issue set basepython 2.7 for all tox test Change-Id: Ie607a6c6780790c26311bed3fb940b5892d375e6 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/azure.git from branch 'master' to 61d7d474895188ba05ed484c0550babb5f23451e - Fix aria rest api bug which result sonar failed Change-Id: Icd76376a28574831c010248bd9b7ab289285b1f7 Issue-ID: MULTICLOUD-963 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 2ce0d6fc05dc109df71b87ca8350628dabaa7a6b - Fix sonar coverage report issue The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Id3ca9fb9bc5df457a52616f5bb93295220045ee0 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-11Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 0ad45fbdbf6bef2d252676fb7ddddeb73bec1c40 - Fix sonar coverage report issue The sonar coverage should exclude API_v2 which is not maintained any more. Change-Id: Ieaa75c99a275d09474bfc7547b171e6efa54e3b4 Issue-ID: MULTICLOUD-962 Signed-off-by: Bin Yang <bin.yang@windriver.com>
2019-12-10Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 88c3694fa50ea8fee314752e096f8070f017ac6c - Use http when not using tls Issue-ID: MULTICLOUD-666 Change-Id: I8838fb2d312c841fd421d0a887bcfe181f6281e9 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-12-06Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 0e0605dd850f133b71044e5ae42b9d60a3f8266b - Merge "Set proper defaults for etcd configuration" - Set proper defaults for etcd configuration Issue-ID: MULTICLOUD-666 Change-Id: I662555822b0bcf7264b64bbee9ff3760913be873 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-12-06Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to dee85010b8a39ee361115781f387064c9722d9b7 - Update Ubuntu 18 image for vagrant Issue-ID: MULTICLOUD-474 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I77709f4b05d7501fa6faf41187fbe0bf6e189b3b
2019-12-06Update git submodulesHaibin Huang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to ed9fad8c05ffae7b971d906c8ef978bafb8c61fb - The multi-cloud layer hpa discovery pluggable Issue-ID: MULTICLOUD-694 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I48b7e0540acc36f9d147fb2c5ab08ea7270e735c
2019-12-05Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 1dbc29dcbf9fe51a53df886c324b5b330d1381e6 - Merge "Remove WAND repository" - Remove WAND repository Official ubuntu repositories already contain all ovn/ovs packages. WAND repository may introduce unnecessary complications, as it pins package dependencies to exact version making conflicts with ubuntu ones. Issue-ID: MULTICLOUD-957 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ida75e5a38ab5796c4b95e7d633aebb276383a745
2019-12-04Update git submodulesHaibin Huang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 5b0faa59c82e0967a8edade563282a5dfce333ad - Crreate Register Module in k8s plugin Issue-ID: MULTICLOUD-740 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I1f7eb11af787fbe680afd1bcf267f378476d8981
2019-12-03Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 34650dd155c5351f17c542a2aae6b6e5015b82a3 - Merge "Adding Istio rbac roles for multicloud-k8s" - Adding Istio rbac roles for multicloud-k8s This is used to grant role based access to user Issue-ID: MULTICLOUD-790 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: Icf064af7943b337f2cb83c3b4fa29bfb54f5b999
2019-12-03Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 85bbacc1afb2d7160128bee00e194ae5834a8296 - Merge "Upgrade istio-operator" - Upgrade istio-operator Issue-ID: AAF-1023 Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com> Change-Id: I863a06ee8f504febb822d02c054860065ad888b9
2019-12-03Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to d857dba045010a6d3f69845efbb40eaa6b927685 - Switch instantiation parameters source from user to sdnc parameters Issue-ID: MULTICLOUD-941 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I3a6c67eb442023f64600b65f5af54a49117a8c51
2019-11-23Update git submodulesr.kuralamudhan1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to b86512e598d5e59fe1f2048159e68dea4d229164 - Adding SDWAN testing for KUD containerized installer script Please refer ICN SDWAN Module Design for architecture link:https://wiki.akraino.org/display/AK/SDWAN+Module+Design Issue-ID: MULTICLOUD-956 Co-authored-by: Huifeng Le <huifeng.le@intel.com> Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I4bc35bc62f6bab52a5d290829f7406424d72d5ae
2019-11-21Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to dfdc0206daee4b3474072e2fdd6bc39ab77af5c0 - Merge "Add v2 with project API" - Add v2 with project API Definiton, Profile and other APIs will migrate to this area with support for Projects and v2. This patch adds the Project API only along with support for the Mongo database. Migration of other APIs will happen in future patches Issue-ID: MULTICLOUD-871 Change-Id: I2eb2d0db2384fd58d1ec874e24fa9125a1f5b288 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-11-21Update git submodulesr.kuralamudhan1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f5aa866af4d0527be574239a67ce2b68957faf59 - adding both i40evf iavf to support back compatibility Issue-ID: MULTICLOUD-944 Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I22b92adaad8d4f778b97821df68c1d42e2012e9c
2019-11-20Update git submodulesr.kuralamudhan1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to d405884a52745df2b09f777a62c2facd7651885f - Enabling testing for the containerized installer Issue-ID: MULTICLOUD-942 Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I4c5da84002135d856c5c3dcccf103aa52bb8a0f9
2019-11-15Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f168ebb73d8dad0e1c75747cbc9b0a0de8fc2357 - Merge "Updating sriov playbook to meet requirements of updated device" - Updating sriov playbook to meet requirements of updated device Previous sriov playbook supported X710 SRIOV NIC. Updating the scripts to support new device XL710. Other changes include syntactical corrections to "WHEN" condition in ansible. Co-authored-by: hle2 <huifeng.le@intel.com> Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Issue-ID: MULTICLOUD-929 Change-Id: I697a49a64472ad2d755753e58f8fd4e7857b0456
2019-11-12Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to c58a35989f731a0d1c8ec75e85480873da4b1c35 - Merge "Update logutils to support multiple fields" - Update logutils to support multiple fields Added support for multiple fields and updated instancehandler and app/client.go to use the new functions Issue-ID: MULTICLOUD-577 Change-Id: I7cc04f67e72448aa121d10cfd80d66d544981933 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-11-12Update git submodulesKuralamudhan Ramakrishnan1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 43eb8399839b26cafb2682731f5665a7c8e593a6 - Optimizing the onap4k8s for all deployment model Issue-ID: MULTICLOUD-927 Co-authored-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I97019f3ab06c948b77e189f526c4e217e7706fb6
2019-11-07Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to e3af69fe78abcbb88380ce5d557d93ebd2700ffd - Merge "Optimizing the plugin option in containerized installer" - Optimizing the plugin option in containerized installer Issue-ID: MULTICLOUD-919 Signed-off-by: r.kuralamudhan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I6850c2673b1d5e8e7ccc9d036a0a68fa896aa3ab
2019-11-07Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 10f7e1c6f3046873b05f118f48cb3daef5feee14 - Add race condition detection Add the -race flag to detect any race conditions in the k8splugin code It is enabled only for tests right now because of performance impact on builds. Issue-ID: MULTICLOUD-870 Change-Id: I53a90df39d2d8b51cbdb6c320f2247721ed98a07 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-11-04Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 5839289be6a6f3a1441d73bd9e8a8ee4bf1dc1a3 - Check for err when namespace plugin returns Check for err when a namespace GET is called. This will catch any errors related to the cluster GET operations before the subsequent call is made. Issue-ID: MULTICLOUD-666 Change-Id: I47de130f7ae9e6fea627f3a881ea84b2880db886 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-10-30Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 599d59f739ce9af07360e0c45a7e12bee31fe650 - Merge "Testcases shouldn't run prematurely from installer script" - Testcases shouldn't run prematurely from installer script Testing_enabled: true in the installer script, causes the test cases to run immediately after the playbook even before the pods are completely up. Causing some of the test cases to fail. Making sure, the test cases run only after all of playbooks have finished running. Correcting the identation Signed-off-by: Akhila Kishore <akhila.kishore@intel.com> Issue-ID: MULTICLOUD-904 Change-Id: Ieec33f46301d7c8d9cb36ac5f32caefca2981804
2019-10-30Update git submodulesKuralamudhan Ramakrishnan1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 703f8fb06d8c378beba5069017a8f301345034d0 - Bug fixes to containerized installer script Issue-ID: MULTICLOUD-905 Co-authored-by: Itohan Ukponmwan <itohan.ukponmwan@intel.com> Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: Ie9710146d4764f6b1f8ce11af9b28988131d75c8
2019-10-29Update git submodulesKonrad Bańka1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to b0e4204b131d51eb8d0d424ab9d74902f99b3a6f - Provide gcc on installer host when not present Issue-ID: MULTICLOUD-900 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: Ibacec8deafa5f1fd9ded5822236db730fedddc82
2019-10-25Update git submodulessanjaymekhale1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to acddbe2e281ebf80d31e7a03646ccfa0a9d6b25b - Implementing suggested changes Renamed package from logs to logutils Issue-ID: MULTICLOUD-577 Change-Id: I05e2acbfbb5dd79bd26df73e0ad64c2068b9f6e5 Signed-off-by: sanjaymekhale <sm00557598@techmahindra.com>
2019-10-25Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to fc2a18c1a384786874fe2a6b0ca543dfaa16a7de - Merge "Create definitions for multiple vf-modules" - Create definitions for multiple vf-modules This fix does not change distribution when there is one dummy heat and one cloud technology artifact. When there is more than one dummy heat or more than one cloud technology artifact forwarder will try to match them base on the name of the heat file that should match the prefix of the name of cloud artifact. There is no need to change use cases of vFW and EdgeX showcased for Dublin and ElAlto neither their descriptions should be changed. Issue-ID: MULTICLOUD-869 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I4d44ea22b412546806ee7dbcdb7e3c9ed644349a
2019-10-24Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to b0f94ada2751713ea8d62c235d0bc1cc2877034a - Merge "Update image path to dockerhub" - Update image path to dockerhub Updated image path to use the image from dockerhub instead of nexus3 Issue-ID: MULTICLOUD-666 Change-Id: Ia6ceba734a4b8ee2aeb84c83f8623ffb8e20847b Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2019-10-24Update git submodulesRitu Sood1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to 09aa5765d5667dbe46947dd9d4f41c9063b44646 - Merge "Adding onap4ks installation script in kud containerized installer" - Adding onap4ks installation script in kud containerized installer Issue-ID: MULTICLOUD-867 Co-authored-by: Pramod Raghavendra Jayathirth <pramod.raghavendra.jayathirth@intel.com> Co-authored-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I37b8112bdd5809f1ae0eaa58ddb0d834d395e8d8 Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
2019-10-24Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to eb414b9d43a9b094ce9445b35933f00343d40b8f - Merge "Disabling node local DNS" - Disabling node local DNS Seeing intermittent issues with DNS failing on KUD. Disabling node local DNS for now as a possible workaround. This can be enabled once other issues a isolated. Issue-ID: MULTICLOUD-861 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I502f1a41651cb9b7f284f6be36a752d302777703
2019-10-24Update git submodulesKiran Kamineni1-0/+0
* Update docs/submodules/multicloud/k8s.git from branch 'master' to f2085c1400f9c70066e667a3e1df4ebfb1bbe764 - Merge "Update KUD to switch to Ubuntu 18.04" - Update KUD to switch to Ubuntu 18.04 Removed not needed packages for 18.04 for OVN, updated the vagrant image to 18.04 and added some needed apt packages Issue-ID: MULTICLOUD-474 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I82550f8e58371af1c2476540c6b864384c450967
2019-10-24Update git submodulesXiaohua Zhang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to c69631da638dc5919ea9b2a0e2cfe4c99499dcca - Merge "Set python version 3.7" - Set python version 3.7 onappylog is incompatible with python 3.8 Issue-ID: MULTICLOUD-866 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I97e5e12ffbc4af56a27a3a3239a4462d27daf586
2019-10-24Update git submodulesBin Yang1-0/+0
* Update docs/submodules/multicloud/framework.git from branch 'master' to 3a25e404831b6ab2320795a44e7a0447bed9d12f - Bump up version to 1.5.0 Issue-ID: MULTICLOUD-868 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I1823f9c01b0b030d4b59690d1097eae8ce488ab9
2019-10-24Manually update submodulesKrzysztof Opasiak2-0/+0
Automated submodules updated is currently broken. Let's update repos manually. Issue-ID: DOC-552 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I1851c5f2b1ae0b0433b2fd60da2e3de8213753f3