~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/config_tpl/juju2/bundlek8_tpl/bundle.yaml

  • Committer: Narinder Gupta
  • Date: 2017-11-01 03:07:28 UTC
  • Revision ID: git-v1:7f23c5d78d7fac02849438d5d45f43e0f42217c4
adding ceph support for Kubernetes.

Change-Id: If7cf0add214da153daf39967fac15ba027cc3885
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
{% else %}
27
27
{% include 'flannel.yaml' %}
28
28
{% endif %}
29
 
 
 
29
{% if k8.feature.storage == 'ceph' %}
 
30
{% include 'ceph.yaml' %}
 
31
{% endif %}
30
32
 
31
33
  relations:
32
34
    - [ 'ntp:juju-info', 'nodes:juju-info' ]