VOL-402 update to include this change in the installer creation.

Change-Id: Ie54bb8960f64235f3359ada959041bf38362ce06
diff --git a/install/BuildVoltha.sh b/install/BuildVoltha.sh
index a3bec02..6b83786 100755
--- a/install/BuildVoltha.sh
+++ b/install/BuildVoltha.sh
@@ -40,6 +40,7 @@
 cp voltha/voltha.production.yml voltha/voltha.yml
 cp ofagent/ofagent.production.yml ofagent/ofagent.yml
 cp netconf/netconf.production.yml netconf/netconf.yml
+cp chameleon/chameleon.production.yml chameleon/chameleon.yml
 
 # Destroy the VM if it's running
 vagrant destroy voltha${uId}
diff --git a/install/cleanup.sh b/install/cleanup.sh
index 17996d8..4a2fba9 100755
--- a/install/cleanup.sh
+++ b/install/cleanup.sh
@@ -20,3 +20,6 @@
 git checkout ../voltha/voltha.yml
 git checkout ../ofagent/ofagent.yml
 git checkout ../netconf/netconf.yml
+pushd /cord/component/chameleon
+git checkout chameleon.yml
+popd