Add project group to role
This patch adds a var used by the repo_build process to determine which host group to check for members of before building the pip packages required by this role. This provides the ability to optimise the repo build process to only building the packages that are required for an environment. Depends-On: Idda16b4f382eee57c7469af898859d6d81d4eb30 Change-Id: Iedb4c0c91daa291f881a9fc00c5b8c40bb312ce3
This commit is contained in:
parent
a70f20c61d
commit
1d603293bd
@ -173,6 +173,12 @@ ironic_glance_auth_strategy: "{{ ironic_openstack_auth_strategy }}"
|
|||||||
# Neutron
|
# Neutron
|
||||||
ironic_neutron_auth_strategy: "{{ ironic_openstack_auth_strategy }}"
|
ironic_neutron_auth_strategy: "{{ ironic_openstack_auth_strategy }}"
|
||||||
|
|
||||||
|
# This variable is used by the repo_build process to determine
|
||||||
|
# which host group to check for members of before building the
|
||||||
|
# pip packages required by this role. The value is picked up
|
||||||
|
# by the py_pkgs lookup.
|
||||||
|
ironic_role_project_group: ironic_all
|
||||||
|
|
||||||
### Config Overrides
|
### Config Overrides
|
||||||
ironic_ironic_conf_overrides: {}
|
ironic_ironic_conf_overrides: {}
|
||||||
ironic_rootwrap_conf_overrides: {}
|
ironic_rootwrap_conf_overrides: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user