From 8f9a53258a858b78229974cf09a3da67608ef0bd Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Tue, 18 Apr 2017 10:53:21 +0200 Subject: xci: Change cinder backend and move nfs to compute00 This change - switches cinder backend from lvm to nfs as examplified in [1]. - moves nfs shares from compute01 to compute00 in order to merge configure-targethosts.yml playbook in upcoming change. - updates openstack_user_config.yml to reflect the switch to nfs and move of nfs server to compute00. - removes exports file due to switching to lineinfile module. [1] https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/app-config-prod.html Change-Id: I0715c98a89ab124256e3857c1047e374f261e39b Signed-off-by: Fatih Degirmenci --- prototypes/xci/file/ha/configure-targethosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes/xci/file/ha/configure-targethosts.yml') diff --git a/prototypes/xci/file/ha/configure-targethosts.yml b/prototypes/xci/file/ha/configure-targethosts.yml index b03891d0c..50da1f223 100644 --- a/prototypes/xci/file/ha/configure-targethosts.yml +++ b/prototypes/xci/file/ha/configure-targethosts.yml @@ -29,7 +29,7 @@ # we need to force sync time with ntp or the nodes will be out of sync timewise - role: synchronize-time -- hosts: compute01 +- hosts: compute00 remote_user: root # TODO: this role is for configuring NFS on xenial and adjustment needed for other distros roles: -- cgit 1.2.3-korg