* Basic support for C4 model primitives.
* Use the "rect" shape for nodes
With the record shape we used before, graphviz would trip over
edges that set constraint=False.
* Adopt C4 terminology: Rename Dependency -> Relationship
* Adopt C4 terminology: Rename type -> technology
* Extract a shared C4Node
This makes the code more DRY, but also allows to add company-
specific extensions more easily. One need we have is to slightly
adapt the terminology. At Spotify, we happen to call `Container`
a `Component` for example. This is now easier to implement on top
of the shared `C4Node`.
* Add "C4" shield to the README
* Document how to produce a C4 diagram
* Added IBM Provider
* Added IBM Provider
* Added IBM Provider
* Added IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Add IBM Provider
* Modified image after review comments
* Deleted resources
* Modified after review comments
* Modified as per code review
* Modified as per code review
* Modified as per code review
* Modified as per code review
* Modified as per code review
* Try to make the custom doc page (#284)
* [Fix] link syntax
* [Fix] Generate the doc for custom outside the provider loop + Remove custom from providers list.
* [Fix] Add custom menu in side bar
* docs(Custom): Add more examples (#284)
* adding presto node to onperm.analytics
prestosql and prestodb logos are same
* adding presto logo to resource directory
* git add Apache superset
* adding nextcloud node
* Add: Litmus Chaos and Chaos Mess for chaos engineering
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: move into new resources cloudnative.chaos
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Fix: remove Chaos from onprem
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: move Chaos into k8s
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: clean
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: clean resources
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Add: Buzfeed SSO and Oauth2 Proxy
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: move buzzfeed-sso and oauth2-proxy into onprem.auth
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Add: Vector logging service
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Update: move fluentd and vector into aggregator category
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
* Including Zabbix on Monitoring Group
* Zabbix implementation
* Added LXC on Container
* Error typo
* Alias PVE-Proxmox
* Including Proxmox, CEPH, GlusterFS
* New Application Servers - JBoss,Tomcat,Jetty,Glassfish
* Java App Server - WildFly by RH
* Autogen Changes of App Servers
* DNS Services OnPremise
* Inclusion UPPER_WORDS
* Container and OnPremise changed after autogen.sh
* Outscale after autogen
* Removed duplication
* Refactor #291