Commit 02f9d607 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #45117 from chuckbutler/add-cifs

Automatic merge from submit-queue (batch tested with PRs 41583, 45117, 45123) Adds the cifs-common package **What this PR does / why we need it**: Enables mounting of CIFS volumes. Required for Azure. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes https://github.com/juju-solutions/bundle-canonical-kubernetes/issues/227 **Release note**: ```release-note Added CIFS PV support for Juju Charms ```
parents e2042bb8 9ee4e99d
...@@ -18,8 +18,9 @@ config: ...@@ -18,8 +18,9 @@ config:
options: options:
basic: basic:
packages: packages:
- 'nfs-common' - 'cifs-utils'
- 'ceph-common' - 'ceph-common'
- 'nfs-common'
- 'socat' - 'socat'
tls-client: tls-client:
ca_certificate_path: '/root/cdk/ca.crt' ca_certificate_path: '/root/cdk/ca.crt'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment