From ec4d59a2d2543ca1151ede4529811be02192c80c Mon Sep 17 00:00:00 2001
From: agonzalezrh <alberto.gonzalez@redhat.com>
Date: Tue, 17 Mar 2020 13:47:30 +0100
Subject: [PATCH] Update post_software.yml (#1348)

---
 ansible/configs/osp-migration/post_software.yml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ansible/configs/osp-migration/post_software.yml b/ansible/configs/osp-migration/post_software.yml
index 4d191d7..bae2331 100644
--- a/ansible/configs/osp-migration/post_software.yml
+++ b/ansible/configs/osp-migration/post_software.yml
@@ -6,5 +6,12 @@
   tags:
     - step005
   tasks:
+    - name: Save user info
+      agnosticd_user_info:
+        data:
+          BOOKBAG_OS_AUTH_URL: "{{ osp_auth_url }}"
+          BOOKBAG_OS_USERNAME: "{{ guid }}"
+          BOOKBAG_OS_PASSWORD: "{{ api_pass }}"
+          BOOKBAG_OS_PROJECT_NAME: "{{ osp_project_name }}"
     - debug:
         msg: "Post-Software checks completed successfully"

--
Gitblit v1.9.3