Age | Commit message (Collapse) | Author | Files | Lines |
|
all pods come up
robot health reports HTTP 500 -> mostly due to missing dmaap
resolving filebeat merge conflict
addressing CI comments
do we need a pv/pvc for the logs?
Issue-ID: OOM-747
Change-Id: Id6f1e57fdaf3cd6d9f75e8bc1e5bfde39b91235e
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Signed-off-by: Areli Fuss <af732p@intl.att.com>
(cherry picked from commit fe3e499547c91eadd71bde630594720b918c2af9)
|
|
|
|
|
|
|
|
Change-Id: If55878be4535df3f9578b0af8300ab055769474e
Issue-ID: OOM-742
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
|
|
Issue-ID: OOM-729
Change-Id: Ic5b082e2d87ca7ef7944cd1ccce635ea2309e1f5
Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
|
|
Issue-ID: OOM-738
Change-Id: I2cf23fceb74507b592469de3f709af6cdcbe3982
Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: I19973276c957bf46cdb7cf493cead188b9faa2ad
Issue-ID: OOM-790
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
|
|
|
|
Issue-ID: OOM-734
Change-Id: I6b1a85017d79b92afcae44cf823ab000a10ce4be
Signed-off-by: kj <keren.joseph@amdocs.com>
|
|
Fixes an issue where subchart build dependencies are not
always resolved when using 'make repo' to start a local
helm repo.
Also added the start of a 'make repo-stop' to shutdown
and cleanup a running local repo.
Change-Id: I33667053637ea4980ad00e424378a156abbe1ad4
Issue-ID: OOM-830
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
Gizmo chart files
Issue-ID: OOM-798
Change-Id: Ic195d2973cfe5d5ace04670d3dcc6b43b820d461
Signed-off-by: Gurjeet Bedi <gurjeetb@amdocs.com>
|
|
|
|
|
|
Issue-ID: OOM-772
Change-Id: Idb0dad8cf16d662d7278d27fecd3ed38226d24a4
Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
|
|
Change-Id: Ic9f0eb567716224893955d9379e9ed9308b9ea79
Issue-ID: OOM-740
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Integrating the Work that was originally done by SDC team:
https://gerrit.onap.org/r/gitweb?p=sdc.git;a=tree;\
f=sdc-os-chef/kubernetes/sdc/templates/configmaps;hb=HEAD
into the readiness image
Issue-ID: OOM-832
Change-Id: Icb22a8d0a67495860008dc6d6960e043d982c668
Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
Signed-off-by: Areli Fuss <af732p@intl.att.com>
|
|
|
|
|
|
Issue-ID: OOM-797
Change-Id: Ic689702fd18608841fcfea89e2e8acf141a0079b
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
This is largely a duplication of what will be in
the offical readthedocs documentation. It is put
here now as part of the README to provide immediate
help to those trying to deploy ONAP using an all
Helm deployment mechanism.
The README will later be amended to simply point to
the offical docs once it has been published for Beijing.
Change-Id: I5e3ec279e19617912d28d482e7818c01620d8945
Issue-ID: OOM-827
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
|
|
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
Change-Id: I63fbb58167a3e352f05e7e9af4d28f3531546dff
Issue-ID: OOM-742
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
* changes:
SO endpoints and service update
SDNC parameterized persisted type and location
Portal selective readiness check
Message-router parameterization
AAI parameterization
|
|
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>
|
|
|
|
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>
|
|
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>
|
|
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>
|
|
-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>
|
|
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Change-Id: I9d98f6ed0dad7009b77d31dd6ce417baac9e1c2f
Issue-ID: MULTICLOUD-151
Issue-ID: LOG-161
Signed-off-by: liangke <lokyse@163.com>
|
|
|
|
|
|
Change-Id: I9f676f2d1992ae97016af812dfa2e968ead98534
Issue-ID: MSB-117
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
|
|
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>
|
|
|
|
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>
|
|
|
|
|
|
Issue-ID: OOM-811
Change-Id: I8a0cdc6e727a8045f4b0ac73731c81a676a463b2
Depends-On: I039b6bcc9a301751ba976b77c0f2cc3b904b8e9c
Signed-off-by: Frank A. Zdarsky <fzdarsky@redhat.com>
|