Updating release notes in preparation of bronze release
- made some changes to developer-guide.rst
- made changes to helm files
- added new values.yaml for db

Change-Id: I8a05db4be5a28f85d2c07212b256116505eb5d01
Signed-off-by: Chen, Jackie <jv246a@att.com>
diff --git a/docs/developer-guide.rst b/docs/developer-guide.rst
index 021a954..1fd4499 100644
--- a/docs/developer-guide.rst
+++ b/docs/developer-guide.rst
@@ -26,11 +26,12 @@
 

 Deployment

 ----------

+The following are typical steps used to deploy and run different components of OTF.

 

 OTF Frontend

 ^^^^^^^^^^^^

 1) docker build -t otf-frontend:0.0.1-SNAPSHOT .

-2) docker run -d --network="host" otf-frontend:0.0.1-SNAPSHOT

+2) docker run -e OTF_URL='http://localhost:8082/ -d --network="host" otf-frontend:0.0.1-SNAPSHOT

 

 OTF SERVICE API

 ^^^^^^^^^^^^^^^^

@@ -78,7 +79,7 @@
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

 When registering as a new user, you will eventually need an admin to "enable" you. If you are the first User,

 there will be no admin and you will be unable to log in even after you register. In order to fix this, you will have to

-manually go into the mongo database and alter certain attributes for this new user.

+manually go into the mongo database and alter certain enabled and permission attribute for this new user.

 

 .. image:: images/mongo-user.PNG