Skip to content
This repository has been archived by the owner on Jul 24, 2019. It is now read-only.

feat: Support to choose openstack backend plugins #320

Open
powerds opened this issue Apr 3, 2017 · 2 comments
Open

feat: Support to choose openstack backend plugins #320

powerds opened this issue Apr 3, 2017 · 2 comments

Comments

@powerds
Copy link

powerds commented Apr 3, 2017

Is this a bug report or feature request? (choose one): feature request

Kubernetes Version (output of kubectl version):

Helm Client and Tiller Versions (output of helm version):

Development or Deployment Environment?:

Release Tag or Master:

Expected Behavior:

What Actually Happened:

How to Reproduce the Issue (as minimally as possible):

Any Additional Comments:

openstack's modules are implemented to select plugin backend system or agents. for example, nova can select hypervisors like kvm, vmware, xen and so on, neutron can select agents like linuxbridge-agent, opencswitch-agent and so on.
So it needs to design to choose plugins in helm charts. in neutron-helm package case, it needs to configure to disable openvswitch-agent to do not deploy openvswitch-agent daemonset, and enable another agent like linuxbridge-agent daemonset and config map.
almost all openstack's modules have same concept to use plugins, so we need to design all charts can use.

@powerds powerds changed the title feat: Support to choose plugins feat: Support to choose openstack backend plugins Apr 3, 2017
@v1k0d3n
Copy link
Collaborator

v1k0d3n commented Apr 3, 2017

@powerds thanks for checking out openstack-helm! so this feature is in fact the direction of openstack-helm, and we are working on this currently. we will have a couple backend options for cinder (as an example) to show developers exactly how we plan on addressing this feature request going forward (and before we enter openstack proper).

@powerds
Copy link
Author

powerds commented Apr 3, 2017

@v1k0d3n thanks. but it looks there's some difference between cinder multi backend function (#300) and neutron agent plugin function on openstack-helm. because in cinder case, there's no change of k8s resources. the cinder configuration acts in cinder-volume deployment so it's enough to fix cinder.conf. but in neutron case, ovs-agent, ovs-db, ovs-vswitchd daemonsets should be not deployed when we set up to use linuxbridge-agent. it means neutron-helm chart should control what *-agent daemonsets will be deployed or not. do we need new issue for neutron?

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

No branches or pull requests

2 participants