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
0b24cad9
Commit
0b24cad9
authored
5 years ago
by
Zuul
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Remove transitional support for influxdb in cloudkitty upgrade"
parents
31a5848b
e6c5aa4a
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/roles/cloudkitty/tasks/upgrade.yml
+0
-13
0 additions, 13 deletions
ansible/roles/cloudkitty/tasks/upgrade.yml
with
0 additions
and
13 deletions
ansible/roles/cloudkitty/tasks/upgrade.yml
+
0
−
13
View file @
0b24cad9
---
---
-
include_tasks
:
config.yml
-
include_tasks
:
config.yml
# NOTE(mgoddard): Transition support for upgrades from Rocky or Stein which may
# be using the SQLAlchemy storage backend.
# TODO(mgoddard): Remove in U cycle.
-
name
:
Creating Cloudkitty influxdb database
become
:
true
kolla_toolbox
:
module_name
:
influxdb_database
module_args
:
hostname
:
"
{{
influxdb_address
}}"
port
:
"
{{
influxdb_http_port
}}"
database_name
:
"
{{
cloudkitty_influxdb_name
}}"
when
:
cloudkitty_storage_backend == 'influxdb'
-
include_tasks
:
bootstrap_service.yml
-
include_tasks
:
bootstrap_service.yml
-
name
:
Flush handlers
-
name
:
Flush handlers
...
...
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