multicloud/k8s.git
4 years agoInstall criproxy binary in /usr/local/bin instead of /tmp. 62/109562/1 elalto 5.0.2-ONAP
Eric Tang [Sun, 19 Apr 2020 01:48:24 +0000 (09:48 +0800)]
Install criproxy binary in /usr/local/bin instead of /tmp.
Issue-ID: MULTICLOUD-1051

Signed-off-by: Eric Tang <qcorba@gmail.com>
Change-Id: I96443ee539de0e2a18011148f86f97e70634cae3
Signed-off-by: Eric Tang <qcorba@gmail.com>
(cherry picked from commit 86c469873be784ddee0cc2797113c98bd80dc290)

5 years agoAdd unit tests 85/96985/2
Kiran Kamineni [Fri, 11 Oct 2019 22:54:04 +0000 (15:54 -0700)]
Add unit tests

Add unit tests for the handler as well as backend status
function

Issue-ID: MULTICLOUD-675
Change-Id: I4c73e2c18f243702f3e791fec48d4bc5023cafd5
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoAdd a status getter api endpoint 51/95951/3
Kiran Kamineni [Wed, 18 Sep 2019 19:09:06 +0000 (12:09 -0700)]
Add a status getter api endpoint

Add a status endpoint to get status of
instances. Status information will be added to
the database asynchronously.

Issue-ID: MULTICLOUD-675
Change-Id: Ia7d79a6f18f01bf24f2690caf74a48c2a082bd73
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoRemove unused code 83/96983/1
Kiran Kamineni [Fri, 11 Oct 2019 21:49:12 +0000 (14:49 -0700)]
Remove unused code

Remove unused code. This is part of the old
legacy code and will anyway have to be re-implemented
whenever the update functionality gets added.

Issue-ID: MULTICLOUD-666
Change-Id: I02a91a2b221da9d82433f8c2ee1dd014a81e4f4d
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMerge "Enable self-cleanup after testing vcFW deployment"
Ritu Sood [Sat, 28 Sep 2019 00:57:27 +0000 (00:57 +0000)]
Merge "Enable self-cleanup after testing vcFW deployment"

5 years agoMerge "Add helm chart for Istio Policies"
Kiran Kamineni [Tue, 24 Sep 2019 16:39:54 +0000 (16:39 +0000)]
Merge "Add helm chart for Istio Policies"

5 years agoMerge "Helm chart for multicloud-k8s connectivity"
Kiran Kamineni [Tue, 24 Sep 2019 16:39:20 +0000 (16:39 +0000)]
Merge "Helm chart for multicloud-k8s connectivity"

5 years agoAdd helm chart for Istio Policies 18/94318/4
Pramod [Tue, 27 Aug 2019 02:31:18 +0000 (19:31 -0700)]
Add helm chart for Istio Policies

Issue-ID: MULTICLOUD-789
Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I16d1c1df0e9d8955040c78f5e67e1dd50e761040

5 years agoHelm chart for multicloud-k8s connectivity 12/94312/9
Pramod [Mon, 26 Aug 2019 20:23:44 +0000 (13:23 -0700)]
Helm chart for multicloud-k8s connectivity

This patch has ISTIO components required to
expose the multicloud-k8s application outside
the servicemesh

Issue-ID: MULTICLOUD-787

Signed-off-by: Pramod <pramod.raghavendra.jayathirth@intel.com>
Change-Id: I4805520666ec653e9845432b85afdc1ce0ef1db9

5 years agoMerge "Add service for k8s vfw packet generator"
Ritu Sood [Tue, 17 Sep 2019 21:57:46 +0000 (21:57 +0000)]
Merge "Add service for k8s vfw packet generator"

5 years agoUpdate to kubernetes 1.14.1 73/95673/1
Kiran Kamineni [Fri, 13 Sep 2019 19:59:47 +0000 (12:59 -0700)]
Update to kubernetes 1.14.1

Updated package to use kubernetes 1.14.1
Also updated the other packages that no longer worked
because of this change.

Issue-ID: MULTICLOUD-666
Change-Id: Ibfdf7215d8d7beceabe1bf895a356017da0b7d9c
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMerge "Integrating NFD Daemonset with KuD"
Ritu Sood [Thu, 12 Sep 2019 13:55:21 +0000 (13:55 +0000)]
Merge "Integrating NFD Daemonset with KuD"

5 years agoRemove unused ovn-kubernetes 04/95404/1
Ritu Sood [Thu, 12 Sep 2019 13:09:51 +0000 (06:09 -0700)]
Remove unused ovn-kubernetes

Removing unsused ovn-kubernetes
playbook and test from KUD.
Currently there is no plan to use
and also this is untested.

Issue-ID: MULTICLOUD-684
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I684bf82c7d4ab6d051178a027a385923ec9c4f2b

5 years agoEnable self-cleanup after testing vcFW deployment 48/91548/5
Konrad Bańka [Tue, 10 Sep 2019 13:19:04 +0000 (15:19 +0200)]
Enable self-cleanup after testing vcFW deployment

integration_vcFW.sh has been updated to clean k8s
from testsuite leftovers after it finishes when passed
optional '--cleanup' flag. Without it, script will
preserve created vcFW environment for debug purposes.

Issue-ID: MULTICLOUD-708
Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Ia6d78f1e3e2ac81e8ff7385d563e9bf1b1479026

5 years agoIntegrating NFD Daemonset with KuD 16/94716/10
Akhila Kishore [Fri, 30 Aug 2019 23:39:00 +0000 (16:39 -0700)]
Integrating NFD Daemonset with KuD

Current NFD code in KuD is unused and obsolete.
Integrating NFD as DaemonSet and updating test case for NFD.
Added comments. Addressed comments and changed the
matchExpression to kernel features. Changed operator from "In" to Gt,
and values 4 to 3 better fit broader spectrum of O.S's.
Adding exit conditon in case there's an error status.

Signed-off-by: Akhila Kishore <akhila.kishore@intel.com>
Issue-ID: MULTICLOUD-797
Change-Id: I454fb1998fc84e5f0d566f32b7dcfd85872c5183

5 years agoMerge "Update package path to use github" 0.5.0
Ritu Sood [Mon, 9 Sep 2019 22:54:27 +0000 (22:54 +0000)]
Merge "Update package path to use github"

5 years agoUpdate image version of k8splugin 79/95079/1
Kiran Kamineni [Thu, 5 Sep 2019 18:37:20 +0000 (11:37 -0700)]
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>
5 years agoRemove GOPATH 78/95078/1
Kiran Kamineni [Thu, 5 Sep 2019 18:36:31 +0000 (11:36 -0700)]
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>
5 years agoUpdate package path to use github 73/95073/1
Kiran Kamineni [Thu, 5 Sep 2019 18:17:28 +0000 (11:17 -0700)]
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>
5 years agoMerge "Remove ovn4nfvk8s network plugin"
Ritu Sood [Thu, 5 Sep 2019 17:18:00 +0000 (17:18 +0000)]
Merge "Remove ovn4nfvk8s network plugin"

5 years agoMerge "Add a namegenerator package"
Ritu Sood [Thu, 5 Sep 2019 17:15:58 +0000 (17:15 +0000)]
Merge "Add a namegenerator package"

5 years agoRemove ovn4nfvk8s network plugin 45/94945/9
Konrad Bańka [Wed, 4 Sep 2019 15:22:42 +0000 (17:22 +0200)]
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

5 years agoAdd service for k8s vfw packet generator 69/94969/2
Eric Multanen [Thu, 5 Sep 2019 03:23:03 +0000 (20:23 -0700)]
Add service for k8s vfw packet generator

Defines a service for the vfw packet generator of
the K8S demo.  This allows netconf mount to be made
by appc.

Issue-ID: MULTICLOUD-802
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: I895edcbc3950c798e39906ff5cb862602193fc3b

5 years agoFix test failure in threaded tests 79/94979/2
Kiran Kamineni [Wed, 4 Sep 2019 21:30:03 +0000 (14:30 -0700)]
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>
5 years agoRemove dependency on git.apache.org 75/94975/1
Kiran Kamineni [Wed, 4 Sep 2019 20:28:11 +0000 (13:28 -0700)]
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>
5 years agoMerge "Use Multus Daemonset for installing Multus in KuD"
Ritu Sood [Wed, 4 Sep 2019 17:30:25 +0000 (17:30 +0000)]
Merge "Use Multus Daemonset for installing Multus in KuD"

5 years agoMerge "Remove double thread restriction on build"
Ritu Sood [Tue, 3 Sep 2019 17:19:32 +0000 (17:19 +0000)]
Merge "Remove double thread restriction on build"

5 years agoMerge "Remove gopath from builds"
Ritu Sood [Tue, 3 Sep 2019 17:17:15 +0000 (17:17 +0000)]
Merge "Remove gopath from builds"

5 years agoMerge "Adding informers for CRD"
Ritu Sood [Tue, 3 Sep 2019 17:17:01 +0000 (17:17 +0000)]
Merge "Adding informers for CRD"

5 years agoMerge "Adding listers for CRD"
Ritu Sood [Tue, 3 Sep 2019 17:16:56 +0000 (17:16 +0000)]
Merge "Adding listers for CRD"

5 years agoUse Multus Daemonset for installing Multus in KuD 09/94309/7
Akhila Kishore [Mon, 26 Aug 2019 22:33:09 +0000 (15:33 -0700)]
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

5 years agoRemove gopath from builds 15/94715/1
Kiran Kamineni [Fri, 30 Aug 2019 22:09:43 +0000 (15:09 -0700)]
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>
5 years agoRemove double thread restriction on build 12/94712/1
Kiran Kamineni [Fri, 30 Aug 2019 21:01:59 +0000 (14:01 -0700)]
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>
5 years agoMerge "Adding Helm charts of Multicloud-K8s"
Kiran Kamineni [Thu, 29 Aug 2019 20:40:35 +0000 (20:40 +0000)]
Merge "Adding Helm charts of Multicloud-K8s"

5 years agoMerge "Add helm chart for Keycloak server"
Kiran Kamineni [Thu, 29 Aug 2019 20:13:33 +0000 (20:13 +0000)]
Merge "Add helm chart for Keycloak server"

5 years agoAdd helm chart for Keycloak server 93/94393/2
Pramod [Wed, 28 Aug 2019 02:12:02 +0000 (19:12 -0700)]
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

5 years agoAdding informers for CRD 26/93726/4
Kiran Kamineni [Fri, 16 Aug 2019 20:18:36 +0000 (13:18 -0700)]
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>
5 years agoAdding listers for CRD 25/93725/4
Kiran Kamineni [Fri, 16 Aug 2019 20:17:28 +0000 (13:17 -0700)]
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>
5 years agoAdding typed client for CRD 24/93724/4
Kiran Kamineni [Fri, 16 Aug 2019 20:15:35 +0000 (13:15 -0700)]
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>
5 years agoMerge "Adding monitor operator to monitor edge resources"
Ritu Sood [Wed, 28 Aug 2019 20:35:09 +0000 (20:35 +0000)]
Merge "Adding monitor operator to monitor edge resources"

5 years agoAdding monitor operator to monitor edge resources 28/92628/7
Kiran Kamineni [Wed, 31 Jul 2019 22:32:28 +0000 (15:32 -0700)]
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>
5 years agoMerge "Remove unsused variables from kud-vars"
Kiran Kamineni [Wed, 28 Aug 2019 19:40:59 +0000 (19:40 +0000)]
Merge "Remove unsused variables from kud-vars"

5 years agoRemove unsused variables from kud-vars 68/94468/1
Ritu Sood [Fri, 30 Aug 2019 12:54:22 +0000 (05:54 -0700)]
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

5 years agoFix path to images 88/94388/1
Ritu Sood [Thu, 29 Aug 2019 20:28:37 +0000 (13:28 -0700)]
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

5 years agoAdd support for Network Operator 02/93602/3
Ritu Sood [Wed, 14 Aug 2019 19:41:37 +0000 (19:41 +0000)]
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

5 years agoAdding Helm charts of Multicloud-K8s 89/93589/9
Pramod [Wed, 14 Aug 2019 23:24:01 +0000 (16:24 -0700)]
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

5 years agoAdd a namegenerator package 10/94310/1
Kiran Kamineni [Fri, 23 Aug 2019 19:33:06 +0000 (12:33 -0700)]
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>
5 years agoMerge "Version update."
Ritu Sood [Thu, 22 Aug 2019 12:20:56 +0000 (12:20 +0000)]
Merge "Version update."

5 years agoMerge "Adding Helm charts of MetalLB"
Kiran Kamineni [Tue, 20 Aug 2019 22:56:28 +0000 (22:56 +0000)]
Merge "Adding Helm charts of MetalLB"

5 years agoVersion update. 00/93900/1
Akhila Kishore [Mon, 19 Aug 2019 22:54:12 +0000 (15:54 -0700)]
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

5 years agoMerge "Revert "Version update.""
Ritu Sood [Mon, 19 Aug 2019 22:53:39 +0000 (22:53 +0000)]
Merge "Revert "Version update.""

5 years agoRevert "Version update." 99/93899/1
Kiran Kamineni [Mon, 19 Aug 2019 22:48:50 +0000 (22:48 +0000)]
Revert "Version update."

This reverts commit 5f760c3fb7d0e74833b1a2137e6ff3dadc71b2f5.

Issue-ID: MULTICLOUD-772
Change-Id: I6feffd87545195992fb28e98dcee4038d9b08474
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMerge "Version update."
Kiran Kamineni [Mon, 19 Aug 2019 22:45:54 +0000 (22:45 +0000)]
Merge "Version update."

5 years agoMerge "Add query parameters support to instance API"
Ritu Sood [Mon, 19 Aug 2019 22:27:28 +0000 (22:27 +0000)]
Merge "Add query parameters support to instance API"

5 years agoVersion update. 93/93893/1
Akhila Kishore [Mon, 19 Aug 2019 21:55:38 +0000 (14:55 -0700)]
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

5 years agoMerge "Fix bug in tagging podTemplates"
Ritu Sood [Mon, 19 Aug 2019 17:39:27 +0000 (17:39 +0000)]
Merge "Fix bug in tagging podTemplates"

5 years agoAdding Helm charts of MetalLB 42/93542/2
Pramod [Wed, 14 Aug 2019 18:25:56 +0000 (11:25 -0700)]
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

5 years agoHelm charts for Istio deployment 38/92738/4
Pramod [Mon, 5 Aug 2019 22:56:10 +0000 (15:56 -0700)]
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

5 years agoAdd query parameters support to instance API 82/93482/1
Kiran Kamineni [Wed, 7 Aug 2019 22:45:54 +0000 (15:45 -0700)]
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>
5 years agoFix bug in tagging podTemplates 48/93448/1
Kiran Kamineni [Thu, 8 Aug 2019 22:22:43 +0000 (15:22 -0700)]
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>
5 years agoMerge "Fix istio test scenario endpoint API validation"
Kiran Kamineni [Thu, 8 Aug 2019 13:19:43 +0000 (13:19 +0000)]
Merge "Fix istio test scenario endpoint API validation"

5 years agoMerge "Add top level make"
Ritu Sood [Wed, 7 Aug 2019 21:41:45 +0000 (21:41 +0000)]
Merge "Add top level make"

5 years agoAdd custom label to track created resources 35/91635/7
Kiran Kamineni [Wed, 17 Jul 2019 23:55:00 +0000 (16:55 -0700)]
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>
5 years agoMerge "Helm chart to deploy Istio-operator"
Kiran Kamineni [Wed, 7 Aug 2019 15:57:19 +0000 (15:57 +0000)]
Merge "Helm chart to deploy Istio-operator"

5 years agoMerge "Update committers info"
Xiaohua Zhang [Wed, 7 Aug 2019 08:00:38 +0000 (08:00 +0000)]
Merge "Update committers info"

5 years agoUpdate committers info 56/92756/5
Bin Yang [Tue, 6 Aug 2019 07:27:15 +0000 (07:27 +0000)]
Update committers info

Change-Id: I9f1e94d3b038cffca8b5980eb5f9f209a85021cb
Issue-ID: MULTICLOUD-751
Signed-off-by: Bin Yang <bin.yang@windriver.com>
5 years agoMerge changes Ia35fac70,I7ffaa3d4,I53e7e4d6
Bin Yang [Tue, 6 Aug 2019 06:20:07 +0000 (06:20 +0000)]
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

5 years agoHelm chart to deploy Istio-operator 37/92737/1
Pramod [Mon, 5 Aug 2019 22:35:41 +0000 (15:35 -0700)]
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

5 years agoMerge "Correct go version installed by k8s addons"
Bin Yang [Mon, 5 Aug 2019 07:20:23 +0000 (07:20 +0000)]
Merge "Correct go version installed by k8s addons"

5 years agoMerge "Add static compile time check to plugins"
Bin Yang [Mon, 5 Aug 2019 07:20:02 +0000 (07:20 +0000)]
Merge "Add static compile time check to plugins"

5 years agoMerge changes I46d47e64,I14d8eb6b
Bin Yang [Mon, 5 Aug 2019 07:19:37 +0000 (07:19 +0000)]
Merge changes I46d47e64,I14d8eb6b

* changes:
  Add test case for loading vFW Helm chart
  Correct cni retrieval process from resource name

5 years agoMerge "Minor improvement to log statements"
Bin Yang [Mon, 5 Aug 2019 07:18:54 +0000 (07:18 +0000)]
Merge "Minor improvement to log statements"

5 years agoAdd top level make 30/92630/1
Kiran Kamineni [Fri, 2 Aug 2019 23:15:53 +0000 (16:15 -0700)]
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>
5 years agoUpdate plugin.sh with new helper functions 40/91540/3
Konrad Bańka [Tue, 16 Jul 2019 13:42:57 +0000 (15:42 +0200)]
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

5 years agoCorrect go version installed by k8s addons 61/90761/9
Konrad Bańka [Tue, 2 Jul 2019 06:50:50 +0000 (08:50 +0200)]
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

5 years agoAdd test case for loading vFW Helm chart 90/91890/3
Ritu Sood [Thu, 1 Aug 2019 10:29:41 +0000 (12:29 +0200)]
Add test case for loading vFW Helm chart

This test checks vFW lifecycle using the k8splugin.

Issue-ID: MULTICLOUD-708

Change-Id: I46d47e64562d75d8b1f7552fc073b1e59efa443e
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Co-authored-by: Konrad Bańka <k.banka@samsung.com>
5 years agoCorrect cni retrieval process from resource name 66/92366/4
Konrad Bańka [Wed, 31 Jul 2019 14:35:52 +0000 (16:35 +0200)]
Correct cni retrieval process from resource name

Due to some minor issues, network resource name wasn't being
parsed properly, thus failing removing ovn networks when
deleting VNF instance.

Issue-ID: MULTICLOUD-708

Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: I14d8eb6b82d0ee74b266272fd8a842b45e6c2b40

5 years agoAdd static compile time check to plugins 01/92401/1
Kiran Kamineni [Wed, 31 Jul 2019 18:48:19 +0000 (11:48 -0700)]
Add static compile time check to plugins

Add a static compile time check to
plugins to make sure that any interface implementation
mismatch is caught at compile time rather than runtime.

Issue-ID: MULTICLOUD-666
Change-Id: I7f57774ad9384edb874cf64534f521014aea422f
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMerge "Changing Pull Policy for vFw Helm chart"
Bin Yang [Thu, 25 Jul 2019 07:05:52 +0000 (07:05 +0000)]
Merge "Changing Pull Policy for vFw Helm chart"

5 years agoChanging Pull Policy for vFw Helm chart 02/91902/2
Ritu Sood [Tue, 23 Jul 2019 19:57:52 +0000 (12:57 -0700)]
Changing Pull Policy for vFw Helm chart

Pull policy is "Always" because of that
VM/container images are pulled everytime
for each chart. This slows down the
deployment to several minutes in the
lab environment. Changing pull policy to
"IfNotPresent".

Change-Id: I3c01e681f010481221f1e720e6f09b317fbe9d87
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Issue-ID: MULTICLOUD-708

5 years agoMerge "Provide ovn-central-address for local deployments"
Bin Yang [Wed, 24 Jul 2019 00:28:10 +0000 (00:28 +0000)]
Merge "Provide ovn-central-address for local deployments"

5 years agoProvide ovn-central-address for local deployments 42/91842/3
Konrad Bańka [Tue, 23 Jul 2019 06:32:54 +0000 (08:32 +0200)]
Provide ovn-central-address for local deployments

K8splugin served with docker-compose doesn't utilize
ovn-central-address configured in host environment.
Function responsible for generating config file has been
modified to provide this information if available.

Issue-ID: MULTICLOUD-708

Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Ie3c27c68c02a0e206f6447e8c4330e18af942cd8

5 years agoMerge "Add a listallhandler to definitions api"
Bin Yang [Tue, 23 Jul 2019 07:31:04 +0000 (07:31 +0000)]
Merge "Add a listallhandler to definitions api"

5 years agoMerge "Add port to ovn central ip"
Bin Yang [Tue, 23 Jul 2019 07:30:48 +0000 (07:30 +0000)]
Merge "Add port to ovn central ip"

5 years agoMerge "Adapt network plugin to interface restrictions"
Bin Yang [Tue, 23 Jul 2019 07:30:35 +0000 (07:30 +0000)]
Merge "Adapt network plugin to interface restrictions"

5 years agoMerge "Add a list api for instances"
Bin Yang [Tue, 23 Jul 2019 07:30:16 +0000 (07:30 +0000)]
Merge "Add a list api for instances"

5 years agoMerge changes from topics "listprofiles", "tagprofile", "tag_defn"
Bin Yang [Tue, 23 Jul 2019 07:29:59 +0000 (07:29 +0000)]
Merge changes from topics "listprofiles", "tagprofile", "tag_defn"

* changes:
  Add list api for profiles
  Make profile db tags specific
  Make definition tags specific

5 years agoMerge "Improve provisioning central IP address for ovn tests"
Bin Yang [Tue, 23 Jul 2019 07:28:42 +0000 (07:28 +0000)]
Merge "Improve provisioning central IP address for ovn tests"

5 years agoMerge "Provide idempotent multus plugin configuration"
Bin Yang [Tue, 23 Jul 2019 07:28:22 +0000 (07:28 +0000)]
Merge "Provide idempotent multus plugin configuration"

5 years agoAdd port to ovn central ip 38/91838/1
Kiran Kamineni [Tue, 23 Jul 2019 00:28:48 +0000 (17:28 -0700)]
Add port to ovn central ip

Add port to the default OVN central ip
field.

Issue-ID: MULTICLOUD-666
Change-Id: Ib1644aafc00472769422dffd48a83ed7e53b2910
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMinor improvement to log statements 37/91837/1
Kiran Kamineni [Tue, 23 Jul 2019 00:02:55 +0000 (17:02 -0700)]
Minor improvement to log statements

Removing some log statements that are cluttering the output.
Added a log statement to print errors during instantiation.

Issue-ID: MULTICLOUD-666
Change-Id: I76ad59c9cb36b5cb999573afec18e6f1adbed4ad
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoAdapt network plugin to interface restrictions 12/91812/1
Konrad Bańka [Mon, 22 Jul 2019 13:48:31 +0000 (15:48 +0200)]
Adapt network plugin to interface restrictions

Network plugin was not fully compliant with interface it should
implement due to type of one function argument. Relevant functions
have been adapted to utilize proper types.

Issue-ID: MULTICLOUD-708

Signed-off-by: Konrad Bańka <k.banka@samsung.com>
Change-Id: Ic619ad476dba5e6582759290e18edceaa98c332f

5 years agoAdd list api for profiles 08/91708/1
Kiran Kamineni [Thu, 18 Jul 2019 21:49:25 +0000 (14:49 -0700)]
Add list api for profiles

Add a list api for profiles for a specific
definition and version.
GET /v1/rb/definition/name/version/profile
will list all the profiles.

Issue-ID: MULTICLOUD-730
Change-Id: If1b8e6910c276a0f7139ab13340721c6ec8a49e8
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoAdd a listallhandler to definitions api 89/91689/2
Kiran Kamineni [Thu, 18 Jul 2019 00:14:07 +0000 (17:14 -0700)]
Add a listallhandler to definitions api

GET calls to the v1/rb/definition will
return all definitions and their versions

Issue-ID: MULTICLOUD-715
Change-Id: Ia0951ac83283830e475bf727e7d5ced7aab3add2
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMake profile db tags specific 06/91706/1
Kiran Kamineni [Thu, 18 Jul 2019 23:05:33 +0000 (16:05 -0700)]
Make profile db tags specific

Tags used in profile such as metadata
are too generic. Instead we are using specific
ones with the type prefixed.

Issue-ID: MULTICLOUD-730
Change-Id: I2f189d35bc202f4a71e0a92ca5b7188ebfd1cef2
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMake definition tags specific 05/91705/1
Kiran Kamineni [Thu, 18 Jul 2019 22:28:34 +0000 (15:28 -0700)]
Make definition tags specific

Tags used in db such as metadata
are too generic. Instead we are using specific
ones with the type prefixed.

Issue-ID: MULTICLOUD-730
Change-Id: Ice76cf743f0782a3d7e76747cde1f0e0b116b14e
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoAdd a list api for instances 02/91702/1
Kiran Kamineni [Thu, 18 Jul 2019 21:11:11 +0000 (14:11 -0700)]
Add a list api for instances

curl -X GET /v1/instance
returns all the instances created.
It returns abbreviated instances for improved readability.
For details on what resources were created
for each instance, use the ID with GET.

Issue-ID: MULTICLOUD-715
Change-Id: I05afe0fd2c254acbca4329289c81545f95c9fac5
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agoMerge "Remove kubeconfigdir. Use a tempfile instead"
Bin Yang [Wed, 17 Jul 2019 01:54:06 +0000 (01:54 +0000)]
Merge "Remove kubeconfigdir. Use a tempfile instead"

5 years agoRemove kubeconfigdir. Use a tempfile instead 12/90412/3
Kiran Kamineni [Mon, 24 Jun 2019 21:54:29 +0000 (14:54 -0700)]
Remove kubeconfigdir. Use a tempfile instead

Kubeconfigdir does not need to be a configurable
parameter. We just create a local file and use that
to create the config after which it is not needed.

Issue-ID: MULTICLOUD-614
Change-Id: I2df561d50b620e24c5ae5266b7200210e0c11caf
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
5 years agovFw Demo Helm chart issue 59/91559/1
Ritu Sood [Tue, 16 Jul 2019 18:02:01 +0000 (11:02 -0700)]
vFw Demo Helm chart issue

Fixing a typo in vFw Helm chart

Change-Id: I5e7657dba037e48539ac32a98f1731ec1ff942a8
Issue-ID: MULTICLOUD-708
Signed-off-by: Ritu Sood <ritu.sood@intel.com>