Age | Commit message (Collapse) | Author | Files | Lines |
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to bab1c76b08725c9e056b7f40335c43988a12fdd9
- Merge "Update MongoDb to add new methods"
- Update MongoDb to add new methods
This patch adds new functions Insert, Find and
Delete. These functions embeds fields in documents
rather than storing as seprate documents.
Issue-ID: MULTICLOUD-1001
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: Idda2893b5459bbeb441f8f0ea6141ad1f3a0aba2
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to c9c09d43c268d674b7567b4546020935fbd3c60d
- Fix script for cFW with sriov netdevice
Change-Id: I3a32bdb17f613092494c80bb9262f6b40f2201fc
Issue-ID: MULTICLOUD-999
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to e6a4b2a5809b359397730f2ae3517a3ffc5204a4
- fix sonarcloud coverage rate issue
Change-Id: Ice1dedbb3fe2a1aa90e35186774f8b5a37632887
Issue-ID: MULTICLOUD-982
Signed-off-by: Liang Ding <liang.ding@intel.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to bc6c2db66326040062fca588ea5a23e963b3b784
- Merge "Add Controller Register API to Orchestrator"
- Add Controller Register API to Orchestrator
Add API allows Controllers to register
themselves as gRPC servers consumed by
the orchestrator.
Issue-ID: MULTICLOUD-995
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Change-Id: I75946a4af711bf2e9d65f354923db494da667e70
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 219a7eab4129b3e500bcaf6c62819011580895ba
- Add nodeaffinity for cFW pods
Change-Id: I31077bbaff99f7ffc2c13abd5899afd05cf560f9
Issue-ID: MULTICLOUD-999
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 6547e45fd9f60437811ef35b9d101cdaef494542
- Add cnf for firewall with network of sriov
sriov driver can be either netdevice or vfio
start scripts support netdevice only yet
Change-Id: Ifa1e9acc558387d38245bd99669225fbf5fb8d05
Issue-ID: MULTICLOUD-999
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 0a13e91612de5fa590bdecb7b17ef79e7f220131
- Add helm chart for cFW CNF
specific to networking backended by host netdevice
Change-Id: I26201b9d3e1c2434ba126fc497afffbaf58057a8
Issue-ID: MULTICLOUD-999
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to bea5027a7f59bffee2a6ed931e63c05a9fb1bdc7
- Merge "KuD cleanup script."
- KuD cleanup script.
This script offers means to cleanup, Docker and
Ansible and their configurations.
Updated the script to use docker go templating as
opposed to regex for docker operations. Further
modified the script to include if/else for
docker operations for better code readability.
Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Issue-ID: MULTICLOUD-981
Change-Id: Ia6484ebb039daf0b1cb8e698fa7bfa758eeaa568
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 64f78186cfc27c151b597461d2f3e64bc308ba1b
- Merge "Add Composite Application API"
- Add Composite Application API
Implemented Composite application API and added create,
get and delete handlers for the composite applications.
Formatted Project related .go files
Issue-ID: MULTICLOUD-994
Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
Change-Id: I7cef1a2c75f8cb39f397dcbb3f5d7bb2a57b4a72
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to e4f7a40fd862688eebda72826498a5f358341170
- Provide OverrideParameters capability for infra_workload API
Provide parameters provided in sdnc, oof and user directives
as override parameters for instantiate call.
Issue-ID: MULTICLOUD-838
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I69c6dab82ee233b2365a656bfaf1c7d64e375c98
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 38df1b0ee0f1d6cd3bf11f94adf7c952f32c191c
- Merge "Add docker dev scripts expose mongo port"
- Add docker dev scripts expose mongo port
Add docker file and scripts, modify
docker-compose.yml to allow for developement
using docker container. Expose mongo port
for developement purposes.
Issue-ID: MULTICLOUD-871
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Change-Id: If17fac27247b3cee3ad2718b6d06ea188ea53733
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 260be59a550c865ce5be6b127e198c40fb45714d
- Made changes to the Project API.
Issue-ID: MULTICLOUD-875
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: Ie1e9404069dae883ece8c6b1ca5eb07d284f96c0
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 8af74ae61508a3fbfd54c25d1cfe037f3ad08ca5
- Merge changes I56fb4643,Ia1e9802a
* changes:
Add etcd support in infrastructure layer
Restructure code and create module library
- Add etcd support in infrastructure layer
Create a etcd client and provide minimal
functionality needed by the orchestrator
for using etcd
Issue-ID: MULTICLOUD-871
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I56fb4643addf43cdc59366e7163b66bb1618876d
- Restructure code and create module library
Restructures and moves code to make it
aligned with the current design.
https://wiki.onap.org/display/DW/Multi+Cluster+Application+Scheduler
examples/example_module.go shows how to
import and use modules from this package.
Patch#2 Updated example
Issue-ID: MULTICLOUD-871
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: Ia1e9802a946a07dcca8f79f0e2250933ab3efa66
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to e8e3cfc3d3df008505520836fafc9920f5643ca6
- Merge "Add scripts for development for v2"
- Add scripts for development for v2
Adding scripts to pull docker
images for mongo and etcd and
run orchestrator
Issue-ID: MULTICLOUD-871
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: Ib09db02ec67f1555ef722e0d5408017c9f73c70a
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 02c1758e47270d67c555f812375691f9a48c2f3c
- Merge "Fix OVN issue in KUD"
- Fix OVN issue in KUD
OVN related test cases are failing.
This patch updates the installation
of OVN.
Issue-ID: MULTICLOUD-474
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: Idfa7d256b74d01d9ff604a02ba06d6ce82a8f09d
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to c06be6458e9985bd7ac0b25fab03d9c8605f6c4a
- Migrate multicloud-k8s docs
Merging this will create
https://onap-multicloud-k8s.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: Idb446480f25a4f71469b4c932d864beb873cc55a
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to 35111a07986a76e53e8e331067a129237ceb5962
- Merge "Migrate multicloud-framework docs"
- Migrate multicloud-framework docs
Merging this will create
https://onap-multicloud-framework.readthedocs.io
This build will run in parallel
to the current docs generation method
until we are ready to cut over.
Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I13149e228d686b1e2d4cb8cd0ab2c73b76e5a831
|
|
* Update docs/submodules/multicloud/azure.git from branch 'master'
to 9cc5757e28d8ef6a6fce936c4d050722f8641a6f
- Fix sonarcloud coverage rate issue
Change-Id: Icff6aab02e87bf7e84a11709f1eefffc78c86c48
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to 605a4a9533a8c444bcfdb01d23a254646e56a851
- Fix sonarcloud coverage rate issue
Change-Id: Ic0586bcb5aeec1110a6942daa33321067b2a1f9b
Issue-ID: MULTICLOUD-993
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to 0a542045a647da97f24b22ef41e422edac30ed9f
- Enable the usage of msb https endpints
The default enpoint is still http
Issue-ID: MULTICLOUD-978
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I2bb8e64bfe5a26a183b3f8bb86ebd9c3ab9481b0
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 90e13d101cf0d695058876ea53cdcf335dcb2caf
- Merge "Update nfn-operator to add provider networks"
- Update nfn-operator to add provider networks
Issue-ID: MULTICLOUD-474
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I92d0d34a46b8faadda8aa698307ede4306316ef7
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to f1f52b3ccf0ab78007a98947211b4fcdfd54b5e6
- Fix k8s artifact url for upload
Fix the broker to upload to the correct name based
on vfmodule model invariant and version ids.
Change-Id: I45e2fe845d3f61d78a5d1499fd0aa5c0b4475a34
Issue-ID: MULTICLOUD-982
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to fc960539db54415255c710f593db4513c5e49412
- Merge "Update profilehandler comments"
- Update profilehandler comments
Issue-ID: MULTICLOUD-828
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Change-Id: Ib7678c6829916cb7e29611d151f7d67c2a274faf
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to dbedced3ac20d1fa8fa28663041cc4518e8bc8d1
- Upgrade patch version to 1.5.1
Change-Id: Ia1dc607761af0aff9cd2118123ede6e6120e8535
Issue-ID: MULTICLOUD-979
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to 15628e77c42c880c4b32bc09261c69164124eaa6
- Fix decode vim id bug
Change-Id: I9563aba1c750d90c697cd077307b185b9cbd8bf9
Issue-ID: MULTICLOUD-970
Signed-off-by: Bin Yang <bin.yang@windriver.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to f3c09ea952108a5bf9b0bc143ffeee2a1bf73fd3
- Reverting vagrant images back to 16.04 VM deployment
Currently we face issue with VM based deployment causing
vagrant up to fail and quit abruptly.
Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Issue-ID: MULTICLOUD-974
Change-Id: I9a9e28357f1f56d17643d8f2a31f4cdca70fb456
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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>
|
|
* 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
|
|
* 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
|
|
* 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
|