oom.git
6 years agoadding a selector in so/mariadb/pvc 81/35281/1
Jerome Doucerain [Sat, 3 Mar 2018 03:14:27 +0000 (22:14 -0500)]
adding a selector in so/mariadb/pvc

to be sure the pvc will properly be bound to the expected pv
a label has been added to the pv and a selector on matchlabels
has been added to the pvc

Issue-ID: OOM-786

Change-Id: Ic1c89efc2632623f9bf6467ebc1fd24b3cb4fb93
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
6 years agoMerge " Sidecar filebeat container and ConfigMap"
Alexis de Talhouët [Mon, 12 Mar 2018 18:17:25 +0000 (18:17 +0000)]
Merge "  Sidecar filebeat container and ConfigMap"

6 years agoMerge "Register Clamp API to MSB"
Alexis de Talhouët [Mon, 12 Mar 2018 18:15:05 +0000 (18:15 +0000)]
Merge "Register Clamp API to MSB"

6 years agoRegister esr to MSB with enable_ssl. 47/35147/1
LiZi [Mon, 12 Mar 2018 09:01:21 +0000 (05:01 -0400)]
Register esr to MSB with enable_ssl.

The rest API with http protocal of esr has been changed into https. So register esr to MSB with enable_ssl

Change-Id: Icb4d0d5cbdb8d9ad5a0070f350947a1aae8308a7
Issue-ID: AAI-852
Signed-off-by: LiZi <li.zi30@zte.com.cn>
6 years agoRegister Clamp API to MSB 29/34929/2
YuanHu [Fri, 9 Mar 2018 09:12:17 +0000 (17:12 +0800)]
Register Clamp API to MSB

Register clamp API to MSB while deployed by OOM.
Actual URL of Clamp: http://[CLAMP_IP]:[CLAMP_PORT]/restservices/clds/v1/*
Published URL of MSB: http://[MSB_IP]:[MSB_PORT]/api/clamp/v1/*

Issue-ID: CLAMP-95, OOM-230

Change-Id: I88d6cf47d91fbabcb6fd894e682fd6391634f232
Signed-off-by: YuanHu <yuan.hu1@zte.com.cn>
6 years agoiterating on new helm structure for SO 65/34965/3
Mandeep Khinda [Fri, 9 Mar 2018 14:29:37 +0000 (14:29 +0000)]
iterating on new helm structure for SO

with this change we can now do the following:

can deploy umbrella chart with currently working components:
helm install local/onap --name onap --namespace onap-all
helm install local/onap --name onap-2 --namespace onap-all-2 \
--set global.nodePortPrefix=303
- umbrella includes setup chart

can deploy a-la-carte component by component into a single namespace
- Need to deploy a setup chart first. cannot be made a helm dependency
as there will be conflicts if each app chart has the same setup dependency.
helm install local/setup --name onap-setup --namespace onap-apps
helm install local/so --name so1 --namespace onap-apps \
--set global.nodePortPrefix=304

helm list
NAME          REVISION    STATUS      CHART          NAMESPACE
onap          1           DEPLOYED    onap-2.0.0     onap-all
onap-2        1           DEPLOYED    onap-2.0.0     onap-all-2
onap-setup    1           DEPLOYED    setup-2.0.0    onap-apps
so1           1           DEPLOYED    so-2.0.0       onap-apps

Unfortunately, the config maps all have fixed names, so installing
the same app in the a-la-carte fashion will fail due to a collision.
Not worrying about this as I'm not sure we want to support this.

-made the common and setup charts standalone to remove relative file paths
from requirements.yaml
   This will help when there are different levels of subcharts that
need to include common

Issue-ID: OOM-786
Issue-ID: OOM-789
Issue-ID: OOM-788

Change-Id: I20bacae6f0f20e8f3bb1527af1e7e53f187341d5
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoMerge "Replica scaling of Robot and MSB container"
Mandeep Khinda [Wed, 7 Mar 2018 20:39:46 +0000 (20:39 +0000)]
Merge "Replica scaling of Robot and MSB container"

6 years agoMerge "Replica Scaling of Consul and Log container"
Mandeep Khinda [Wed, 7 Mar 2018 20:38:56 +0000 (20:38 +0000)]
Merge "Replica Scaling of Consul and Log container"

6 years agoMerge "Replica Scaling of MultiCloud and UUI container"
Mandeep Khinda [Wed, 7 Mar 2018 20:38:23 +0000 (20:38 +0000)]
Merge "Replica Scaling of MultiCloud and UUI container"

6 years agoMerge "Replica scaling of Clamp and AAF conatiner"
Mandeep Khinda [Wed, 7 Mar 2018 20:37:56 +0000 (20:37 +0000)]
Merge "Replica scaling of Clamp and AAF conatiner"

6 years agoMerge "Fix UUI health check"
Mandeep Khinda [Wed, 7 Mar 2018 20:37:34 +0000 (20:37 +0000)]
Merge "Fix UUI health check"

6 years agoMerge "make so chart one namespace compatible"
Mandeep Khinda [Wed, 7 Mar 2018 20:35:02 +0000 (20:35 +0000)]
Merge "make so chart one namespace compatible"

6 years agoReplica scaling of Robot and MSB container 15/31915/2
vaibhav_16dec [Fri, 16 Feb 2018 07:15:59 +0000 (07:15 +0000)]
Replica scaling of Robot and MSB container

Issue-ID: OOM-693

Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years agoReplica Scaling of Consul and Log container 09/31909/2
vaibhav_16dec [Fri, 16 Feb 2018 06:33:55 +0000 (06:33 +0000)]
Replica Scaling of Consul and Log container

Issue-ID: OOM-692

Change-Id: I7ddbcbe562b3e5f82384c734c48d6c810a647f62
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years agoReplica Scaling of MultiCloud and UUI container 17/31917/2
vaibhav_16dec [Fri, 16 Feb 2018 07:46:32 +0000 (07:46 +0000)]
Replica Scaling of MultiCloud and UUI container

Issue-ID: OOM-696

Change-Id: Id2aa33af6e13e08883aad8b78ef7b797cb03d11d
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years agoReplica scaling of Clamp and AAF conatiner 11/31911/2
vaibhav_16dec [Fri, 16 Feb 2018 06:58:06 +0000 (06:58 +0000)]
Replica scaling of Clamp and AAF conatiner

Issue-ID: OOM-691

Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years agoMigrated ReadMe content to RTD 65/26365/2
akhosla [Fri, 15 Dec 2017 06:57:31 +0000 (06:57 +0000)]
Migrated ReadMe content to RTD

Issue-ID: OOM-512

Signed-off-by: akhosla <akanksha.khosla@amdocs.com>
 # Changes to be committed:

Change-Id: I6a69658958b625ac94323b19ffb6a597e98fa6f6
Signed-off-by: akhosla <akanksha.khosla@amdocs.com>
6 years agoIgnore .tgz and .lock files from the helm build 87/34287/1
Mandeep Khinda [Tue, 6 Mar 2018 15:34:32 +0000 (15:34 +0000)]
Ignore .tgz and .lock files from the helm build

Issue-ID: OOM-785

Change-Id: I248f3c9c83dbb701177754dfe7f275d1c6655a71
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agomake so chart one namespace compatible 79/34279/1
kerenj [Tue, 6 Mar 2018 14:46:42 +0000 (14:46 +0000)]
make so chart one namespace compatible

changed namespace to be nsPrefix only
added component name as prefix to chart name
changed all templated to use name instead of fullname

Issue-ID: OOM-784

Change-Id: If2288ba14e5f74a7f7ba4c2f9bf46eecc36feca7
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoMerge "One namespace leftover fixes"
Alexis de Talhouët [Mon, 5 Mar 2018 14:06:32 +0000 (14:06 +0000)]
Merge "One namespace leftover fixes"

6 years agoRemoving tag from config-init 97/29497/2
mayankg2703 [Mon, 29 Jan 2018 09:57:05 +0000 (09:57 +0000)]
Removing tag from config-init

Issue-ID: OOM-622

Change-Id: I865d1a2bc01bb259d28f08ccf9853d7dc0cb3815
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
6 years agoFix UUI health check 55/34055/1
Alexis de Talhouët [Mon, 5 Mar 2018 12:47:40 +0000 (07:47 -0500)]
Fix UUI health check

Change-Id: I3af1502b06302bde97b6656eed41d0ab75e8da99
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Issue-ID: OOM-783

6 years ago Sidecar filebeat container and ConfigMap 35/29635/6
liangke [Tue, 30 Jan 2018 10:39:25 +0000 (18:39 +0800)]
  Sidecar filebeat container and ConfigMap

Add filebeat agent to ships logs to logging system.
Apply ConfigMap to manager filebeat and log configuration.

Change-Id: I02511b698c66d718d010df144f9dc27a6a52c2c6
Issue-ID: MULTICLOUD-151
Issue-ID: LOG-137
Signed-off-by: liangke <lokyse@163.com>
6 years agoOne namespace leftover fixes 51/33951/1
BorislavG [Sun, 4 Mar 2018 15:03:52 +0000 (15:03 +0000)]
One namespace leftover fixes

Change-Id: Id44e74db3a26f963957222ba6690f6d57e0378db
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
6 years agoUse latest stable mso image 43/33943/1
BorislavG [Sun, 4 Mar 2018 12:27:00 +0000 (12:27 +0000)]
Use latest stable mso image

Change-Id: I621c2418337047ae88ad58b26e447d3b750ed000
Issue-ID: OOM-780
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
6 years agoRun all components in one namespace 93/32093/21
BorislavG [Tue, 27 Feb 2018 15:04:26 +0000 (15:04 +0000)]
Run all components in one namespace

Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
6 years agoMerge "add tasks to install k8s tools"
Alexis de Talhouët [Thu, 1 Mar 2018 16:25:40 +0000 (16:25 +0000)]
Merge "add tasks to install k8s tools"

6 years agoProviding HTTPS endpoint at API gateway 81/33381/1
HuabingZhao [Wed, 28 Feb 2018 08:13:59 +0000 (16:13 +0800)]
Providing HTTPS endpoint at API gateway

Issue-ID: MSB-140
Change-Id: Ideb50217fb3ba21a2824fbedee41b8df04f3e62c
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoBump msb docker to 1.1.0 35/33335/1
HuabingZhao [Wed, 28 Feb 2018 06:07:50 +0000 (14:07 +0800)]
Bump msb docker to 1.1.0

Issue-ID: MSB-155
Change-Id: I6bcc91d6c7a4b439c01ff667cc76f3fc37e7d1a2
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
6 years agoMerge "message-router persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:37 +0000 (13:11 +0000)]
Merge "message-router persistence folder parametrization"

6 years agoMerge "log persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:35 +0000 (13:11 +0000)]
Merge "log persistence folder parametrization"

6 years agoMerge "appc persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:33 +0000 (13:11 +0000)]
Merge "appc persistence folder parametrization"

6 years agoMerge "portal persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:31 +0000 (13:11 +0000)]
Merge "portal persistence folder parametrization"

6 years agoMerge "fix AAI data-router and es mapping"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:29 +0000 (13:11 +0000)]
Merge "fix AAI data-router and es mapping"

6 years agoMerge "sdc persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:24 +0000 (13:11 +0000)]
Merge "sdc persistence folder parametrization"

6 years agoMerge "multicloud persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:21 +0000 (13:11 +0000)]
Merge "multicloud persistence folder parametrization"

6 years agoMerge "mso persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:17 +0000 (13:11 +0000)]
Merge "mso persistence folder parametrization"

6 years agoMerge "clamp persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:11:13 +0000 (13:11 +0000)]
Merge "clamp persistence folder parametrization"

6 years agoMerge "sdnc persistence folder parametrization"
Alexis de Talhouët [Tue, 27 Feb 2018 13:10:52 +0000 (13:10 +0000)]
Merge "sdnc persistence folder parametrization"

6 years agoMerge "Removing aai-config"
Borislav Glozman [Tue, 27 Feb 2018 08:33:48 +0000 (08:33 +0000)]
Merge "Removing aai-config"

6 years agoRemoving aai-config 99/32899/2
atulan [Mon, 26 Feb 2018 11:44:23 +0000 (11:44 +0000)]
Removing aai-config

Issue-ID: OOM-764
Change-Id: If1e860a310dfe42df23b3ac754961e0f070e1ed2
Signed-off-by: atulan <atul.angrish@amdocs.com>
6 years agoadd tasks to install k8s tools 71/32571/4
Hong Guan [Thu, 22 Feb 2018 15:54:22 +0000 (10:54 -0500)]
add tasks to install k8s tools

Change-Id: Iae1032f73c03fcdf3bb69b341fc113bc67ecbb46
Issue-ID: OOM-725
Signed-off-by: hg4105 <hg4105@att.com>
6 years agodcae - readiness image update 11/32511/2
kerenj [Thu, 22 Feb 2018 12:41:23 +0000 (12:41 +0000)]
dcae - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I1dc0c81519fd875dee4786c3dea752f354b79502
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agosdnc persistence folder parametrization 15/32815/1
kerenj [Sun, 25 Feb 2018 15:46:20 +0000 (15:46 +0000)]
sdnc persistence folder parametrization

Issue-ID: OOM-145

Change-Id: I40ace4ebb463ca83e1a11badc2e37913c40e8102
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoclamp persistence folder parametrization 13/32813/1
kerenj [Sun, 25 Feb 2018 09:19:25 +0000 (09:19 +0000)]
clamp persistence folder parametrization

Issue-ID: OOM-145

Change-Id: I05f23d4557b0df2a0c6c70f072cabdda86722ac0
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomso persistence folder parametrization 11/32811/1
kerenj [Sun, 25 Feb 2018 15:30:31 +0000 (15:30 +0000)]
mso persistence folder parametrization

Issue-ID: OOM-145

Change-Id: I4fe9f2f87d4b5a635b32de2ac5a3c6e2b7e68e0f
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomulticloud persistence folder parametrization 07/32807/1
kerenj [Sun, 25 Feb 2018 14:29:41 +0000 (14:29 +0000)]
multicloud persistence folder parametrization

Issue-ID: OOM-145

Change-Id: I045d89d91e99cde79251b0910b78a640d967362d
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agosdc persistence folder parametrization 03/32803/2
kerenj [Sun, 25 Feb 2018 13:57:36 +0000 (13:57 +0000)]
sdc persistence folder parametrization

Issue-ID: OOM-145

Change-Id: Ife998e01fcfa9455b7a35674909df8a338f92a59
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomessage-router persistence folder parametrization 99/32799/1
kerenj [Sun, 25 Feb 2018 12:22:53 +0000 (12:22 +0000)]
message-router persistence folder parametrization

Issue-ID: OOM-145

Change-Id: Ie4f0bf36d6249bafd6f04f4ba421b15f01d4d627
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agofix AAI data-router and es mapping 97/32797/1
kerenj [Sun, 25 Feb 2018 11:19:53 +0000 (11:19 +0000)]
fix AAI data-router and es mapping

fixed data router logs and elasticsearch data folder mapping to dockerdata-nfs

Issue-ID: OOM-767

Change-Id: Ia9746fad6ae0a7283a599570e04044c9369f8d91
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoportal persistence folder parametrization 91/32791/2
kerenj [Sun, 25 Feb 2018 08:12:21 +0000 (08:12 +0000)]
portal persistence folder parametrization

Issue-ID: OOM-145

Change-Id: Ie41334345d1a3799d1bb0add8a2a97dc6918bd03
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoappc persistence folder parametrization 95/32795/1
kerenj [Sun, 25 Feb 2018 09:30:57 +0000 (09:30 +0000)]
appc persistence folder parametrization

Issue-ID: OOM-145

Change-Id: I19878c5f878dde1ae167e827629bf91c0cae35af
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agolog persistence folder parametrization 93/32793/1
kerenj [Sun, 25 Feb 2018 09:10:45 +0000 (09:10 +0000)]
log persistence folder parametrization

Issue-ID: OOM-145

Change-Id: I27c98398b6304e17540f6c74afe4e1d811450683
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoMerge "Add standardized helm chart for so"
Alexis de Talhouët [Fri, 23 Feb 2018 20:54:02 +0000 (20:54 +0000)]
Merge "Add standardized helm chart for so"

6 years agoMerge "Add Makefile to OOM project"
Alexis de Talhouët [Fri, 23 Feb 2018 20:54:00 +0000 (20:54 +0000)]
Merge "Add Makefile to OOM project"

6 years agoMerge "Add common helm chart"
Alexis de Talhouët [Fri, 23 Feb 2018 20:53:58 +0000 (20:53 +0000)]
Merge "Add common helm chart"

6 years agoAdd Makefile to OOM project 87/31987/6
Mike Elliott [Fri, 16 Feb 2018 15:48:59 +0000 (10:48 -0500)]
Add Makefile to OOM project

Executing 'make' provides:
- linting of all charts
- resolution of chart/subchart dependencies
- creation and deployment of Helm packages to a local Helm repo

Prerequisite:
  Start up a local repo and register with Helm as 'local'.

  Example:
  > helm serve
  > helm repo add local http://127.0.0.1:8879

Change-Id: Ie08e8fc2593ac7e67b01f93e266953b962adef5d
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Issue-ID: OOM-265

6 years agoAdd common helm chart 07/31507/10
Mike Elliott [Mon, 12 Feb 2018 20:33:55 +0000 (15:33 -0500)]
Add common helm chart

This helm chart provides common base templates that should be
included in each onap subchart. This chart is included as a
dependency within a charts requirements.yaml.

Change-Id: I0f4e155bcca31de79aa57b4ce45d26e86069ef72
Issue-ID: OOM-265
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoAdd onap parent chart 09/31509/15
Mike Elliott [Mon, 12 Feb 2018 20:44:57 +0000 (15:44 -0500)]
Add onap parent chart

This is a top-level parent helm chart which deploys customizations
of the ONAP platform.

The parent ONAP chart represents the start of OOM's move away from
the oneclick bash scripts and towards the direct use of Helm to
manage configuration and deployment of ONAP.

How to deploy onap chart from local oom/kubernetes codebase.

** need to create/update dependencies defined in the chart's
** requirements.yaml
helm dep update onap/

** deploy the onap parent chart (and all referenced subcharts)
** with the "release" name of 'onap'
helm install onap/ -n onap

Change-Id: I71bee25770bdce82a47bfabb04946bb4fad069a2
Issue-ID: OOM-265
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoAdd standardized helm chart for so 13/31513/15
Mike Elliott [Mon, 12 Feb 2018 20:54:03 +0000 (15:54 -0500)]
Add standardized helm chart for so

This is a standardization (based on helm community best practices)
of a Helm chart for the Service Orchestrator (so) in ONAP.

How to deploy the so chart (outside of the parent onap chart) from
the local oom/kubernetes codebase.

** need to create/update dependencies defined in the chart's
** requirements.yaml
helm dep update so/

** deploy the so helm chart with the "release" name of 'onap'
helm install so/ -n onap

Change-Id: I22471eb9fe0dec32941e14dc63857222c80ebe20
Issue-ID: OOM-727
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoMerge "vnfsdk - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:27:58 +0000 (14:27 +0000)]
Merge "vnfsdk - readiness image update"

6 years agoMerge "vid - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:27:52 +0000 (14:27 +0000)]
Merge "vid - readiness image update"

6 years agoMerge "sdnc - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:27:45 +0000 (14:27 +0000)]
Merge "sdnc - readiness image update"

6 years agoMerge "portal - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:27:37 +0000 (14:27 +0000)]
Merge "portal - readiness image update"

6 years agoMerge "Update TOSCA license"
Alexis de Talhouët [Thu, 22 Feb 2018 14:27:19 +0000 (14:27 +0000)]
Merge "Update TOSCA license"

6 years agoMerge "log - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:26:39 +0000 (14:26 +0000)]
Merge "log - readiness image update"

6 years agoMerge "msb - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:26:31 +0000 (14:26 +0000)]
Merge "msb - readiness image update"

6 years agoMerge "clamp - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:26:20 +0000 (14:26 +0000)]
Merge "clamp - readiness image update"

6 years agoMerge "appc - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:26:10 +0000 (14:26 +0000)]
Merge "appc - readiness image update"

6 years agoMerge "message router - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:26:04 +0000 (14:26 +0000)]
Merge "message router - readiness image update"

6 years agoMerge "AAI - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:25:56 +0000 (14:25 +0000)]
Merge "AAI - readiness image update"

6 years agoMerge "AAF - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:25:49 +0000 (14:25 +0000)]
Merge "AAF - readiness image update"

6 years agoMerge "mso - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:25:42 +0000 (14:25 +0000)]
Merge "mso - readiness image update"

6 years agoMerge "multicloud - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:25:35 +0000 (14:25 +0000)]
Merge "multicloud - readiness image update"

6 years agoMerge "policy - readiness image update"
Alexis de Talhouët [Thu, 22 Feb 2018 14:25:27 +0000 (14:25 +0000)]
Merge "policy - readiness image update"

6 years agovnfsdk - readiness image update 41/32541/1
kerenj [Thu, 22 Feb 2018 13:38:16 +0000 (13:38 +0000)]
vnfsdk - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: Ia35aaf5a59960e13d0514a74a5416b08905829b6
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agovid - readiness image update 37/32537/1
kerenj [Thu, 22 Feb 2018 13:33:36 +0000 (13:33 +0000)]
vid - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I0d772c06394c7ac643f93ff1ce8baf6ac2789312
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agosdnc - readiness image update 35/32535/1
kerenj [Thu, 22 Feb 2018 13:29:33 +0000 (13:29 +0000)]
sdnc - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I55e37a22970e3534cc5bb77a03c802135c00bbec
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agosdc - readiness image update 33/32533/1
kerenj [Thu, 22 Feb 2018 13:24:40 +0000 (13:24 +0000)]
sdc - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I6ee0938a4de34fa1c12ff838658ad8a25e708cf5
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoportal - readiness image update 29/32529/1
kerenj [Thu, 22 Feb 2018 13:21:27 +0000 (13:21 +0000)]
portal - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I7373540d34ba605abb372690f7636d353b99b414
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agopolicy - readiness image update 25/32525/1
kerenj [Thu, 22 Feb 2018 13:17:15 +0000 (13:17 +0000)]
policy - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I001362b65b03137d996e93b1ace64438bcbf2d9c
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomulticloud - readiness image update 23/32523/1
kerenj [Thu, 22 Feb 2018 13:13:47 +0000 (13:13 +0000)]
multicloud - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I3f033e2acca07f1b430a11bbc78d37b07f47d05f
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomso - readiness image update 21/32521/1
kerenj [Thu, 22 Feb 2018 13:11:09 +0000 (13:11 +0000)]
mso - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: Ie77aee01045a62794a098cf20a99be46d86d60ae
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomsb - readiness image update 17/32517/1
kerenj [Thu, 22 Feb 2018 13:08:51 +0000 (13:08 +0000)]
msb - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: Ie610db1b0c4471beac7d91622aa98168a452ab23
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agomessage router - readiness image update 15/32515/1
kerenj [Thu, 22 Feb 2018 12:50:10 +0000 (12:50 +0000)]
message router - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: Ib04fbf5814b8dda7cc398726a38d97979d1d2e28
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agolog - readiness image update 13/32513/1
kerenj [Thu, 22 Feb 2018 12:48:11 +0000 (12:48 +0000)]
log - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: Id90fe7d61cbc1e7159832d59879eebfe29782120
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoclamp - readiness image update 09/32509/1
kerenj [Thu, 22 Feb 2018 12:09:51 +0000 (12:09 +0000)]
clamp - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I28044b671abfff8d031fce7db550ccf0847806d6
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoappc - readiness image update 07/32507/1
kerenj [Thu, 22 Feb 2018 12:07:43 +0000 (12:07 +0000)]
appc - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I5590a42783978be46f69c1ed4c5c72e4e1c34ddb
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoAAI - readiness image update 05/32505/1
kerenj [Thu, 22 Feb 2018 11:58:16 +0000 (11:58 +0000)]
AAI - readiness image update

changes can be seen in reviews: 31743 and 31721

Issue-ID: OOM-514

Change-Id: I8ab9c35a2c96d2456f026bd13f26641d92cc055e
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoAAF - readiness image update 01/32501/1
kerenj [Thu, 22 Feb 2018 11:25:48 +0000 (11:25 +0000)]
AAF - readiness image update

Issue-ID: OOM-514

Change-Id: I3533bafa88341e6895132ba8fda2fb8fc4e27210
Signed-off-by: kerenj <keren.joseph@amdocs.com>
6 years agoUpdate TOSCA license 33/32433/1
Jun (Nicolas) Hu [Wed, 21 Feb 2018 19:18:44 +0000 (14:18 -0500)]
Update TOSCA license

Change-Id: Id789aa41cf1d8c2cb5f1cb9f091c8f434c3e43a1
Issue-ID: OOM-724
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
6 years agoMerge "Config seg sdc deployment"
Alexis de Talhouët [Fri, 16 Feb 2018 18:54:32 +0000 (18:54 +0000)]
Merge "Config seg sdc deployment"

6 years agoMerge "Replica Scaling of Policy Container"
Mandeep Khinda [Thu, 15 Feb 2018 16:18:02 +0000 (16:18 +0000)]
Merge "Replica Scaling of Policy Container"

6 years agoMerge "Install/uninstall helm chart"
Mandeep Khinda [Thu, 15 Feb 2018 16:17:08 +0000 (16:17 +0000)]
Merge "Install/uninstall helm chart"

6 years agoInstall/uninstall helm chart 51/27751/7
Jun Hu [Tue, 9 Jan 2018 20:11:05 +0000 (15:11 -0500)]
Install/uninstall helm chart

This TOSCA will deploy ONAP on the Kubernetes Cluster.

Issue-ID: OOM-46
Change-Id: I783a9fdec19b896470f61dd4ba13bbe0b2e01b0a
Signed-off-by: Nicolas Hu <jh245g@att.com>
6 years agoMerge "Replica Scaling of Portal and Vid Container"
Mandeep Khinda [Thu, 15 Feb 2018 15:57:33 +0000 (15:57 +0000)]
Merge "Replica Scaling of Portal and Vid Container"

6 years agoMerge "Replica Scaling of AAI Container"
Mandeep Khinda [Thu, 15 Feb 2018 15:56:34 +0000 (15:56 +0000)]
Merge "Replica Scaling of AAI Container"

6 years agoMerge "create K8S cluster by TOSCA"
Mandeep Khinda [Thu, 15 Feb 2018 15:34:01 +0000 (15:34 +0000)]
Merge "create K8S cluster by TOSCA"

6 years agocreate K8S cluster by TOSCA 55/28455/6
Jun Hu [Wed, 17 Jan 2018 22:07:36 +0000 (17:07 -0500)]
create K8S cluster by TOSCA

Issue-ID: OOM-63
Change-Id: I1506e856328c5fd973a0de140982d8b1bbbac546
Signed-off-by: Nicolas Hu <jh245g@att.com>
6 years agoReplica Scaling of Policy Container 13/31813/1
vaibhav_16dec [Thu, 15 Feb 2018 10:15:44 +0000 (10:15 +0000)]
Replica Scaling of Policy Container

Issue-ID: OOM-689

Change-Id: Iff389af637dec0b85e568dd9b4cfa641f11eb3fc
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>