Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
0551f36d
Commit
0551f36d
authored
Mar 18, 2015
by
Toshio Kuratomi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have selinux allow docker<=>nginx communication
parent
cfda5690
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletions
+18
-1
test/integration/roles/test_docker/tasks/docker-tests.yml
+4
-1
test/integration/roles/test_docker/tasks/registry-tests.yml
+14
-0
No files found.
test/integration/roles/test_docker/tasks/docker-tests.yml
View file @
0551f36d
...
...
@@ -72,5 +72,8 @@
that
:
-
"
'hello
world'
in
docker_output.stdout_lines"
-
name
:
Remove the busybox image from the local docker
-
name
:
Remove containers
shell
:
"
docker
rm
$(docker
ps
-aq)"
-
name
:
Remove all images from the local docker
shell
:
"
docker
rmi
-f
$(docker
images
-q)"
test/integration/roles/test_docker/tasks/registry-tests.yml
View file @
0551f36d
...
...
@@ -90,6 +90,20 @@
that
:
-
"
{{
docker_output.stdout_lines|
length
}}
<=
1"
#
# Private registry secured with an SSL proxy
#
-
name
:
Set selinux to allow docker to connect to nginx
seboolean
:
name
:
docker_connect_any
state
:
yes
-
name
:
Set selinux to allow nginx to connect to docker
seboolean
:
name
:
httpd_can_network_connect
state
:
yes
-
name
:
Setup nginx with a user/password
copy
:
src
:
docker-registry.htpasswd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment