Commit Graph

11 Commits

Author SHA1 Message Date
Mateusz Loskot 6b95311799 [Vagrant] Update setup with primary VM and optionals.
Add URL of db2cli driver package, download and install
automatically without manual intervention.

[ci skip]
2017-09-20 00:33:00 +02:00
Mateusz Loskot d38b21ca67 Move directory /bin to /scripts
Move directory /bin/ci to /scripts/travis
2017-09-12 22:54:19 +02:00
Mateusz Łoskot f856f7730b Vagrant: fix accidental syntax error
[ci skip]
2015-11-07 22:23:23 +01:00
Mateusz Łoskot fb545a9b8a Vagrant: update usage documentation 2015-11-07 22:06:10 +01:00
Mateusz Łoskot 837e88deca Vagrant: reorder booting to load DBs before dev env
[ci skip]
2015-11-07 11:30:29 +01:00
Mateusz Łoskot cd167df2ee Vagrant: enable host to db2 networking on port 50000
[ci skip]
2015-11-07 00:05:12 +01:00
unknown 04a59095db Vagrant: increase vm memory to 1024M
With default 384M, GCC fails during compilation of SOCI tests.

[ci skip]
2015-11-05 23:54:18 +01:00
unknown d6182bd9bc Vagrant: add Avahi/MDNS to support resolving .local hostnames
VMs are assigned IP addresses via DHCP.
Avahi allows hostname resolution, so
ping {soci|vmdb2|vmoracle}.local works.

[ci skip]
2015-11-05 23:06:44 +01:00
Mateusz Łoskot 137efc496e Vagrant: add DB2 CLI client to soci.vm
Configure installation of DB2 client driver, runtime and
development files from IBM Data Server Driver Package (DS Driver)
package (required manual download from sign-in protected IBM site,
see vagrant.md doc).
Vagrant can now build SOCI with DB2 backend.

[ci skip]
2015-11-04 01:03:06 +01:00
Mateusz Łoskot 6043cdf544 Vagrant: Add VM provisioned with DB2 instance and sample database 2015-11-03 00:52:16 +01:00
Mateusz Łoskot 01b9b48a31 Add Vagrant configuration
Provision virtual development environment for SOCI.
Currently, only main VM is provisioned: soci.
In future, oracle and db2 are planned to allow connections
from the soci and perform testing of corresponding backends.

[ci skip]
2015-11-01 23:47:23 +01:00