diff --git a/ansible/group_vars/all/ipa b/ansible/group_vars/all/ipa index 3d42284950038aa6838710dd533a9cb03170b5a2..62347a5735672a5a0ec7d675beb1a2ec2688fe00 100644 --- a/ansible/group_vars/all/ipa +++ b/ansible/group_vars/all/ipa @@ -13,13 +13,6 @@ ipa_build_source_url: "https://opendev.org/openstack/ironic-python-agent" # Version of IPA source repository. Default is {{ openstack_branch }}. ipa_build_source_version: "{{ openstack_branch }}" -# URL of IPA upper constraints file. -ipa_build_upper_constraints_file_url: - -# Custom python package version constraints for IPA. Dict mapping package name -# to upper version constraint. -ipa_build_custom_upper_constraints: [] - # List of default Diskimage Builder (DIB) elements to use when building IPA # images. ipa_build_dib_elements_default: diff --git a/etc/kayobe/ipa.yml b/etc/kayobe/ipa.yml index 63b0499d2ab9bea75dd29eac7c579c14f24f0ce6..a464c831636620b24d8424ac57e94fd88f625ee5 100644 --- a/etc/kayobe/ipa.yml +++ b/etc/kayobe/ipa.yml @@ -13,13 +13,6 @@ # Version of IPA source repository. Default is {{ openstack_branch }}. #ipa_build_source_version: -# URL of IPA upper constraints file. -#ipa_build_upper_constraints_file_url: - -# Custom python package version constraints for IPA. Dict mapping package name -# to upper version constraint. -#ipa_build_custom_upper_constraints: - # List of default Diskimage Builder (DIB) elements to use when building IPA # images. #ipa_build_dib_elements_default: