You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CLOYSTER-165] Generate answer file based on TUI data (#91)
* Fixes an outragous number of bugs and warnings
Signed-off-by: Vinícius Ferrão <[email protected]>
Fixed more outrageous bugs.
The program is now able to at least boot a compute node again
Signed-off-by: Vinícius Ferrão <[email protected]>
Disable cosmetic warnings
Pin spdlog version
Run clang-format
Handle copy to temporary file error
Fix message in CMakeLists.txt
Handle error in answerfile minor version
Fix routing error disabling the VM network
Enable Managed network again
Fix answerfile version handling
Fix copyFile implementation
Fix typos, change variables names and fix throw.
* Fix typos in the documentation.
* Fix typos on LOG messages.
* Change variable names to be more accurate with the context.
* Rethrow should also follow the golden rule of: throw by value and catch by reference.
Signed-off-by: Vinícius Ferrão <[email protected]>
Clearning more warnings
Fix the last warnings
Remove std::exit call, and raise an exception instead
Run clang-format
Added version ranges to conanfile.txt
This change will keep the project more reliable while
still getting updates from upstream on minor versions.
Signed-off-by: Vinícius Ferrão <[email protected]>
Last try to fix clang-format
Signed-off-by: Vinícius Ferrão <[email protected]>
* Add code to dump answerfile information
* Start adding code to dump model (aka cluster) data
* Dump cluster data to answerfile
* Remove the `ini` parameter in most of answerfile functions
This parameter was unneeded, we can use the member m_ini parameter
* Reformat some files
* Dump the answerfile
* presenter: fix issues when counting available nics
* Fix some warnings regarding return statements
One is for the lack of one, the other is code after one
* Fix typing and remote URL
* Make the dump answerfile name passable by parameter
* Fix lint
---------
Signed-off-by: Vinícius Ferrão <[email protected]>
Co-authored-by: Vinícius Ferrão <[email protected]>
0 commit comments