Fix metadata for Galaxy, lint

Change-Id: I9e9b1e61e28e3db22f81e1bc3b85188e9ce612cd
diff --git a/.gitreview b/.gitreview
deleted file mode 100644
index 08ac56e..0000000
--- a/.gitreview
+++ /dev/null
@@ -1,5 +0,0 @@
-[gerrit]
-host=gerrit.opencord.org
-port=29418
-project=ansible/role/redis.git
-defaultremote=origin
diff --git a/.reuse/dep5 b/.reuse/dep5
index 40fef72..1fed8b9 100644
--- a/.reuse/dep5
+++ b/.reuse/dep5
@@ -1,5 +1,5 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 
-Files: .cookiecutter_params.json VERSION .gitreview README.md
+Files: .cookiecutter_params.json VERSION README.md
 Copyright: 2020 Open Networking Foundation
 License: Apache-2.0
diff --git a/meta/main.yml b/meta/main.yml
index 57db370..e51b4f7 100644
--- a/meta/main.yml
+++ b/meta/main.yml
@@ -6,6 +6,8 @@
 
 galaxy_info:
   role_name: redis
+  namespace: onf
+
   author: Open Networking Foundation
   description: Redis in-memory key-value store
   company: Open Networking Foundation
@@ -14,12 +16,15 @@
 
   license: Apache-2.0
 
-  min_ansible_version: 2.9.5
+  min_ansible_version: 2.10.17
 
   platforms:
-    - name: Ubuntu
+    - name: ubuntu
       versions:
-        - "18.04"
+        - bionic
+    - name: Debian
+      versions:
+        - bullseye
 
   galaxy_tags:
     - redis