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

@vm_helper.ip is this global structure, which gets set to the current… #41

Merged
merged 3 commits into from
Jun 6, 2017

Commits on Jun 2, 2017

  1. @vm_helper.ip is this global structure, which gets set to the current…

    … IP building - which actually worked out okay by accident until wait_for_ipv4, but now with the extra delay in the system, machine_batch builds will get an IP wrong around 30% of the time when provisioning new machines (it works when doing the chef run on already up machines because the timing is different...)
    
    replace this with the actual eventual location of the bootstrap, machine_spec.location['ipaddress']
    
    Signed-off-by: Jaymz Julian <[email protected]>
    jjlimepoint committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    471ce1d View commit details
    Browse the repository at this point in the history
  2. change single to double quotes to make rubocop happier...

    Signed-off-by: Jaymz Julian <[email protected]>
    jjlimepoint committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    bc3b5ac View commit details
    Browse the repository at this point in the history
  3. also spaces around = to make rubocop happier

    Signed-off-by: Jaymz Julian <[email protected]>
    jjlimepoint committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    001b014 View commit details
    Browse the repository at this point in the history