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
7846d4ec
Unverified
Commit
7846d4ec
authored
7 years ago
by
Mark Goddard
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #107 from diranetafen/fix_ipa_image_copy
Fix copy image ipa on seed
parents
80c4d9fd
af0372fc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/seed-ipa-build.yml
+10
-13
10 additions, 13 deletions
ansible/seed-ipa-build.yml
with
10 additions
and
13 deletions
ansible/seed-ipa-build.yml
+
10
−
13
View file @
7846d4ec
...
...
@@ -35,18 +35,15 @@
dest
:
"
/etc/kolla/bifrost/{{
item
}}"
remote_src
:
True
with_items
:
"
{{
ipa_images
}}"
notify
:
-
Copy Ironic Python Agent images into /httpboot
become
:
True
when
:
ipa_build_images | bool
handlers
:
-
name
:
Copy Ironic Python Agent images into /httpboot
command
:
>
docker exec bifrost_deploy
bash -c 'source /bifrost/env-vars &&
ansible -vvvv target -i /bifrost/playbooks/inventory/target
-m copy
-a "src=/etc/bifrost/{{ item }} dest=/httpboot/{{ item }}"
-e "ansible_python
_i
n
te
rpreter=/var/lib/kolla/venv/bin/python"'
w
ith_items
:
"
{{
ipa
_images
}}"
-
name
:
Copy Ironic Python Agent images into /httpboot
command
:
>
docker exec bifrost_deploy
bash -c 'source /bifrost/env-vars &&
ansible -vvvv target -i /bifrost/playbooks/inventory/target
-m copy
-a "src=/etc/bifrost/{{ item }} dest=/httpboot/{{ item }}"
-e "ansible_python_interpreter=/var/lib/kolla/venv/bin/python"'
with
_ite
ms
:
"
{{
ipa_images
}}"
w
hen
:
ipa_build
_images
| bool
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