Displaying 20 results from an estimated 62 matches for "openshift".
2018 Feb 15
2
OpenShift Origin Install
Hi,
I'm trying to install OpenShift Origin on a CentOS 7 host (just for
initial testing), and I'm trying to follow the instructions from here:
https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart
On that page we need to run: "atomic-openshift-installer install" to
configure OpenShift... after run...
2018 Aug 24
1
[PaaS SIG Openshift] Wrong Bugzilla Entry RedHat Product
Hello everybody,
in the wiki on page
"https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Origin-Support"
is written:
Questions / Bugs
Bugs: https://bugzilla.redhat.com/ <https://bugzilla.redhat.com/> New ->
Red Hat -> OpenShift Origin
but in the Bugzille of Redhat there is no "OpenShift Origin"
There are only the possibilities:
- OpenShift Conta...
2017 Jan 26
2
centos-openshift-origin
?Hi,
Would someone know when to expect to have package origin-master.1.4.0 in repo centos-openshift-origin?
Right now the package is available in centos-openshift-origin-testing.
-Vedran
2018 Feb 17
0
OpenShift Origin Install
On 15 February 2018 at 12:31, Antonio da Silva Martins Junior
<asmartins at uem.br> wrote:
> Hi,
>
> I'm trying to install OpenShift Origin on a CentOS 7 host (just for
> initial testing), and I'm trying to follow the instructions from here:
> https://wiki.centos.org/SpecialInterestGroup/PaaS/OpenShift-Quickstart
>
> On that page we need to run: "atomic-openshift-installer install" to
> configure...
2018 Mar 01
1
Introduction
Following the Contribute directions, I'm BruceHowells.
I'd like to contribute to the OpenShift page, as I'm trying to work through
bringing up OpenShift on CentOS and have found an error in the
documentation (a reference to "yum install openshift" rather than
centos-release-openshift-origin) that I'd like to correct.
I also would like to extend the existing content.
------...
2017 Jan 27
0
Timeline of release of centos-openshift-origin 1.4
Hello,
Would someone know when to expect to have package origin-master.1.4.0 in repository centos-openshift-origin?
Right now the package with version 1.4.0 is available in repository centos-openshift-origin-testing.
Thanks, Vedran
________________________________________
From: CentOS <centos-bounces at centos.org> on behalf of Vedran.Bartonicek at tieto.com <Vedran.Bartonicek at tieto.com>...
2020 Aug 21
3
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
Hi everyone,
I have a working Samba AD/DC (4.12.6 on RHEL7.8) setup I'm trying to use
with OpenShift (a container platform to which RedHat contributes - aka
OCP). I'm also not too skilled on LDAP even though I've been running the
above for over two years now..
There are typically two steps involved in connecting AD to OCP:
1) declare an OAuth configuration in OCP (requires a bind user i...
2020 Aug 21
1
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
Hi Rowland,
Sorry about that, the site appears down (for me).
Here's another link (although on OCP3.11)
https://developers.redhat.com/blog/2019/08/02/how-to-configure-ldap-user-authentication-and-rbac-in-red-hat-openshift-3-11/
Vincent
On Fri, 21 Aug 2020, Rowland penny via samba wrote:
> On 21/08/2020 19:28, Vincent S. Cojot via samba wrote:
>>
>> Hi everyone,
>>
>> I have a working Samba AD/DC (4.12.6 on RHEL7.8) setup I'm trying to use
>> with OpenShift (a container plat...
2020 Aug 21
2
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
...ut- the list of users is correctly reported if I run this on a DC:
> root at dc01 ~]# samba-tool group listmembers 'Domain Users'
> [....]
> raistlin
> [...]
> krbtgt
> dns-dc00
> dns-dc01
>
> Am I doing something wrong?
The system that you ary trying to use for OpenShift does not know about
primary group memberships, as these are not recorded as DN links.
Inside that samba-tool group listmembers command we work around that by
using this filter:
search_filter = ("(|(primaryGroupID=%s)(memberOf=%s))" %
(rid, group_s...
2020 Aug 22
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
Hi Andrew, Hi Rowland,
I just spent close to one hour debugging this with one OpenShift
specialist from RedHat. What we figured was:
1) both of my configs work (auth and group-sync) and are in fact correct.
2) OCP group sync does not sync the groups that have no explicit 'member'
Attribute or groups that are 'default' groups (E.g: 'Domain Users') where memb...
2020 Aug 21
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
On 21/08/2020 19:28, Vincent S. Cojot via samba wrote:
>
> Hi everyone,
>
> I have a working Samba AD/DC (4.12.6 on RHEL7.8) setup I'm trying to
> use with OpenShift (a container platform to which RedHat contributes -
> aka OCP). I'm also not too skilled on LDAP even though I've been
> running the above for over two years now..
>
> There are typically two steps involved in connecting AD to OCP:
> 1) declare an OAuth configuration in OCP...
2020 Jun 12
2
Is it possible to configure libvirt's MAC generation?
...libvirt to generate "predictable" MAC
addresses for virtual NICS? (A configuration which accomplishes this
by limiting the pool of available addresses would be acceptable for
my use case.)
Read on for why I want to do this ...
I have a somewhat unusual use case. I am working with the OpenShift
bare metal "IPI" installation process, which is documented here:
https://openshift-kni.github.io/baremetal-deploy/4.4/Deployment.html
At a high level, the installation process goes like this:
1. Install RHEL 8 on the "provisioner" node.
2. Configure a couple of bridges on...
2020 Nov 17
1
Openshift Kubevirt lab?
Is there an RHPDS lab for Kubevirt?
--
Luis Gonzalez
Consultant, Container Infrastructure
Red Hat <https://www.redhat.com/>
lgonzal@redhat.com
M: 404.784.7166 IM: luisgonzalez
GPG: 2800156E8386EA133D4F10AC3381C1457F69FF84
<https://www.redhat.com/>
2020 Aug 21
0
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
On 21/08/2020 22:08, Rowland penny via samba wrote:
> On 21/08/2020 21:40, vincent at cojot.name wrote:
>> On Fri, 21 Aug 2020, Rowland penny via samba wrote:
>>
>>> This works for me:
>>>
>>> rowland at devstation:~$ sudo ldapsearch -H
>>> ldaps://dc01.samdom.example.com -D 'SAMDOM\Administrator' -w
>>> 'xxxxxxxxxx' -b
2017 May 24
4
more recent perl version?
Johnny Hughes schrieb:
> On 05/23/2017 11:44 AM, hw wrote:
>>
>> Hi,
>>
>> are there packages replacing the ancient perl version in
>> Centos 7 with a more recent one, like 5.24? At least the
>> state feature is required.
>
> As a side note, here is why RHEL (and therefore CentOS, since we rebuild
> RHEL source code to create our base OS) has old
2020 Aug 21
2
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
On 21/08/2020 20:08, Rowland penny via samba wrote:
> On 21/08/2020 19:28, Vincent S. Cojot via samba wrote:
>>
>> Hi everyone,
>>
>> I have a working Samba AD/DC (4.12.6 on RHEL7.8) setup I'm trying to
>> use with OpenShift (a container platform to which RedHat contributes
>> - aka OCP). I'm also not too skilled on LDAP even though I've been
>> running the above for over two years now..
>>
>> There are typically two steps involved in connecting AD to OCP:
>> 1) declare an OAuth...
2016 Jun 28
7
.NET on Centos.
Hi there, I was reading about it.
https://www.redhat.com/en/about/blog/net-core-now-available-and-supported-red-hat-enterprise-linux-and-red-hat-openshift
What will happen with Centos and .NET?
In the side of security and stability.
2020 Aug 21
4
Using Samba AD/DC as an Active Directory OAuth provider for OpenShift
On 21/08/2020 21:40, vincent at cojot.name wrote:
> On Fri, 21 Aug 2020, Rowland penny via samba wrote:
>
>> This works for me:
>>
>> rowland at devstation:~$ sudo ldapsearch -H
>> ldaps://dc01.samdom.example.com -D 'SAMDOM\Administrator' -w
>> 'xxxxxxxxxx' -b 'dc=samdom,dc=example,dc=com'
>>
2018 Nov 01
2
CentOS 7.6 and Xen 4.6
...t/x86_64/ansible26
configmanagement/x86_64/yum4
dotnet
nfv/x86_64/fdio/vpp/vpp-1710
nfv/x86_64/fdio/vpp/vpp-1801
nfv/x86_64/fdio/vpp/vpp-1804
nfv/x86_64/fdio/vpp/vpp-1807
opstools/x86_64/common
opstools/x86_64/fluentd
opstools/x86_64/logging
opstools/x86_64/perfmon
opstools/x86_64/sensu
paas/x86_64/openshift-origin
paas/x86_64/openshift-origin13
paas/x86_64/openshift-origin14
paas/x86_64/openshift-origin15
paas/x86_64/openshift-origin36
paas/x86_64/openshift-origin37
paas/x86_64/openshift-origin38
paas/x86_64/openshift-origin39
paas/x86_64/openshift-origin310
sclo/x86_64/rh/devassist09
sclo/x86_64/rh/d...
2020 Mar 19
0
smbclient(samba-4.10.4) cannot log data in log.smbclient while samba-3.6.23 can
...MON
> + openlog( prog_name, LOG_PID, SYSLOG_FACILITY );
> +#else
> + /* for old systems that have no facility codes. */
> + openlog( prog_name, LOG_PID );
> +#endif
> +#endif
> + }
>
> }
> --
>
> Thank you,
> Amit Kumar
>
> <https://www.redhat.com/en/openshift-4>
>
--
Thank you,
Amit Kumar
Red Hat Insights - Predict risk. Get guidance. Improve security.
<https://www.redhat.com/en/technologies/management/insights>Red Hat
Enterprise Linux 8. Any Cloud. Any Workload. One OS.
<https://www.redhat.com/en/enterprise-linux-8>Red Hat Openshi...