summaryrefslogtreecommitdiffstats
path: root/pike/vagrant
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30[docker] use `--no-cache-dir` flag to `pip` in dockerfiles to save spacehonoluluPratik raj1-2/+2
using "--no-cache-dir" flag in pip install ,make sure downloaded packages by pip don't cached on system . This is a best practice which make sure to fetch from repo instead of using local cached one . Further , in case of Docker Containers , by restricting caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: MULTICLOUD-1279 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: If01ac9167727423f65788bdf6abfd8ee0e1546cc
2019-09-03Merge onap and openstack_pike.Haibin Huang7-1/+112
Issue-ID: MULTICLOUD-798 Signed-off-by: songgongjun <gongjun.song@intel.com> Change-Id: I13fe7461c0d9c173970b080cdd2cb73dbae930b0
2019-09-02Fix vagrant docker issueHaibin Huang2-10/+25
Issue-ID: MULTICLOUD-798 Signed-off-by: Haibin Huang <haibin.huang@intel.com> Change-Id: I37822b04c8336acb4c04ab36d130b0302b7f0aaf
2018-12-05Fix vagrant pep8 errorHaibin Huang1-25/+25
Change-Id: If842bca7c09111136df330d1cf3cb84375e868f1 Issue-ID: MULTICLOUD-424 Signed-off-by: Haibin Huang <haibin.huang@intel.com>
2018-10-17Add license for pikeHuang Haibin7-0/+98
Change-Id: I779bc427bf8e0ff682806b8c8933312b1dd5a340 Issue-ID: MULTICLOUD-384 Signed-off-by: Huang Haibin <haibin.huang@intel.com>
2018-07-30Remove EPA attributeDileep Ranganathan2-5/+0
Remove EPA property from multicloud as it is repaced by HPA attributes. Change-Id: I96e2ebcc60ac55cb0f0559607de919da410f66b1 Issue-ID: AAI-1150 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
2018-07-25Add Openstack Pike plugin frameworkHuang Haibin8-0/+240
Add Pike framework and one function extension Add Vagrant for test Change-Id: I045ac1f1a920b509a69d7a72f8e60fb108102839 Issue-ID: MULTICLOUD-276 Signed-off-by: Huang Haibin <haibin.huang@intel.com>