Closed johntdyer closed 11 years ago
Are you sure that the vagrant instance is running? Did you do vagrant up
first?
Yep, i did
On Wednesday, May 15, 2013, Vasily Mikhaylichenko notifications@github.com wrote:
Are you sure that the vagrant instance is running? Did you do vagrant up first?
— Reply to this email directly or view it on GitHub.
I am running Vagrant 1.2.2, if that matters… Based on the gem file I gather you work w/ the gem version ( 1.0.7 ) ?
On Wednesday, May 15, 2013, John Dyer johntdyer@gmail.com wrote:
Yep, i did
On Wednesday, May 15, 2013, Vasily Mikhaylichenko < notifications@github.com> wrote:
Are you sure that the vagrant instance is running? Did you do vagrant up first?
— Reply to this email directly or view it on GitHub.
I haven't tested it with Vagrant >=1.1 to be honest. I'm using 1.0.7 at the moment.
@johntdyer the answer's in your node YAML: the two IP addresses don't match...
@anicholson thanks for pointing this out!
@johntdyer the server/host
IP address in your example.yml
node file should match the one in Vagrantfile
.
So two things I noticed here
1 ) The examples in the docs say "node-name" but its actually example if your following the readme, this took me a few minutes to figure out
2) Even after sorting out node-name vs example I was still unable to actually provision
my node.yml
BTW, This tool looks very cool !