diff --git a/website/pages/docs/integrate/nia-integration.mdx b/website/pages/docs/integrate/nia-integration.mdx index 840caa70d..1b00d48f8 100644 --- a/website/pages/docs/integrate/nia-integration.mdx +++ b/website/pages/docs/integrate/nia-integration.mdx @@ -15,7 +15,7 @@ Network Infrastructure Automation (NIA) relies on a declarative, workflow and se Consul-Terraform-Sync executes one or more automation tasks with an appropriate value of service variables based on updates from the Consul service catalog. Each task consists of a runbook automation written as a compatible Terraform module using resources and data sources for the underlying network infrastructure. The Consul-Terraform-Sync daemon runs on the same node as a Consul agent. -[![NIA Architecture](/img/nia-highlevel-diagram.png)](/img/nia-highlevel-diagram.png) +[![NIA Architecture](/img/nia-highlevel-diagram.svg)](/img/nia-highlevel-diagram.svg) -> Please note that the above indicated solution is a “push” based method and is not the only way to integrate network devices with Consul and drive Network Infrastructure Automation Integration. If your preferred method is to directly integrate with Consul without using Terraform, then please use [Consul Integration Program](/docs/integrate/partnerships). diff --git a/website/pages/docs/nia/architecture.mdx b/website/pages/docs/nia/architecture.mdx index 3b1a2639b..f4370190f 100644 --- a/website/pages/docs/nia/architecture.mdx +++ b/website/pages/docs/nia/architecture.mdx @@ -15,7 +15,7 @@ network infrastructure to dynamically secure and connect services. ## 10,000 Foot View -[![Consul-Terraform-Sync Architecture](/img/nia-highlevel-diagram.png)](/img/nia-highlevel-diagram.png) +[![Consul-Terraform-Sync Architecture](/img/nia-highlevel-diagram.svg)](/img/nia-highlevel-diagram.svg) The diagram shows Consul-Terraform-Sync monitoring the Consul service catalog for updates and utilizing Terraform to update the state of the infrastructure. diff --git a/website/public/img/nia-highlevel-diagram.png b/website/public/img/nia-highlevel-diagram.png deleted file mode 100644 index b96c8d185..000000000 --- a/website/public/img/nia-highlevel-diagram.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b34bf60f9797ca252eb6bade985f5fa441bae66e7174a55df17ff967b82066fc -size 222510 diff --git a/website/public/img/nia-highlevel-diagram.svg b/website/public/img/nia-highlevel-diagram.svg new file mode 100644 index 000000000..e6f74709b --- /dev/null +++ b/website/public/img/nia-highlevel-diagram.svg @@ -0,0 +1 @@ + \ No newline at end of file