Posts

Showing posts from November, 2020

aiapps - Accounts

Login to OIM Request Access Request for self Search for "futl.DEVELOPER_USER"  and dda.DEVELOPER_USER Select the entry and request access Now you can access - https://alm.oraclecorp.com/futl/ fusionapps cdn workspace https://alm.oraclecorp.com/dda/#projects/discounts/ ------ Teams access to OCI Access to OCI by submitting OIM privilege Install Virtual Box install OCI-CLI install Kubernetes Configure Kubeconfig login as aiapps0 Note : k8 clusters are different into each region, per environment, and per dp/cp Go to Developer Services → Container Clusters (OKE) Select compartment CP_OKE Click on DEV Cluster Click on Access Cluster button & copy the Kubeconfig creation command Execute command after required modifications Perform steps 4 to 6 for compartment DP_OKE Edit Kubeconfig file  Pagasus Portheus Athena

Lambdas

 Functional and Object Oriented Language Programming Paradigms Imperative  programming using variables, list, loops  eg: C,  Functional Functions calling functions and so..  Eg: Excel, Object Oriented  Programming with basic building block as Class eg: Java, C++ Java recently added support for Functional Programming Features for the following reasons Creating class is overkill for quick-and-dirty code for one-off use. Lambda Functions/Lambda Expressions Lambdas are anonymous functions  An alternate to anonymous classes with a single method Useful for quick and dirty bits of coding that don't need a class Anonymous function Objects are called Closures   Lambda Functions are powerful when the output of one is fed as input of another. Similar to assembly line. Java has added Aggregate functions to achieve the same. Java provides simple way to use these standard functional programming operations to Collections like Lists, Sets, Maps etc Aggregate oper...

AIapp - Discounting

https://qachaoserpivgarci5a225c-erp.aiapps.ocs.oc-test.com/ https://devenverpivgarci002-erp.aiapps.ocs.oc-test.com/     ivan.g.escobedo@oracle.com Welecome12345  TAS->CRSM-RSM->Resource ObBoader-> Core onboarder -> ERP Common-> ERP Discounts -> ERP AD   TAS Tenant automation service CRSM Cross Region service manager  This distributes calls to specific RSM RSM  Resginal service manager Resource Onboarder ? Core Onboarder? AI Core onboarding onboarding service responsible for platform part of tenant onboarding app onboarding1...N ERP Common  --> to be recognized by RSM we need to register under resource onboarder ERP Discounts ERP AD kudevcp -n erp-payables get pods   -> control plane PODs in erp-payables namespace  ai-erp-common-onboarding-cp Service onboarding Configuraitons for idcs DNS registry WTSS registry   //domain name ?  HelmChartOnBoarderHandler("idcs-serviceonboarding"). installERPAtpCharts(); ...