From 708b51d6d37574d73b1cd4eb666986c9707fa2d1 Mon Sep 17 00:00:00 2001 From: Frank-ZhangXin Date: Mon, 25 Jun 2018 10:07:37 -0500 Subject: [PATCH] Add example host confd file for barbican Missing example file could confuse user to implement this role. Since the host is not 'barbican' like named. Change-Id: I00d7801bad50dfbf81720503b38ef1f18ddfe674 --- etc/openstack_deploy/conf.d/barbican.yml.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 etc/openstack_deploy/conf.d/barbican.yml.example diff --git a/etc/openstack_deploy/conf.d/barbican.yml.example b/etc/openstack_deploy/conf.d/barbican.yml.example new file mode 100644 index 0000000000..553cbeceeb --- /dev/null +++ b/etc/openstack_deploy/conf.d/barbican.yml.example @@ -0,0 +1,8 @@ +--- +key-manager_hosts: + infra1: + ip: 172.20.236.111 + infra2: + ip: 172.20.236.112 + infra3: + ip: 172.20.236.113