Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to launch chefrun on provisioned vm. #1063

Open
qyi opened this issue Jan 20, 2014 · 1 comment
Open

How to launch chefrun on provisioned vm. #1063

qyi opened this issue Jan 20, 2014 · 1 comment

Comments

@qyi
Copy link

qyi commented Jan 20, 2014

If launch chefrun after provisionVms, its complete with success result.
If create workflow for update exists vms, step not run chef.

workflow("update") {
  steps {
    chefrun {
      phase = "install"
      roles = ['exampleNode']
      runList = ["recipe[nginx]"]
    }
  }
}

How to configure step for update vm?

@kgusakov
Copy link
Contributor

kgusakov commented Feb 2, 2014

Could you give some details:
What do you mean "step not run chef"?
Could you attach your environment template file?
Could you attach OpenGenesis log file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants