***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Datalab Openstack RKE2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC
DataLab
Ansible
Collections
Datalab Openstack RKE2
Commits
2fae556b
Commit
2fae556b
authored
3 years ago
by
entlein
Browse files
Options
Downloads
Patches
Plain Diff
until statement in wait condition was incorrect
parent
100711cd
Branches
Branches containing commit
No related tags found
1 merge request
!1
Restore main as the default branch
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/rke2/tasks/fix_selinux.yml
+3
-3
3 additions, 3 deletions
roles/rke2/tasks/fix_selinux.yml
roles/rke2/tasks/setup_host.yml
+2
-1
2 additions, 1 deletion
roles/rke2/tasks/setup_host.yml
with
5 additions
and
4 deletions
roles/rke2/tasks/fix_selinux.yml
+
3
−
3
View file @
2fae556b
...
@@ -35,9 +35,9 @@
...
@@ -35,9 +35,9 @@
-
name
:
Wait for openstack-cloud-controller deamon set to be ready
-
name
:
Wait for openstack-cloud-controller deamon set to be ready
shell
:
"
/var/lib/rancher/rke2/bin/kubectl
--kubeconfig
/etc/rancher/rke2/rke2.yaml
wait
--namespace=kube-system
--for=condition=Ready
pods
--selector
app=openstack-cloud-controller-manager
--timeout=360s"
shell
:
"
/var/lib/rancher/rke2/bin/kubectl
--kubeconfig
/etc/rancher/rke2/rke2.yaml
wait
--namespace=kube-system
--for=condition=Ready
pods
--selector
app=openstack-cloud-controller-manager
--timeout=360s"
register
:
openstack_ccm_ready
register
:
openstack_ccm_ready
until
:
openstack_ccm_ready.stdout
#
until: openstack_ccm_ready.stdout
retries
:
2
#
retries: 2
delay
:
30
#
delay: 30
ignore_errors
:
True
ignore_errors
:
True
-
name
:
Enable SELinux
-
name
:
Enable SELinux
...
...
This diff is collapsed.
Click to expand it.
roles/rke2/tasks/setup_host.yml
+
2
−
1
View file @
2fae556b
...
@@ -75,7 +75,8 @@
...
@@ -75,7 +75,8 @@
-
name
:
Disable SELinux
-
name
:
Disable SELinux
selinux
:
selinux
:
state
:
disabled
policy
:
targeted
state
:
permissive
when
:
( 'control-plane' in group_names )
when
:
( 'control-plane' in group_names )
-
name
:
Copy SELinux Policies
-
name
:
Copy SELinux Policies
...
...
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