Add dms handler
[pti/o2.git] / README.md
index fdc1d39..1612e8e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,15 @@
 ## Building containers\r
 \r
+To accommodate the git repo access issue, the cgts-client and distributed client are\r
+cloned into temp before docker building\r
+\r
+```sh\r
+mkdir -p temp\r
+cd temp\r
+git clone https://opendev.org/starlingx/config.git\r
+git clone https://opendev.org/starlingx/distcloud-client.git\r
+cd -\r
+```\r
 \r
 ```sh\r
 docker-compose build\r