summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/defaults
diff options
context:
space:
mode:
authorJason DeTiberus <jdetiber@redhat.com>2015-03-18 17:15:19 -0400
committerJason DeTiberus <jdetiber@redhat.com>2015-03-18 17:23:59 -0400
commit8613b70503d2d1cbe57ddebc11919edeb26eaadc (patch)
tree92a6a85e4b8e670ace8c6b518d93807059ddd285 /roles/openshift_repos/defaults
parentdb9cf8ef4f030f30391e021f360fe0c3db1dce74 (diff)
downloadopenshift-8613b70503d2d1cbe57ddebc11919edeb26eaadc.tar.gz
openshift-8613b70503d2d1cbe57ddebc11919edeb26eaadc.tar.bz2
openshift-8613b70503d2d1cbe57ddebc11919edeb26eaadc.tar.xz
openshift-8613b70503d2d1cbe57ddebc11919edeb26eaadc.zip
Rename repos role to openshift_repos
- Rename repos role to openshift_repos - Make openshift_repos a dependency of openshift_common - Add README and metadata for openshift_repos - Playbook updates for role rename - Verify libselinux-python is installed, otherwise some of the bulit-in modules we use fail
Diffstat (limited to 'roles/openshift_repos/defaults')
-rw-r--r--roles/openshift_repos/defaults/main.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/openshift_repos/defaults/main.yaml b/roles/openshift_repos/defaults/main.yaml
new file mode 100644
index 000000000..6fe2bf621
--- /dev/null
+++ b/roles/openshift_repos/defaults/main.yaml
@@ -0,0 +1,5 @@
+---
+# TODO: once we are able to configure/deploy origin using the openshift roles,
+# then we should default to origin
+openshift_deployment_type: online
+openshift_additional_repos: {}