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
```
pull/6/head
Kubernetes Submit Queue 2017-04-28 20:15:05 -07:00 committed by GitHub
commit 02f9d607c1
1 changed files with 2 additions and 1 deletions

View File

@ -18,8 +18,9 @@ config:
options:
basic:
packages:
- 'nfs-common'
- 'cifs-utils'
- 'ceph-common'
- 'nfs-common'
- 'socat'
tls-client:
ca_certificate_path: '/root/cdk/ca.crt'