summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/defaults
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2018-01-18 13:12:33 -0500
committerMichael Gugino <mgugino@redhat.com>2018-01-18 13:12:33 -0500
commite18a06d2a14c5933243773f0aca7a891177f3e40 (patch)
tree149a79a6a07259693b81e9cfd2b56837a0f8b444 /roles/openshift_node/defaults
parent6a26d0c0799cf5915c61205450e18ff010485beb (diff)
downloadopenshift-e18a06d2a14c5933243773f0aca7a891177f3e40.tar.gz
openshift-e18a06d2a14c5933243773f0aca7a891177f3e40.tar.bz2
openshift-e18a06d2a14c5933243773f0aca7a891177f3e40.tar.xz
openshift-e18a06d2a14c5933243773f0aca7a891177f3e40.zip
Add ability to mount volumes into system container nodes
This commit adds the ability to mount volumes into system containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1534933
Diffstat (limited to 'roles/openshift_node/defaults')
-rw-r--r--roles/openshift_node/defaults/main.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/openshift_node/defaults/main.yml b/roles/openshift_node/defaults/main.yml
index c1fab4382..5d33e1323 100644
--- a/roles/openshift_node/defaults/main.yml
+++ b/roles/openshift_node/defaults/main.yml
@@ -71,6 +71,18 @@ r_openshift_node_use_firewalld: "{{ os_firewall_use_firewalld | default(False) }
l_is_node_system_container: "{{ (openshift_use_node_system_container | default(openshift_use_system_containers | default(false)) | bool) }}"
+openshift_node_syscon_auth_mounts_l:
+- type: bind
+ source: "{{ oreg_auth_credentials_path }}"
+ destination: "/root/.docker"
+ options:
+ - ro
+
+# If we need to add new mounts in the future, or the user wants to mount data.
+# This should be in the same format as auth_mounts_l above.
+openshift_node_syscon_add_mounts_l: []
+
+
openshift_deployment_type: "{{ openshift_deployment_type | default('origin') }}"
openshift_node_image_dict: