-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
When I have the following setup :
vms.yaml :
vms:
- name: master
box: centos-64-x64-vbox4210-nocm
roles:
- pe-puppet-master
- name: first
box: centos-64-x64-vbox4210-nocm
roles:
- pe-puppet-agent
pe_build.yaml :
---
pe_build:
version: 3.3.0
roles.yaml :
---
roles:
pe-puppet-master:
private_networks:
- {ip: '0.0.0.0', auto_network: true}
provider:
type: virtualbox
customize:
- [modifyvm, !ruby/sym id, '--memory', 4024]
provisioners:
- {type: hosts}
- {type: pe_bootstrap, role: !ruby/sym master}
pe-puppet-agent:
private_networks:
- {ip: '0.0.0.0', auto_network: true}
provider:
type: virtualbox
provisioners:
- {type: hosts}
- {type: pe_bootstrap}
and using vagrant version Vagrant 1.7.2 with virtual box 4.3.24 I get the following error :
Stderr from the command:
!! ERROR: Puppet Master at 'master:8140' could not be reached.
Aborting installation as directed by answer file. Set
'q_fail_on_unsuccessful_master_lookup' to 'n' if installation
should continue despite communication failures.
I haven't been able to use oscar sucessfully from windows. Am i missing something in my config?
Metadata
Metadata
Assignees
Labels
No labels