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

nova: Sync z/VM code with stable/3.0 in order to sync schema migrations #17

Open
wants to merge 4 commits into
base: stable/sap/3.0
Choose a base branch
from

Commits on Feb 27, 2017

  1. Use a random z/VM instance root password by default

    We change the default for zvm_config_drive_inject_password
    to true which causes the root password to be set to a randomly generated
    individual password rather than the hardcoded root-pass. In case
    this is undesired this parameter is made configurable so you can change
    it back to a globally hardcoded password (that is now also configurable)
    instead.
    
    (cherry picked from commit 6b4111c)
    (cherry picked from commit c410e40)
    dirkmueller authored and vuntz committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    5129659 View commit details
    Browse the repository at this point in the history
  2. Add more tuneables for zvm

    (cherry picked from commit 591b062)
    (cherry picked from commit 1993cd7)
    dirkmueller authored and vuntz committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    51a6244 View commit details
    Browse the repository at this point in the history
  3. nova: Allow to define a custom network for xCAT access (bsc#976778)

    xCAT needs to be able to ssh to the compute nodes. Allow to use
    something different then the admin network by setting the
    nova.zvm.zvm_xcat_network to the name of the network that is defined in
    the network barclamp.
    
    z/VM will then allocate an IP in that network and set "my_ip" in
    nova.conf accordingly.
    
    https://bugzilla.suse.com/show_bug.cgi?id=976778
    (cherry picked from commit d2de18f)
    (cherry picked from commit f2f1127)
    rhafer authored and vuntz committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    ba85c1a View commit details
    Browse the repository at this point in the history
  4. nova: Avoid changing nova.conf when not using z/VM

    Some empty lines were added, causing restart of nova services.
    vuntz committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    f6d46e9 View commit details
    Browse the repository at this point in the history