Skip to content

Commit 5a66ba1

Browse files
authored
Merge pull request #57 from larsewi/ip
Changed IP of buildslave
2 parents 8357429 + a98a89c commit 5a66ba1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Vagrant.configure("2") do |config|
110110
rsync__args: ["--verbose", "--archive", "--delete", "-z", "--links"]
111111
buildslave.vm.synced_folder "#{NTECH_ROOT}", "/northern.tech", disabled: true,
112112
rsync__args: ["--verbose", "--archive", "--delete", "-z", "--links"]
113-
buildslave.vm.network "private_network", ip: "192.168.56.100"
113+
buildslave.vm.network "private_network", ip: "192.168.56.102"
114114
buildslave.vm.provider "virtualbox" do |v|
115115
v.memory = 2048
116116
v.cpus = 4

bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ touch /etc/hosts
1414

1515
# Add buildslave entry on all machines:
1616
echo "" >> /etc/hosts
17-
grep 'buildslave' /etc/hosts || echo '192.168.56.100 buildslave' >> /etc/hosts
17+
grep 'buildslave' /etc/hosts || echo '192.168.56.102 buildslave' >> /etc/hosts
1818
echo "" >> /etc/hosts
1919

2020
touch /root/.bashrc

0 commit comments

Comments
 (0)