From cba52888670d2f19a104960ed9be9bd24b97b9c0 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 8 Dec 2016 17:15:46 +0000 Subject: Make network-isolation environment rendered for all roles Currently there's some hard-coded references to roles here, rendering from the roles_data.yaml is a step towards making the use of isolated networks for custom roles easier. Partial-Bug: #1633090 Depends-On: Ib681729cc2728ca4b0486c14166b6b702edfcaab Change-Id: If3989f24f077738845d2edbee405bd9198e7b7db --- roles/Database.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/Database.yaml') diff --git a/roles/Database.yaml b/roles/Database.yaml index 3ef751a7..75b26a8c 100644 --- a/roles/Database.yaml +++ b/roles/Database.yaml @@ -4,6 +4,8 @@ - name: Database description: | Standalone database role with the database being managed via Pacemaker + networks: + - InternalApi HostnameFormatDefault: '%stackname%-database-%index%' ServicesDefault: - OS::TripleO::Services::AuditD -- cgit 1.2.3-korg