Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add "wizard createconfig" command to easily populate configuration files #743

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fmartingr
Copy link
Contributor

Summary

In order to make iteration, first usage and potentially development faster I see myself editing, copying and pasting files manually around so it occurred to me that having a command to easily populate the basics for configuration files would be particularily useful.

I envisioned this as a question-answer prompt, but having a command with flags seems more appropriate here and we can always evolve into something like that.

This Pull Request contains the first steps for that, allowing to run a ltctl wizard createconfig command with several flags to populate the config.json and deployment.json files with predefined values for an environment with an specific amount of active concurrent users (determines by the --active-users flag).

I added some draft structures around to define this architecture list borrowing the information from the references architectures work, but we would also need to define number of agents and all other load-test specific configuration.

This is just a first step/draft idea, let me know what you think @agnivade @agarciamontoro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant