summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-03-26Merge "Fix make of multicloud helm chart"Mandeep Khinda1-1/+1
2018-03-26Fix make of multicloud helm chartMike Elliott1-1/+1
Can't build OOM project due to linting failure on multicloud Helm chart. Fixed filebeat definition in windriver deployment descriptor. Change-Id: I3d513fb81c4c8710265b3a780a0f3074dc4227fc Issue-ID: OOM-829 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-26Remove deprecated oneclick scriptsMike Elliott6-644/+0
As of Beijing, all ONAP deploys will use Helm directly. Please refer to README (OOM-827) for instructions on how to deploy ONAP using Helm. Change-Id: I5b9322c127f324d815d8dea23057bc60e04ed9c9 Issue-ID: OOM-828 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-03-24Merge "Adding Beijing Documentation"Alexis de Talhouët15-2/+1553
2018-03-24Add standardized helm chart for appcMike Elliott60-698/+1480
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>
2018-03-24Merge " Fix logging format"Alexis de Talhouët2-12/+8
2018-03-24Sidecar filebeat container for MC OpenStackBin Yang6-12/+136
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>
2018-03-24expose nodeport for logstash 5044Jun (Nicolas) Hu1-0/+2
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>
2018-03-23Merge changes I6a379ec4,I982a75a9,Id8a84b79,I423294a5,Iefe3d89aAlexis de Talhouët19-51/+335
* changes: SO endpoints and service update SDNC parameterized persisted type and location Portal selective readiness check Message-router parameterization AAI parameterization
2018-03-23Enable all helm charts by default in parent chartMike Elliott4-30/+73
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>
2018-03-22Adding Beijing DocumentationRoger Maitland15-2/+1553
Change-Id: I5484d9c0f12abf3decad2275e661ae16c5545241 Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com> Issue-ID: OOM-822
2018-03-22Merge "Move deployment-specific templates to parent chart"Mandeep Khinda7-81/+0
2018-03-22Move deployment-specific templates to parent chartMike Elliott7-81/+0
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>
2018-03-22Add common location for shared chartsMike Elliott8-32/+109
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>
2018-03-22Fix license for PV and PVC yamlsMike Elliott10-0/+20
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>
2018-03-22fixing standardized robotMandeep Khinda5-54/+47
-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>
2018-03-22License addition in all yamlsvaibhav_16dec259-0/+3626
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-22 Fix logging formatliangke2-12/+8
Change-Id: I9d98f6ed0dad7009b77d31dd6ce417baac9e1c2f Issue-ID: MULTICLOUD-151 Issue-ID: LOG-161 Signed-off-by: liangke <lokyse@163.com>
2018-03-22Merge "Add INFO.yaml file"Borislav Glozman1-0/+87
2018-03-22Merge "remove passing auth token via env var"Borislav Glozman2-9/+1
2018-03-22Merge "Add a filebeat container together with esr-server"rui hu7-5/+120
2018-03-22Deploy 2 instances for API GatewayHuabing Zhao1-2/+2
Change-Id: I9f676f2d1992ae97016af812dfa2e968ead98534 Issue-ID: MSB-117 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
2018-03-21Add Helm Chart Standardization for Clampvaibhav_16dec25-207/+522
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>
2018-03-20Merge "Add Helm Chart "template" Starter"Mandeep Khinda11-0/+287
2018-03-20Add Helm Chart "template" StarterMike Elliott11-0/+287
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>
2018-03-20Merge "Move consul config from shared NFS to configmap"Alexis de Talhouët64-208/+211
2018-03-20Merge "Robot Helm Chart Standardization"Mandeep Khinda13-113/+238
2018-03-20remove passing auth token via env varFrank A. Zdarsky2-9/+1
Issue-ID: OOM-811 Change-Id: I8a0cdc6e727a8045f4b0ac73731c81a676a463b2 Depends-On: I039b6bcc9a301751ba976b77c0f2cc3b904b8e9c Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
2018-03-19Move consul config from shared NFS to configmapjasmineWen64-208/+211
Issue-ID: OOM-597 Change-Id: I708c3e9df16003a54462f76c6ffe513b270faae8 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
2018-03-19Merge "Fix wrong version of readiness"Alexis de Talhouët2-3/+3
2018-03-19Robot Helm Chart Standardizationvaibhav_16dec13-113/+238
Issue-ID: OOM-728 Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-18Add a filebeat container together with esr-serverLiZi7-5/+120
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>
2018-03-18Removing tag from dcaegen2mayankg27032-4/+3
Issue-ID: OOM-623 Change-Id: I911f441bebf7734bbcf733bbf6f1ce6d3ae48eb5 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-03-18Fix wrong version of readinessBorislavG2-3/+3
Change-Id: Iec439d1ac774763cfd245ca1f72f1dccd01e764e Issue-ID: OOM-809 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-18Add INFO.yaml fileJessica Wagantall1-0/+87
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>
2018-03-17SO endpoints and service updateJerome Doucerain3-39/+42
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>
2018-03-17SDNC parameterized persisted type and locationJerome Doucerain1-1/+8
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>
2018-03-17Portal selective readiness checkJerome Doucerain1-0/+3
added a condition on pap readiness Issue-ID: OOM-746 Change-Id: Id8a84b798dfab10038e24ed09d5d2c6712fbbeb4 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
2018-03-17Message-router parameterizationJerome Doucerain8-6/+249
added configmap added primer for zookeeper and kafka Issue-ID: OOM-731 Change-Id: I423294a57faa28beb95578a117ee02accc67a4b3 Signed-off-by: Jerome Doucerain <jerome.doucerain@bell.ca>
2018-03-17AAI parameterizationJerome Doucerain6-5/+33
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>
2018-03-16Merge "AAI services registration via MSB"rui hu3-136/+592
2018-03-14Robot config seggregationvaibhav_16dec12-160/+191
Issue-ID: OOM-560 Change-Id: Iee9c7c78c6eb53b14b31d6e31f1539040daa88ba Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-13AAI services registration via MSBAdrianSlavkovsky3-136/+592
Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125 Issue-ID: AAI-671 Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
2018-03-13Merge "Fix asdc/sdngc interface robot"Alexis de Talhouët2-5/+8
2018-03-13Merge "adding a selector in so/mariadb/pvc"Alexis de Talhouët2-1/+5
2018-03-13Merge "Deploy kube2msb along with msb containers"rui hu8-30/+23
2018-03-12Fix asdc/sdngc interface robotBrian Freeman2-5/+8
Change-Id: I00a8b3d1cac5cc3038a3efdb36d1e78e4a2e7cde Signed-off-by: Brian Freeman <bf1936@att.com> Issue-ID: OOM-769
2018-03-12Merge " Sidecar filebeat container and ConfigMap"Alexis de Talhouët7-15/+173
2018-03-12Merge "Register Clamp API to MSB"Alexis de Talhouët1-0/+11
2018-03-12Register esr to MSB with enable_ssl.LiZi1-0/+1
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>