This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add neutron-ovn service to deploy this agent on EDP Nodes
Depends-On: openstack-k8s-operators/neutron-operator#231 Depends-On: openstack-k8s-operators/edpm-ansible#463 Related-Issue: OSP-26191
- Loading branch information
1 parent
b63cb98
commit 644a464
Showing
5 changed files
with
89 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
config/services/dataplane_v1beta1_openstackdataplaneservice_neutron_ovn.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
apiVersion: dataplane.openstack.org/v1beta1 | ||
kind: OpenStackDataPlaneService | ||
metadata: | ||
name: neutron-ovn | ||
spec: | ||
label: dataplane-deployment-neutron-ovn | ||
playbook: osp.edpm.neutron_ovn | ||
secrets: | ||
- neutron-ovn-agent-neutron-config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ spec: | |
- run-os | ||
- ovn | ||
- neutron-metadata | ||
- neutron-ovn | ||
- neutron-sriov | ||
- neutron-dhcp | ||
- libvirt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters