Skip to content

Commit 89d96ac

Browse files
committed
changed ip range to match new ip-range for Mac osX
1 parent 8c7c38d commit 89d96ac

File tree

40 files changed

+43
-43
lines changed

40 files changed

+43
-43
lines changed

drupal/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.3 drupal
29+
192.168.56.3 drupal
3030

3131
(Where `drupal`) is the hostname you have configured in the `Vagrantfile`).
3232

drupal/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "drupal"
19-
config.vm.network :private_network, ip: "192.168.33.3"
19+
config.vm.network :private_network, ip: "192.168.56.3"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :drupal do |drupal|

drupal/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
drupal ansible_ssh_host=192.168.33.3 ansible_ssh_port=22
3+
drupal ansible_ssh_host=192.168.56.3 ansible_ssh_port=22

gitlab/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.22 gitlab
29+
192.168.56.22 gitlab
3030

3131
(Where `gitlab`) is the hostname you have configured in the `Vagrantfile`).
3232

gitlab/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "gitlab"
19-
config.vm.network :private_network, ip: "192.168.33.22"
19+
config.vm.network :private_network, ip: "192.168.56.22"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :gitlab do |gitlab|

gitlab/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
gitlab ansible_ssh_host=192.168.33.22 ansible_ssh_port=22
3+
gitlab ansible_ssh_host=192.168.56.22 ansible_ssh_port=22

gogs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.23 gogs
29+
192.168.56.23 gogs
3030

3131
(Where `gogs`) is the hostname you have configured in the `Vagrantfile`).
3232

gogs/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "gogs"
19-
config.vm.network :private_network, ip: "192.168.33.23"
19+
config.vm.network :private_network, ip: "192.168.56.23"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :gogs do |gogs|

gogs/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
gogs ansible_ssh_host=192.168.33.23 ansible_ssh_port=22
3+
gogs ansible_ssh_host=192.168.56.23 ansible_ssh_port=22

jenkins/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.55 jenkins
29+
192.168.56.55 jenkins
3030

3131
(Where `jenkins`) is the hostname you have configured in the `Vagrantfile`).
3232

jenkins/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1717
end
1818

1919
config.vm.hostname = "jenkins"
20-
config.vm.network :private_network, ip: "192.168.33.55"
20+
config.vm.network :private_network, ip: "192.168.56.55"
2121

2222
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2323
config.vm.define :jenkins do |jenkins|

jenkins/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
jenkins ansible_ssh_host=192.168.33.55 ansible_ssh_port=22
3+
jenkins ansible_ssh_host=192.168.56.55 ansible_ssh_port=22

kubernetes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.71 kube1
29+
192.168.56.71 kube1
3030

3131
(Where `kube1` is the hostname you have configured in the `Vagrantfile` for the first machine, which will be the Kubernetes master).
3232

kubernetes/Vagrantfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1414

1515
# Define three VMs with static private IP addresses.
1616
boxes = [
17-
{ :name => "kube1", :ip => "192.168.33.71" },
18-
{ :name => "kube2", :ip => "192.168.33.72" },
19-
{ :name => "kube3", :ip => "192.168.33.73" }
17+
{ :name => "kube1", :ip => "192.168.56.71" },
18+
{ :name => "kube2", :ip => "192.168.56.72" },
19+
{ :name => "kube3", :ip => "192.168.56.73" }
2020
]
2121

2222
# Provision each of the VMs.
@@ -38,7 +38,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3838
"kubernetes_master:vars" => {
3939
kubernetes_role: "master",
4040
swapfile_path: "/dev/mapper/vagrant--vg-swap_1",
41-
kubernetes_apiserver_advertise_address: "192.168.33.71"
41+
kubernetes_apiserver_advertise_address: "192.168.56.71"
4242
},
4343
"kubernetes_node" => ["kube2", "kube3"],
4444
"kubernetes_node:vars" => {

lamp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.33 lamp
29+
192.168.56.33 lamp
3030

3131
(Where `lamp`) is the hostname you have configured in the `Vagrantfile`).
3232

lamp/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "lamp"
19-
config.vm.network :private_network, ip: "192.168.33.33"
19+
config.vm.network :private_network, ip: "192.168.56.33"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :lamp do |lamp|

lamp/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
lamp ansible_ssh_host=192.168.33.33 ansible_ssh_port=22
3+
lamp ansible_ssh_host=192.168.56.33 ansible_ssh_port=22

lemp/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.34 lemp
29+
192.168.56.34 lemp
3030

3131
(Where `lemp`) is the hostname you have configured in the `Vagrantfile`).
3232

lemp/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "lemp"
19-
config.vm.network :private_network, ip: "192.168.33.34"
19+
config.vm.network :private_network, ip: "192.168.56.34"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :lemp do |lemp|

lemp/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
lemp ansible_ssh_host=192.168.33.34 ansible_ssh_port=22
3+
lemp ansible_ssh_host=192.168.56.34 ansible_ssh_port=22

munin/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.90 munin
29+
192.168.56.90 munin
3030

3131
(Where `munin`) is the hostname you have configured in the `Vagrantfile`).
3232

munin/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "munin"
19-
config.vm.network :private_network, ip: "192.168.33.90"
19+
config.vm.network :private_network, ip: "192.168.56.90"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :munin do |munin|

munin/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
munin ansible_ssh_host=192.168.33.90 ansible_ssh_port=22
3+
munin ansible_ssh_host=192.168.56.90 ansible_ssh_port=22

nodejs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.27 nodejs
29+
192.168.56.27 nodejs
3030

3131
(Where `nodejs`) is the hostname you have configured in the `Vagrantfile`).
3232

nodejs/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "nodejs"
19-
config.vm.network :private_network, ip: "192.168.33.27"
19+
config.vm.network :private_network, ip: "192.168.56.27"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :nodejs do |nodejs|

nodejs/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs ansible_ssh_host=192.168.33.27 ansible_ssh_port=22
1+
nodejs ansible_ssh_host=192.168.56.27 ansible_ssh_port=22

phergie/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "phergie"
19-
config.vm.network :private_network, ip: "192.168.33.99"
19+
config.vm.network :private_network, ip: "192.168.56.99"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :phergie do |phergie|

phergie/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
phergie ansible_ssh_host=192.168.33.99 ansible_ssh_port=22
3+
phergie ansible_ssh_host=192.168.56.99 ansible_ssh_port=22

rails/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.8 rails
29+
192.168.56.8 rails
3030

3131
(Where `rails`) is the hostname you have configured in the `Vagrantfile`).
3232

rails/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "rails"
19-
config.vm.network :private_network, ip: "192.168.33.8"
19+
config.vm.network :private_network, ip: "192.168.56.8"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :rails do |rails|

rails/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rails ansible_ssh_host=192.168.33.8 ansible_ssh_port=22
1+
rails ansible_ssh_host=192.168.56.8 ansible_ssh_port=22

solr/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.44 solr
29+
192.168.56.44 solr
3030

3131
(Where `solr`) is the hostname you have configured in the `Vagrantfile`).
3232

solr/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "solr"
19-
config.vm.network :private_network, ip: "192.168.33.44"
19+
config.vm.network :private_network, ip: "192.168.56.44"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :solr do |solr|

solr/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
solr ansible_ssh_host=192.168.33.44 ansible_ssh_port=22
3+
solr ansible_ssh_host=192.168.56.44 ansible_ssh_port=22

sonarqube/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.57 sonarqube
29+
192.168.56.57 sonarqube
3030

3131
(Where `sonarqube`) is the hostname you have configured in the `Vagrantfile`).
3232

sonarqube/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "sonarqube"
19-
config.vm.network :private_network, ip: "192.168.33.57"
19+
config.vm.network :private_network, ip: "192.168.56.57"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :sonarqube do |sonarqube|

sonarqube/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sonarqube ansible_ssh_host=192.168.33.57 ansible_ssh_port=22
1+
sonarqube ansible_ssh_host=192.168.56.57 ansible_ssh_port=22

svn/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Once the new VM is up and running (after `vagrant up` is complete and you're bac
2626

2727
You need to modify your host machine's hosts file (Mac/Linux: `/etc/hosts`; Windows: `%systemroot%\system32\drivers\etc\hosts`), adding the line below:
2828

29-
192.168.33.90 svn
29+
192.168.56.90 svn
3030

3131
(Where `svn`) is the hostname you have configured in the `Vagrantfile`).
3232

svn/Vagrantfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
1616
end
1717

1818
config.vm.hostname = "svn"
19-
config.vm.network :private_network, ip: "192.168.33.90"
19+
config.vm.network :private_network, ip: "192.168.56.90"
2020

2121
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
2222
config.vm.define :svn do |svn|

svn/provisioning/inventory

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Generated by Vagrant
22

3-
svn ansible_ssh_host=192.168.33.90 ansible_ssh_port=22
3+
svn ansible_ssh_host=192.168.56.90 ansible_ssh_port=22

0 commit comments

Comments
 (0)