Skip to content

Commit

Permalink
Merge pull request #355 from openstack-k8s-operators/enable-iron-v6
Browse files Browse the repository at this point in the history
Enable ironic on delta-ipv6

The job currenly passing.
The ironic api test also can work after enabling.
According to examples/dt/uni04delta-ipv6/README.md
The ironic service should be enabled here.

Reviewed-by: Harald <[email protected]>
Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Aug 12, 2024
2 parents 44e3635 + f3b9d62 commit 2971694
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion dt/uni04delta-ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,17 @@ replacements:
- spec.neutron.template.customServiceConfig
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.ironic.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.ironic.enabled
options:
create: true
- source:
kind: ConfigMap
name: network-values
Expand Down

0 comments on commit 2971694

Please sign in to comment.