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

VMWare vCloud Director Support #3785

Merged
merged 27 commits into from
Dec 3, 2015
Merged

VMWare vCloud Director Support #3785

merged 27 commits into from
Dec 3, 2015

Commits on Nov 2, 2015

  1. Configuration menu
    Copy the full SHA
    8780bd2 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'terraform'

    Brett Mack committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    8376a5a View commit details
    Browse the repository at this point in the history
  3. Added protection for api limiting

    Brett Mack committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    965882b View commit details
    Browse the repository at this point in the history
  4. Refresh firewall rules after each failure before trying to append new…

    … rules
    Brett Mack committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    95ec9a9 View commit details
    Browse the repository at this point in the history
  5. Minor change to documentation

    Brett Mack committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    fc7dcb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2015

  1. Merge branch 'master' into hmrc

    Brett Mack committed Nov 5, 2015
    Configuration menu
    Copy the full SHA
    cb90e6c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. Changed vmware-govcd dependency to pull from hmrc

    Brett Mack committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    7c09f96 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'terraform' into hmrc

    Brett Mack committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    bda4ef7 View commit details
    Browse the repository at this point in the history
  3. Class a resource that is in tfstate but unable to be found on the pro…

    …vider as deleted
    Brett Mack committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    b6abb91 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

  1. Code cleanup to address PR comments

    Brett Mack committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    a15c99e View commit details
    Browse the repository at this point in the history
  2. Changed documentation to better show what can be done with firewall r…

    …ules
    Brett Mack committed Nov 10, 2015
    Configuration menu
    Copy the full SHA
    a05ff89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc8924b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2015

  1. Minor doc updates

    nickithewatt committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    5df9d22 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2015

  1. Configuration menu
    Copy the full SHA
    ecc4ce3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8e1a64 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Merge branch 'terraform' into hmrc

    Brett Mack committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    cc54785 View commit details
    Browse the repository at this point in the history
  2. Fixed null pointer panic during firewall rules test

    Brett Mack committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    f140c15 View commit details
    Browse the repository at this point in the history
  3. Check where nested structs could possibly be nil before trying to acc…

    …ess their data
    Brett Mack committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    c8dfecc View commit details
    Browse the repository at this point in the history
  4. Add retry calls to protect against api rate limiting

    Brett Mack committed Nov 17, 2015
    Configuration menu
    Copy the full SHA
    29dfc43 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Fixed failing test

    Brett Mack committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    b0fdf8a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'terraform' into hmrc

    Brett Mack committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    815ff7a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. Configuration menu
    Copy the full SHA
    f1c2be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49195f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    3809315 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from hmrc/timeout

     Make maxRetryTimeout (in seconds) configurable
    devopsbrett committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    5dde514 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Only undeploy a machine if it is switched on

    Brett Mack committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    a026673 View commit details
    Browse the repository at this point in the history
  2. Don't error if unable to undeploy

    Brett Mack committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    aec94b1 View commit details
    Browse the repository at this point in the history