Skip to content

Commit

Permalink
added rock-release to package list and libvirt vagrant config
Browse files Browse the repository at this point in the history
  • Loading branch information
dcode committed Feb 26, 2018
1 parent d7fbff1 commit 52da99f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
Vagrant.configure("2") do |config|
config.vm.box = "centos/7"

config.vm.provider :libvirt do |libvirt|
libvirt.host = "192.168.73.5"
libvirt.connect_via_ssh = true
libvirt.username = "dcode"
libvirt.memory = 2048
libvirt.cpus = 2
end

config.vm.provision "shell", inline: <<-SHELL
sudo /vagrant/bootstrap.sh
sudo usermod -a -G mock vagrant
Expand Down
1 change: 1 addition & 0 deletions ks/packages.list
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bzip2
# Install RockNSM
ansible
rock
rock-release

# Necessary for boot customization
#firstboot
Expand Down
1 change: 1 addition & 0 deletions ks/rock_packages.list
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ policycoreutils-python
htop
nmap-ncat
logrotate
rock-release

# Bro
bro
Expand Down

0 comments on commit 52da99f

Please sign in to comment.