1. 0b7311d Add fleet and sw-catalogs repo URLs to GitopsConfig to properly load them from env by garciadeblas · 9 months ago
  2. bccc060 Fix condition to check for AWS cluster scale, rename nodepool to nodegroup by garciadeblas · 10 months ago
  3. 1c62c11 Refactor fleet and sw-catalog URLs to be configurable and set in class init method by garciadeblas · 11 months ago
  4. 6441de1 Fix OKA usage state while deleting cluster, profiles and KSU by yshah · 11 months ago
  5. de96386 Move import of methods for OduWorkflow class to module toplevel by garciadeblas · 11 months ago
  6. 77b50a0 Removal of F824 (unnecessary use of nonlocal keyword) flake8 error and Revert Pin flake8 version while flake issues are being fixed (8a995a253c3ab1b31b8274794f832845d16bfb7e) by Anirudh Gupta · 11 months ago
  7. 5861b0d Update profile state and agekeys during cluster registration by garciadeblas · 1 year ago
  8. 981c62e Call cloud_credentials.add only in VIM operations when VIM account has credentials by garciadeblas · 1 year ago
  9. 7677719 Bug 2361: Fix for VM is not getting deleted from openstack after Scale In operation by jegan · 1 year, 9 months ago
  10. 932741c Bug 2368 fixed: Mac address is missing in Additional params section of Vnfrs Collection in Mongodb by jegan · 2 years ago
  11. e4479af Fix age key encryption for default profiles and encryption of ksu secrets with profile age key by garciadeblas · 1 year, 1 month ago
  12. eacdfdb Remove age key generation since it is managed in NBI by garciadeblas · 1 year, 1 month ago
  13. 462b8ce Clean comments in Jinja workflow to create KSU by garciadeblas · 1 year, 1 month ago
  14. f1ad82e Remove unnecessary logs in secret checks under odu_libs/common.py by garciadeblas · 1 year, 1 month ago
  15. 0248bcb Inspect exception during cluster deletion by garciadeblas · 1 year, 2 months ago
  16. 408de81 Check force delete option and delete from DB by yshah · 1 year, 1 month ago
  17. 4998f50 Delete KSU from DB while deleting default and non-default profiles by yshah · 1 year, 2 months ago
  18. c1c6789 Clean-up of resources created in OKA workflows by garciadeblas · 1 year, 2 months ago
  19. 4c9b4ab Set default namespace for KSU kustomizations to flux-system by garciadeblas · 1 year, 2 months ago
  20. 619a0a3 Fix kubectl class init to use independent kubeconfig files by garciadeblas · 1 year, 2 months ago
  21. b282ed0 Fix typing issues detected by pylance by garciadeblas · 1 year, 2 months ago
  22. 16fd5fa Increase timeout for cluster scale operation and use string comparison by garciadeblas · 1 year, 2 months ago
  23. 36fe58b Log operation id with every iteration in readiness_loop by garciadeblas · 1 year, 2 months ago
  24. 1498446 Fix deregistration workflow to clean secret after deletion workflow by garciadeblas · 1 year, 2 months ago
  25. 1018455 Removing cluster deregister workaround by shrinithi · 1 year, 3 months ago
  26. 891f200 Fix check_worfklow_status to add additional condition regarding status.phase by garciadeblas · 1 year, 2 months ago
  27. dc80548 Improve logging in cluster operations in case of issues in ODU workflow by garciadeblas · 1 year, 2 months ago
  28. e346292 Improve logs in readiness_loop for each iteration by garciadeblas · 1 year, 2 months ago
  29. 39eb509 Fix checks for KSU update operations by garciadeblas · 1 year, 2 months ago
  30. 6c82c35 Check kubernetes resources using generic condition with jsonpath filter by garciadeblas · 1 year, 2 months ago
  31. bc96f38 Fix checks for KSU create and delete operations and for cluster delete operations by garciadeblas · 1 year, 3 months ago
  32. 0283bb2 Add LCM configuration options for workflow debug and dry_run by garciadeblas · 1 year, 2 months ago
  33. 1ad4e88 Fix oka_name to use git_name in lowercase for KSU operations by garciadeblas · 1 year, 2 months ago
  34. c5e9d57 Update common_check_list to add optional messages in case of failed check by garciadeblas · 1 year, 3 months ago
  35. 3e5eeec Store cluster credentials in DB once the cluster is created by garciadeblas · 1 year, 3 months ago
  36. 1e12c30 Support KSUs based on kubernetes manifests and env var substitution by garciadeblas · 1 year, 3 months ago
  37. 8c9c544 Fix sw_catalog_path in KsuLcm operations for KSU based on OKA by garciadeblas · 1 year, 3 months ago
  38. 713e196 Rename functions in k8s.py:GitOpsLcm to improve readability by garciadeblas · 1 year, 3 months ago
  39. 995cbf3 Refactor GitOpsLcm.decrypting_key to make it generic for any content, not only for clusters by garciadeblas · 1 year, 4 months ago v17.0.0
  40. 19adba1 Fix post-renderer-scripts paths after copying N2VC code by garciadeblas · 1 year, 4 months ago
  41. be89070 Add update_state_operation_history function to update states with arbitrary text in an operation by garciadeblas · 1 year, 4 months ago
  42. 8bde3f4 Fix GitOpsLcm.update_operation_history when workflow and resource status is None by garciadeblas · 1 year, 4 months ago
  43. 6b2112c Add workaround to avoid infinite loop in cluster deregistration by garciadeblas · 1 year, 4 months ago
  44. 2f39b8a Update sw_catalog_path for KSU create and update to be relevant to profile_type by yshah · 1 year, 4 months ago
  45. 5359e99 Remove key from dummy_clean_items arguments by garciadeblas · 1 year, 4 months ago
  46. cdd20ae Revert "Revert "Move N2VC code from N2VC repo to LCM"" by almagia · 1 year, 4 months ago
  47. b90dc26 Revert "Move N2VC code from N2VC repo to LCM" by garciadeblas · 1 year, 4 months ago
  48. 5c465fa Move N2VC code from N2VC repo to LCM by garciadeblas · 1 year, 4 months ago
  49. ed6528c Feature 11046: Security Group Name as Ns Config Template - LCM by kayal2001 · 1 year, 4 months ago
  50. de102fe Feature 11047: Vim Flavor Name as Ns Config Template - LCM by kayal2001 · 1 year, 4 months ago
  51. b6cccb2 Feature 10983: changes to migrate() function so that it can handle both VNF and KNF migration by Pedro Pereira · 1 year, 8 months ago
  52. 9944890 Added a fix for performing Day1 and Day2 in a KDU using Helm based Execution Environments by jegan · 1 year, 4 months ago
  53. f909289 Rewrite update_operation_history to simplify and add flag to update endDate by garciadeblas · 1 year, 4 months ago
  54. 98f9a3d Update deregister operation to launch two workflows: deregister, delete by garciadeblas · 1 year, 4 months ago
  55. a897d12 Manage OKA profile_type in OKA operations and KSUs based on OKA by garciadeblas · 1 year, 4 months ago
  56. 564ec9c Refactoring LCM code for vim_account, ksu and oka by yshah · 1 year, 4 months ago
  57. 948f7de Cluster Integration and Refactoring the LCM code by rshri · 1 year, 4 months ago
  58. 8614963 Adding same cluster key pairs to default profiles by Your Name · 1 year, 5 months ago
  59. cb9075f Update op_id in update_operation_history and check_kustomization_timeout in cluster creation by yshah · 1 year, 5 months ago
  60. 0defcd5 Adding new cluster update function by yshah · 1 year, 5 months ago
  61. 70a3fc9 Updating current_operation after completing operation by shahithya · 1 year, 5 months ago
  62. ea865ff Add cluster, KSU, profile and OKA operation initialization logic previously under NBI by garciadeblas · 1 year, 5 months ago
  63. b0a42c2 Check of kustomizations and managed resources for cluster registration and cluster update by garciadeblas · 1 year, 5 months ago
  64. d84808e Update cluster create and update Jinja workflows to use rg_name and preemptible_nodes by garciadeblas · 1 year, 5 months ago
  65. 1247081 Deregister cluster when delete cluster is called for imported clusters by garciadeblas · 1 year, 5 months ago
  66. a82300f Minor change in yaml indentation for kubeconfig in imported clusters by garciadeblas · 1 year, 5 months ago
  67. 91bb2c4 Refactor cluster-deregister workflow to mimic cluster-create and catch exceptions in secret creation by garciadeblas · 1 year, 5 months ago
  68. c8c75d4 Shorten workflow name for upgrade cluster operation by garciadeblas · 1 year, 5 months ago
  69. c356494 age_privkey and age_pubkey encrypted in the DB by rshri · 1 year, 5 months ago
  70. a31a916 Reduce log verbosity in readiness_loop function by garciadeblas · 1 year, 5 months ago
  71. 7eae6f4 Update progress in DB for resources checked in cluster creation by garciadeblas · 1 year, 5 months ago
  72. adb81e8 Manage situations where ODU workflows fail before it is launched (empty workflow_name) by garciadeblas · 1 year, 5 months ago
  73. 7241228 Refactor check resource functions from odu_workflows to k8s by garciadeblas · 1 year, 5 months ago
  74. bca58bf Remove unnecessary params in workflow for cluster registration by garciadeblas · 1 year, 5 months ago
  75. 9e53281 Update log level in all ODU methods by garciadeblas · 1 year, 6 months ago
  76. 753b1e3 Enable bootstrap flag in cluster creation by garciadeblas · 1 year, 5 months ago
  77. 56e18db Updating result and operationState in operationHistory by shahithya · 1 year, 5 months ago
  78. d940c65 Adding operationHistory for get_creds by yshah · 1 year, 6 months ago
  79. 73cd5a2 Fix cluster update workflow to read properly params and use unique workflow_name by garciadeblas · 1 year, 5 months ago
  80. ceaa19d Update list of checks for AWS and GCP cluster creation by garciadeblas · 1 year, 6 months ago
  81. e547e71 Reduce log level to debug in update_operation_history by garciadeblas · 1 year, 6 months ago
  82. 29d041a Refactor cluster checks to use common_check_list and readiness_loop by garciadeblas · 1 year, 6 months ago
  83. b897695 Check of kustomizations and managed resources for cluster creation by garciadeblas · 1 year, 6 months ago
  84. 9ed4676 Log iteration count in readiness_loop by garciadeblas · 1 year, 6 months ago
  85. c255285 Reduce logging level during cluster delete in k8s.py by garciadeblas · 1 year, 6 months ago
  86. b33813b Refactor check_workflow_status to use readiness_loop by garciadeblas · 1 year, 6 months ago
  87. 4081185 Update common workflows functions, add readiness loop by garciadeblas · 1 year, 6 months ago
  88. d842985 Clean-up of resources created in ODU workflows for KSU by garciadeblas · 1 year, 6 months ago
  89. 1b2933c Fix parsing of OKA params in KSU creation and update workflows by garciadeblas · 1 year, 6 months ago
  90. 28d6e69 Fix return values in clean_items_cluster_register to progress on registration workflow by garciadeblas · 1 year, 6 months ago
  91. 482e49f Decrypt fields from DB for specific vim and cluster mgmt operations by garciadeblas · 1 year, 6 months ago
  92. f7dfdb7 Fix values parsing in KSU workflows by garciadeblas · 1 year, 7 months ago
  93. e059eb6 Fix copy of OKA package to PVC for OKA creation by garciadeblas · 1 year, 7 months ago
  94. d12c69e Update workflow name for cluster update operation by garciadeblas · 1 year, 7 months ago
  95. 15b8a30 Update VIM operational state after successful ODU workflow by garciadeblas · 1 year, 7 months ago
  96. 53cd63a Update verbosity in logs from kafka_read_callback by garciadeblas · 1 year, 7 months ago
  97. dde3a31 Modify cluster (de)registration workflows to use new Jinja workflows by garciadeblas · 1 year, 7 months ago
  98. cedb47b Remove unused Jinja Workflow for AKS cluster creation by garciadeblas · 1 year, 7 months ago
  99. 28bff0f Clean-up of resources created in ODU workflows by garciadeblas · 1 year, 7 months ago
  100. 5c12d9f Decrease verbosity in LCM logs associated to kafka_read by garciadeblas · 1 year, 7 months ago