Age | Commit message (Collapse) | Author | Files | Lines |
|
Project: oom master e4b9a6f9bea3b04f86ca86b004db1e32a0df5dc2
Merge "Update quick start guide with current limitations"
Update quick start guide with current limitations
Change-Id: I774ebaa966ac6a71833f79d0a9b2c39abe969bce
Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com>
Issue-ID: OOM-822
|
|
Project: oom master 6a84df34eabbdb1ca12ec005c9978082013eb7f9
Add ONAP Quickstart README for Bejing
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>
|
|
Project: oom master bdcf44857f459c2f335a63dd33185194988f0263
Merge "Add fix for build dependecies"
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>
|
|
Project: oom master ee394eae027102d875c600e28f57ca8486c77f2e
Merge "Fix make of multicloud helm chart"
Fix make of multicloud helm chart
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>
|
|
Project: oom master 0eccf6a7e0b9c1d5d93d364d611329f4fc4dabcf
Remove deprecated oneclick scripts
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>
|
|
Project: oom master 114736eb5119b023bc5f166a3b42aaf933b0b223
Merge "Adding Beijing Documentation"
Adding Beijing Documentation
Change-Id: I5484d9c0f12abf3decad2275e661ae16c5545241
Signed-off-by: Roger Maitland <Roger.Maitland@amdocs.com>
Issue-ID: OOM-822
|
|
Project: oom master 13fed1118cedf88ea65a92d27f550d02fe23c41a
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>
|
|
Project: oom master 7aa968bb23b924f714a6bfe3436a3ec438bff69a
Merge " Fix logging format"
Fix logging format
Change-Id: I9d98f6ed0dad7009b77d31dd6ce417baac9e1c2f
Issue-ID: MULTICLOUD-151
Issue-ID: LOG-161
Signed-off-by: liangke <lokyse@163.com>
|
|
Project: oom master c86d6a780191aee09f525bae4a84094d276cd467
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>
|
|
Project: oom master 827152b9f766598b6ceb3f8846c8c30f77ebfe15
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>
|
|
Project: oom master e827ca05b6efa7cdcc60c4b3eba5ebfa9546bd08
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
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>
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>
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>
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>
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>
|
|
Project: oom master 37764a610ae66b53ed6b40c9eb11f54187e5dde0
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>
|
|
Project: oom master d2b495234d54612e1cddcd709ffcf3620275fddf
Merge "Move deployment-specific templates to parent chart"
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>
|
|
Project: oom master 2670b0ef2262f25176ed2f0e08867c3807ffdfa6
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>
|
|
Project: oom master 38692ad900baf554896b07ce04f475fb3c621b25
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>
|
|
Project: oom master 930bd69e63894941e4b2e4612f5c43bd6276a604
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>
|
|
Project: oom master e04b2feb855e5ab20e28c867d2bd7f89f6b8c425
License addition in all yamls
Issue-ID: OOM-821
Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master 55434ccf2b0bd1629e80368595189d1513c87dfc
Merge "Add INFO.yaml file"
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>
|
|
Project: oom master eb6e865bdb85a794d848f4e82a24c7d2f335930b
Merge "remove passing auth token via env var"
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>
|
|
Project: oom master b7f023225048446d60b0905c0fe41171d358d5ec
Merge "Add a filebeat container together with esr-server"
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>
|
|
Project: oom master 2aed2c930640acb5d6947ee8b7e649c67208b186
Deploy 2 instances for API Gateway
Change-Id: I9f676f2d1992ae97016af812dfa2e968ead98534
Issue-ID: MSB-117
Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn>
|
|
Project: oom master f67e418cca95ef2c07e61bf65ea0334ac5ca9b1c
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>
|
|
Project: oom master a68cf4f3da292a9b41b6570067470bb456ca41c6
Merge "Add Helm Chart "template" Starter"
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>
|
|
Project: oom master f7c77bfc3add6c94c8f018e270beea993beefea5
Merge "Move consul config from shared NFS to configmap"
Move consul config from shared NFS to configmap
Issue-ID: OOM-597
Change-Id: I708c3e9df16003a54462f76c6ffe513b270faae8
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
|
|
Project: oom master 1695fb61d7389cc624403016c94e750ff50c8d5f
Merge "Robot Helm Chart Standardization"
Robot Helm Chart Standardization
Issue-ID: OOM-728
Change-Id: I2e6b298a78e7d10c47ce1d531bf089c928a40284
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master cdf15aae7665f39e3c478502e584bdc345a657b1
Merge "Fix wrong version of readiness"
Fix wrong version of readiness
Change-Id: Iec439d1ac774763cfd245ca1f72f1dccd01e764e
Issue-ID: OOM-809
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Project: oom master b94f7d1fc39911ee4c704cdccfed837764a1f7f9
Removing tag from dcaegen2
Issue-ID: OOM-623
Change-Id: I911f441bebf7734bbcf733bbf6f1ce6d3ae48eb5
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Project: oom master 02f421fa8694505995b2ebb4257ea66a9ba1ebaa
Merge "AAI services registration via MSB"
AAI services registration via MSB
Change-Id: I09cfea85672285fb96d0449af2e1535249b1c125
Issue-ID: AAI-671
Signed-off-by: AdrianSlavkovsky <adrian.slavkovsky@orange.com>
|
|
Project: oom master 0947cdf7e780641e1604ef3752483fa4d29efb3e
Robot config seggregation
Issue-ID: OOM-560
Change-Id: Iee9c7c78c6eb53b14b31d6e31f1539040daa88ba
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master ca8aa076c331bd435f9361aed38eafd294c1782d
Merge "Fix asdc/sdngc interface robot"
Fix asdc/sdngc interface robot
Change-Id: I00a8b3d1cac5cc3038a3efdb36d1e78e4a2e7cde
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-ID: OOM-769
|
|
Project: oom master b555747b03de9ae00a0ebec96614a9d6ba92ae9e
Merge "adding a selector in so/mariadb/pvc"
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>
|
|
Project: oom master 78dfe70911a4da15280adb9cc8a583fb1e09331d
Merge "Deploy kube2msb along with msb containers"
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>
|
|
Project: oom master 420dc067b7b4608fc840b3062d5369adff7deadd
Merge " Sidecar filebeat container and ConfigMap"
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>
|
|
Project: oom master 05aa583638d3ad2062348f9843827e4648071fc1
Merge "Register Clamp API to MSB"
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>
|
|
Project: oom master 42eb7cf40d2d47419fada17304e03b6b8cc46fed
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>
|
|
Project: oom master a57d8dd090a3d3d747ba40ef58e14215e88adfa2
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>
|
|
Project: oom master 41c491482386f37ac876717e0f565ba0781e2d8a
Merge "Replica scaling of Robot and MSB container"
Replica scaling of Robot and MSB container
Issue-ID: OOM-693
Change-Id: Ibcdfd5c2a8c55eb28d6acd16e7a9b0f1faaef65b
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master 9752007b556bd2fe9f75436667533652b5cf07e9
Merge "Replica Scaling of Consul and Log container"
Replica Scaling of Consul and Log container
Issue-ID: OOM-692
Change-Id: I7ddbcbe562b3e5f82384c734c48d6c810a647f62
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master 23d155ec787e0260503a4f9eb9d379711f6239e6
Merge "Replica Scaling of MultiCloud and UUI container"
Replica Scaling of MultiCloud and UUI container
Issue-ID: OOM-696
Change-Id: Id2aa33af6e13e08883aad8b78ef7b797cb03d11d
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master b1ab3842a9e2927bdcd80a4f3d9e1081a960399d
Merge "Replica scaling of Clamp and AAF conatiner"
Replica scaling of Clamp and AAF conatiner
Issue-ID: OOM-691
Change-Id: Idea9ebc33310cbaf823163cccd6c816477661118
Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
|
|
Project: oom master 02c408f4c03095a5532c87f4735858af18a9e7e1
Merge "Fix UUI health check"
Fix UUI health check
Change-Id: I3af1502b06302bde97b6656eed41d0ab75e8da99
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
Issue-ID: OOM-783
|
|
Project: oom master 6894e5818acd524b2307661c3890b717deabda7f
Merge "make so chart one namespace compatible"
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>
|
|
Project: oom master 8c4e3d3f261ff6f4f32ae84cfc519f4b55172aee
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>
|
|
Project: oom master 070a7716cddc9122ca3282ebd7b079f925e03049
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>
|
|
Project: oom master b6f992d5421b778cca7549b24f753107505b0b1e
Merge "One namespace leftover fixes"
One namespace leftover fixes
Change-Id: Id44e74db3a26f963957222ba6690f6d57e0378db
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Project: oom master bc6f0d761337f571079656fe04c4fdfada26ced5
Removing tag from config-init
Issue-ID: OOM-622
Change-Id: I865d1a2bc01bb259d28f08ccf9853d7dc0cb3815
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
|
|
Project: oom master 6c51bae72387f508a3aaada83ee1dd299cd1413c
Use latest stable mso image
Change-Id: I621c2418337047ae88ad58b26e447d3b750ed000
Issue-ID: OOM-780
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Project: oom master 8bfc6cf8c3d338c84c48201f7a4f274958e721a9
Run all components in one namespace
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e
Issue-ID: OOM-722
Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
|
|
Project: oom master f0a34e22011b4323bbd6a51ad313d6e547808101
Merge "add tasks to install k8s tools"
add tasks to install k8s tools
Change-Id: Iae1032f73c03fcdf3bb69b341fc113bc67ecbb46
Issue-ID: OOM-725
Signed-off-by: hg4105 <hg4105@att.com>
|
|
Project: oom master d142adbf0d24ebea092b15138552673b452e5674
Providing HTTPS endpoint at API gateway
Issue-ID: MSB-140
Change-Id: Ideb50217fb3ba21a2824fbedee41b8df04f3e62c
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|