Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayobe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kayobe
Commits
60a92412
Commit
60a92412
authored
3 years ago
by
Zuul
Committed by
Gerrit Code Review
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add overcloud_dib_upper_constraints_file variable"
parents
b5f0a17a
ad3f6f10
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ansible/group_vars/all/overcloud-dib
+5
-0
5 additions, 0 deletions
ansible/group_vars/all/overcloud-dib
ansible/overcloud-host-image-build.yml
+1
-1
1 addition, 1 deletion
ansible/overcloud-host-image-build.yml
etc/kayobe/overcloud-dib.yml
+5
-0
5 additions, 0 deletions
etc/kayobe/overcloud-dib.yml
with
11 additions
and
1 deletion
ansible/group_vars/all/overcloud-dib
+
5
−
0
View file @
60a92412
...
...
@@ -52,3 +52,8 @@ overcloud_dib_env_vars: "{{ overcloud_dib_env_vars_default | combine(overcloud_d
# List of DIB packages to install. Default is to install no extra packages.
overcloud_dib_packages: []
# Upper constraints file for installing packages in the virtual environment
# used for building overcloud host disk images. Default is {{
# pip_upper_constraints_file }}.
overcloud_dib_upper_constraints_file: "{{ pip_upper_constraints_file }}"
This diff is collapsed.
Click to expand it.
ansible/overcloud-host-image-build.yml
+
1
−
1
View file @
60a92412
...
...
@@ -19,7 +19,7 @@
vars
:
os_images_venv
:
"
{{
virtualenv_path
}}/overcloud-host-image-dib"
os_images_package_state
:
latest
os_images_upper_constraints_file
:
"
{{
pip
_upper_constraints_file
}}"
os_images_upper_constraints_file
:
"
{{
overcloud_dib
_upper_constraints_file
}}"
os_images_cache
:
"
{{
image_cache_path
}}"
os_images_common
:
"
"
os_images_list
:
...
...
This diff is collapsed.
Click to expand it.
etc/kayobe/overcloud-dib.yml
+
5
−
0
View file @
60a92412
...
...
@@ -45,6 +45,11 @@
# List of DIB packages to install. Default is to install no extra packages.
#overcloud_dib_packages:
# Upper constraints file for installing packages in the virtual environment
# used for building overcloud host disk images. Default is {{
# pip_upper_constraints_file }}.
#overcloud_dib_upper_constraints_file:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743
:
yes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment