File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This chart can be used to create a new namespace and two secrets for the cluster
4
4
helm upgrade -i <tenant>-credentials -n <tenant> --create-namespace https://github.com/SovereignCloudStack/openstack-csp-helper/releases/latest/download/openstack-csp-helper.tgz -f clouds.yaml
5
5
```
6
6
7
+ If you want to use OVN provider OpenStack Octavia ` --set octavia_ovn=true ` to the helm command.
8
+
7
9
If OpenStack API is protected by the certificate issued by custom CA, add ` --set cacert="$(cat /path/to/cacert)" ` to the helm command.
8
10
9
11
If you choose to use clouds.yaml with application credentials (auth_type: ` v3applicationcredential ` ), it is the preferred and more secure option.
Original file line number Diff line number Diff line change @@ -93,6 +93,10 @@ project-id={{ include "auth_project_id" . }}
93
93
manage-security-groups=true
94
94
enable-ingress-hostname=true
95
95
create-monitor=true
96
+ { {- if .Values.octavia_ovn } }
97
+ lb-provider=ovn
98
+ lb-method=SOURCE_IP_PORT
99
+ { {- end } }
96
100
{ {- end } }
97
101
98
102
You can’t perform that action at this time.
0 commit comments