Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shared-packaging/src/test/yaml/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Vagrant.configure(2) do |config|
config.vm.network "private_network", ip: "172.28.128.4"
end
config.vm.define "yum-systemd" do |config|
config.vm.box = "centos/7"
config.vm.box = "bento/centos-7.3"
config.vm.network "private_network", ip: "172.28.128.5"
end
config.vm.define "yum-upstart" do |config|
Expand Down
10 changes: 5 additions & 5 deletions vagrant/src/main/vagrant/servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ default_config:
run_os_update: true
servers:
- name: brooklyn
box: centos/7
box: bento/centos-7.3
ram: 2048
cpus: 4
forwarded_ports:
Expand All @@ -56,7 +56,7 @@ servers:
- sudo systemctl start brooklyn
- sudo systemctl enable brooklyn
- name: byon1
box: centos/7
box: bento/centos-7.3
ram: 512
cpus: 2
ip: 10.10.10.101
Expand All @@ -66,7 +66,7 @@ servers:
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- sudo service sshd restart
- name: byon2
box: centos/7
box: bento/centos-7.3
ram: 512
cpus: 2
ip: 10.10.10.102
Expand All @@ -76,7 +76,7 @@ servers:
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- sudo service sshd restart
- name: byon3
box: centos/7
box: bento/centos-7.3
ram: 512
cpus: 2
ip: 10.10.10.103
Expand All @@ -86,7 +86,7 @@ servers:
- sudo sed -i 's/PasswordAuthentication no/PasswordAuthentication yes/g' /etc/ssh/sshd_config
- sudo service sshd restart
- name: byon4
box: centos/7
box: bento/centos-7.3
ram: 512
cpus: 2
ip: 10.10.10.104
Expand Down