Skip to content
This repository has been archived by the owner on Mar 2, 2019. It is now read-only.

Latest commit

 

History

History
47 lines (34 loc) · 978 Bytes

multi-cpi-v2.md

File metadata and controls

47 lines (34 loc) · 978 Bytes
  • State: discussing
  • Start date: ?
  • End date: ?
  • Docs: ?
  • Related proposals: multi-cpi.md

Summary

Director users should be able to use multi CPI as a default configuration for the Director. It should be possible to seemlessly upgrade from non-multi-CPI configuration.

Motivation

...

Details

Improvements:

  • [done] uploading existing stemcell after new CPI is defined shuold result in IaaS stemcell import
  • [wont fix] user should be able to specify one CPI as default
  • user should be able to delete stemcell for specific CPI
  • user should be able to configure vm_types, vm_exts, disk_types with AZ specific variations. example:
vm_types:
- name: default
  cloud_properties:
    ...cps...
    
# becomes...
    
vm_types:
- name: default
  variations:
  - az: z1
    # ...azs: [z1, z2]
    cloud_properties:
      ...cps...

Drawbacks

...

Unresolved questions

...