-
Notifications
You must be signed in to change notification settings - Fork 30
NFV Networker Ovs Dpdk changes #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
NFV Networker Ovs Dpdk changes #135
Conversation
nfv_networker_ovs_dpdk.md
Outdated
``` | ||
[edpm_ovs_dpdk](https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/roles/edpm_ovs_dpdk/meta/argument_specs.yml) | ||
[edpm_kernel](https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/roles/edpm_kernel/meta/argument_specs.yml) | ||
[edpm_tuned](https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/roles/edpm_tuned/meta/argument_specs.yml) | ||
[edpm_ovn](https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/roles/edpm_ovn/meta/argument_specs.yml) | ||
[edpm_libvirt](https://github.com/openstack-k8s-operators/edpm-ansible/blob/main/roles/edpm_libvirt/meta/argument_specs.yml) | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code ticks need to be removed for these links to format properly
The example | ||
[dataplane_v1beta1_openstackdataplanedeployment_ovs_dpdk](https://github.com/openstack-k8s-operators/openstack-operator/tree/main/config/samples/dataplane/ovs_dpdk) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be for the OpenStackDataPlaneNodeSet
, not for the OpenStackDataPlaneDeployment
, as least by looking at the kustomization.yaml
and values.yaml
listed in that directory
nfv_networker_ovs_dpdk.md
Outdated
``` | ||
oc kustomize --load-restrictor LoadRestrictionsNone openstack-operator/config/samples/dataplane/ovs_dpdk > dataplane_cr.yaml | ||
``` | ||
|
||
oc kustomize --load-restrictor LoadRestrictionsNone openstack-operator/config/samples/dataplane/ovs_dpdk > dataplane_cr.yaml | ||
oc create -f dataplane_cr.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like some duplication here
177fedb
to
838055c
Compare
This change is to add the documentaion for Openstack dataplane deployment for Networker OVS DPDK nodes.
838055c
to
ed11e2f
Compare
This change is to add the documentaion for
Openstack dataplane deployment for
Networker OVS DPDK nodes.