Re: How to deploy openshift origin cluster on openstack?

2018-04-10 Thread Tim Dudgeon
Basically you do 2 things: 1. create your openstack environment with the instances you need and the appropriate networking (just like you would for any environment) 2. deploy openshift using the ansible playbooks [1] But there is a lot of devil in the detail and it depends a bit on what you

Re: Install OpenShift Origin 3.9 failed on single node

2018-04-10 Thread Clayton Coleman
You can try rerunning the install with -vv to get additional debug information. What OS and version on Ansible are you using? On Apr 10, 2018, at 3:24 AM, Yu Wei wrote: Hi, I tried to install openshift origin 3.9 on a single machine and encountered problems as below,

How to deploy openshift origin cluster on openstack?

2018-04-10 Thread Yu Wei
Hi, How to deploy openshift origin cluster on openstack? Could I use magnum, heat or other components? Is there any document about this? Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux ___ users mailing list

Re: Install OpenShift Origin 3.9 failed on single node

2018-04-10 Thread Charles Moulliard
I think that something is not well defined under your inventory as this error arrives due to the following reason def lib_utils_oo_image_tag_to_rpm_version(version, include_dash=False): """ Convert an image tag string to an RPM version if necessary Empty strings and strings that are

Install OpenShift Origin 3.9 failed on single node

2018-04-10 Thread Yu Wei
Hi, I tried to install openshift origin 3.9 on a single machine and encountered problems as below, TASK [openshift_node : Install Node package, sdn-ovs, conntrack packages] * fatal: [host-10-1-241-74]: FAILED! => {"msg":

CIFS access from pods

2018-04-10 Thread Marc Boorshtein
OpenShifters, I'm trying to access CIFS mounts from my OpenShift pods using Origin 3.7 on CentOS 7. Here's my setup: 1. FreeIPA deployed with domain trust to AD (ENT2K12.DOMAIN.COM) 2. Node is member of FreeIPA domain 3. On Node: a. Keytab generated b. CIFS share mounted as AD user

Re: CIFS access from pods

2018-04-10 Thread Yu Wei
Hi, Have you changed settings for using hostpath? Please reference following doc https://docs.openshift.org/latest/admin_guide/manage_scc.html#use-the-hostpath-volume-plugin From: users-boun...@lists.openshift.redhat.com

Re: How to deploy openshift origin cluster on openstack?

2018-04-10 Thread Yu Wei
Is there any other solution to deploy openshift origin cluster on private openstack cloud? Could magnum be used for bringing up openshift origin cluster? Thx. From: users-boun...@lists.openshift.redhat.com on behalf of