Update git submodules
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Wed, 26 Jul 2017 18:22:54 +0000 (11:22 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 16 Aug 2017 15:40:25 +0000 (15:40 +0000)
commit47c3a2aeb5c7699bee80f36703faf85823db263f
tree61cfa040a2ce4ec28272c7f1994201e5eb7d2781
parent717ce832b9f68c48fd07979d24dd8e6bc7acd6ed
Update git submodules

* Update docs/submodules/pharos from branch 'master'
  - Mount PostgreSQL Data from Persistent Volume

    Each time the postgresql container is torn down the database is lost.
    By using a presistent volume managed outside of docker compose, the
    postgresql data can persist across updates and service restarts.

    The volume needs to exist before the postgres container can start: this
    is done with the 'make data' command.

    Note: postgres container creates a volume at /var/lib/postgresql/data.
    Mounting at this location ensures the data is persisted into the
    external volume.

    Change-Id: I958ba57fc735c594378d575bc7108bee0d30c1e3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
docs/submodules/pharos