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

added nextcloud, bitwarden, boundary and ambassador #363

Merged
merged 5 commits into from
Dec 9, 2020

Conversation

tbrtje
Copy link
Contributor

@tbrtje tbrtje commented Oct 26, 2020

No description provided.

@wolfspyre
Copy link
Contributor

@mingrammer - what's needed to get this merged?

@robdyke robdyke mentioned this pull request Dec 1, 2020
@tbrtje
Copy link
Contributor Author

tbrtje commented Dec 3, 2020

I would like to know as well. If there isnt any interest in integrating more things, it should be mentioned in the readme.

@mingrammer mingrammer added comp/node Issue of node component kind/feat/icon Icon request status/need-to-review Need to review labels Dec 4, 2020
@wolfspyre
Copy link
Contributor

wolfspyre commented Dec 6, 2020 via email

Copy link
Owner

@mingrammer mingrammer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Sorry for the late. Thank you.

@mingrammer mingrammer merged commit af0caf2 into mingrammer:master Dec 9, 2020
@adrien-barret
Copy link

adrien-barret commented Feb 15, 2021

look to use Ambassador but got problem with it:

from diagrams import Cluster, Diagram, Edge
from diagrams.onprem.network import Ambassador
from diagrams.onprem.monitoring import Grafana, Prometheus
# from diagrams.onprem.logging import Fluentd

with Diagram(name="myGraph", show=True):
    with Cluster("Kubernetes"):
        ingress = Ambassador("Ambassador Ingress")
        metrics = Prometheus("Prometheus")
        dashboardmetrics = Grafana("monitoring")

        ingress >> metrics << Edge(color="firebrick", style="dashed") << dashboardmetrics

[15373:15373:0215/150009.865958:ERROR:sandbox_linux.cc(374)] InitializeSandbox() called with multiple threads in process gpu-process. /usr/bin/python /home/user/workspace/sherweb/architecture/op/main.py Traceback (most recent call last): File "/home/user/workspace/sherweb/architecture/op/main.py", line 2, in <module> from diagrams.onprem.network import Ambassador ImportError: cannot import name 'Ambassador' from 'diagrams.onprem.network' (/home/user/.local/lib/python3.9/site-packages/diagrams/onprem/network.py)

Any idea?

@tbrtje
Copy link
Contributor Author

tbrtje commented Feb 21, 2021

Yeah, I've taken a look into the network.py of the pip package and it doesnt contain this commit yet. You should be able to install this package from the master branch with pip install git+https://github.com/mingrammer/diagrams.git
Hope this helps :)
Edit:
It seems not to work. You could clone the repo and copy the content of the diagrams folder into your site-packages folder ~/.local/lib/python3.9/site-packages/diagrams

@adrien-barret
Copy link

thanks @tbrtje :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp/node Issue of node component kind/feat/icon Icon request status/need-to-review Need to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants