RFE: Transition default VIM to API and DB operation
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Medium
|
sajuptpm |
Bug Description
Currently the default VIM is a tacker.conf configuration operation. In many cases, creating the default vim is the first operation a Tacker deployer would do. However, the default vim name (or uuid) need to be added to tacker.conf and a tacker service restart is required. This user experience is uneven and not optimal.
Also, if/when an operator decides to change the default-vim, again a tacker service restart is required with need operator downtime.
Instead, the solution should be move to have this handled using a tacker VIM api to set the default-vim in the tacker-db.
Something like this,
tacker vim-register --name VIM0 --default-vim --description 'Default OpenStack site' --config-file default_vim.yaml
Changed in tacker: | |
assignee: | nobody → Sripriya (sseetha) |
Changed in tacker: | |
assignee: | Sripriya (sseetha) → sajuptpm (sajuptpm) |
Changed in tacker: | |
assignee: | sajuptpm (sajuptpm) → Sripriya (sseetha) |
Changed in tacker: | |
assignee: | Sripriya (sseetha) → sajuptpm (sajuptpm) |
Changed in tacker: | |
milestone: | none → newton-2 |
status: | In Progress → Fix Released |
Hi Sripriya,
are you working on this issue ?
Please assign to me if you haven't started it.