Correctly map nova git sources

For any packages the nova role uses which are
not proprietary, the repo buid process will
need to git clone and build them from source.

In a situation where a nova control plane is
built, but no compute hosts are assigned, the
repo build currently fails due to the current
mapping of these git sources to compute hosts.

With this patch we ensure that the git sources
are cloned and the packages built as long as
there are any nova hosts in the inventory.

Change-Id: Ief9da2c8c555b51a06af9f7cd6145f9d74c14478
Closes-Bug: 1701468
This commit is contained in:
Jesse Pretorius 2017-07-04 18:09:00 +01:00 committed by Kevin Carter (cloudnull)
parent b96d29554b
commit e3524ec0d2
1 changed files with 2 additions and 2 deletions

View File

@ -154,13 +154,13 @@ nova_git_project_group: nova_all
## PowerVM Virt Driver
nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm
nova_powervm_git_install_branch: 560953d1c8b732364c80994906dd2cafc42c0262 # HEAD of "master" as of 30.06.2017
nova_powervm_git_project_group: nova_compute
nova_powervm_git_project_group: nova_all
## LXD Virt Driver
nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd
nova_lxd_git_install_branch: ca9073ca179058518b3ccd620694b7fa82b662f7 # HEAD of "master" as of 30.06.2017
nova_lxd_git_project_group: nova_compute
nova_lxd_git_project_group: nova_all
## Sahara service