Last active
September 17, 2015 16:22
-
-
Save sathlan/bab9d691967599d2f141 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOSTS: | |
centos-server-71-x64: | |
roles: | |
- master | |
platform: el-7-x86_64 | |
box: sofer/centos-71-base | |
box_url: https://vagrantcloud.com/sofer/centos-71-base | |
hypervisor: vagrant_libvirt | |
# this assume that the ssh user is vagrant. Tweak the .vagrant/beaker_vagrant_files/libvirt-centos.yml/Vagrantfile file | |
# to change this, adding : v.vm.ssh.username = 'centos' somewhere in the file. | |
# NEW: in the latest beaker code, this should work | |
user: centos | |
CONFIG: | |
log_level: debug | |
type: foss |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment