summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21Deploy MR on VM by TOSCAJun Hu2-0/+284
IssueID: OOM-453 Change-Id: I110899696666accebe31a03ab4fae5ffe00bbf13 Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-11-21Deploy SO on VMs by TOSCAHong Guan2-0/+320
Change-Id: Ic0b775089f218f869d1abe2f374919f3286aec1d IssueID: OOM-450 Signed-off-by: Guan, Hong (hg4105) <hg4105@att.com>
2017-11-20Deploy appc on VMs by TOSCAHong Guan2-0/+319
Change-Id: Ic14e65350482641f0b4e71960f3eadf543e27504 IssueID: OOM-78 Signed-off-by: Guan, Hong (hg4105) <hg4105@att.com>
2017-11-17Deploy Policy on VMs by TOSCAJun Hu4-0/+301
IssueID: OOM-80 Change-Id: Ifa21629bba5a8dbac652b8341f4ac52947bd619f Signed-off-by: Nicolas Hu <jh245g@att.com>
2017-11-16DOC: Updated release notes copyrights.Marc Alexandre Choquette1-1/+1
IssueID: OOM-426 Change-Id: Ic9027c670c6b6deea2f297f506451115bd6b218e Signed-off-by: Marc Alexandre Choquette <m.a.choquette@bell.ca>
2017-11-16DOC: push release notes for R1Michael O'Brien1-0/+65
IssueID: OOM-426 Change-Id: I4a0df7f62cca7b1fb709c34cedd537c46a4af894 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2017-11-15Update the haproxy to use latest aai certificateVenkata Harish K Kajur2-26/+65
Issue-ID: AAI-44 Change-Id: I60dedc488b17e3340a30abcd4df5de83a377f1a1 Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-11-12fixed kibana and logstash connection to esKerenj4-6/+6
Change-Id: If140f2fb65a5668c8f71d4beeea086ab2c07999e Issue-ID: OOM-420 Signed-off-by: Kerenj <keren.joseph@amdocs.com>
2017-11-10Merge "Fix port for sdnhost"Mandeep Khinda1-1/+2
2017-11-09Fix port for sdnhostSylvain Desbureaux1-1/+2
As sdnhost second port didn't have a fixed port, it could take one of the needed one for the other services (as mentionned in OOM-410). Fixing it here to {{ .Values.nodePortPrefix }}08 (which is not used by other services) all to fix the issue Change-Id: Ia27ca713d4edfe4dd0bde0b6ab484e71caec4126 Issue-ID: OOM-410 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-11-08Updating ECOMPPORTAL to ONAPPORTALRahul Sharma1-3/+3
Issue-Id: OOM-409 Change-Id: I1d1323dc98852d914024537b10f4a45332b296f8 Signed-off-by: Rahul Sharma <Rahul.Sharma2@amdocs.com>
2017-11-08Update filebeat configuration for logsBorislavG2-59/+61
Need to add another location for logs gathering: /var/log/onap/*/*/*/*.log Issue-ID: OOM-407 Change-Id: Ic812205f5d10e2dd23eb0e6c2cf1fce640db51b2 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2017-11-06Fix SDC-FE logging confiurationBorislavG1-1/+3
SDC-FE logs location was missing /var/log/onap Issue-ID: OOM-403 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: Iec13970609981c94c7da85b56c78cea11846ade8
2017-11-01Merge "Add logstash parsing for SDC-BE and AAI-ML"Mandeep Khinda1-10/+62
2017-11-01Add logstash parsing for SDC-BE and AAI-MLshanedaniel1-10/+62
Issue-ID: OOM-378 Change-Id: Iac26f9076b09b815c6cb70643e8c6f384c3b8b9c Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
2017-11-01Merge "Fix configuration of elasticsearch"Mandeep Khinda3-33/+44
2017-11-01Merge "Remove hardcoded IP value"Mandeep Khinda3-4/+2
2017-11-01Fix configuration of elasticsearchBorislavG3-33/+44
elasticsearch config file was mapped to wrong location. Effectively, elasticsearch.yml file was not taken into account and default values are used. Issue-ID: OOM-390 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: I494341f4c32dff9a13f4b0a460a24e6e9776c584
2017-10-31Merge "Add option to disable specific deployments"Mandeep Khinda118-45/+369
2017-10-31Remove hardcoded IP valueHuabingZhao3-4/+2
Issue-Id: OOM-355 Change-Id: Iafc3ec55cd6b954fb9ba818376948ebc7c4c4711 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-31Merge "Modify MSB installation document"rui hu1-23/+12
2017-10-30Modify MSB installation documentHuabingZhao1-23/+12
Issue-Id: OOM-313 Change-Id: I2902c75a6bfd520e2327ddba459a052994100d27 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-29Add option to disable specific deploymentsyuryn118-45/+369
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-27Merge "Remove hardcoded kubernets IP"rui hu1-1/+1
2017-10-27Merge "Support token authentication with kubernetes"rui hu2-3/+6
2017-10-27Remove hardcoded kubernets IPHuabingZhao1-1/+1
Issue-Id: OOM-383 Change-Id: If9e29f2d3e69b5596f9fc72b672a1bc5e1be9957 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-27Support token authentication with kubernetesHuabingZhao2-3/+6
Change-Id: Ie404f1019ab7b89ae0a6196d7563e9090ad4a1b2 Issue-Id: OOM-379 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-27Merge "Add service annotation for UUI"rui hu1-0/+11
2017-10-25Merge "synching up portal config again"Mike Elliott17-299/+414
2017-10-25Merge "fix location of certs for aai statuses scripts"Mandeep Khinda4-3/+3
2017-10-25Merge "No-wait namespace deletion option in deleteAll"Mandeep Khinda1-6/+27
2017-10-25synching up portal config againMandeep Khinda17-299/+414
PORTAL-130 renamed various mounts and FQDNs -it also added an additional logback.xml for portalsdk What I did was move the 2 logback files into the config/log dir so that the centralized logging team can update them as required. Was able to login to the portal using the vnc session Issue-ID: OOM-340 Change-Id: Id1872422e7d876953ecb0a92ce55a8753d9d7eaa Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-19Fix AAI-ML filebeat.ymlshanedaniel1-1/+1
Issue-ID: OOM-367 Change-Id: I37b1c9e3937b0f9b51711a32eb513fe9ed39bda6 Signed-off-by: shanedaniel <shane.daniel@amdocs.com>
2017-10-19fix location of certs for aai statuses scriptsSylvain Desbureaux4-3/+3
Change-Id: I8a47a6e97997daf9aeb289ba27fc0ac1e566242a Issue-ID: OOM-366 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-19Merge "fix aai travers/resources logback boostrap"Alexis de Talhouët2-24/+24
2017-10-19Add service annotation for UUIHuabingZhao1-0/+11
Issue-Id: OOM-235 Change-Id: I5af94f8960996ddd5d9cc8c80d950c49fcfbad24 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-18Merge "Correcting dcaegen2 sample config file"Mandeep Khinda1-22/+22
2017-10-18Merge "scripts & kubectl are executable for consul-agent"Mandeep Khinda17-0/+0
2017-10-18Correcting dcaegen2 sample config fileMandeep Khinda1-22/+22
It needs to use single quotes to wrap YAML values otherwise the bootstrap process will fail. The sample file in the dcaegen2 ONAP project used single quotes and when making the sample I just chose double quotes as preference. Issue-ID: OOM-345 Change-Id: Ia9c0a2558bd15190f536cc45aa40568b623178ee Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-18Merge "Set msb docker image version"Alexis de Talhouët1-3/+3
2017-10-18Merge "Added initial deployment yamls for UUI"Alexis de Talhouët7-3/+62
2017-10-17Synching up portal configMandeep Khinda15-237/+121
-moving container tags to 1.3 -pulling latest docker config mount files -changing mariadb password back to original. there was no reason to change in the first place -robot health check passes: Basic Portal Health Check | PASS | Issue-ID: OOM-340 Change-Id: I77d22b701aa27473a9cfce25031c13f9be845dae Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-17scripts & kubectl are executable for consul-agentSylvain Desbureaux17-0/+0
Issue-ID: OOM-364 Change-Id: Iefdf89152056efa25ab9bdc5c76c0518def95459 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2017-10-17Set msb docker image versionHuabingZhao1-3/+3
Set consul image version to 0.9.3 Set msb image version to 1.0.0 Issue-Id: OOM-113 Change-Id: I53d40ca547466fea2291cfad2cdc1733e3fb795e Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
2017-10-16fixing invalid VFC service specMandeep Khinda1-1/+1
A missing quote breaks the helm yaml to json conversion... tested with: helm install vfc --dry-run --debug Issue-ID: OOM-352 Change-Id: Ie676f1f604f97d14d7e335682bb3b241f68d4640 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-16Added initial deployment yamls for UUIDusan Rozman7-3/+62
Issue-ID: OOM-356 Change-Id: Iea69fb693064fed1b4aec9a4712ae4e36889a6c3 Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
2017-10-16fix aai travers/resources logback boostrapMichael O'Brien2-24/+24
Issue-ID: OOM-362 Change-Id: Id076a6988c24c400df8fe08837ef9fbd19be893c Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2017-10-15No-wait namespace deletion option in deleteAllyuryn1-6/+27
- New option for deleteAll script. Allows to suppress waiting for namespace deletion. - Additionally, optimization to the waiting for namespace deletion - moved to the end of the script. Change-Id: I59e25714f215eed5b0ec740e08f6b7f00d26483c Issue-ID: OOM-361 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-10-13synching up robot with SO name changeMandeep Khinda1-1/+1
Issue-ID: OOM-311 Change-Id: Idd81379eb97669a1496bc4deccc8856e4a26ad8f Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-10-13fixing SDC logback mounting defectMandeep Khinda1-1/+5
sdc-be now starts and robot passes healthcheck ---------------------------------------- Basic ASDC Health Check | PASS | ---------------------------------------- Note that I did not verify whether the logging function is working - priority for this issue is to get SDC running. Issue-ID: OOM-359 Change-Id: Ic810109878aa003c54350a6e70a4aeeea9b2f0ea Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>