Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add neutron chart #31

wants to merge 1 commit into from

Conversation

caotingv
Copy link
Contributor

Support for linuxbridge and openvswitch network plug-ins

@caotingv caotingv force-pushed the dev_neutron branch 2 times, most recently from 5cb0265 to d56ef19 Compare July 26, 2022 08:42
## @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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里有关网络插件的部分设计是否合理,名称是否准确?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以参考 kolla-ansible 的命名方式

Copy link
Contributor

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:

@jeffyjf
Copy link
Contributor

jeffyjf commented Jul 30, 2022

还有一个 metadata-agent 这个比较重要,需要安装上

## @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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可以参考 kolla-ansible 的命名方式

## @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
Copy link
Contributor

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:

@caotingv caotingv force-pushed the dev_neutron branch 4 times, most recently from c6006e1 to 80b8fc4 Compare July 30, 2022 09:21
Support for linuxbridge and openvswitch network plug-ins
@caotingv
Copy link
Contributor Author

还有一个 metadata-agent 这个比较重要,需要安装上

已添加

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants