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

[IMPROVEMENT] Support for other providers #88

Open
89luca89 opened this issue Jul 4, 2021 · 0 comments
Open

[IMPROVEMENT] Support for other providers #88

89luca89 opened this issue Jul 4, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request experimental This issue needs a deep research and some improvement evaluation help wanted Extra attention is needed refactoring Improve the code readability changing nomenclature and/or some other things

Comments

@89luca89
Copy link
Owner

89luca89 commented Jul 4, 2021

We should support other providers like:

To include multiple providers we should think on how we want to specify the provider, for example:

    hypervisor_1:
      ansible_host: remote_kvm_machine.foo.bar
      ansible_user: root
      provider_type: Proxmox

Or something similar, also we should think on how the code generation will behave, for example

roles/terrible/templates/Libvirt
└── ......tf.j2
roles/terrible/templates/Proxmox
└── ......tf.j2
roles/terrible/templates/oVirt
└── ......tf.j2

And use the provider_type as a variable to discover the templates.

Discussion open on how to approach the problem

@89luca89 89luca89 added enhancement New feature or request help wanted Extra attention is needed refactoring Improve the code readability changing nomenclature and/or some other things experimental This issue needs a deep research and some improvement evaluation labels Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request experimental This issue needs a deep research and some improvement evaluation help wanted Extra attention is needed refactoring Improve the code readability changing nomenclature and/or some other things
Projects
None yet
Development

No branches or pull requests

2 participants