Skip to content

How to launch chefrun on provisioned vm. #1063

@qyi

Description

@qyi

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions