Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
Kolla Ansible
Commits
f65b1f91
Commit
f65b1f91
authored
2 years ago
by
Zuul
Committed by
Gerrit Code Review
2 years ago
Browse files
Options
Downloads
Plain Diff
Merge "[ironic] Remove useless tasks"
parents
4ca2d417
b95de04f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/roles/ironic/tasks/precheck.yml
+0
-4
0 additions, 4 deletions
ansible/roles/ironic/tasks/precheck.yml
ansible/roles/ironic/tasks/upgrade.yml
+0
-25
0 additions, 25 deletions
ansible/roles/ironic/tasks/upgrade.yml
with
0 additions
and
29 deletions
ansible/roles/ironic/tasks/precheck.yml
+
0
−
4
View file @
f65b1f91
...
@@ -12,8 +12,6 @@
...
@@ -12,8 +12,6 @@
name
:
name
:
-
ironic_api
-
ironic_api
-
ironic_inspector
-
ironic_inspector
# TODO(yoctozepto): Remove ironic_ipxe entry in Zed.
-
ironic_ipxe
-
ironic_http
-
ironic_http
register
:
container_facts
register
:
container_facts
...
@@ -47,8 +45,6 @@
...
@@ -47,8 +45,6 @@
timeout
:
1
timeout
:
1
state
:
stopped
state
:
stopped
when
:
when
:
# TODO(yoctozepto): Remove ironic_ipxe entry in Zed.
-
container_facts['ironic_ipxe'] is not defined
-
container_facts['ironic_http'] is not defined
-
container_facts['ironic_http'] is not defined
-
inventory_hostname in groups['ironic-http']
-
inventory_hostname in groups['ironic-http']
...
...
This diff is collapsed.
Click to expand it.
ansible/roles/ironic/tasks/upgrade.yml
+
0
−
25
View file @
f65b1f91
...
@@ -27,33 +27,8 @@
...
@@ -27,33 +27,8 @@
run_once
:
true
run_once
:
true
when
:
not ironic_upgrade_skip_wait_check | bool
when
:
not ironic_upgrade_skip_wait_check | bool
# TODO(yoctozepto): Remove this task in Zed.
-
name
:
Remove old Ironic containers
become
:
true
kolla_docker
:
action
:
"
stop_and_remove_container"
common_options
:
"
{{
docker_common_options
}}"
name
:
"
{{
item
}}"
with_items
:
# NOTE(yoctozepto): Removing conductor to avoid it
# thinking that the tftp and http servers are available.
-
ironic_conductor
-
ironic_pxe
-
ironic_ipxe
-
include_tasks
:
rolling_upgrade.yml
-
include_tasks
:
rolling_upgrade.yml
when
:
ironic_enable_rolling_upgrade | bool
when
:
ironic_enable_rolling_upgrade | bool
-
include_tasks
:
legacy_upgrade.yml
-
include_tasks
:
legacy_upgrade.yml
when
:
not ironic_enable_rolling_upgrade | bool
when
:
not ironic_enable_rolling_upgrade | bool
# TODO(yoctozepto): Remove this task in Zed.
-
name
:
Remove old Ironic volumes
become
:
true
kolla_docker
:
action
:
"
remove_volume"
common_options
:
"
{{
docker_common_options
}}"
name
:
"
{{
item
}}"
with_items
:
-
ironic_pxe
-
ironic_ipxe
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