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

Improve azure provisioner: install specific packages, update field names and fix cluster resize #326

Merged
merged 4 commits into from
Jul 4, 2018

Commits on Jul 4, 2018

  1. Do not install all azure packages

    Often azure brokes packege dependencies and our CI became broken.
    Install only that azure packages, tht we are using.
    Ekaterina Chernova committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    ecd8171 View commit details
    Browse the repository at this point in the history
  2. Rename fields in Azure provisioner

    Rename "Client" to "Application" and "Tenant" to "Directory"
    since they are used in the azure docs that we are referring to.
    Ekaterina Chernova committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    8f50e7b View commit details
    Browse the repository at this point in the history
  3. Do not save modified object on cluster GET

    Otherwise cluster may not be resized
    Ekaterina Chernova committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    7a98ca2 View commit details
    Browse the repository at this point in the history
  4. Rename get_state to update_state cluster method

    Since we are performing save operation, witch modifies
    an object state and not just reading it.
    Ekaterina Chernova committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    718d2eb View commit details
    Browse the repository at this point in the history