Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

fix(contrib/vagrant): fix vagrant n-node Makefile #759

Merged
merged 1 commit into from
Apr 17, 2014

Conversation

carmstrong
Copy link
Contributor

The fleetctl commands weren't valid, and we should disable host
checking, as Vagrant nodes will change frequently.

@mboersma
Copy link
Member

LGTM.


run: install restart
run: install start

clean: uninstall
$(call ssh_all,'cd share && for c in $(COMPONENTS); do docker rm -f deis-$$c; done')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the cd share here is fluff and is not required. Same goes for full-clean.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How is it fluff? It's pulling the images before we try starting services, so people aren't sitting around waiting and wondering why deis isn't running.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the command itself isn't fluff, but cd share is not required for make clean to run. It just removes the container from docker with no reliance on what directory it's running under.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, gotcha. Yep.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW those were just copied from the main Makefile, so they should be fixed there as well.

The fleetctl commands weren't valid, and we should disable host
checking, as Vagrant nodes will change frequently.
@carmstrong
Copy link
Contributor Author

@bacongobbler made those changes.

@bacongobbler
Copy link
Member

:shipit:

bacongobbler pushed a commit that referenced this pull request Apr 17, 2014
fix(contrib/vagrant): fix vagrant n-node Makefile
@bacongobbler bacongobbler merged commit 3d1c474 into master Apr 17, 2014
@bacongobbler bacongobbler deleted the vagrant_3node_makefile branch April 17, 2014 17:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants