Opened 9 years ago
Closed 8 years ago
#2586 closed enhancement (fixed)
Parameterized vagrant provisioning script
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | 3.1 |
Component: | Build System | Version: | 3.0.0 |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description
Currently our Linux builds are done through vagrant with distinct Vagrantfiles for:
- CentOS 6.5 (32-bit)
- CentOS 6.5 (64-bit)
- Ubuntu 12.04 (32-bit)
- Ubuntu 12.04 (64-bit)
Inside each vagrantfile is lots of common and redundant shell script code that calls the underlying build scripts.
To simplify these vagrantfiles, we should extract out this common shell script code into its own root provisioning shell script.
Note:
See TracTickets
for help on using tickets.