Provisioning image isn't rebuilt if packages list was changed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Confirmed
|
Medium
|
Fuel build team | ||
Mitaka |
Won't Fix
|
Medium
|
Fuel build team |
Bug Description
Provisioning image isn't rebuilt if packages list was changed after environment deployment, for example I tried to add 'nmap' to the packages list and provision new nodes, but old target image was used:
http://
Looks like Fuel developers are aware about this issue: https:/
Steps to reproduce:
1. Deploy any environment with default packages list
2. Add 'nmap' to the packages list on 'settings' tab
3. Add new node to the environment and provision it
4. Go to the new provisioned node and check 'nmap' command
Expected result:
`nmap` command is available
Actual result:
command in not found, 'nmap' package is not installed
Workaround:
remove target images manually to force rebuilding
Changed in fuel: | |
status: | New → Confirmed |
assignee: | nobody → Fuel build team (fuel-build) |
tags: | added: area-build |