- State: discussing
- Start date: ?
- End date: ?
- Docs: ?
- Related proposals: multi-cpi.md
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.
...
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...
...
...