Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
use the datasources field for the nova dataplane service def
Browse files Browse the repository at this point in the history
This change ports the nova OpenstackDataplaneService to use
the recently added datasources field.

This allows the default dataplane service to optionally support
constom service config via a config called nova-extra-config

This name was choosen to aling to the default custom service
config used in the ci framework.

Related: OSPRH-6407
  • Loading branch information
SeanMooney authored and slagle committed Jun 6, 2024
1 parent 095a5ed commit b8451ed
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ kind: OpenStackDataPlaneService
metadata:
name: nova
spec:
secrets:
- nova-cell1-compute-config
# NOTE: this Secret needs to be created before deploying the data plane.
# It should contain an ssh key-pair in the secret fields: ssh-privatekey
# and ssh-publickey
- nova-migration-ssh-key
dataSources:
- secretRef:
name: nova-cell1-compute-config
- secretRef:
name: nova-migration-ssh-key
- configMapRef:
name: nova-extra-config
optional: true
playbook: osp.edpm.nova
caCerts: combined-ca-bundle
containerImageFields:
Expand Down

0 comments on commit b8451ed

Please sign in to comment.