Re: [openstack-dev] [helm] multiple nova compute nodes

2018-10-02 Thread Steve Wilkerson
In addition to targeting nodes by labels (these labels are exposed for overrides in the move chart’s values.yaml, so they can be whatever labels you wish them to be), you can also disable particular templates in the nova chart. You can find these under the ‘manifests:’ key in the chart’s

Re: [openstack-dev] [helm] multiple nova compute nodes

2018-10-02 Thread Chris Friesen
On 10/2/2018 4:15 PM, Giridhar Jayavelu wrote: Hi, Currently, all nova components are packaged in same helm chart "nova". Are there any plans to separate nova-compute from rest of the services ? What should be the approach for deploying multiple nova computes nodes using OpenStack helm charts?

[openstack-dev] [helm] multiple nova compute nodes

2018-10-02 Thread Giridhar Jayavelu
Hi, Currently, all nova components are packaged in same helm chart "nova". Are there any plans to separate nova-compute from rest of the services ? What should be the approach for deploying multiple nova computes nodes using OpenStack helm charts? Thanks, Giri