You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add full reconcile logic for the Cyborg CR:
- Manage RBAC resources (ServiceAccount, Role, RoleBinding)
- Validate input password secret and RabbitMQ TransportURL secret
- Create MariaDB database and run DB sync job via a batch Job
- Register Cyborg service in Keystone
- Create a sub-level secret aggregating DB credentials, transport URL
and service password to be consumed by CyborgAPI and CyborgConductor
- Track readiness via structured conditions on CyborgStatus
- Add functional tests covering the full reconcile flow
Assisted-By: Claude
Signed-off-by: Alfredo Moralejo <amoralej@redhat.com>
//ObservedGeneration - the most recent generation observed for this service. If the observed generation is less than the spec generation, then the controller has not processed the latest changes.
130
+
// ObservedGeneration - the most recent generation observed for this
131
+
// service. If the observed generation is less than the spec generation,
132
+
// then the controller has not processed the latest changes.
0 commit comments