Moving the user and roles config

Issue-ID: PORTAL-434
Change-Id: I3889573d7ceacab0ec8fd8e993fb71742fe1a7d4
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config b/kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config
similarity index 100%
rename from kubernetes/aai/charts/aai-sparky-be/resources/config/portal/roles.config
rename to kubernetes/aai/charts/aai-sparky-be/resources/config/roles.config
diff --git a/kubernetes/aai/charts/aai-sparky-be/resources/config/users.config b/kubernetes/aai/charts/aai-sparky-be/resources/config/users.config
new file mode 100644
index 0000000..ce69e88
--- /dev/null
+++ b/kubernetes/aai/charts/aai-sparky-be/resources/config/users.config
@@ -0,0 +1,20 @@
+[{

+    "orgId": null,

+    "managerId": null,

+    "firstName": "Demo",

+    "middleInitial": null,

+    "lastName": "User",

+    "phone": null,

+    "email": "demo@email.com",

+    "hrid": null,

+    "orgUserId": "demo",

+    "orgCode": null,

+    "orgManagerUserId": null,

+    "jobTitle": null,

+    "loginId": "demo",

+    "active": false,

+    "roles": [{

+        "id": 1,

+        "name": "View"

+    }]

+}]
\ No newline at end of file