Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
Project: oom master 3bb23a23e862d7a1ef4d2b0af0506532ddb7c095
Bump msb docker to 1.1.0
Issue-ID: MSB-155
Change-Id: I6bcc91d6c7a4b439c01ff667cc76f3fc37e7d1a2
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
|
|
Project: oom master d0bea7a049392c036b068a8671d1d04a25c6649b
Merge "message-router persistence folder parametrization"
message-router persistence folder parametrization
Issue-ID: OOM-145
Change-Id: Ie4f0bf36d6249bafd6f04f4ba421b15f01d4d627
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 0361f428042e6121e9e89d3adfcf3b017c54a9a4
Merge "log persistence folder parametrization"
log persistence folder parametrization
Issue-ID: OOM-145
Change-Id: I27c98398b6304e17540f6c74afe4e1d811450683
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 6a637e070e5783d00cdbead0278cd00791ad26cd
Merge "appc persistence folder parametrization"
appc persistence folder parametrization
Issue-ID: OOM-145
Change-Id: I19878c5f878dde1ae167e827629bf91c0cae35af
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master db7502c5fb72c5876457a0fe3c2abf45ceeee5f8
Merge "portal persistence folder parametrization"
portal persistence folder parametrization
Issue-ID: OOM-145
Change-Id: Ie41334345d1a3799d1bb0add8a2a97dc6918bd03
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 43e96d6173660f609fdb1d7705a1a19c81b5fbcc
Merge "fix AAI data-router and es mapping"
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>
|
|
Project: oom master 792775cf43d2badea5ab444891c8627ceabab659
Merge "sdc persistence folder parametrization"
sdc persistence folder parametrization
Issue-ID: OOM-145
Change-Id: Ife998e01fcfa9455b7a35674909df8a338f92a59
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 7be18bf143461e4905bceb9a486326723cfe4fcf
Merge "multicloud persistence folder parametrization"
multicloud persistence folder parametrization
Issue-ID: OOM-145
Change-Id: I045d89d91e99cde79251b0910b78a640d967362d
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 6b94010f3a56b7244b530f08383027f7b759f80b
Merge "mso persistence folder parametrization"
mso persistence folder parametrization
Issue-ID: OOM-145
Change-Id: I4fe9f2f87d4b5a635b32de2ac5a3c6e2b7e68e0f
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 36855c17b0cc3792d8f3fb8dfd35b7dc840193a0
Merge "clamp persistence folder parametrization"
clamp persistence folder parametrization
Issue-ID: OOM-145
Change-Id: I05f23d4557b0df2a0c6c70f072cabdda86722ac0
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 91032d3edd258d3e6ff71a80432174ae1eeec843
Merge "sdnc persistence folder parametrization"
sdnc persistence folder parametrization
Issue-ID: OOM-145
Change-Id: I40ace4ebb463ca83e1a11badc2e37913c40e8102
Signed-off-by: kerenj <keren.joseph@amdocs.com>
|
|
Project: oom master 6bfb2a212735d11f4a94c748ef7cd7247bc97044
Merge "Removing aai-config"
Removing aai-config
Issue-ID: OOM-764
Change-Id: If1e860a310dfe42df23b3ac754961e0f070e1ed2
Signed-off-by: atulan <atul.angrish@amdocs.com>
|
|
Project: oom master 98f62cde513f5080d99132d520082de43b555e63
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>
|
|
Project: oom master c3f901acd912026f602ebdcb66c83490f1a4cf05
Merge "Add standardized helm chart for so"
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>
|
|
Project: oom master ecd6153f14f654c65837b7515f40f75ad8809241
Merge "Add Makefile to OOM project"
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
|
|
Project: oom master f50dccfd3067116ccbf9e26aef6d9b5aa13f85fd
Merge "Add common helm chart"
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>
|
|
Project: oom master 799ae16776823e5f12412eab4bd21368480d682e
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>
|
|
Project: oom master a70775c54d244fe769293ea3bba1d99881416e6e
Merge "vnfsdk - readiness image update"
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>
|
|
Project: oom master dfa25e64ec9f3d2a5aa0b3470e623ad79ad8b5dc
Merge "vid - readiness image update"
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>
|
|
Project: oom master dc18c7311ae36e129160c0a71e8c7fc3495b9a70
Merge "sdnc - readiness image update"
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>
|
|
Project: oom master 673282a603133787a8659c7b7d8cb0748f0687b4
Merge "portal - readiness image update"
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>
|
|
Project: oom master 7b8caa151ee72e42b983d48fb15b07b9bfc691a3
Merge "Update TOSCA license"
Update TOSCA license
Change-Id: Id789aa41cf1d8c2cb5f1cb9f091c8f434c3e43a1
Issue-ID: OOM-724
Signed-off-by: Jun (Nicolas) Hu <jh245g@att.com>
|
|
Project: oom master 5e6caf629c00043af7ebef1127682a21e0e25cb8
Merge "log - readiness image update"
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>
|
|
Project: oom master 14bfc580669b5a87a8df81716e05587a9d327ee5
Merge "msb - readiness image update"
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>
|
|
Project: oom master f5fc7774f3910c4444602172249764f75f472456
Merge "clamp - readiness image update"
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>
|