makefiles/
----------
  o Adding more lint target logic.
  o Copy in virtualenv.mk from voltha-docs to support dependency
    based virtualenv installations.

*/*.yaml
--------
  o Misc yamllint cleanups.

Makefile
--------
  o Prune inlined logic since replaced by library makefile logic.
  o Replaced explicit pyenv installation with dependency driven
    so venv will only require installation once per target run.
  o Library make clean/sterile targets handle cleanup.

Change-Id: Ie2ce0ebc01b07c0004a5904c2641c394e46d5044
diff --git a/packer/provision/onf-playbook.yaml b/packer/provision/onf-playbook.yaml
index a30a228..6114c7c 100644
--- a/packer/provision/onf-playbook.yaml
+++ b/packer/provision/onf-playbook.yaml
@@ -76,14 +76,14 @@
       unarchive:
         src: "/tmp/helm.tgz"
         dest: "/tmp"
-        remote_src: yes
+        remote_src: true
 
     - name: Install helm binary
       copy:
         src: /tmp/linux-amd64/helm
         dest: /usr/local/bin/helm
         mode: "0755"
-        remote_src: yes
+        remote_src: true
 
     - name: Download/install kubectl binary
       get_url:
@@ -131,29 +131,29 @@
     - name: Install multi python2 packages with version specifiers
       pip:
         name:
-        - Jinja2
-        - coverage
-        - certifi
-        - cryptography
-        - git+https://github.com/linkchecker/linkchecker.git@v9.4.0
-        - graphviz
-        - isort
-        - more-itertools==5.0.0
-        - mock>2.0.0<2.1.0
-        - ndg-httpsclient
-        - nose2>0.9.0<0.10.0
-        - pyopenssl
-        - pexpect
-        - pyyaml>3.10.0<3.11.0
-        - requests>2.14.0<2.15.0
-        - robotframework
-        - robotframework-httplibrary
-        - robotframework-kafkalibrary
-        - robotframework-lint
-        - robotframework-requests
-        - robotframework-sshlibrary
-        - six
-        - urllib3
+          - Jinja2
+          - coverage
+          - certifi
+          - cryptography
+          - git+https://github.com/linkchecker/linkchecker.git@v9.4.0
+          - graphviz
+          - isort
+          - more-itertools==5.0.0
+          - mock>2.0.0<2.1.0
+          - ndg-httpsclient
+          - nose2>0.9.0<0.10.0
+          - pyopenssl
+          - pexpect
+          - pyyaml>3.10.0<3.11.0
+          - requests>2.14.0<2.15.0
+          - robotframework
+          - robotframework-httplibrary
+          - robotframework-kafkalibrary
+          - robotframework-lint
+          - robotframework-requests
+          - robotframework-sshlibrary
+          - six
+          - urllib3
 
     - name: Install multi ruby packages with version specifiers
       gem:
@@ -195,7 +195,7 @@
       unarchive:
         src: "/tmp/protobuf.zip"
         dest: "/usr/local"
-        remote_src: yes
+        remote_src: true
 
     - name: Download pandoc
       get_url:
@@ -247,7 +247,7 @@
         src: /tmp/github-release
         dest: /usr/local/bin/github-release
         mode: "0755"
-        remote_src: yes
+        remote_src: true
 
     - name: Recursively remove download files and folders
       file: