OpenSearch/qa/vagrant
Jason Tedor 4e97be02a9 Export HOSTNAME environment variable
We previously explicitly set the HOSTNAME environment variable so that
${HOSTNAME} could be used a placeholder for defining the node.name in
elasticsearch.yml. We removed explicitly setting this because bash
defines HOSTNAME. The problem is that bash defines HOSTNAME as a bash
variable, not as an environment variable. Therefore, to restore the
previous behavior, we export the bash value for HOSTNAME as an
environment variable named HOSTNAME. For consistency between Windows and
the Unix-like systems, we also define HOSTNAME with a value equal to the
environment variable COMPUTERNAME on Windows.

Relates #26262
2017-08-17 16:51:02 -04:00
..
src/test/resources/packaging Export HOSTNAME environment variable 2017-08-17 16:51:02 -04:00
build.gradle Revert "Revert "Sense for VirtualBox and $HOME when deciding to turn on vagrant testing. (#24636)"" 2017-06-12 09:41:35 -04:00