Age | Commit message (Collapse) | Author | Files | Lines |
|
This is the final change in the docs migration
topic CIMAN-376.
We have switched projects to use intersphinx
linking and away from submodules.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I4e7446a677e1847cee139f41c91b7734d148cdb4
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 672d736a054ddffaecd2910a8171844fddc38bdd
- Merge "Update single-node KUD installation variables"
- Update single-node KUD installation variables
Single host installation requires some kubespray variables defined
differently from what is currently defined by default. All-in-one
installation script has been updated to provide these differences.
CI-building script has been updated and removed applying variables
there, as it's not specific just for CI, but for every single-node
installation.
Issue-ID: MULTICLOUD-1093
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I26c1835d87df41c087b8dfff9f52095083b6c160
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 819a687195ef9d6c8dd9753d366c0120886d7736
- Fix ovnaction cnitype key value
Fix the annotation key value for cnitype - should be 'type'
instead of 'cniType'.
Issue-ID: MULTICLOUD-1094
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I5b12049e9ed114dbc245c5fb219b5a735d8b7e2c
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 1f6c1d5d3750fbcfaadd1788ac47f28dd3708423
- Update to fix inconsistent naming
Dockerfile and Kunernetes resource files
use inconsistent names. This patch is to
fix inconsistent names.
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: If7ea6d9ecf55196be5400ea5d2b4d3ce42f99b0f
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 7b860ae60bf9686b449ab2fe3f18c33944bdd71c
- Merge "optimize size and time using "--no-cache-dir""
- optimize size and time using "--no-cache-dir"
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages
by pip don't cached on system . This is a best practise which make sure
to fetch ftom repo instead of using local cached one . Further , in case
of Docker Containers , by restricing caching , we can reduce image size.
In term of stats , it depends upon the number of python packages
multiplied by their respective size . e.g for heavy packages with a lot
of dependencies it reduce a lot by don't caching pip packages.
Further , more detail information can be found at
https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6
Issue-ID: MULTICLOUD-1080
Signed-off-by: Pratik Raj <rajpratik71@gmail.com>
Change-Id: Ib79fae7e69eb669e39bc3eb52373668367460ba2
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 964db6a95cfdd82969f6af5a09822929a1862408
- Status operator to update status of resources
This operator monitors the status of
resources like pods, services, deployments,
daemonsets, configmaps etc. and updates the
status in the CR accordingly.
Issue-ID: MULTICLOUD-1047
Signed-off-by: Srivahni Chivukula <srivahni.chivukula@intel.com>
Change-Id: I7d92584a44c8add2df69f2985140a55b460ac037
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to dd6613ec4e4bbe79699f6b5802334f968dfb8306
- Merge "Fix gRpc listen address"
- Fix gRpc listen address
listen function doesn't work with ip address.
Binding on all interfaces
Issue-ID: MULTICLOUD-1019
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I57e1082d8823b349660e0fb207e29ccc9c91a762
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to f868b3e8601c8b25675dfd372390a915ef298dca
- Merge "Adding Kubernetes resources for v2 API"
- Adding Kubernetes resources for v2 API
Yaml file to start databases and
v2 microservices
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I9ed4359fd972ef34e206e126e6f7a5131bd6929d
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 1e198865c9740fde9a5331be4e81df4932108fbc
- Merge "Add Dockerfile for v2 Microservices"
- Add Dockerfile for v2 Microservices
Dockerfile for building and running
microservices.
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I95242d074b1ad1fa446727d849478b041e2f9829
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 1e5858f4ab510acd71272a53cfddce8d945daad0
- Make GRPC calls and delete extra cluster handles
The patch makes grpc calls for context updation
for a given list of controllers and deletes the
extra set of cluster handles for each anyOf
cluster after context updation
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I4b946f5f130300628ef4f655213639a2444be2cc
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 82ec0fbda9ab2090fea542403221be853332e003
- Implement Priority Based Controller list
As part of this patch, have implemented
a priorityQueue based contoller list which shall
contain placement contollers and action contollers
listed based on their priority.
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: Id1beac6e3b6ec5156f64a169042d171ff28e38d6
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to e80f462ab1621090dd9cf7a2c648eb168aaafa5e
- Add grpc contextupdate client call to orchestrator
Adds a contextupdate client function that can
be invoked for any action or placement controller
to process intents for that controller.
Adds the corresponding server side handling for
the ovnaction controller.
Issue-ID: MULTICLOUD-1019
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Ifdfc99e522288a530735bc4c1402d45449f6d057
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 8e7a20777f2100324526a34b4b6c943b512df0fb
- Move cluster management into its own microservice
Split out the cluster provider and cluster APIs
and packages into a separate microservice to align
with the architecture.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I08f357b5a488004a2389b72a178ae33e101d1540
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 0c22bafd470e36647157b6d01221cb17841f360a
- Merge "Add UninstallApp call to grpc"
- Add UninstallApp call to grpc
Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I90c8ff0d548690ea19d325612d1bcd3e5049dc36
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to a6e2a3a65a6e4f3f1d964578ae4e60c6f9dd1184
- Reorganize ncm packages to align with architecture
Reorginize the ncm packges to delineate
- cluster provider and cluster management
- virtual and provider netowrk intent management
- intent scheduler
- internal ovn4k8s network controller
Overall, no code changes, just moving things around.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I3d43c7e4eb6f285b51c0385ba18626d3511a14f5
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to ad7782cbf83c11f152a6457f3808a4da99a1ae56
- Create OVN network action controller from ncm
Split out part of ncm microservice to act as the
Onv4k8s network action controller for the orchestrator.
No code changes really - just moving around to fit the
architectural plan.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I17292ac72d041050269f05fc4a0c2a6ca741aeb5
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to c257a136355a794f5bf778f670c041e8958c3608
- Adding cluster meta data and saving in etcd
As part of this patch, we assign groupNumbers
for the set of clusters which are under anyOf, or
in other words are optional for deployement of
app.
Also refactored the instantiation flow by separating
out the etcd interactions
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I21ece189daf6e6b3a7cfdba5df22d57b3d33ca78
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 7959bd4c6fd403cf4ba58bf572b1259267b3c76d
- Merge "Update the Kubernetes Version to 1.16"
- Update the Kubernetes Version to 1.16
Update kubespray to 2.12 to deploy Kubernetes 1.16
Issue-ID: MULTICLOUD-1063
Signed-off-by: Yao Le <le.yao@intel.com>
Change-Id: I537f6395e5d05d8b72411dd1e0789e19972f1947
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 1481548c635f95d245138aba7ac710668e25bfe1
- Merge "Add support for pmem-csi plugin and e2e test"
- Add support for pmem-csi plugin and e2e test
Issue-ID: MULTICLOUD-1046
Change-Id: I1853e071a99702c5e6f7ba9ca819746576fd0aca
Signed-off-by: Chen, Tingjie <tingjie.chen@intel.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to dbc8b2543e9c92a95b967a1abf2e5445e7799eeb
- Fix Network and ProviderNetwork yaml formatting
Correct yaml format of Network and ProviderNetwork
CRs produced by ncm so that they can be deployed in
a cluster.
Issue-ID: MULTICLOUD-1072
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I27e55c0c7428ccee6ddb720445e104054eefcee3
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 7fc603a5eedcd6a84860c881a1228309a308805f
- Add appcontext instructions during intent apply
Create AppContext instruction records at the
app and resource levels when handling the apply
api for network and providernetwork intents.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I3c82087273278b2503959664f0a8ee4e34eb0cd2
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 0a7bf256bde5dfd4c518f960a3c13b7eddb9223a
- Add grpc client to resource synchronizer to ncm
Adds a grpc client to resource synchronizer to ncm
to handle network and providernetwork.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I45646d66ab1ec79818d0942694f8238718c407b3
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 4ea43d6023d72346c8da40ab157c37c8718d4290
- fixup rsync go.mod file
Issue-ID: MULTICLOUD-1005
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I5dd7f9d0ef1862acaf3d987381a5970de488707e
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 9cfeb80dc920b213ea70fdfd2463f6746fb4e2f9
- Update go.mod files of services to use local code
Change go.mod files to replace usage of services in
this repo with local code instead of upstream builds.
Fix a couple resulting issues.
Issue-ID: MULTICLOUD-1077
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I597c7bf98beac3fcee9e37699966cbe839335bf2
|
|
* Update docs/submodules/multicloud/azure.git from branch 'master'
to de4f1d918ce01deecdf6144d870d4cfe30824a23
- Update css file name in conf.py
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I6c84c252e7f860cd854fe50661ab6563ca7e82a2
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to c0c441c776a60c597dd34f5cb2aa71f296447f9d
- Update css file name in conf.py
ribbon.css is the correct name of the css file.
Issue-ID: CIMAN-376
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I5bcf5121c294a1617e9951d21705d607b8fb099b
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to ef27eb4d63f1cb91de2dbc166f599043aca2609e
- Merge "InstallApp Grpc proto and server for rsync"
- InstallApp Grpc proto and server for rsync
Add the InstallApp GRPC proto file server code
to the resource synchronizer.
Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I8e586f1b878009fd4df53ef48aae6deded0f64ea
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 56b6d5b88e4c5c8db7a6fbc8da113a7a205d44ae
- Fix the Multus Baremetal containerization testing
- interface name will be different in each Baremetal
- Multus testing good for Vagrant and AIO testing only
Issue-ID: MULTICLOUD-1037
Co-authored-by: yu marin <weifei.yu@intel.com>
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I50786f07f0dbd9aadffda69d02597c85e2675203
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 402c6e98bfc6c881dceb65ce2756ea94834c70ef
- Bug fix for the ImagePullBackOff error in qat test
Issue-ID: MULTICLOUD-1076
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I2b6bfb265ce5e055987788f6f28fc475a8b5b46c
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 079d214800484b0bfedd22fc72f4b3c61ecc6f83
- Adding Multus test in vagrant and containerization installer
Issue-ID: MULTICLOUD-1037
Co-authored-by: yu marin <weifei.yu@intel.com>
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: Id07394cc454b3660fb5f06982fea020e93b26039
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 2f86e8e5364339b539313931d7faaf9f9c3896a4
- Updating multus, SRIOV and nfd test cases
Updating some AddOn test cases and add README.md file.
Issue-ID: MULTICLOUD-1037
Signed-off-by: marvinYu <weifei.yu@intel.com>
Change-Id: Iee2c31207cf2cd37fb8119bceef286aa887079f9
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to cb00c733fc29c715f1f30cbf50534a0811575d7f
- sriov baremetal installation fix
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Issue-ID: MULTICLOUD-1074
Change-Id: I5c497aef954945c4baee10ff5613b220ed9b8152
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 10b401413dd722ef57de79ba3caaa873ed1093b8
- Merge "Change NCM for upstream change in orchestrator"
- Change NCM for upstream change in orchestrator
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: Ie4a914adbb20f6227dcba9c380a9d416f5274ad3
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 2b63abfd3033208fbed6f9e99c212647470d47eb
- Merge "Update scripts for ovn4nfv in multicloud-k8s"
- Update scripts for ovn4nfv in multicloud-k8s
* Update the image version to integratedcloudnative/ovn4nfv-k8s-plugin
* Update the CRD of provider network to support direct provider network
Issue-ID: MULTICLOUD-1070
Change-Id: Icfa321bbd354de47af4db65b2021c87facc26871
Signed-off-by: Ruoyu <ruoyu.ying@intel.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to c2813e2ae161ecd416f0e7955a2b70e04fbe7b2c
- Update docker version in containerization soltuion
Change docker version to fix kubespray issue in containerization soltuion
Co-authored-by: Ritu Sood <ritu.sood@intel.com>
Co-authored-by: Le yao <le.yao@intel.com>
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Issue-ID: MULTICLOUD-1073
Change-Id: Id575c64b1630127f1a06ce89ba5b89249d004956
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to eb3eac7c732dc02947868343d70851d89e8ff207
- Changing the value type to interface
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I50c1fc3ea0110d4d65d53201c62314ea6c74631b
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 57bfaca23061383d21bab87a91ac0202261b0a26
- Update docker version
Change docker version to fix kubespray issue
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Issue-ID: MULTICLOUD-1073
Change-Id: I79571677f81efbb12a963b7527d918eddaf8db1f
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to dbc92bae58ffbeb38f5c3e5c58a1da2fb3b349f4
- Adding meta data for app in appContext
In this patch, modified the appContext and rtc lib
by adding functions for setting and getting the meta
data associated with the apps.
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I08f91ddda3044f172caf7b2673c069fed16c32c4
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to c77850a75eee9f3df2e194521e59728572bc47c2
- remove the outdated SDWAN testing
Issue-ID: MULTICLOUD-1071
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: Ia3818ee16393d8e8b2d465d354ce777192baca9e
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 22a56b401408ad2d3f0d77c245cc2c69df83e456
- Merge "Create appContext and save to etcd"
- Create appContext and save to etcd
In this patch, following tasks are accomplished
1. Creation of appContext and storing the appcontexts for each app in
the compositeApp into etcd as part of the instantiation process
2. Added a util method to extract parameters from k8s manifest files.
3. Added a new testing script to auto create NCM artifacts through the NCM APIs
4. Modified the existing plugin_collection_v2.sh to better test the
orchestrator APIs.
5. Added logging to appcontext lib
6. Bug fix in the helm charts.
Issue-ID: MULTICLOUD-1064
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I1b0e4d1351ad3a083be529239748015ea5db2a41
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to a08968c161b999238cbd61ea2eb9fd597a5b37e6
- Add gRPC servers to ncm service
Add a contextupdate grpc server to the ncm service.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I38caa625c028baac06a6202f03b86d0f2bf38126
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to bd3e69e7a26aaa00d3367f1eeb78e91e63ebd404
- Move controller module into separate package
Move the controller part of the module package
into a separate controller package.
Issue-ID: MULTICLOUD-1029
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Id07c1012aeff8a72458b37d42671495510cade75
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to eafedad99d1bc3ea0ffa2fb82bb8be6b7687e335
- add an ncm test script
Add ncm test script to create, query, and delete
a set of test ncm data.
Issue-ID: MULTICLOUD-1069
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Icf97941ca1df8a5693c45597f115c1fba17df402
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 8e0c00c4c59add2fa03a67081d74cd46934d034e
- Fixing README.md for containerization installation
Issue-ID: MULTICLOUD-1068
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>
Change-Id: I8ced72f4d9f13b9cb2305fc3778cdd65e933d778
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 1449bbe36e44315fa6e74375e7ab0607dd182344
- Integrate Openness EAA
Openness EAA provides application/service registration
and authentication. EAA is integrated by running EAA via
ONAP4K8S.
Issue-ID: MULTICLOUD-1044
Signed-off-by: ChenjieXu <chenjie.xu@intel.com>
Change-Id: I66dffc5bcfc66675f6b62672e32496ec7f71454c
|
|
* Update docs/submodules/multicloud/framework.git from branch 'master'
to 94e5ced9e0abc1157f5409429f50ecbdf4eacf66
- Fix API spec doc format
Issue-ID: MULTICLOUD-1033
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I3d04f1059f06b621f020b6bab41b21ee95a7917c
- Fix Release Notes format
Issue-ID: MULTICLOUD-1033
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I841f3d6cdb1afd2814f77f217e409bb431f467a9
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 3d8e9a41d55cd862e9963e8c561e80f9ec09d484
- Merge "add cmk in KuD"
- add cmk in KuD
- deploy cmk related pods
- untaint compute nodes if necessary
- run cmk unit tests: allocate CPUs from exclusive and shared pools
- deploy a testing nginx pod along with cmk testing pods
- preset 1/2 CPUs for shared/exlusive pools to fit CI server machines
users can adjust the parameters to meet their own requirements
Test Results:
- many rounds of vagrant/5 VMs(controller01/02/03 and compute01/02)
based test are all OK
- 14 rounds tests on my local server (S2600WFQ (36C/72T) )and
PC(HP Z228 (4C/4T)) with all-in-one bare metal deployment are all OK
- CI(a 4C/4T machine) results of latest patch set also show that the
test of bare metal deployment is OK
- NOTE: both my local test and CI use the same testing method of calling
aio.sh after applying the latest patch set.
Change-Id: I046a4a63b94f92f23347ab76c21a661521e01119
Issue-ID: MULTICLOUD-879
Signed-off-by: Liang Ding <liang.ding@intel.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 30ef50b4bea5c1d883c935100f07915883847b66
- Add k8splugin releases file for 0.6.0
Add releases directory and container yaml file for 0.6.0
Issue-ID: MULTICLOUD-1052
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I722ba0d3b5bb57d6533208cd0f051e2d8619510a
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 6faa4b0749e68a87e78311e9acb98007739872be
- Revert "Update brokerhandler API to conform with /v1/ path pattern"
This reverts commit 4ae60c1b50750587ab9d3960617a47d7db57b311.
Reason for revert: Unable to reproduce bug, reverting fix implementation
Issue-ID: MULTICLOUD-1053
Change-Id: Icc12260f9c122c6e5ac038d07a0e6cd56201e3ba
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
|
|
* Update docs/submodules/multicloud/k8s.git from branch 'master'
to 501d62d194a42c5c85f22d8208a4e1dd6d985492
- Directory structure, build and dockerfile for resource sync microservice
Issue-ID: MULTICLOUD-1005
Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Change-Id: I22cbb8512d4ce0d5b9ce6d20a1b99e3e570db405
|