-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add IBM Provider #181
base: develop
Are you sure you want to change the base?
Add IBM Provider #181
Conversation
Please find attached the diagram for the same. I have sent in email to [email protected] |
@leandrodamascena @meshuga For some reason, my code fails with "Use of exec detected", even though, I disabled with "pylint" error. Please look into this. |
Hi @MalarvizhiK! Thanks for PR! Tomorrow I'll work on this! 👏 |
@leandrodamascena @meshuga You may need to take the latest diagrams which has diagrams for IBM Cloud Provider. Command to run for IBM Provider : python cloudiscovery/init.py ibm-vpc --region_name "us-south" --api_key "My API KEY" --vpc_id "r006-127881e9-......" --diagram yes pip3 install --upgrade "ibm-vpc>=0.6.0" pip3 install 'diagrams==0.20.0' |
@leandrodamascena @meshuga Any news on this PR ? |
Hi @MalarvizhiK. Thank you for your contribution. I don't currently have capacity to maintain the project (with constant hope for this to change) but I want to ask you to do two things:
|
@meshuga We are currently working on integrating our code with this repo. We will raise a PR as soon as its ready. |
Added code for IBM Provider. I have added Network with few resources: route_table, subnet, vpc, security group, access control list.
Here is the command to run IBM Provider:
Malars-MacBook-Pro-2:cloudiscovery malark$ python cloudiscovery/init.py ibm-vpc --region_name "us-south" --vpc_id "r006-............" --api_key "my api key for ibm"