-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add neutron chart #31
base: main
Are you sure you want to change the base?
Conversation
5cb0265
to
d56ef19
Compare
charts/neutron/values.yaml
Outdated
## @param networkPlugins.ovs.enabled [t#networkPlugins] Whether to use openvswitch as a network plug-in | ||
enabled: false | ||
## @param networkPlugins.ovs.tunnel_interface [t#networkPlugins] Name of the tunnel network card | ||
tunnel_interface: eth0 |
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.
这里有关网络插件的部分设计是否合理,名称是否准确?
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.
这里可以参考 kolla-ansible 的命名方式
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.
下面是我想到的一个参考写法
tenant_network_types:
network_vlan_ranges:
flat_networks:
neutron_server:
mechanism_drivers:
service_plugins:
neutron_openvswitch_agent:
enable: True
nodeSelector:
neutron_linuxbridge_agent:
enable:
还有一个 metadata-agent 这个比较重要,需要安装上 |
charts/neutron/values.yaml
Outdated
## @param networkPlugins.ovs.enabled [t#networkPlugins] Whether to use openvswitch as a network plug-in | ||
enabled: false | ||
## @param networkPlugins.ovs.tunnel_interface [t#networkPlugins] Name of the tunnel network card | ||
tunnel_interface: eth0 |
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.
这里可以参考 kolla-ansible 的命名方式
charts/neutron/values.yaml
Outdated
## @param networkPlugins.ovs.enabled [t#networkPlugins] Whether to use openvswitch as a network plug-in | ||
enabled: false | ||
## @param networkPlugins.ovs.tunnel_interface [t#networkPlugins] Name of the tunnel network card | ||
tunnel_interface: eth0 |
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.
下面是我想到的一个参考写法
tenant_network_types:
network_vlan_ranges:
flat_networks:
neutron_server:
mechanism_drivers:
service_plugins:
neutron_openvswitch_agent:
enable: True
nodeSelector:
neutron_linuxbridge_agent:
enable:
c6006e1
to
80b8fc4
Compare
Support for linuxbridge and openvswitch network plug-ins
已添加 |
Support for linuxbridge and openvswitch network plug-ins