summaryrefslogtreecommitdiffstats
path: root/packer/provision/basebuild.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-09-22Install chrome to support ChromeDriver in CSITGary Wu1-0/+19
Change-Id: Ib3ff4663c07d8eb90c9cb3f06660fbad93fa0b57 Issue-ID: INT-212 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-08-31Add Erlang and Rebar packages needed for DCAEGEN2Jessica Wagantall1-0/+11
Install package versions: -Erlang 19.3 -Rebar3 Issue-id: CIMAN-41 Change-Id: I375b32ce6ce4655d77ff529b0390a4ff1d72d7a4 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-30Add firefox package as part of basebuildJessica Wagantall1-2/+2
Firefox package is needed as part of Selerium UI tests. Change-Id: If194ee100f8949e36bf00c5fb790f914762a5a3d Issue-id: CIMAN-36 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-28Install xvfb for UI tests with Selenium.Jessica Wagantall1-2/+2
Change-Id: I5ed18e1c13870036601d13e7ac80d9ab89eb3be8 Issue-id: CIMAN-36 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-08-17Add install tox in packer basebuildJessica Wagantall1-2/+2
Issue-id: CIMAN-25 Change-Id: Ib9c9682d3934d109211fa3f8ec2bad641dfcb7e5 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2017-07-19Add xmlstarlet to ubuntu basebuildGary Wu1-0/+3
Change-Id: Id826fdbfb2ab547079c83bec4c9184a8e9102706 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-03-15Adding graphviz for ubuntu systemsAnaël Closson1-0/+4
Change-Id: Ibbf0a968c92ff79bcc65facb18c13744de98def4 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
2017-02-07Correctly call pipefail not pipefileAndrew Grimberg1-1/+1
Change-Id: I2e51de944afcdba9e77e7300960cd0578566fcc6 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-07Make packer templates fail on any problemsAndrew Grimberg1-0/+3
Make packer templates fail on any problems and to not be quiet in their builds. Change-Id: Ieb1ef5f6f2bff711597bd7464a2676520e5fc0d8 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-01-30Initial ci-management uploadAndrew Grimberg1-0/+72
* Configure initial jobs and validate Jenkins environment * Do not hook up packer build jobs at this time Change-Id: I1818e8680d215318410f6beff5af054db03e7fa1 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>