oom.git
6 years agoAdd fix for build dependecies 07/38607/2
Mike Elliott [Mon, 26 Mar 2018 16:28:53 +0000 (12:28 -0400)]
Add fix for build dependecies

Moved mysql and dgbuilder under common (built first)
to ensure they are built before appc and sdnc charts
that depend on them.

Change-Id: I2fc28f0537b2639bd2b761c6f115544965a228b1
Issue-ID: OOM-830
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoMerge "Adding Beijing Documentation"
Alexis de Talhouët [Sat, 24 Mar 2018 12:09:47 +0000 (12:09 +0000)]
Merge "Adding Beijing Documentation"

6 years agoAdd standardized helm chart for appc 31/33431/21
Mike Elliott [Wed, 28 Feb 2018 13:33:33 +0000 (08:33 -0500)]
Add standardized helm chart for appc

This is a standardization (based on helm community best practices)
of a Helm chart for the Application Controller (appc) in ONAP.

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

Run local helm repository in the background:
$ nohup helm serve &

In kubernetes directory run:
$ make all

2 ways to install (--set are for testing purposes)
Full onap:
$ helm install onap --name onap --namespace onap --set global.pullPolicy=Never,mysql.replicaCount=2,appc.replicaCount=2

Appc only:
$ helm install setup --name onap-setup --namespace onap-apps
$ helm install appc --name appc --namespace onap-apps

Change-Id: Ib780f979ad25ecafb08110504b5941e980ca8a95
Issue-ID: OOM-733
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Signed-off-by: ah415j <ah415j@att.com>
6 years agoMerge " Fix logging format"
Alexis de Talhouët [Sat, 24 Mar 2018 12:08:14 +0000 (12:08 +0000)]
Merge "    Fix logging format"

6 years agoSidecar filebeat container for MC OpenStack 33/35333/3
Bin Yang [Tue, 13 Mar 2018 02:03:08 +0000 (10:03 +0800)]
Sidecar filebeat container for MC OpenStack

Apply ConfigMap to manager filebeat and log configuration for MultiCloud
Openstack plugins.

Change-Id: I4be0b086607bf637ac41a9e68e800ca1bf4ce40a
Issue-ID: MULTICLOUD-177
Issue-ID: LOG-137
Signed-off-by: Bin Yang <bin.yang@windriver.com>
6 years agoexpose nodeport for logstash 5044 61/37561/2
Jun (Nicolas) Hu [Wed, 21 Mar 2018 19:19:29 +0000 (15:19 -0400)]
expose nodeport for logstash 5044

Issue-ID: OOM-819

Open the 5044 port on log/logstash as a nodeport for external log producers outside of the kubernetes cluster

https://wiki.onap.org/display/DW/LOG+Meeting+Minutes+2018-03-20

Q: on logstash port - see all-services.yaml in log pod - 5044
need to open officially on 30255 or in dev via adding (Logstash not externally available - no nodeport)
nodePort: {{ .Values.nodePortPrefix }}55

We already expose elasticsearch and kibana - just need to expose logstash
https://git.onap.org/oom/tree/kubernetes/log/templates/all-services.yaml

Change-Id: I703dd21b4c34fb1fcbfcd5e9a342f9d03412b6b8
Signed-off-by: Nicolas Hu <jh245g@att.com>
6 years agoMerge changes I6a379ec4,I982a75a9,Id8a84b79,I423294a5,Iefe3d89a
Alexis de Talhouët [Fri, 23 Mar 2018 22:36:50 +0000 (22:36 +0000)]
Merge changes I6a379ec4,I982a75a9,Id8a84b79,I423294a5,Iefe3d89a

* changes:
  SO endpoints and service update
  SDNC parameterized persisted type and location
  Portal selective readiness check
  Message-router parameterization
  AAI parameterization

6 years agoEnable all helm charts by default in parent chart 69/38169/1
Mike Elliott [Fri, 23 Mar 2018 17:55:38 +0000 (13:55 -0400)]
Enable all helm charts by default in parent chart

This is as a means towards obsoleting the oneclick scripts
from the Beijing release, in favour of directly using Helm.

From this point on, users of onap should use the follow
command:

helm install local/onap -n onap --namespace onap

Please refer to the official documentation for all the steps
required to deploy onap. Currently as a patched to be
merged: https://gerrit.onap.org/r/#/c/37871/

Change-Id: I75e5dbc9a79fec86a9b7c0cff487b10ec9df9a20
Issue-ID: OOM-816
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoAdding Beijing Documentation 71/37871/1
Roger Maitland [Thu, 22 Mar 2018 19:24:04 +0000 (15:24 -0400)]
Adding Beijing Documentation

Change-Id: I5484d9c0f12abf3decad2275e661ae16c5545241
Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com>
Issue-ID: OOM-822

6 years agoMerge "Move deployment-specific templates to parent chart"
Mandeep Khinda [Thu, 22 Mar 2018 17:08:13 +0000 (17:08 +0000)]
Merge "Move deployment-specific templates to parent chart"

6 years agoMove deployment-specific templates to parent chart 09/37509/2
Mike Elliott [Wed, 21 Mar 2018 15:40:36 +0000 (11:40 -0400)]
Move deployment-specific templates to parent chart

This change provides a single centralized location
(onap parent chart) to change/install secrets, persistent
volumes, service account(s), RBAC and configuration
overrides. It also eliminates the need for a 2-step install
of setup and application charts.

Users would customize the onap parent chart to install both
the deployment-specific resources and one or more "enabled"
sub charts, using a command like the following:

helm install local/onap -f dev.yaml

where dev.yaml (or prod.yaml, etc.) provides the customization
of application subcharts to deploy.

Change-Id: Idbef28ffa404ea35922a4c3994605bdc27f3471e
Issue-ID: OOM-817
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoAdd common location for shared charts 17/37517/2
Mike Elliott [Wed, 21 Mar 2018 16:18:40 +0000 (12:18 -0400)]
Add common location for shared charts

Moved shared templates into common directory.
This "common" location is where upcoming charts
for mariadb-galera, postgress etc. will reside.

Change-Id: Id2e2ffd3369a3e4d6437c2ca4f04a5f1dceb236a
Issue-ID: OOM-816
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoFix license for PV and PVC yamls 05/37805/1
Mike Elliott [Thu, 22 Mar 2018 15:26:49 +0000 (11:26 -0400)]
Fix license for PV and PVC yamls

When conditions are used at the start of the yaml
the hashed (#) comments of the license are not parsable
by the json parser. There license comments have been
wrapped in {{/*  */}}.

Change-Id: I16c539ae4280f8ecacfdedb1f8caad894f3a081f
Issue-ID: OOM-821
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agofixing standardized robot 51/37251/2
Mandeep Khinda [Tue, 20 Mar 2018 21:00:33 +0000 (21:00 +0000)]
fixing standardized robot

-fixed communication via kube dns
-using fullname to avoid possible conflicts
-removed unused values
-set image to 1.2-STAGING-latest (for master)
-set demo artifacts to the master version 1.2.0-SNAPSHOT
-removed dependency on other reviews

Issue-ID: OOM-728

Change-Id: I60530215374149dd9d0e0706e37712ed8291ab6c
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
6 years agoLicense addition in all yamls 07/37707/1
vaibhav_16dec [Thu, 22 Mar 2018 09:07:12 +0000 (09:07 +0000)]
License addition in all yamls

Issue-ID: OOM-821

Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years ago Fix logging format 11/37711/1
liangke [Thu, 22 Mar 2018 09:06:32 +0000 (17:06 +0800)]
Fix logging format

Change-Id: I9d98f6ed0dad7009b77d31dd6ce417baac9e1c2f
Issue-ID: MULTICLOUD-151
Issue-ID: LOG-161
Signed-off-by: liangke <lokyse@163.com>
6 years agoMerge "Add INFO.yaml file"
Borislav Glozman [Thu, 22 Mar 2018 08:55:15 +0000 (08:55 +0000)]
Merge "Add INFO.yaml file"

6 years agoMerge "remove passing auth token via env var"
Borislav Glozman [Thu, 22 Mar 2018 08:53:13 +0000 (08:53 +0000)]
Merge "remove passing auth token via env var"

6 years agoMerge "Add a filebeat container together with esr-server"
rui hu [Thu, 22 Mar 2018 07:29:08 +0000 (07:29 +0000)]
Merge "Add a filebeat container together with esr-server"

6 years agoDeploy 2 instances for API Gateway 97/37697/1
Huabing Zhao [Thu, 22 Mar 2018 07:23:29 +0000 (07:23 +0000)]
Deploy 2 instances for API Gateway

Change-Id: I9f676f2d1992ae97016af812dfa2e968ead98534
Issue-ID: MSB-117
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
6 years agoAdd Helm Chart Standardization for Clamp 07/36407/4
vaibhav_16dec [Mon, 19 Mar 2018 05:45:47 +0000 (05:45 +0000)]
Add Helm Chart Standardization for Clamp

Issue-ID: OOM-735

Change-Id: Id5789742b4c930dcb2bebebbaa2cf82182949ee3
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoMerge "Add Helm Chart "template" Starter"
Mandeep Khinda [Tue, 20 Mar 2018 16:51:43 +0000 (16:51 +0000)]
Merge "Add Helm Chart "template" Starter"

6 years agoAdd Helm Chart "template" Starter 43/33443/5
Mike Elliott [Wed, 28 Feb 2018 14:55:14 +0000 (09:55 -0500)]
Add Helm Chart "template" Starter

Copy and rename onap-app dir to name of ONAP application
being ported to standardized configuration format (2.0.0).

Replace all <...> within the chart templates, Chart.yaml and
values.yaml.

MKhinda - updated after single namespace and refactor

Change-Id: I9ef94839cb45a4698c1e125e3e0ca5243b929f13
Issue-ID: OOM-777
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
6 years agoMerge "Move consul config from shared NFS to configmap"
Alexis de Talhouët [Tue, 20 Mar 2018 13:49:54 +0000 (13:49 +0000)]
Merge "Move consul config from shared NFS to configmap"

6 years agoMerge "Robot Helm Chart Standardization"
Mandeep Khinda [Tue, 20 Mar 2018 13:32:47 +0000 (13:32 +0000)]
Merge "Robot Helm Chart Standardization"

6 years agoremove passing auth token via env var 41/37041/1
Frank A. Zdarsky [Tue, 20 Mar 2018 10:07:13 +0000 (11:07 +0100)]
remove passing auth token via env var

Issue-ID: OOM-811

Change-Id: I8a0cdc6e727a8045f4b0ac73731c81a676a463b2
Depends-On: I039b6bcc9a301751ba976b77c0f2cc3b904b8e9c
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
6 years agoMove consul config from shared NFS to configmap 97/34297/4
jasmineWen [Tue, 6 Mar 2018 16:13:35 +0000 (16:13 +0000)]
Move consul config from shared NFS to configmap

Issue-ID: OOM-597

Change-Id: I708c3e9df16003a54462f76c6ffe513b270faae8
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
6 years agoMerge "Fix wrong version of readiness"
Alexis de Talhouët [Mon, 19 Mar 2018 11:42:48 +0000 (11:42 +0000)]
Merge "Fix wrong version of readiness"

6 years agoRobot Helm Chart Standardization 09/35909/3
vaibhav_16dec [Thu, 15 Mar 2018 07:05:10 +0000 (07:05 +0000)]
Robot Helm Chart Standardization

Issue-ID: OOM-728

Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years agoAdd a filebeat container together with esr-server 63/35863/2
LiZi [Thu, 15 Mar 2018 02:07:08 +0000 (22:07 -0400)]
Add a filebeat container together with esr-server

With this modification, the log of esr-server will be in filebeat.

Change-Id: I647fc665ed383b58c14a34d6598e41cd6842b1ec
Issue-ID: AAI-756
Signed-off-by: LiZi <li.zi30@zte.com.cn>
6 years agoRemoving tag from dcaegen2 91/29491/5
mayankg2703 [Mon, 29 Jan 2018 10:07:22 +0000 (10:07 +0000)]
Removing tag from dcaegen2

Issue-ID: OOM-623

Change-Id: I911f441bebf7734bbcf733bbf6f1ce6d3ae48eb5
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
6 years agoFix wrong version of readiness 67/36367/1
BorislavG [Sun, 18 Mar 2018 12:56:47 +0000 (12:56 +0000)]
Fix wrong version of readiness

Change-Id: Iec439d1ac774763cfd245ca1f72f1dccd01e764e
Issue-ID: OOM-809
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
6 years agoAdd INFO.yaml file 61/33561/5
Jessica Wagantall [Thu, 1 Mar 2018 08:04:24 +0000 (00:04 -0800)]
Add INFO.yaml file

Add INFO.yaml to list:
- Project description
- Properties
- PTL information
- Meeting information
- Committer information

Change-Id: I2862c83407280cb1a694898339708cc50923cb2a
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
6 years agoSO endpoints and service update 85/38185/1
Jerome Doucerain [Sat, 17 Mar 2018 20:03:08 +0000 (16:03 -0400)]
SO endpoints and service update

updated the endpoints and service in a single namespace onap deployment prospective
updated the parameters order for the image source to allow override

Issue-ID: OOM-743

Change-Id: I6a379ec4661d465f95478b383d60c3b2eecc0f72
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
6 years agoSDNC parameterized persisted type and location 65/38165/2
Jerome Doucerain [Sat, 17 Mar 2018 18:36:12 +0000 (14:36 -0400)]
SDNC parameterized persisted type and location

conditional subpath in case we are not using the NFS provisioner
parameterized location if we are using hostpath

Issue-ID: OOM-748

Change-Id: I982a75a91fa5e6349697867d188c3c83093e5e78
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
6 years agoPortal selective readiness check 63/38163/1
Jerome Doucerain [Sat, 17 Mar 2018 18:33:18 +0000 (14:33 -0400)]
Portal selective readiness check

added a condition on pap readiness

Issue-ID: OOM-746

Change-Id: Id8a84b798dfab10038e24ed09d5d2c6712fbbeb4
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
6 years agoMessage-router parameterization 59/38159/4
Jerome Doucerain [Sat, 17 Mar 2018 18:21:42 +0000 (14:21 -0400)]
Message-router parameterization

added configmap
added primer for zookeeper and kafka

Issue-ID: OOM-731

Change-Id: I423294a57faa28beb95578a117ee02accc67a4b3
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
6 years agoAAI parameterization 55/38155/3
Jerome Doucerain [Sat, 17 Mar 2018 18:18:41 +0000 (14:18 -0400)]
AAI parameterization

added parameter for the AAI_CORE version
added parameterized persisted storage location

Issue-ID: OOM-734

Change-Id: Iefe3d89ae6d001754251e0f5ce2735c9a920bcd5
Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
6 years agoMerge "AAI services registration via MSB"
rui hu [Fri, 16 Mar 2018 00:53:54 +0000 (00:53 +0000)]
Merge "AAI services registration via MSB"

6 years agoRobot config seggregation 23/28423/7
vaibhav_16dec [Wed, 17 Jan 2018 15:40:59 +0000 (15:40 +0000)]
Robot config seggregation

Issue-ID: OOM-560

Change-Id: Iee9c7c78c6eb53b14b31d6e31f1539040daa88ba
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
6 years agoAAI services registration via MSB 07/34707/2
AdrianSlavkovsky [Thu, 8 Mar 2018 08:55:53 +0000 (09:55 +0100)]
AAI services registration via MSB

Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125
Issue-ID: AAI-671
Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
6 years agoMerge "Fix asdc/sdngc interface robot"
Alexis de Talhouët [Tue, 13 Mar 2018 15:08:07 +0000 (15:08 +0000)]
Merge "Fix asdc/sdngc interface robot"

6 years agoMerge "adding a selector in so/mariadb/pvc"
Alexis de Talhouët [Tue, 13 Mar 2018 15:06:07 +0000 (15:06 +0000)]
Merge "adding a selector in so/mariadb/pvc"

6 years agoMerge "Deploy kube2msb along with msb containers"
rui hu [Tue, 13 Mar 2018 02:39:06 +0000 (02:39 +0000)]
Merge "Deploy kube2msb along with msb containers"

6 years agoFix asdc/sdngc interface robot 31/35331/1
Brian Freeman [Tue, 13 Mar 2018 00:46:15 +0000 (19:46 -0500)]
Fix asdc/sdngc interface robot

Change-Id: I00a8b3d1cac5cc3038a3efdb36d1e78e4a2e7cde
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-ID: OOM-769

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 agoDeploy kube2msb along with msb containers 29/35129/1
HuabingZhao [Mon, 12 Mar 2018 07:29:20 +0000 (03:29 -0400)]
Deploy kube2msb along with msb containers

Issue-ID: OOM-280
Deploy kube2msb along with msb contianers, so the ONAP services can be sync to MSB after MSB is restarted
Change-Id: I408e27c72c4b2169c0babe2562e74d4a645683de
Signed-off-by: HuabingZhao <zhao.huabing@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 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 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"