oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Test OAM migration with TodoList WebLogic application #82

Closed pfmackin closed 5 days ago

pfmackin commented 1 week ago

Test OAM migration with TodoList WebLogic application. See instructions at https://github.com/oracle-cne/ocne/blob/main/doc/experimental/oam-to-kubernetes.md

Do the following 2 tests in sequence:

Test 1 - create todo app from OAM, then recreate it from from generated YAML

Test 2 -create todo app from OAM, then shutdown controllers, delete OAM resources, test app

pfmackin commented 1 week ago

To check logs, I used OSD console to list indices, then search for entires for the todo app

GET .ds-verrazzano-application-todo-list-000001/_search { "size": 20 }

pfmackin commented 1 week ago

The WebLogic dashboard in Grafana is missing data, but i can see metics from the prometheus console so the metrics are there. This is nothing to do with migration, needs a follow up issue.