~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/config_tpl/juju2/bundlek8_tpl/spaces.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:
1
 
 
2
 
 
3
1
    # OAM - Operations, Administration and Maintenance
4
2
    oam-space:           &oam-space           internal-api
5
3
 
 
4
    # CEPH configuration
 
5
    # CEPH access network
 
6
{% if opnfv.spaces_dict.storageaccess is defined %}
 
7
    ceph-public-space:   &ceph-public-space  storage-access-space
 
8
    ceph-access-constr:  &ceph-access-constr  spaces=storage-access-space
 
9
{% else %}
 
10
    ceph-public-space:   &ceph-public-space  internal-api
 
11
    ceph-access-constr:  &ceph-access-constr  spaces=internal-api
 
12
{% endif %}
 
13
 
 
14
    # CEPH replication network
 
15
{% if opnfv.spaces_dict.storage is defined %}
 
16
    ceph-cluster-space:  &ceph-cluster-space  storage-cluster
 
17
{% else %}
 
18
    ceph-cluster-space:  &ceph-cluster-space  internal-api
 
19
{% endif %}
 
20
 
 
21
    # CEPH OSD and journal devices; temporary workaround for #1674148
 
22
    osd-devices:         &osd-devices         {{ opnfv.storage_dict.ceph.disk }}
 
23
    osd-journal:         &osd-journal
 
24