~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to ci/genK8Bundle.py

  • 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:
161
161
    config['os']['network']['dpdk'] = True
162
162
if 'lb' in features:
163
163
    config['k8']['feature']['loadbalancer'] = True
 
164
if 'ceph' in features:
 
165
    config['k8']['feature']['storage'] = 'ceph'
164
166
 
165
167
# change ha mode
166
168
config['k8']['network']['controller'] = sdn