summaryrefslogtreecommitdiffstats
path: root/kubernetes/appc/resources
AgeCommit message (Collapse)AuthorFilesLines
2018-09-17Fix appc.properties APIDOC credsAaron Hay1-5/+5
Change-Id: If2e4f219f5b7adecab6745b8abcea90bdda3e9df Issue-ID: INT-641 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-09-13Merge "Upgrade APPC to use common mariadb galera charts"Mike Elliott13-28/+28
2018-09-07Upgrade APPC to use common mariadb galera chartspramod13-28/+28
Change-Id: I3537415a9266bc388aca146f86984c8a1585ce4e Issue-ID: OOM-1205 Signed-off-by: pramod <pramod.kumarsharma@amdocs.com>
2018-09-05Apache 2 license addition for consul,appcMukul19-0/+44
Issue-ID: OOM-1308 Change-Id: I6cfe05841a17f81e862dfbf4bedaa4ba87f96e1e Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-08-30Add support for ODL Oxygen vSR3 and karaf v4Aaron Hay1-2/+2
Change-Id: I362d2f8cfee2128a47610e69117a31b4b93e8022 Issue-ID: OOM-1345 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-06-27Update OOM APPC chart to enhance AAF supportAaron Hay2-2/+130
Added AAF config parameters and files needed to allow AAF to work in an APPC OOM environment. Change-Id: I39f0769e721889a68c6a111adf29d685b9f97dbf Issue-ID: OOM-1124 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-06-27Merge "Create readiness health check for readiness probe"Borislav Glozman1-0/+15
2018-06-20Create readiness health check for readiness probeAaron Hay1-0/+15
New health_check.sh added that allows the readiness probe configured in statefulset.yaml to succeed Change-Id: I3b619dfc84926bc27381c0b932971b41b12e4269 Issue-ID: OOM-1109 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-29Add appc cdt proxy to oomPatrick Brady1-0/+3
Change to the appc startODL.sh script to startup the cdt proxy service to allow backend connection from the cdt tool. Adding a new port forward into the appc container for the above service. External port 9090, internal port 9191 Change-Id: Ib13bb5744705ef3b2d3f5c9e9a73b26620c515c7 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-924
2018-05-17removing space in appc properties fileMandeep Khinda1-1/+1
it fails the helm linter Issue-ID: OOM-1085 Change-Id: I04541ceba07204be3fef1749fd7d8bcdbb688cbe Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-05-17Merge "Appc Conf Changes"Mandeep Khinda1-3/+3
2018-05-17Appc Conf ChangesPriyanka1-3/+3
Issue-ID: OOM-1085 Change-Id: I8aea111d120dc72fc8681504bda6df075b2d14da Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-16Update appc.properties file for vCPE failureAaron Hay1-0/+1
The appc.properties change for APPC-900 needs to be ported over to the OOM version of the appc.properties file. Change-Id: I854e3fc6e80bd610fe8bf33240a28ead4c7b4e63 Issue-ID: OOM-1088 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-09Fixed remaining references to aai-servicejmac1-2/+2
Change-Id: I47b5ded80e27a98fc05a7ba1d00bf2de1af574e5 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1041
2018-05-03Update APPC OOM appc.properties fileAaron Hay1-7/+7
Change org.openecomp to org.onap in the OOM version of the appc.properties file. Change-Id: I8eaf6dd290afc8e151f676286239adb1201472ab Issue-ID: APPC-876 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-05-02Update APPC resources for Nitrogen ODLAaron Hay5-107/+123
Updated installation scripts based on changes to ccsdk. Updated properties file to support Nitrogen ODL. Change-Id: Ib714fe0fc4a2adec839dc573700338db4129eeb5 Issue-ID: OOM-1021 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-04-24Make all services independent of helm Release.NameBorislavG2-10/+10
Issue-ID: OOM-906 Change-Id: Ic65127d3981cb0a696c784392cab59fbf06b1e66 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-17Update APPC charts for Nitrogen ODLAaron Hay9-13/+36
SDNC directory renamed to ccsdk based on latest ccsdk update. Files startODL.sh and appc.properties updated based on Nitrogen ODL. Change-Id: I096ffb211afdd7df7438f5bb276ecc6b0fbfc09d Issue-ID: OOM-951 Signed-off-by: Aaron Hay <ah415j@att.com>
2018-03-27Add standardized helm chart for logBorislavG1-1/+1
Change-Id: Ic9f0eb567716224893955d9379e9ed9308b9ea79 Issue-ID: OOM-740 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-24Add standardized helm chart for appcMike Elliott19-212/+69
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>
2018-03-04One namespace leftover fixesBorislavG2-2/+2
Change-Id: Id44e74db3a26f963957222ba6690f6d57e0378db Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG19-15/+955
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-01-24appc config segmayankg27034-0/+580
Issue-ID: OOM-552 Change-Id: Id953076056a0168f907e3fe906a7bbb2bd4a6cc7 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>