summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 08:04:58 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 08:04:58 -0500
commitb97f68b5b9f044b560baff0607fc423431f0a8cc (patch)
treee11bdc8c0be0ae7e66a37be81258750c2dddd7e1 /roles
parent39fc2154a5ba751b1a1550486fe33943019e8528 (diff)
parent90be1dd3b04a9c24ee9e7da8bd5511ef2985ef65 (diff)
downloadopenshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.tar.gz
openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.tar.bz2
openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.tar.xz
openshift-b97f68b5b9f044b560baff0607fc423431f0a8cc.zip
Merge pull request #1365 from pat2man/patch-2
Specify default namespace when creating router
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_router/tasks/main.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/openshift_router/tasks/main.yml b/roles/openshift_router/tasks/main.yml
index 355cbf84b..40365d04d 100644
--- a/roles/openshift_router/tasks/main.yml
+++ b/roles/openshift_router/tasks/main.yml
@@ -3,6 +3,7 @@
command: >
{{ openshift.common.admin_binary }} router
--create --replicas={{ openshift.master.infra_nodes | length }}
+ --namespace=default
--service-account=router {{ ortr_selector }}
--credentials={{ openshift_master_config_dir }}/openshift-router.kubeconfig {{ ortr_images }}
register: ortr_results