summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-openstack-adapter/resources
AgeCommit message (Collapse)AuthorFilesLines
2020-03-18Fixed openstack credentials for calling bpmn external tasksRamesh Parthasarathy1-0/+5
when so.global.security.aaf.enabled is false, openstack should use basic credentials to call bpmn. This is being addressed in this fix Issue-ID: SO-2747 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Ie16f6a8d94a3f099b461eefbfc478723c2a9a9c0
2020-03-04Add parameter http scheme for multicloud adapterEric Multanen1-1/+2
Add support to build endpoint from SO to multicloud via msb using http or https scheme. Change-Id: I474fdd7c885e437c1c8136bffe3e40e41c86dab5 Issue-ID: SO-1450 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2020-02-07These OOM changes are related AAF IntegrationRamesh Parthasarathy1-8/+7
Here we have the ability to optionally disable AAF integration. A global variable global.security.aaf.enabled=true will turn on AAF security. with global.security.aaf.enabled=false it will use spring.security to ensure backward compatibilty. updated based on review comments Issue-ID: SO-2452 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com> Change-Id: Ia83622ad681cfd122ee906ccd1654b10b5e31fe4
2019-08-23SO datasource config updatesarada prasad sahoo1-0/+8
SO datasource config update as per new Hikari library changes in SO Issue-ID: OOM-1970 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I84ca506936c332775fd20f604e6f553f94a4dc74 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-06-03Add OOM update so-openstack-adapter override.yamlBonkur, Venkat (vb8416)1-2/+1
Updated the aai.endpoint in so-openstack-adapter override.yaml kubernetes/so/charts/so-openstack-adapter/resources/config/overrides/override.yaml problem- malformed URL in OpenStack adapter as the endpoint for aai is not at correct level. Issue-ID: SO-1973 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I4b07b04827177387b995d3e1e43c2c0863e1df81
2019-04-11Fix PasswordSmokowski, Steve (ss835w)1-1/+1
Fix bad password Issue-ID: SO-1787 Change-Id: I5bb0cfc96f5cb37c7ae0fc67ac062c3532c0b7b3 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-04Add msb config to vnf adapterEric Multanen1-0/+2
Add msb config to the vnf adapter. Change-Id: I2b6317f98c8e72f94e47ad28dce8e786bbba19e8 Issue-ID: SO-1746 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-03-27Add AAI endpoint and auth for so-openstack-adapterMunir Ahmad1-0/+4
Issue-ID: SO-1484 Change-Id: I799033d19da1e3dee64713d794d7dc13ad6d72c3 Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
2019-03-05updated api and openstack override filesRamesh Parthasarathy1-0/+1
The config files for apih and openstack have been updated to include the encryption key Change-Id: Ifbdd73a0cc4fad7401481b87bd306b9d56ff7ef9 Issue-ID: SO-1595 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-03-01updated encrypted passwords with configRamesh Parthasarathy1-51/+5
The config files have been updated with encrypted passwords using latest algorithm Change-Id: I6b931d106a3706ea76bb8477398bd838162849a2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-02-22Removed apih, bpmn, requestdb and sdc datasourceRamesh Parthasarathy1-10/+7
The config files for apih, bpmn, requestdb and sdc have been removed of their data sources to address container errors we face with so pods and removed space in openstack override.yaml. Change-Id: I004e4455042d7e909361150831e55048816120c2 Issue-ID: SO-1515 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2019-01-21Updated bpmn sdc and sdnc config filesRamesh Parthasarathy1-1/+1
the config files for bpmn, openstack, requestdb, sdc, sdnc and apihandler have been updated Change-Id: Ic8425f0ecd6f90cd8b656afbb510063c7a486cef Issue-ID: SO-1399 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-15so-minitoring po startup issueRamesh Parthasarathy1-1/+1
so-monitoring pod doesn't start completely. This issue has been addressed here Change-Id: Iab0d8fd3f1a7b9b000d2eac3968fefc07b5b2230 Issue-ID: SO-1138 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-11openstack cloud_config parameters in override.yamlRamesh Parthasarathy1-6/+20
modified openstack override.yaml to have template driven values and updated values file to have these new values. Change-Id: Ied1e7ca92e8ba71352538e8889564c329abd32d7 Issue-ID: SO-1122 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-04SO create service instance failsRamesh Parthasarathy1-3/+13
All the override files are updated to be in sync with so docker config repository and address the issue raised. Change-Id: Iee2badf00dbf57b68871505370d070a2450d3d0b Issue-ID: SO-1105 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-14SO override files to use apt kube dns addressRamesh Parthasarathy1-12/+2
All SO override files are updated with correct kube dns address for inter application communications based on review comments Change-Id: I6e1487f3d5a7db49df3e40fb41b6b148aacfee8d Issue-ID: SO-1022 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>
2018-09-05helm chart for so containersRamesh Parthasarathy1-0/+140
This check-in is an updated version of helm charts for so containers based on review comments Change-Id: I690430622ecbdcaf099a6165844142841db436dd Issue-ID: SO-709 Signed-off-by: Ramesh Parthasarathy(rp6768)<rp6768@att.com>