Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Deployment
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
freva
Deployment
Commits
b6fc0abf
Commit
b6fc0abf
authored
2 years ago
by
Martin Bergemann
💬
Browse files
Options
Downloads
Plain Diff
Merge branch 'bug_fix' into 'master'
Bux fixing See merge request
!42
parents
ce363892
936d885c
No related branches found
Branches containing commit
Tags
v2207.0.1
Tags containing commit
1 merge request
!42
Bux fixing
Pipeline
#20456
passed with stages
Stage: doc
Stage: release
Stage: deploy
in 38 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/playbooks/db-server-playbook.yml
+9
-1
9 additions, 1 deletion
assets/playbooks/db-server-playbook.yml
src/freva_deployment/__init__.py
+1
-1
1 addition, 1 deletion
src/freva_deployment/__init__.py
with
10 additions
and
2 deletions
assets/playbooks/db-server-playbook.yml
+
9
−
1
View file @
b6fc0abf
...
...
@@ -99,10 +99,18 @@
dest
:
/root/freva-service-config
update
:
true
-
name
:
Preparing the root password reset I
become
:
true
shell
:
/usr/local/bin/docker-or-podman run -d {{docker_cmd}}
-
pause
:
seconds=5
-
name
:
Preparing the root password reset II
shell
:
|
/usr/local/bin/docker-or-podman stop {{db_name}}
/usr/local/bin/docker-or-podman rm {{db_name}}
-
name
:
Preparing the root password reset III
become
:
true
shell
:
/usr/local/bin/docker-or-podman run -d {{skip_tables_cmd}}
-
pause
:
seconds=2
-
name
:
Preparing the root password reset I
I
-
name
:
Preparing the root password reset I
V
become
:
true
shell
:
/usr/local/bin/docker-or-podman cp /tmp/reset_root_pw.sh {{db_name}}:/tmp
-
name
:
Resetting the root password
...
...
This diff is collapsed.
Click to expand it.
src/freva_deployment/__init__.py
+
1
−
1
View file @
b6fc0abf
__version__
=
"
2207.0.
0
"
__version__
=
"
2207.0.
1
"
AVAILABLE_PYTHON_VERSIONS
=
[
"
3.7
"
,
"
3.8
"
,
"
3.9
"
,
"
3.10
"
]
AVAILABLE_CONDA_ARCHS
=
[
"
Linux-x86_64
"
,
...
...
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