diff --git a/doc/source/contribute/architecture.rst b/doc/source/contribute/architecture.rst index cf76a4d92..988acb0a4 100644 --- a/doc/source/contribute/architecture.rst +++ b/doc/source/contribute/architecture.rst @@ -12,7 +12,7 @@ Overall Architecture The next figure presents an overall logical diagram for Barbican. -.. image:: http://0a5aa9029f70acecc898-b578de5fa5a4bf8c8b1d7c616994834b.r11.cf1.rackcdn.com/barbican-overall-architecture.gif +.. image:: ./../images/barbican-overall-architecture.gif The API node(s) handle incoming REST requests to Barbican. These nodes can interact with the database directly if the request can be completed @@ -35,7 +35,7 @@ logging. The next figure examines the components within Barbican. -.. image:: http://0a5aa9029f70acecc898-b578de5fa5a4bf8c8b1d7c616994834b.r11.cf1.rackcdn.com/barbican-components.gif +.. image:: ./../images/barbican-components.gif Several potential clients of the Barbican REST interface are noted, including `Castellan `_ which presents a generic diff --git a/doc/source/images/barbican-components.gif b/doc/source/images/barbican-components.gif new file mode 100644 index 000000000..0fd0a2006 Binary files /dev/null and b/doc/source/images/barbican-components.gif differ diff --git a/doc/source/images/barbican-overall-architecture.gif b/doc/source/images/barbican-overall-architecture.gif new file mode 100644 index 000000000..e963c10c8 Binary files /dev/null and b/doc/source/images/barbican-overall-architecture.gif differ