pyinfra-dev / pyinfra-dev/pyinfra
LXD connector
Open
Nobody has claimed this yet.
connectors
- Dominant language
- Python
- Stars
- 6k
- Forks
- 548
- Avg merge
- 7d 17h
- Merged PRs (30d)
- 13
Description
Hello,
The goal would be to have a LXD connector so we can use it like:
pyinfra @lxd/<containerName> [...]
In the back-end it should probably use lxc exec <containerName> -- <command>
Related: #388
Thanks,
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the pyinfra @lxd/<containerName> command entry point and review related issue #388 to understand how a new connector should fit. Use lxc exec <containerName> -- <command> as the stated backend behavior; done means commands can target an LXD container through this syntax and the relevant connector behavior is covered by the project's tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100