Skip to content

Phase 2 - Align the implementation with the proposed design

No due date 0% complete

The current CRD is slightly different from the one proposed above:

kind: KubeBMC
metadata:
  name: openstack-ubuntu-compute
  namespace: kubebmc-system
spec:
  password: password
  username: admin
  vmName: compute
  vmNamespace: openstack-ubuntu
status:
  ready: true
  serviceIP: 10.53.1.159

Some work must be done to get align with the proposed design, …

The current CRD is slightly different from the one proposed above:

kind: KubeBMC
metadata:
  name: openstack-ubuntu-compute
  namespace: kubebmc-system
spec:
  password: password
  username: admin
  vmName: compute
  vmNamespace: openstack-ubuntu
status:
  ready: true
  serviceIP: 10.53.1.159

Some work must be done to get align with the proposed design, including schema change and reconciling loop alteration.

Loading