~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/config_tpl/juju2/bundlek8_tpl/relations.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:
21
21
    - [ 'kubernetes-worker:kube-api-endpoint', 'kubeapi-load-balancer:website' ]
22
22
    - [ 'kubeapi-load-balancer:certificates', 'easyrsa:client' ]
23
23
{% endif %}
24
 
 
 
24
{% if k8.feature.storage == 'ceph' %}
 
25
    - [ 'ceph-osd:mon', 'ceph-mon:osd' ]
 
26
    - [ 'ceph-mon:admin', 'kubernetes-master:ceph-storage' ]
 
27
{% endif %}