atomia / puppet-atomia

Puppet module to install and configure Atomia
9 stars 24 forks source link

Fix vagrant master DNS settings, Atomia installer #341

Closed NVitanovic closed 4 years ago

NVitanovic commented 4 years ago

After executing vagrant up master the machine did not provision without first modifying the Ethernet interface to have 127.0.0.1 and 8.8.8.8 as DNS servers. Now, these two DNS entries are added and chocolatey is able to download the needed applications and Atomia installer.

The other issues are that Atomia installer was not installed because it was not available anymore from the old installer.atomia.com URL. Now we fetch Atomia installer from: installer.atomia.com/AtomiaInstaller-latest.exe This allows us to always update the installer when needed.

In order for this to be applied developers would need to either clone new vagrant-atomia repo or update the submodules.

Resolves PROD-2143.

ChangeLog: