From lists at optimcloud.com Wed Sep 1 13:58:11 2021 From: lists at optimcloud.com (Embedded Devel) Date: Wed, 01 Sep 2021 13:58:11 +0000 Subject: [Starlingx-discuss] =?utf-8?q?system_load-list_error=C2=A0_=7C_21?= =?utf-8?b?LjA1wqAgwqA=?= Message-ID: <1630504595758.2159892476.1180849559@optimcloud.com> okay what did i break, or should i be asking what iso should i be using to upgrade from 4.x system load-import /home/sysadmin/bootimage.iso /home/sysadmin/bootimage.sig This operation will take a while. Please wait. .................... +--------------------+-----------+ | Property | Value | +--------------------+-----------+ | id | 2 | | state | importing | | software_version | 21.05 | | compatible_version | 20.06 | | required_patches | | +--------------------+-----------+ [sysadmin at controller-0 ~(keystone_admin)]$ system load-list +----+--------+------------------+ | id | state | software_version | +----+--------+------------------+ | 1 | active | 20.06 | | 2 | error | 21.05 | +----+--------+------------------+ -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From Linda.Wang at windriver.com Wed Sep 1 14:03:31 2021 From: Linda.Wang at windriver.com (Wang, Linda) Date: Wed, 1 Sep 2021 14:03:31 +0000 Subject: [Starlingx-discuss] Bi-Weekly StarlingX OS Distro & Multi-OS Meeting Minutes: August 18, 2021 Message-ID: 08/18/2021 Attendees: Charles Short, Bob Church, Anthony Nowell, Scott Little, Davlet Panech, Bill Zvonar, Mark Asselstine Agenda items: 1. OS Distro (Mark) * NOTE: Debian Bullseye was released (Aug. 14th, 2021) * 5.10 kernel WRT CentOS - stable updates still pending, plan for in the next week or so * Changes continue to be sent for review on Gerrit (thanks everyone for providing reviews and feedback) * Debian directory structure refinement continues * real world use is providing insight to support current structure or push for changes * expect refinement for a while yet * A spec will most likely be sent in the coming weeks to wrap up this activity and finalize a v1.0 of the design (Bob) * The STX tool is gaining a 'build' module to wrap typical build operations, will be sent for review once it is in good enough shape * Followup work such as specs for Installer and/or Ostree will be worked on over next month or so (Bob and Mark) 2. Python3 (Bob) * Work on py3 with CentOS 8 has hit the end of its usefulness, activities will be shifted to Debian * Focus on supporting packages for things like Puppet and Ansible to start (to enable initial standup of a core system) * Work on py3 will provide further feedback for things like the build system and Debian directory structure * py3 v3.9 gates transition for Gerrit underway (see mailing list "Support for Python3.9" email) 3. Misc * Kernel 5.10 refinement underway - since the kernel version uplift is rather large the available Kconfigs have changed quite a bit, please provide any feedback on the .config used for either the standard or low latency kernels * Please continue to provide feedback on the Debian folder structure via the mailing list thread "Layout of the debian folder" -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Wed Sep 1 14:43:29 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 1 Sep 2021 14:43:29 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 1, 2021) Message-ID: >From today's meeting: * Standing Topics * Build/Sanity * current CENGN issues * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-August/011970.html * per Scott, this has been fixed (short term fix) and builds are enabled again * progress on build with 5.10 kernel * SX issue that's been around for a little while * https://bugs.launchpad.net/starlingx/+bug/1938559 * Jiping has a fix up for review for the tftp issue: https://review.opendev.org/c/starlingx/integ/+/806829 * AR: Scott/Vefa/JimS to have a look * DX issue * a review should be coming soon * no sanity since Sep 25 * and Alex is on vacation for a couple of weeks * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-August/011964.html * AR: Michiel & team providing input to Nic/Alex re: the automated tests & potential issues with the local environment * Gerrit Reviews in Need of Attention * nothing this week * Topics for this Week * Election * PLs prompted to update the contributors in the projects.yaml file * anybody who has made a contribution *other* than a code contribution * dates lock-in pending TSC approval * Docker Subscription Service Agreement - updated, doesn't seem to include any changes to projects with open source designation (like StarlingX) * https://www.docker.com/legal/docker-subscription-service-agreement?utm_campaign=2021-08-31-business-tier-launch&utm_medium=email&utm_source=mailgun&utm_content=service-agreement * https://www.docker.com/blog/updating-product-subscriptions/?utm_campaign=2021-08-31-business-tier-launch&utm_medium=email&utm_source=mailgun&utm_content=sj-blog * AR: Scott/Davlet to double-click on this & confirm the understanding that this doesn't impact our project's Open Source Designation * ARs from Previous Meetings * CENGN Backups - CENGN has provided specs on the proposed re-architecture, Anthony & team to review & close w/ CENGN * Open Requests for Help * bootstrap/bringup-bootstrap-applications : Upload and apply applications * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-August/011963.html * Frank will ask Dan V to respond with info about what else to check to help get to the bottom of this -------------- next part -------------- An HTML attachment was scrubbed... URL: From Amato.Scaccia at nttdata.com Wed Sep 1 16:00:08 2021 From: Amato.Scaccia at nttdata.com (Scaccia, Amato) Date: Wed, 1 Sep 2021 16:00:08 +0000 Subject: [Starlingx-discuss] Attaching physical PCI devices to guests Message-ID: <6d8311779182426d93bc5a6d5ddf0dd8@EEMILPEXMBX01.EMEA.GLOBAL.NTTDATA.COM> Hello everyone, I'm trying to enable the PCI passthrough. This is the device's info: PCI address: 0000:3b:00.0 Vendor ID: 8086 Product ID: 1533 I have applied the following config: --nova-compute-- [pci] alias = { "vendor_id":"8086", "product_id":"1533", "device_type":"type-PCI", "name":"aliasuno" } passthrough_whitelist = { "vendor_id": "8086", "product_id": "1533" } --nova-scheduler-- [filter_scheduler] available_filters = nova.scheduler.filters.all_filters enabled_filters = RetryFilter,ComputeFilter,AvailabilityZoneFilter,AggregateInstanceExtraSpecsFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter,ServerGroupAffinityFilter,ServerGroupAntiAffinityFilter,PciPassthroughFilter [pci] alias = { "vendor_id":"8086", "product_id":"1533", "device_type":"type-PCI", "name":"aliasuno" } --nova-api- [pci] alias = { "vendor_id":"8086", "product_id":"1533", "device_type":"type-PCI", "name":"aliasuno" } [filter_scheduler] available_filters = nova.scheduler.filters.all_filters enabled_filters = RetryFilter,ComputeFilter,AvailabilityZoneFilter,AggregateInstanceExtraSpecsFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter,ServerGroupAffinityFilter,ServerGroupAntiAffinityFilter,PciPassthroughFilter Then I've created and set a flavor: $ openstack flavor create --ram 4096 --disk 100 --vcpus 2 m1.medium.pci $ openstack flavor set m1.medium.pci --property "pci_passthrough:alias"="aliasuno:1" But when I try to create an instance with this flavor I receive the following error: No valid host was found. There are not enough hosts available. 500 Traceback (most recent call last): File "/var/lib/openstack/lib/python3.6/site-packages/nova/conductor/manager.py", line 1463, in schedule_and_build_instances instance_uuids, return_alternates=True) File "/var/lib/openstack/lib/python3.6/site-packages/nova/conductor/manager.py", line 870, in _schedule_instances return_alternates=return_alternates) File "/var/lib/openstack/lib/python3.6/site-packages/nova/scheduler/client/query.py", line 42, in select_destinations instance_uuids, return_objects, return_alternates) File "/var/lib/openstack/lib/python3.6/site-packages/nova/scheduler/rpcapi.py", line 160, in select_destinations return cctxt.call(ctxt, 'select_destinations', **msg_args) File "/var/lib/openstack/lib/python3.6/site-packages/oslo_messaging/rpc/client.py", line 181, in call transport_options=self.transport_options) File "/var/lib/openstack/lib/python3.6/site-packages/oslo_messaging/transport.py", line 129, in _send transport_options=transport_options) File "/var/lib/openstack/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 682, in send transport_options=transport_options) File "/var/lib/openstack/lib/python3.6/site-packages/oslo_messaging/_drivers/amqpdriver.py", line 672, in _send raise result nova.exception_Remote.NoValidHost_Remote: No valid host was found. There are not enough hosts available. Traceback (most recent call last): File "/var/lib/openstack/lib/python3.6/site-packages/oslo_messaging/rpc/server.py", line 241, in inner return func(*args, **kwargs) File "/var/lib/openstack/lib/python3.6/site-packages/nova/scheduler/manager.py", line 215, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python3.6/site-packages/nova/scheduler/filter_scheduler.py", line 96, in select_destinations allocation_request_version, return_alternates) File "/var/lib/openstack/lib/python3.6/site-packages/nova/scheduler/filter_scheduler.py", line 265, in _schedule claimed_instance_uuids) File "/var/lib/openstack/lib/python3.6/site-packages/nova/scheduler/filter_scheduler.py", line 302, in _ensure_sufficient_hosts raise exception.NoValidHost(reason=reason) nova.exception.NoValidHost: No valid host was found. There are not enough hosts available. How can I fix this? Thanks for your help ________________________________ NTT DATA Italia S.p.A. - Societ? per azioni con socio unico, soggetta ad attivit? di direzione e coordinamento di NTT DATA EMEA Ltd. - Sede legale a Milano, in Viale Cassala 14/A - codice fiscale e iscrizione al Registro delle imprese di Milano Monza Brianza Lodi n. 00513990010, iscritta al Repertorio economico Amministrativo n. 974124 - Capitale sociale di euro 33.107.160,00, interamente versato. Respect the environment, please: do not print this mail if it is not necessary! Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ildiko.vancsa at gmail.com Wed Sep 1 17:33:19 2021 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Wed, 1 Sep 2021 10:33:19 -0700 Subject: [Starlingx-discuss] Upcoming TSC and PL/TL elections In-Reply-To: <2ECDB71D-2A42-4E8F-ADEC-90514C48EAB3@gmail.com> References: <2ECDB71D-2A42-4E8F-ADEC-90514C48EAB3@gmail.com> Message-ID: <8D98E54C-D41D-4CE0-B19B-88B59123A1A8@gmail.com> Hi, It is a friendly reminder to to please take a look at the proposed timeline for the fall TSC/PL/TL elections as well as the interim TSC election that we currently plan to run after the regular cycle. Please chime in on the thread or the open review below if you have any feedback or concerns regarding either of the proposals. Thanks and Best Regards, Ildikó > On Aug 25, 2021, at 16:40, Ildiko Vancsa wrote: > > Hi, > > Based on the discussion on today’s TSC call I created a patch to update the election website with the fall TSC/PL/TL election dates: https://review.opendev.org/c/starlingx/election/+/806059 > > Please let me know if you have any concerns with those dates here or by leaving a comment on the review. > > For the TSC elections part we have 3 seats this round that are up for re-election, but we also have two open seats with a 6-month term that we need to fill. We will hold interim elections to attempt to fill these seats. The proposal for the second round of election is to run it right after the regular fall election round. In that sense the dates for the interim election would be: > > * Interim TSC Nominations: November 16, 2021, 20:45 UTC - November 23, 2021, 20:45 UTC > * Interim TSC Campaign: November 23, 2021, 20:45 UTC - November 30, 2021, 20:45 UTC > * Interim TSC Election: November 30, 2021, 20:45 UTC - December 07, 2021, 20:45 UTC > > Would that work for the community? > > Thanks, > Ildikó > > >> On Aug 18, 2021, at 07:45, Ildiko Vancsa wrote: >> >> Hi StarlingX Community, >> >> It is a friendly reminder that the time for the fall election[1] period is coming up fast and therefore we need to start planning the process. >> >> We need to decide on timeframe for the elections. For TSC we have a nomination, a campaign and a voting period, while for PL/TL elections we have a nomination and a voting period defined officially. >> >> We are looking for a 3-week timeframe in the fall that doesn’t collide with any major holidays or milestones in the release process. >> >> >> We also plan to run an interim TSC election period this time around as we have 5 seats for the TSC and the terms of the current 3 members are up[2] in H2, 2021. We will run the regular election period to (re)elect these positions and we will also run an interim election to fill the remaining 2 seats for a half year period to grow the group back to the desired number and to support the staggered election process. The interim elections need separate dates to avoid confusions with the regular process. >> >> Please think about your preference about the election process to make sure that people are available to submit nominations as well as to be able to vote in the election process. >> >> If you have any questions or comments please reply to this thread or reach out to the election officials[3]. >> >> Thanks, >> >> [1] https://docs.starlingx.io/election/ >> [2] https://docs.starlingx.io/governance/reference/tsc/index.html >> [3] https://docs.starlingx.io/election/#election-officials >> >> > From ildiko.vancsa at gmail.com Wed Sep 1 17:46:49 2021 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Wed, 1 Sep 2021 10:46:49 -0700 Subject: [Starlingx-discuss] Updating active contributors in projects.yaml - ACTION NEEDED In-Reply-To: <43DCBA53-DE60-43CA-8828-9CBD081266F5@gmail.com> References: <43DCBA53-DE60-43CA-8828-9CBD081266F5@gmail.com> Message-ID: <85657824-B908-45CF-B040-4EE7C4B5B0C2@gmail.com> Hi StarlingX Project Leads, It is a friendly reminder to please update the list of additional active contributors to your projects in the projects.yaml file. You can see the lists maintained for each project here: https://opendev.org/starlingx/governance/src/branch/master/reference/tsc/projects.yaml I would like to ask the PLs to look into the list of contributors in the file above for their project team(s) and update the list(s): * Add new contributors - ONLY those people who do NOT have any merged patches in any of the repos of a sub-project they are contributing to * Remove contributors who haven’t been active since November, 2020 * Update the term of still active contributors to November, 2022 __Please start updating the list(s) as soon as possible so we can use the data for the upcoming elections.__ Please let me know if you have any questions. Thanks and Best Regards, Ildikó > On Aug 25, 2021, at 16:49, Ildiko Vancsa wrote: > > Hi, > > We have a list of active contributors maintained in the projects.yaml file in the governance repository to list those contributors who are not identified through querying Git already. > > Currently we use this list when we pull the electorate list for elections and therefore it is very important to keep that list up to date to make sure the scripts work correctly. I just recognized that the term expired last November for contributors currently listed and therefore we need to update the list to capture those who are still actively contributing, but can’t be identified through our semi-automated process. > > You can see the lists maintained for each project here: https://opendev.org/starlingx/governance/src/branch/master/reference/tsc/projects.yaml > > I would like to ask the PLs to look into the list of contributors in the file above for their project team(s) and update the list(s): > * Add new contributors - ONLY those people who do NOT have any merged patches in a sub-project they are contributing to > * Remove contributors who haven’t been active since November, 2020 > * Update the term of still active contributors to November, 2022 > > __Please start updating the list(s) as soon as possible so we can use the data for the upcoming elections.__ > > Please let me know if you have any questions. > > Thanks and Best Regards, > Ildikó > > From openinfradn at gmail.com Thu Sep 2 03:08:56 2021 From: openinfradn at gmail.com (open infra) Date: Thu, 2 Sep 2021 08:38:56 +0530 Subject: [Starlingx-discuss] [Docs] Discrepancy in number of workers In-Reply-To: References: Message-ID: Hi, Thanks for resolving above issue, but still I can find similar docs. Created ticket in launchpad [1] against the stx.docs. [1] https://bugs.launchpad.net/starlingx/+bug/1942381 Regards, Danishka On Wed, Jul 14, 2021 at 2:30 PM open infra wrote: > Hi, > > I found discrepancy in the documentation . Number of worker noes 200 in > [1], nimber of worker noes 10 in [2]. > > [1] > https://docs.starlingx.io/deploy/deployment-and-configuration-options-standard-configuration-with-controller-storage.html > > [2] > https://docs.starlingx.io/deploy_install_guides/r5_release/bare_metal/controller_storage.html > > Regards, > Danishka > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Davlet.Panech at windriver.com Thu Sep 2 17:36:02 2021 From: Davlet.Panech at windriver.com (Panech, Davlet) Date: Thu, 2 Sep 2021 17:36:02 +0000 Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready In-Reply-To: References: Message-ID: We will be creating a new RC build shortly -- once these reviews merge: https://review.opendev.org/q/owner:daniel.safta%2540windriver.com+branch:r/stx.5.0 I will send a separate email once a new build is available. ________________________________ From: Panech, Davlet Sent: August 27, 2021 4:04 PM To: starlingx-discuss at lists.starlingx.io Cc: Dimofte, Alexandru Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready The 5.0.1 candidate build is available here: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/ @Dimofte, Alexandru: please proceed with sanity testing. Thank you, D. -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolae.jascanu at intel.com Thu Sep 2 22:18:19 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Thu, 2 Sep 2021 22:18:19 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210901T013636Z Message-ID: Sanity Test from 2021-September-01 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210901T013636Z/outputs/iso/ ) Status: GREEN Executed on VIRTUAL STANDARD Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210901T013636Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Virtual Environment Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolae.jascanu at intel.com Thu Sep 2 22:25:14 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Thu, 2 Sep 2021 22:25:14 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210902T013654Z Message-ID: Sanity Test from 2021-September-02 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210902T013654Z/outputs/iso/ ) Status: GREEN Executed on VIRTUAL SIMPLEX Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210902T013654Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: From fungi at yuggoth.org Thu Sep 2 23:23:50 2021 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 2 Sep 2021 23:23:50 +0000 Subject: [Starlingx-discuss] Mailing lists offline 2021-09-12 for server upgrade Message-ID: <20210902232350.fnukur4w23mi443f@yuggoth.org> On Sunday, September 12, the OpenDev sysadmins will be performing operating system upgrades for the server hosting the lists.airshipit.org, lists.opendev.org, lists.openstack.org, lists.starlingx.io, and lists.zuul-ci.org sites. Expect extended outages for message delivery and access to archives between 15:00 UTC and 21:00 UTC, though messages sent to the mailing lists at these sites should queue normally and be delivered automatically after maintenance activities have concluded. If you have any questions, feel free to reply to this message, or find us in the #opendev channel on the OFTC IRC network. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From ildiko.vancsa at gmail.com Fri Sep 3 16:55:56 2021 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Fri, 3 Sep 2021 09:55:56 -0700 Subject: [Starlingx-discuss] StarlingX Community Marketing calls - NEW MEETING TIME POLL Message-ID: Hi, As you know we are having a bi-weekly community marketing meeting to discuss how to spread the news about the project and the community at places like the blog, social media, website, events and more. The current meeting time is currently in a conflict for a few of us so I created a poll to find a better one. The meetings will still run with a bi-weekly cadence. If you are interested in participating in the meeting series please __fill out this poll by the end of next week (September 12)__: https://doodle.com/poll/ispbsc67mymng8tz?utm_source=poll&utm_medium=link Please let me know if you have any questions. Thanks and Best Regards, Ildikó From scott.little at windriver.com Fri Sep 3 18:31:58 2021 From: scott.little at windriver.com (Scott Little) Date: Fri, 3 Sep 2021 14:31:58 -0400 Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready In-Reply-To: References: Message-ID: <5251a996-5381-ba98-0d1b-8baf6f9e14ca@windriver.com> Build is underway Scott On 2021-09-02 1:36 p.m., Panech, Davlet wrote: > We will be creating a new RC build shortly -- once these reviews merge: > > https://review.opendev.org/q/owner:daniel.safta%2540windriver.com+branch:r/stx.5.0 > > > I will send a separate email once a new build is available. > > > ------------------------------------------------------------------------ > *From:* Panech, Davlet > *Sent:* August 27, 2021 4:04 PM > *To:* starlingx-discuss at lists.starlingx.io > > *Cc:* Dimofte, Alexandru > *Subject:* [Starlingx-discuss] StarlingX 5.0.1 RC build ready > The 5.0.1 candidate build is available here: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/ > > > @Dimofte, Alexandru : please > proceed with sanity testing. > > Thank you, > D. > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From maryx.camp at intel.com Fri Sep 3 22:18:25 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Fri, 3 Sep 2021 22:18:25 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 01-Sep-21 Message-ID: Hello all, Here are this week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST.   [1]   Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings   [2]   Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation thanks, Mary Camp ========== 01-Sep-21 . All -- reviews merged since last meeting:  3  All in R5 branch . All -- bug status -- 17 total - team agrees to defer all low priority LP until the upstreaming effort is completed.  Status/questions/opens >From last week's meeting:      Duplicated headings on all the STX doc pages. The review that may fix it is still open:  https://review.opendev.org/c/openstack/openstackdocstheme/+/798897          Cherry picking discussion from below, any updates? No updates, Greg is out for a couple more weeks. Ron will follow up.          Is this a lesson learned / something to plan for when we get closer to R6?         Questions about cherry picking the WRO content into our R5 branch of documentation?       R5 Retrospective We started talking about this, but had to stop on the hour. We'll revisit next week.  Things that went well Things that didn't go well Processes that need improvement  Handling Installation guide changes     don't cut the Rn+1 install docs immediately at release time, hold off for (until patches slow down) OR until the first Feature comes along?     on the install page, Rn+1 header just points to Rn install guides until features start coming in?           Could we do this now with R6 to avoid current situation of duplicate effort <<< Need Greg's feedback on this.  From lists at optimcloud.com Sat Sep 4 00:46:39 2021 From: lists at optimcloud.com (Embedded Devel) Date: Sat, 04 Sep 2021 00:46:39 +0000 Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready In-Reply-To: <5251a996-5381-ba98-0d1b-8baf6f9e14ca@windriver.com> References: <5251a996-5381-ba98-0d1b-8baf6f9e14ca@windriver.com> Message-ID: <1630716262665.1237332276.4102347406@optimcloud.com> ok, so i see the image there i downloaded it and applied it with system load-import /home/sysadmin/bootimage.iso /home/sysadmin/bootimage.sig shows imported ok with system-load-list no error like last time however License valid for upgrade: [Fail] ??? what LICENSE ? [sysadmin at controller-0 ~(keystone_admin)]$ system health-query-upgrade System Health: All hosts are provisioned: [OK] All hosts are unlocked/enabled: [OK] All hosts have current configurations: [OK] All hosts are patch current: [OK] Ceph Storage Healthy: [OK] No alarms: [Fail] [8] alarms found, [0] of which are management affecting All kubernetes nodes are ready: [OK] All kubernetes control plane pods are ready: [OK] Required patches are applied: [OK] License valid for upgrade: [Fail] No instances running on controller-1: [OK] On Saturday 04 September 2021 01:31:58 AM (+07:00), Scott Little wrote: Build is underway Scott On 2021-09-02 1:36 p.m., Panech, Davlet wrote: We will be creating a new RC build shortly -- once these reviews merge: https://review.opendev.org/q/owner:daniel.safta%2540windriver.com+branch:r/stx.5.0 I will send a separate email once a new build is available. From: Panech, Davlet Sent: August 27, 2021 4:04 PM To: starlingx-discuss at lists.starlingx.io Cc: Dimofte, Alexandru Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready The 5.0.1 candidate build is available here: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/ @Dimofte, Alexandru: please proceed with sanity testing. Thank you, D. _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From john at cplaneai.com Sat Sep 4 18:04:53 2021 From: john at cplaneai.com (John Casey) Date: Sat, 4 Sep 2021 18:04:53 +0000 Subject: [Starlingx-discuss] StarlingX 5.0 installation problem tiller version In-Reply-To: References: Message-ID: Hi Patrik – thank you so much for the quick response. Can you point me to the location of the 5.0.1 ISO ? I’ve not been able to find it at the location in the documentation. Thanks, John From: Pratik M. Sent: Sunday, August 29, 2021 6:46 PM To: John Casey Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] StarlingX 5.0 installation problem tiller version Hi John, Pl. use the 5.0.1 ISO, which should have a fix. Or see this for a workaround: http://lists.starlingx.io/pipermail/starlingx-discuss/2021-August/011927.html BR On Mon, Aug 30, 2021, 00:05 John Casey > wrote: Hi all – Noob here. Not sure where to post this too. Installation of 5.0 fails because of tiller version out of date – system-images.yml tiller_img: gcr.io/kubernetes-helm/tiller:v2.16.1 fix requires changing to version v2.17.0 _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolae.jascanu at intel.com Sun Sep 5 17:13:28 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Sun, 5 Sep 2021 17:13:28 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210904T013628Z Message-ID: Sanity Test from 2021-September-04 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210904T013628Z/outputs/iso/ ) Status: GREEN Executed on VIRTUAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210904T013628Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Virtual Environment Standard External Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: From build.starlingx at gmail.com Tue Sep 7 03:22:38 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Mon, 6 Sep 2021 23:22:38 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_flock_images - Build # 422 - Failure! Message-ID: <696977262.79.1630984981707.JavaMail.javamailuser@localhost> Project: STX_build_docker_flock_images Build #: 422 Status: Failure Timestamp: 20210906T235405Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs -------------------------------------------------------------------------------- Parameters WEB_HOST: mirror.starlingx.cengn.ca MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210906T230747Z OS: centos MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root BASE_VERSION: master-stable-20210906T230747Z PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs REGISTRY_USERID: slittlewrs LATEST_PREFIX: master PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/logs PUBLISH_TIMESTAMP: 20210906T230747Z FLOCK_VERSION: master-centos-stable-20210906T230747Z WEB_HOST_PORT: 80 PREFIX: master TIMESTAMP: 20210906T230747Z BUILD_STREAM: stable REGISTRY_ORG: starlingx PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/outputs REGISTRY: docker.io From build.starlingx at gmail.com Tue Sep 7 03:23:03 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Mon, 6 Sep 2021 23:23:03 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] master STX_build_docker_images_layered - Build # 173 - Still Failing! In-Reply-To: <285815816.67.1630372647663.JavaMail.javamailuser@localhost> References: <285815816.67.1630372647663.JavaMail.javamailuser@localhost> Message-ID: <1733553346.82.1630984984889.JavaMail.javamailuser@localhost> Project: STX_build_docker_images_layered Build #: 173 Status: Still Failing Timestamp: 20210906T232704Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210906T230747Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs MASTER_BUILD_NUMBER: 179 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/logs MASTER_JOB_NAME: STX_build_layer_containers_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master-containers PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos/containers PUBLISH_TIMESTAMP: 20210906T230747Z DOCKER_BUILD_ID: jenkins-master-containers-20210906T230747Z-builder TIMESTAMP: 20210906T230747Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/inputs LAYER: containers PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/outputs From build.starlingx at gmail.com Tue Sep 7 03:23:07 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Mon, 6 Sep 2021 23:23:07 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_layer_containers_master_master - Build # 179 - Still Failing! In-Reply-To: <98865509.70.1630372649912.JavaMail.javamailuser@localhost> References: <98865509.70.1630372649912.JavaMail.javamailuser@localhost> Message-ID: <1076929317.85.1630984987875.JavaMail.javamailuser@localhost> Project: STX_build_layer_containers_master_master Build #: 179 Status: Still Failing Timestamp: 20210906T230747Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true FORCE_BUILD: false From lists at optimcloud.com Tue Sep 7 04:14:18 2021 From: lists at optimcloud.com (Embedded Devel) Date: Tue, 07 Sep 2021 04:14:18 +0000 Subject: [Starlingx-discuss] STX 4.0 Kernel source RPM Message-ID: <1630987994145.981102266.3598428180@optimcloud.com> ok, question is the stx 4.0 kernel source rpm available anywhere ? im trying to prototype wireguard installed on StarlingX for secured communications to the server -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Tue Sep 7 04:16:00 2021 From: lists at optimcloud.com (Embedded Devel) Date: Tue, 07 Sep 2021 04:16:00 +0000 Subject: [Starlingx-discuss] StarlingX 4.0 upgrade Message-ID: <1630988117975.3048563724.3556571852@optimcloud.com> Can we yet upgrade StarlingX 4.0 to 5.01 ?? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From pvmpublic at gmail.com Tue Sep 7 12:12:19 2021 From: pvmpublic at gmail.com (Pratik M.) Date: Tue, 7 Sep 2021 17:42:19 +0530 Subject: [Starlingx-discuss] StarlingX 5.0 installation problem tiller version In-Reply-To: References: Message-ID: Hi, 5.0.1 is not yet officially released. The release candidate is below. But best is to wait for the official build. http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/latest_build/outputs/iso/ Thanks On Sat, Sep 4, 2021 at 11:34 PM John Casey wrote: > Hi Patrik – thank you so much for the quick response. > > > > Can you point me to the location of the 5.0.1 ISO ? I’ve not been able > to find it at the location in the documentation. > > > > Thanks, > > John > > > > > > *From:* Pratik M. > *Sent:* Sunday, August 29, 2021 6:46 PM > *To:* John Casey > *Cc:* starlingx-discuss at lists.starlingx.io > *Subject:* Re: [Starlingx-discuss] StarlingX 5.0 installation problem > tiller version > > > > Hi John, > > > > Pl. use the 5.0.1 ISO, which should have a fix. > > > > Or see this for a workaround: > > > http://lists.starlingx.io/pipermail/starlingx-discuss/2021-August/011927.html > > > > > > BR > > > > On Mon, Aug 30, 2021, 00:05 John Casey wrote: > > Hi all – > > > > Noob here. Not sure where to post this too. > > > > Installation of 5.0 fails because of tiller version out of date – > system-images.yml > > tiller_img: gcr.io/kubernetes-helm/tiller:v2.16.1 > > > > fix requires changing to version v2.17.0 > > > > > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pvmpublic at gmail.com Tue Sep 7 12:25:59 2021 From: pvmpublic at gmail.com (Pratik M.) Date: Tue, 7 Sep 2021 17:55:59 +0530 Subject: [Starlingx-discuss] STX 4.0 Kernel source RPM In-Reply-To: <1630987994145.981102266.3598428180@optimcloud.com> References: <1630987994145.981102266.3598428180@optimcloud.com> Message-ID: Hi, Afaik, it's the stock CentOS normal/RT kernel SRPM, with the patches applied from here: https://opendev.org/starlingx/kernel For e.g. for the RT variant: https://opendev.org/starlingx/kernel/src/branch/master/kernel-rt/centos/patches Thanks On Tue, Sep 7, 2021 at 9:47 AM Embedded Devel wrote: > ok, question is the stx 4.0 kernel source rpm available anywhere ? > im trying to prototype wireguard installed on StarlingX for secured > communications to the server > > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Davlet.Panech at windriver.com Tue Sep 7 14:49:38 2021 From: Davlet.Panech at windriver.com (Panech, Davlet) Date: Tue, 7 Sep 2021 14:49:38 +0000 Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready In-Reply-To: <1630716262665.1237332276.4102347406@optimcloud.com> References: <5251a996-5381-ba98-0d1b-8baf6f9e14ca@windriver.com> <1630716262665.1237332276.4102347406@optimcloud.com> Message-ID: I don't know about the LICENSE, but just to be sure -- latest build was generated on sep 3 (Fri) and the direct link is: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/ D. ________________________________ From: Embedded Devel Sent: September 3, 2021 8:46 PM To: Little, Scott ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] StarlingX 5.0.1 RC build ready [Please note: This e-mail is from an EXTERNAL e-mail address] ok, so i see the image there i downloaded it and applied it with system load-import /home/sysadmin/bootimage.iso /home/sysadmin/bootimage.sig shows imported ok with system-load-list no error like last time however License valid for upgrade: [Fail] ??? what LICENSE ? [sysadmin at controller-0 ~(keystone_admin)]$ system health-query-upgrade System Health: All hosts are provisioned: [OK] All hosts are unlocked/enabled: [OK] All hosts have current configurations: [OK] All hosts are patch current: [OK] Ceph Storage Healthy: [OK] No alarms: [Fail] [8] alarms found, [0] of which are management affecting All kubernetes nodes are ready: [OK] All kubernetes control plane pods are ready: [OK] Required patches are applied: [OK] License valid for upgrade: [Fail] No instances running on controller-1: [OK] On Saturday 04 September 2021 01:31:58 AM (+07:00), Scott Little wrote: Build is underway Scott On 2021-09-02 1:36 p.m., Panech, Davlet wrote: We will be creating a new RC build shortly -- once these reviews merge: https://review.opendev.org/q/owner:daniel.safta%2540windriver.com+branch:r/stx.5.0 I will send a separate email once a new build is available. ________________________________ From: Panech, Davlet Sent: August 27, 2021 4:04 PM To: starlingx-discuss at lists.starlingx.io Cc: Dimofte, Alexandru Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready The 5.0.1 candidate build is available here: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/ @Dimofte, Alexandru: please proceed with sanity testing. Thank you, D. _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Tue Sep 7 14:53:05 2021 From: lists at optimcloud.com (Embedded Devel) Date: Tue, 07 Sep 2021 14:53:05 +0000 Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready In-Reply-To: References: Message-ID: <1631026322887.617137415.346090591@optimcloud.com> On Tuesday 07 September 2021 21:49:38 PM (+07:00), Panech, Davlet wrote: I don't know about the LICENSE, but just to be sure -- latest build was generated on sep 3 (Fri) and the direct link is: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/ D. Yes, that is the image i used that gave me the Failure message. Anyone else can provide enlightenment ? From: Embedded Devel Sent: September 3, 2021 8:46 PM To: Little, Scott ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] StarlingX 5.0.1 RC build ready [Please note: This e-mail is from an EXTERNAL e-mail address] ok, so i see the image there i downloaded it and applied it with system load-import /home/sysadmin/bootimage.iso /home/sysadmin/bootimage.sig shows imported ok with system-load-list no error like last time however License valid for upgrade: [Fail] ??? what LICENSE ? [sysadmin at controller-0 ~(keystone_admin)]$ system health-query-upgrade System Health: All hosts are provisioned: [OK] All hosts are unlocked/enabled: [OK] All hosts have current configurations: [OK] All hosts are patch current: [OK] Ceph Storage Healthy: [OK] No alarms: [Fail] [8] alarms found, [0] of which are management affecting All kubernetes nodes are ready: [OK] All kubernetes control plane pods are ready: [OK] Required patches are applied: [OK] License valid for upgrade: [Fail] No instances running on controller-1: [OK] On Saturday 04 September 2021 01:31:58 AM (+07:00), Scott Little wrote: Build is underway Scott On 2021-09-02 1:36 p.m., Panech, Davlet wrote: We will be creating a new RC build shortly -- once these reviews merge: https://review.opendev.org/q/owner:daniel.safta%2540windriver.com+branch:r/stx.5.0 I will send a separate email once a new build is available. From: Panech, Davlet Sent: August 27, 2021 4:04 PM To: starlingx-discuss at lists.starlingx.io Cc: Dimofte, Alexandru Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready The 5.0.1 candidate build is available here: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/ @Dimofte, Alexandru: please proceed with sanity testing. Thank you, D. _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Robert.Church at windriver.com Tue Sep 7 15:32:20 2021 From: Robert.Church at windriver.com (Church, Robert) Date: Tue, 7 Sep 2021 15:32:20 +0000 Subject: [Starlingx-discuss] StarlingX 4.0 upgrade In-Reply-To: <1630988117975.3048563724.3556571852@optimcloud.com> References: <1630988117975.3048563724.3556571852@optimcloud.com> Message-ID: See http://lists.starlingx.io/pipermail/starlingx-discuss/2021-June/011601.html as this was recently asked for 5.0. Bob On 9/6/21, 11:17 PM, "Embedded Devel" wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Can we yet upgrade StarlingX 4.0 to 5.01 ?? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From ildiko.vancsa at gmail.com Tue Sep 7 22:28:04 2021 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Tue, 7 Sep 2021 15:28:04 -0700 Subject: [Starlingx-discuss] Edge for scientific research session on September 13 Edge WG meeting Message-ID: <75B25BA5-688D-40A1-92E8-BB6C58C508AD@gmail.com> Hi, I’m very excited to invite you to a session with the Chameleon project to discuss how edge computing is powering education, scientific research and more! As always in the area of edge there are challenges and gaps that we need to solve together. In that sense the session will start with a presentation that we will then turn into a discussion to turn towards discussing solutions that they started to build using OpenStack. The session will take place on the OpenInfra Edge Computing Group weekly call on __September 13, at 1300 UTC / 6am Pacific__. For the latest dial-in information please refer to this page: https://wiki.openstack.org/wiki/Edge_Computing_Group#Meetings Please find the details of the session below. Also please let me know if you need a calendar invite for the call. Thanks and Best Regards, Ildikó Title: Chameleon: a cloud to edge infrastructure for science Abstract: The NSF-funded Chameleon project (www.chameleoncloud.org) provides an OpenStack-based bare metal reconfigurable cloud that supports systems research, education, and emergent application projects in science. The facility has been in existence for 6+ years, and has served ~6,000 users working on a variety of projects ranging from networking, operating systems design, and security, to innovative applications in astronomy, physics, and life sciences. Recent research trends in IoT and edge computing, as evidenced by increased numbers of project applications in those areas, made it clear that Chameleon needed to expand into the edge space. Remaining within the OpenStack framework allowed us to leverage end-user features that we developed for Chameleon, such as access via federated identity and Jupyter integration. Accordingly, we developed infrastructure called CHI at Edge that adapts Zun to provision containers on edge devices and significantly expands its capabilities to work in the edge space. The talk will describe our use case and the emergent product definition, the OpenStack adaptations we made to the current preview implementation, the directions we plan to take in our further work, as well as the ecosystem of projects and NSF infrastructure deployments leveraging this work and collaborating with us. From Bill.Zvonar at windriver.com Wed Sep 8 12:17:20 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 8 Sep 2021 12:17:20 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 8, 2021) Message-ID: Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210908T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Wed Sep 8 14:02:48 2021 From: scott.little at windriver.com (Scott Little) Date: Wed, 8 Sep 2021 10:02:48 -0400 Subject: [Starlingx-discuss] [stable] [build-report] master STX_build_docker_images_layered - Build # 173 - Still Failing! In-Reply-To: <1733553346.82.1630984984889.JavaMail.javamailuser@localhost> References: <285815816.67.1630372647663.JavaMail.javamailuser@localhost> <1733553346.82.1630984984889.JavaMail.javamailuser@localhost> Message-ID: <6fec7f8d-9e57-b008-8fb1-44497e51dd48@windriver.com> stx-keystone-api-proxy docker image failes to build . A launchpad was opened. https://bugs.launchpad.net/starlingx/+bug/1942906 Scott On 2021-09-06 11:23 p.m., build.starlingx at gmail.com wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Project: STX_build_docker_images_layered > Build #: 173 > Status: Still Failing > Timestamp: 20210906T232704Z > Branch: master > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs > -------------------------------------------------------------------------------- > Parameters > > BRANCH: master > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210906T230747Z > OS: centos > MUNGED_BRANCH: master > MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210906T230747Z/logs > MASTER_BUILD_NUMBER: 179 > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/logs > MASTER_JOB_NAME: STX_build_layer_containers_master_master > MY_REPO_ROOT: /localdisk/designer/jenkins/master-containers > PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos/containers > PUBLISH_TIMESTAMP: 20210906T230747Z > DOCKER_BUILD_ID: jenkins-master-containers-20210906T230747Z-builder > TIMESTAMP: 20210906T230747Z > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/inputs > LAYER: containers > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210906T230747Z/outputs > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Wed Sep 8 14:56:51 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 8 Sep 2021 14:56:51 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 8, 2021) In-Reply-To: References: Message-ID: >From today's meeting... * Standing Topics * Build/Sanity * sanity is running again, at least on virtual environments * baremetal env: * code fix merged for blocking LP: https://bugs.launchpad.net/starlingx/+bug/1938559 * baremetal sanity is scheduled to run this week * AIO-SX is supposed to run Wednesdays, so we'll wait to see how it goes * container builds still not working since ~August 23 * the offending issue is https://bugs.launchpad.net/starlingx/+bug/1942906 * this is related: http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/011988.html * AR: Austin to get the OpenStack team to investigate the Launchpad * Gerrit Reviews in Need of Attention * nothing this week * Topics for this Week * Election * reminder to vote on the review * Contributor Updates * contributor definition - https://docs.starlingx.io/governance/reference/tsc/stx_charter.html#contributors * any contribution in the past year * pending updates from all PLs * Ram has updates ready to go * Ghada has updated https://review.opendev.org/c/starlingx/governance/+/806281/2/reference/tsc/projects.yaml * Frank's update is in progress * need updates from * Linda/Mark (for Saul) * Mary * Steve W (Networking) - Ghada will follow up w/ him * Austin (OpenStack) * Michiel (for Yang) - AR: Bill update the projects.yaml * Chameleon project * see Ildiko's email: http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/011998.html * it's on September 13, at 1300 UTC / 6am Pacific * Container Fix for stx.5.0.1 * agreed that Davlet will cherry-pick the fix for https://bugs.launchpad.net/starlingx/+bug/1942912 * not required today, but may be required in future * ARs from Previous Meetings * CENGN Backups - action is with Anthony now, ordering SSDs * Docker Subscription Changes - Scott/Davlet will take a look * Open Requests for Help * nothing this week From: Zvonar, Bill Sent: Wednesday, September 8, 2021 8:17 AM To: StarlingX ML Subject: Community (& TSC) Call (Sep 8, 2021) Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210908T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 From David.Sullivan at windriver.com Wed Sep 8 15:35:28 2021 From: David.Sullivan at windriver.com (Sullivan, David) Date: Wed, 8 Sep 2021 15:35:28 +0000 Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready In-Reply-To: References: <5251a996-5381-ba98-0d1b-8baf6f9e14ca@windriver.com> <1630716262665.1237332276.4102347406@optimcloud.com> Message-ID: Hi, While we provide the infrastructure for upgrades, the StarlingX community does not test or support upgrades. To actually perform an upgrade there may be changes required on the from side (eg StarlingX 4.0), and you would need to test and fix any issues you find. That being said, the licensing infrastructure should just check for the presence of a license file. So `system license-install ` should install a license file and allow that check to pass. David From: Panech, Davlet Sent: Tuesday, September 7, 2021 10:50 AM To: Embedded Devel ; Little, Scott ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] StarlingX 5.0.1 RC build ready I don't know about the LICENSE, but just to be sure -- latest build was generated on sep 3 (Fri) and the direct link is: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/ D. ________________________________ From: Embedded Devel > Sent: September 3, 2021 8:46 PM To: Little, Scott >; starlingx-discuss at lists.starlingx.io > Subject: Re: [Starlingx-discuss] StarlingX 5.0.1 RC build ready [Please note: This e-mail is from an EXTERNAL e-mail address] ok, so i see the image there i downloaded it and applied it with system load-import /home/sysadmin/bootimage.iso /home/sysadmin/bootimage.sig shows imported ok with system-load-list no error like last time however License valid for upgrade: [Fail] ??? what LICENSE ? [sysadmin at controller-0 ~(keystone_admin)]$ system health-query-upgrade System Health: All hosts are provisioned: [OK] All hosts are unlocked/enabled: [OK] All hosts have current configurations: [OK] All hosts are patch current: [OK] Ceph Storage Healthy: [OK] No alarms: [Fail] [8] alarms found, [0] of which are management affecting All kubernetes nodes are ready: [OK] All kubernetes control plane pods are ready: [OK] Required patches are applied: [OK] License valid for upgrade: [Fail] No instances running on controller-1: [OK] On Saturday 04 September 2021 01:31:58 AM (+07:00), Scott Little wrote: Build is underway Scott On 2021-09-02 1:36 p.m., Panech, Davlet wrote: We will be creating a new RC build shortly -- once these reviews merge: https://review.opendev.org/q/owner:daniel.safta%2540windriver.com+branch:r/stx.5.0 I will send a separate email once a new build is available. ________________________________ From: Panech, Davlet Sent: August 27, 2021 4:04 PM To: starlingx-discuss at lists.starlingx.io Cc: Dimofte, Alexandru Subject: [Starlingx-discuss] StarlingX 5.0.1 RC build ready The 5.0.1 candidate build is available here: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/ @Dimofte, Alexandru: please proceed with sanity testing. Thank you, D. _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From maryx.camp at intel.com Thu Sep 9 00:20:37 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Thu, 9 Sep 2021 00:20:37 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 08-Sep-21 Message-ID: Hello all, Here are this week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST.   [1]   Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings   [2]   Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation thanks, Mary Camp ========== 08-Sep-21 All -- reviews merged since last meeting: 9 All in R5 branch Old cherry pick https://review.opendev.org/c/starlingx/docs/+/801587 AR Mary to either abandon and redo or see if Ron has fixed it with his changes. Governance repository, updates to team roster: https://review.opendev.org/c/starlingx/governance/+/807883 Docs repository, new Release Notes for R5.0.1: https://review.opendev.org/c/starlingx/docs/+/807899 All -- bug status -- 17 total - team agrees to defer all low priority LP until the upstreaming effort is completed. 7 LP are WIP against API documentation, which is generated from source code (low priority). Status/questions/opens AR Mary send Juanita the meeting notice for the STX release meeting R5.0 Retrospective We had good discussion about the points from Juanita's email. We'll revisit this again after the WR retrospective next week. From lists at optimcloud.com Thu Sep 9 04:03:34 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 09 Sep 2021 04:03:34 +0000 Subject: [Starlingx-discuss] HEADS UP! Project kubernetes-helm has been deleted gcr.io Message-ID: <1631160097213.2028133918.2586048958@optimcloud.com> just tried to do a 5.0.1 install from the 9/3/2021 iso and got this "Image docker.io/starlingx/k8s-plugins-sriov-network-device:stx.4.0-v3.2-16-g4e0302ae download succeeded by containerd", " Image download failed: gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " Image download failed: gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " Image download failed: gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From Ghada.Khalil at windriver.com Thu Sep 9 04:15:35 2021 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 9 Sep 2021 04:15:35 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - Sep 8/2021 Message-ID: Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases stx.6.0 - Release Planning Spreadsheet: https://docs.google.com/spreadsheets/d/13p0BMlBgJXUVForOFsblAJq9jA1-FMBlmhV5TIc70IE/edit#gid=1107209846 - Features Updates: - Debian OS Migration - New stx build tool: Need updated dates. Ghada to follow up w/ Linda - Debian OS Migration - Build System Support: Need updated dates. Ghada to follow up w/ Linda - Platform Service Migration to Cert-Mgr: Code merged - Auditd support: Code merge date re-forecasted to Sept 30 - Separate CA for k8s and etcd: Code merge date re-forecasted to Sept 30 - DRBD Upversion: Need plan dates. Still targeting stx.6.0; expect dates by Sept 10. Ghada to follow up w/ Gustavo - Puppet Upversion: Need plan dates. Ghada to follow up w/ Waldo - AIO-SX to DX Migration: Code merged - DC Subcloud Rehoming: Code merged - pf=bb-config for N3000: Feature Complete - Sanity / Regression Updates - Intel - Intel will continue to focus on the sanity testing - Intern hired to focus on sanity - Virtual env fixed by reverting python3 version from their test environment - Virtual sanity is now green as of Sept 5 - Baremetal env: Code fix merged for blocking LP: https://bugs.launchpad.net/starlingx/+bug/1938559 - Baremetal sanity is scheduled to run this week - Intel has no resources to run regression testing - A # of regression tests has already been converted to pytest and is available - Michiel will confirm w/ Nick how much more conversion will be - WR - Will setup more regular sanity & regression testing for stx master builds - Will use contractors from IncluIT stx.5.0.1 - Code changes have been merged. Candidate RC was built on Sept 3 - http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/ - Change Logs: ./cgcs-root/stx/ansible-playbooks d1aa4e6064bfbf0537a954ad6458518de5226602 2021-09-02 19:19:33 +0000 Gerrit Code Review review at openstack.org Merge "Add support for the github docker image registry" into r/stx.5.0 ./cgcs-root/stx/ansible-playbooks 8574a1093904d32b634686136f49181cdd0c8af6 2021-09-02 09:53:03 +0000 Daniel Safta daniel.safta at windriver.com Updated tiller image source ./cgcs-root/stx/ansible-playbooks 7726ff8a616e04e5d9a11bf8085fb347c501553f 2021-09-02 06:41:07 +0000 Daniel Safta daniel.safta at windriver.com Add support for the github docker image registry ./cgcs-root/stx/config d97dd66f45a5ab4ae88d86e5f6c4b573bf7e7396 2021-09-01 15:42:21 +0000 Daniel Safta daniel.safta at windriver.com Support ghcr docker registry service parameters ./cgcs-root/stx/stx-puppet ccad5524de68e8e98f072385d2192a62d9f4dd41 2021-09-02 09:57:29 +0000 Daniel Safta daniel.safta at windriver.com Add ghcr docker registry - Bugs Addressed in mtce Release: https://bugs.launchpad.net/starlingx/+bug/1940696 ...as per Frank, there may be another issue - Action: Michiel to follow up with Nick / Alexandru regarding sanity - Action: Mary to post a review for the release# and brief release notes From lists at optimcloud.com Thu Sep 9 09:48:28 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 09 Sep 2021 09:48:28 +0000 Subject: [Starlingx-discuss] valid guide for building a 4.x Message-ID: <1631180802367.1816485970.3045062552@optimcloud.com> Is this still a valid guide for building a 4.x or 5.x StarlingX installer iso ? We need to make modifications and add additional packages https://docs.starlingx.io/developer_resources/build_guide.html#development-environment-setup -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Thu Sep 9 09:49:36 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 09 Sep 2021 09:49:36 +0000 Subject: [Starlingx-discuss] Add wireguard kernel module & wireguard-tools Message-ID: <1631180802367.1816485970.3045062552@optimcloud.com> Can we add/enable wireguard in the StarlingX build for 5.1 possibly and add wireguard-tools ? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Thu Sep 9 12:41:24 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 09 Sep 2021 12:41:24 +0000 Subject: [Starlingx-discuss] development-environment-setup Message-ID: <1631191118077.1837286117.1372296223@optimcloud.com> So trying to build an iso with modifications based on https://docs.starlingx.io/developer_resources/build_guide.html#development-environment-setup i seem to be running into an issue with this step cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh with a message This system is not registered with an entitlement server. You can use subscription-manager to register Do i really need a redhat registration to build an image ? -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolae.jascanu at intel.com Thu Sep 9 17:38:03 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Thu, 9 Sep 2021 17:38:03 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z Message-ID: Sanity Test from 2021-September-09 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on BareMetal Environment Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Kind Regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4730 bytes Desc: image001.png URL: From nicolae.jascanu at intel.com Thu Sep 9 17:40:31 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Thu, 9 Sep 2021 17:40:31 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z Message-ID: Sanity Test from 2021-September-09 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Kind Regards, Nicolae Jascanu -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Thu Sep 9 17:46:38 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Thu, 9 Sep 2021 17:46:38 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z In-Reply-To: References: Message-ID: Woohoo - thanks Nic : ) From: Jascanu, Nicolae Sent: Thursday, September 9, 2021 1:41 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z [Please note: This e-mail is from an EXTERNAL e-mail address] Sanity Test from 2021-September-09 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Kind Regards, Nicolae Jascanu -------------- next part -------------- An HTML attachment was scrubbed... URL: From Michiel.Seuren at windriver.com Thu Sep 9 17:55:54 2021 From: Michiel.Seuren at windriver.com (Seuren, Michiel) Date: Thu, 9 Sep 2021 17:55:54 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z In-Reply-To: References: Message-ID: I second that, thank you Nic and Alex! From: Zvonar, Bill Sent: Thursday, September 9, 2021 1:47 PM To: Jascanu, Nicolae ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z Woohoo - thanks Nic : ) From: Jascanu, Nicolae > Sent: Thursday, September 9, 2021 1:41 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210909T013650Z [Please note: This e-mail is from an EXTERNAL e-mail address] Sanity Test from 2021-September-09 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210909T013650Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Kind Regards, Nicolae Jascanu -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Thu Sep 9 18:13:10 2021 From: scott.little at windriver.com (Scott Little) Date: Thu, 9 Sep 2021 14:13:10 -0400 Subject: [Starlingx-discuss] valid guide for building a 4.x In-Reply-To: <1631180802367.1816485970.3045062552@optimcloud.com> References: <1631180802367.1816485970.3045062552@optimcloud.com> Message-ID: <8c358f06-e55c-9f33-e964-f4fb441edbbc@windriver.com> curious ... https://docs.starlingx.io/developer_resources/build_guide.html isn't offering 4.0 under the 'version' button The version appropriate build guide is available from the path ... cgcs-root/stx/docs/doc/source/developer_resources/build_guide.rst Some commands and paths were changed ... e.g.  generate-cgcs-centos-repo.sh in 4.0 became generate-centos-repo.sh in 5.0 ... other wise the steps are largely the same. There might be a few pitfalls with python 2.7 support being dropped from upsteam tools since that release.  Please raise a launchpad if you encounter a problem. Scott On 2021-09-09 5:48 a.m., Embedded Devel wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Is this still a valid guide for building a 4.x or 5.x StarlingX installer > iso ? We need to make modifications and add additional packages > > https://docs.starlingx.io/developer_resources/build_guide.html#development-environment-setup > > > > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From build.starlingx at gmail.com Fri Sep 10 08:18:48 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 10 Sep 2021 04:18:48 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_flock_images - Build # 423 - Still Failing! In-Reply-To: <25814734.77.1630984955860.JavaMail.javamailuser@localhost> References: <25814734.77.1630984955860.JavaMail.javamailuser@localhost> Message-ID: <105936381.88.1631261935612.JavaMail.javamailuser@localhost> Project: STX_build_docker_flock_images Build #: 423 Status: Still Failing Timestamp: 20210910T043212Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs -------------------------------------------------------------------------------- Parameters WEB_HOST: mirror.starlingx.cengn.ca MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210910T033440Z OS: centos MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root BASE_VERSION: master-stable-20210910T033440Z PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs REGISTRY_USERID: slittlewrs LATEST_PREFIX: master PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/logs PUBLISH_TIMESTAMP: 20210910T033440Z FLOCK_VERSION: master-centos-stable-20210910T033440Z WEB_HOST_PORT: 80 PREFIX: master TIMESTAMP: 20210910T033440Z BUILD_STREAM: stable REGISTRY_ORG: starlingx PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/outputs REGISTRY: docker.io From build.starlingx at gmail.com Fri Sep 10 08:18:57 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 10 Sep 2021 04:18:57 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] master STX_build_docker_images_layered - Build # 174 - Still Failing! In-Reply-To: <1498523276.80.1630984982347.JavaMail.javamailuser@localhost> References: <1498523276.80.1630984982347.JavaMail.javamailuser@localhost> Message-ID: <867181538.91.1631261938244.JavaMail.javamailuser@localhost> Project: STX_build_docker_images_layered Build #: 174 Status: Still Failing Timestamp: 20210910T040510Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210910T033440Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs MASTER_BUILD_NUMBER: 180 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/logs MASTER_JOB_NAME: STX_build_layer_containers_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master-containers PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos/containers PUBLISH_TIMESTAMP: 20210910T033440Z DOCKER_BUILD_ID: jenkins-master-containers-20210910T033440Z-builder TIMESTAMP: 20210910T033440Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/inputs LAYER: containers PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/outputs From build.starlingx at gmail.com Fri Sep 10 08:18:59 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 10 Sep 2021 04:18:59 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_layer_containers_master_master - Build # 180 - Still Failing! In-Reply-To: <1247818094.83.1630984986176.JavaMail.javamailuser@localhost> References: <1247818094.83.1630984986176.JavaMail.javamailuser@localhost> Message-ID: <127408270.94.1631261940802.JavaMail.javamailuser@localhost> Project: STX_build_layer_containers_master_master Build #: 180 Status: Still Failing Timestamp: 20210910T033440Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true FORCE_BUILD: false From openinfradn at gmail.com Fri Sep 10 13:03:39 2021 From: openinfradn at gmail.com (open infra) Date: Fri, 10 Sep 2021 18:33:39 +0530 Subject: [Starlingx-discuss] HEADS UP! Project kubernetes-helm has been deleted gcr.io In-Reply-To: <1631160097213.2028133918.2586048958@optimcloud.com> References: <1631160097213.2028133918.2586048958@optimcloud.com> Message-ID: Hi, Image source has been changed as per the comment [1], but please note that the tal v2.16.9 is missing in ghcr.io/helm/tiller. I have tested the following change by manually change in release 5.0 image but bootstrap still fail. "The source of the tiller image changed from gcr.io/kubernetes-helm/tiller:v2.16.9 to ghcr.io/helm/tiller:v2.16.9 ." [1] https://bugs.launchpad.net/starlingx/+bug/1940696/comments/9 Regards, Danishka On Thu, Sep 9, 2021 at 9:36 AM Embedded Devel wrote: > just tried to do a 5.0.1 install from the 9/3/2021 iso and got this > > > "Image > > docker.io/starlingx/k8s-plugins-sriov-network-device:stx.4.0-v3.2-16-g4e0302ae > download succeeded by containerd", " Image download failed: > gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server > Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: > denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before > retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " > Image > download failed: gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: > Internal Server Error (\"Get > https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: denied: > Project > kubernetes-helm has been deleted.\")", "Sleep 20s before retry downloading > image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " Image download > failed: > gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server > Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: > denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before > retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " > > > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From openinfradn at gmail.com Fri Sep 10 13:16:03 2021 From: openinfradn at gmail.com (open infra) Date: Fri, 10 Sep 2021 18:46:03 +0530 Subject: [Starlingx-discuss] HEADS UP! Project kubernetes-helm has been deleted gcr.io In-Reply-To: References: <1631160097213.2028133918.2586048958@optimcloud.com> Message-ID: Please ignore my previous comment. Try this fix: https://review.opendev.org/c/starlingx/ansible-playbooks/+/807101/1/playbookconfig/src/playbooks/roles/common/load-images-information/vars/k8s-v1.18.1/system-images.yml On Fri, Sep 10, 2021 at 6:33 PM open infra wrote: > Hi, > > Image source has been changed as per the comment [1], but please note that > the tal v2.16.9 is missing in ghcr.io/helm/tiller. > I have tested the following change by manually change in release 5.0 image > but bootstrap still fail. > > > "The source of the tiller image changed > from gcr.io/kubernetes-helm/tiller:v2.16.9 > to ghcr.io/helm/tiller:v2.16.9 ." > > [1] https://bugs.launchpad.net/starlingx/+bug/1940696/comments/9 > > Regards, > Danishka > > On Thu, Sep 9, 2021 at 9:36 AM Embedded Devel > wrote: > >> just tried to do a 5.0.1 install from the 9/3/2021 iso and got this >> >> >> "Image >> >> docker.io/starlingx/k8s-plugins-sriov-network-device:stx.4.0-v3.2-16-g4e0302ae >> download succeeded by containerd", " Image download failed: >> gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server >> Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: >> denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before >> retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " >> Image >> download failed: gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: >> Internal Server Error (\"Get >> https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: denied: >> Project >> kubernetes-helm has been deleted.\")", "Sleep 20s before retry >> downloading >> image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " Image download >> failed: >> gcr.io/kubernetes-helm/tiller:v2.16.9500 Server Error: Internal Server >> Error (\"Get https://gcr.io/v2/kubernetes-helm/tiller/manifests/v2.16.9: >> denied: Project kubernetes-helm has been deleted.\")", "Sleep 20s before >> retry downloading image gcr.io/kubernetes-helm/tiller:v2.16.9 ...", " >> >> >> -- >> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Fri Sep 10 13:44:55 2021 From: lists at optimcloud.com (Embedded Devel) Date: Fri, 10 Sep 2021 13:44:55 +0000 Subject: [Starlingx-discuss] bash download_mirror.sh Message-ID: <1631281457633.3073395506.2999779674@optimcloud.com> Okay trying to generate an iso from the doc, the command ***************** Download packages ***************** #. Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: :: cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh fails, i see nothing in the docs on this... now never having used redhat, im a bit lost, a google search turned up subscription-manager register --username --password --auto-attach which is did, however im getting this below, how to proceed ?? Thanks This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. From scott.little at windriver.com Fri Sep 10 16:40:45 2021 From: scott.little at windriver.com (Scott Little) Date: Fri, 10 Sep 2021 12:40:45 -0400 Subject: [Starlingx-discuss] [stable] [build-report] master STX_build_docker_images_layered - Build # 174 - Still Failing! In-Reply-To: <867181538.91.1631261938244.JavaMail.javamailuser@localhost> References: <1498523276.80.1630984982347.JavaMail.javamailuser@localhost> <867181538.91.1631261938244.JavaMail.javamailuser@localhost> Message-ID: Same issue... stx-keystone-api-proxy docker image failed to build . https://bugs.launchpad.net/starlingx/+bug/1942906 Scott On 2021-09-10 4:18 a.m., build.starlingx at gmail.com wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Project: STX_build_docker_images_layered > Build #: 174 > Status: Still Failing > Timestamp: 20210910T040510Z > Branch: master > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs > -------------------------------------------------------------------------------- > Parameters > > BRANCH: master > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210910T033440Z > OS: centos > MUNGED_BRANCH: master > MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210910T033440Z/logs > MASTER_BUILD_NUMBER: 180 > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/logs > MASTER_JOB_NAME: STX_build_layer_containers_master_master > MY_REPO_ROOT: /localdisk/designer/jenkins/master-containers > PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos/containers > PUBLISH_TIMESTAMP: 20210910T033440Z > DOCKER_BUILD_ID: jenkins-master-containers-20210910T033440Z-builder > TIMESTAMP: 20210910T033440Z > OS_VERSION: 7.5.1804 > BUILD_STREAM: stable > PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/inputs > LAYER: containers > PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210910T033440Z/outputs > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolae.jascanu at intel.com Fri Sep 10 18:31:18 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Fri, 10 Sep 2021 18:31:18 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z Message-ID: Sanity Test from 2021-September-10 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Sun Sep 12 03:06:39 2021 From: lists at optimcloud.com (Embedded Devel) Date: Sun, 12 Sep 2021 03:06:39 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z In-Reply-To: References: Message-ID: <1631415954908.1757932784.2753333618@optimcloud.com> Okay, question, can one successfully install and provision this on bare metal ?? meaning get a full install with the ansible setup done ? On Saturday 11 September 2021 01:31:18 AM (+07:00), Jascanu, Nicolae wrote: Sanity Test from 2021-September-10 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicolae.jascanu at intel.com Sun Sep 12 07:59:49 2021 From: nicolae.jascanu at intel.com (Jascanu, Nicolae) Date: Sun, 12 Sep 2021 07:59:49 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z In-Reply-To: <1631415954908.1757932784.2753333618@optimcloud.com> References: <1631415954908.1757932784.2753333618@optimcloud.com> Message-ID: Hi, First you need to follow the install docs from https://docs.starlingx.io/deploy_install_guides/r5_release/index.html in order to have a proper bare-metal infrastructure. Then, you can follow the instruction from https://opendev.org/starlingx/test/src/branch/master/automated-robot-suite to run Setup and Provision steps. Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania From: Embedded Devel Sent: Sunday, September 12, 2021 06:07 To: Jascanu, Nicolae ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z Okay, question, can one successfully install and provision this on bare metal ?? meaning get a full install with the ansible setup done ? On Saturday 11 September 2021 01:31:18 AM (+07:00), Jascanu, Nicolae wrote: Sanity Test from 2021-September-10 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Sun Sep 12 08:04:13 2021 From: lists at optimcloud.com (Embedded Devel) Date: Sun, 12 Sep 2021 08:04:13 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z In-Reply-To: References: Message-ID: <1631433761547.3739232641.1728999835@optimcloud.com> so is this doc https://docs.starlingx.io/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.html thats states ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml no longer valid ? as its what Ive always used to deploy.. i have no idea what this automated-robot-suite is, first time ive even seen it :) On Sunday 12 September 2021 14:59:49 PM (+07:00), Jascanu, Nicolae wrote: Hi, First you need to follow the install docs from https://docs.starlingx.io/deploy_install_guides/r5_release/index.html in order to have a proper bare-metal infrastructure. Then, you can follow the instruction from https://opendev.org/starlingx/test/src/branch/master/automated-robot-suite to run Setup and Provision steps. Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania From: Embedded Devel Sent: Sunday, September 12, 2021 06:07 To: Jascanu, Nicolae ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z Okay, question, can one successfully install and provision this on bare metal ?? meaning get a full install with the ansible setup done ? On Saturday 11 September 2021 01:31:18 AM (+07:00), Jascanu, Nicolae wrote: Sanity Test from 2021-September-10 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Sun Sep 12 08:26:23 2021 From: lists at optimcloud.com (Embedded Devel) Date: Sun, 12 Sep 2021 08:26:23 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z In-Reply-To: References: Message-ID: <1631435124805.3722678885.3004412385@optimcloud.com> further to that... seems the ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml does also work still :) TASK [bootstrap/bringup-bootstrap-applications : Save the current system and network config for reference in subsequent replays] ****************************** changed: [localhost] => (item=prev_system_mode: simplex) changed: [localhost] => (item=prev_timezone: UTC) changed: [localhost] => (item=prev_distributed_cloud_role: none) changed: [localhost] => (item=prev_management_dynamic_address_allocation: True) changed: [localhost] => (item=prev_cluster_host_dynamic_address_allocation: True) changed: [localhost] => (item=prev_pxeboot_subnet: 169.254.202.0/24) changed: [localhost] => (item=prev_management_subnet: 192.168.204.0/24) changed: [localhost] => (item=prev_cluster_host_subnet: 192.168.206.0/24) changed: [localhost] => (item=prev_cluster_pod_subnet: 172.16.0.0/16) changed: [localhost] => (item=prev_cluster_service_subnet: 10.96.0.0/12) changed: [localhost] => (item=prev_external_oam_subnet: 192.168.10.2/24) changed: [localhost] => (item=prev_external_oam_gateway_address: 192.168.10.1) changed: [localhost] => (item=prev_external_oam_floating_address: 192.168.10.240) changed: [localhost] => (item=prev_management_multicast_subnet: 239.1.1.0/28) changed: [localhost] => (item=prev_dns_servers: 8.8.8.8,8.8.4.4) changed: [localhost] => (item=prev_docker_http_proxy: undef) changed: [localhost] => (item=prev_docker_https_proxy: undef) changed: [localhost] => (item=prev_docker_no_proxy: ) changed: [localhost] => (item=prev_pxeboot_start_address: derived) changed: [localhost] => (item=prev_pxeboot_end_address: derived) changed: [localhost] => (item=prev_management_start_address: derived) changed: [localhost] => (item=prev_management_end_address: derived) changed: [localhost] => (item=prev_cluster_host_start_address: derived) changed: [localhost] => (item=prev_cluster_host_end_address: derived) changed: [localhost] => (item=prev_cluster_pod_start_address: derived) changed: [localhost] => (item=prev_cluster_pod_end_address: derived) changed: [localhost] => (item=prev_cluster_service_start_address: derived) changed: [localhost] => (item=prev_cluster_service_end_address: derived) changed: [localhost] => (item=prev_external_oam_start_address: derived) changed: [localhost] => (item=prev_external_oam_end_address: derived) changed: [localhost] => (item=prev_management_multicast_start_address: derived) changed: [localhost] => (item=prev_management_multicast_end_address: derived) changed: [localhost] => (item=prev_external_oam_node_0_address: derived) changed: [localhost] => (item=prev_external_oam_node_1_address: derived) changed: [localhost] => (item=prev_apiserver_cert_sans: [stxint.optimcloud.com] ) changed: [localhost] => (item=prev_k8s_root_ca_cert: ) changed: [localhost] => (item=prev_k8s_root_ca_key: ) changed: [localhost] => (item=prev_apiserver_oidc: {} ) changed: [localhost] => (item=prev_docker_registries: ) changed: [localhost] => (item=docker.elastic.co: {password: secret, url: null} docker.io: {password: secret, url: null} gcr.io: {password: secret, url: null} ghcr.io: {password: secret, url: null} k8s.gcr.io: {password: secret, url: null} quay.io: {password: secret, url: null} ) TASK [bootstrap/bringup-bootstrap-applications : Mark the bootstrap as completed] ***************************************************************************** changed: [localhost] PLAY RECAP **************************************************************************************************************************************************** localhost : ok=363 changed=211 unreachable=0 failed=0 On Sunday 12 September 2021 14:59:49 PM (+07:00), Jascanu, Nicolae wrote: Hi, First you need to follow the install docs from https://docs.starlingx.io/deploy_install_guides/r5_release/index.html in order to have a proper bare-metal infrastructure. Then, you can follow the instruction from https://opendev.org/starlingx/test/src/branch/master/automated-robot-suite to run Setup and Provision steps. Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania From: Embedded Devel Sent: Sunday, September 12, 2021 06:07 To: Jascanu, Nicolae ; starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210910T021849Z Okay, question, can one successfully install and provision this on bare metal ?? meaning get a full install with the ansible setup done ? On Saturday 11 September 2021 01:31:18 AM (+07:00), Jascanu, Nicolae wrote: Sanity Test from 2021-September-10 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/iso/ ) Status: GREEN Executed on BAREMETAL STANDARD EXTERNAL Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210910T021849Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Regards, Nicolae Jascanu, Ph.D. Software Engineer INTEL IOTG Galati, Romania -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From fungi at yuggoth.org Mon Sep 13 00:49:15 2021 From: fungi at yuggoth.org (Jeremy Stanley) Date: Mon, 13 Sep 2021 00:49:15 +0000 Subject: [Starlingx-discuss] Mailing lists are back in service again In-Reply-To: <20210902232350.fnukur4w23mi443f@yuggoth.org> References: <20210902232350.fnukur4w23mi443f@yuggoth.org> Message-ID: <20210913004915.nfy4j63cezquwsni@yuggoth.org> Over the course of the past day, the OpenDev sysadmins performed a series of operating system upgrades for the server hosting the lists.airshipit.org, lists.opendev.org, lists.openstack.org, lists.starlingx.io, and lists.zuul-ci.org sites. Some unexpected issues arose which we did not encounter in our earlier test upgrades, which caused the outage to run four hours longer than anticipated. Unfortunately, the server began accepting messages while we were still wrestling with a bug which may have caused some queued inbound messages to be silently dropped. If you sent a message to one of the mailing lists on these sites on September 12 between 15:00 and 00:00 UTC and don't see it appear in the list archive, it was likely lost and you should send another copy. All mailing list sites should be back in service as of now, but if you have any questions or notice a problem we've overlooked, feel free to reply to this message, or find us in the #opendev channel on the OFTC IRC network. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From lists at optimcloud.com Sun Sep 12 18:06:27 2021 From: lists at optimcloud.com (Embedded Devel) Date: Sun, 12 Sep 2021 18:06:27 +0000 Subject: [Starlingx-discuss] Master Test build ISO 20210910T021849Z & wireguard Message-ID: <1631469714626.2643161170.3698475658@optimcloud.com> So i decided to see where things were, when hunting around and saw kernel 5.x was coming and i looked at the config and saw wireguard module included i deployed it successfully, on the internal lab, and looked around a bit to find /lib/modules/5.10.30-200.3.tis.el7.x86_64/kernel/drivers/net/wireguard insmod wireguard.ko.xz insmod: ERROR: could not insert module wireguard.ko.xz: Unknown symbol in module [26696.022127] wireguard: Unknown symbol blake2s_final (err -2) [26696.022140] wireguard: Unknown symbol curve25519_null_point (err -2) [26696.022149] wireguard: Unknown symbol udp_sock_create4 (err -2) [26696.022160] wireguard: Unknown symbol udp_tunnel6_xmit_skb (err -2) [26696.022174] wireguard: Unknown symbol chacha20poly1305_encrypt_sg_inplace (err -2) [26696.022184] wireguard: Unknown symbol blake2s_update (err -2) [26696.022194] wireguard: Unknown symbol chacha20poly1305_encrypt (err -2) [26696.022227] wireguard: Unknown symbol chacha20poly1305_decrypt_sg_inplace (err -2) [26696.022239] wireguard: Unknown symbol xchacha20poly1305_encrypt (err -2) [26696.022244] wireguard: Unknown symbol xchacha20poly1305_decrypt (err -2) [26696.022253] wireguard: Unknown symbol udp_tunnel_sock_release (err -2) [26696.022259] wireguard: Unknown symbol setup_udp_tunnel_sock (err -2) [26696.022263] wireguard: Unknown symbol udp_sock_create6 (err -2) [26696.022273] wireguard: Unknown symbol curve25519_arch (err -2) [26696.022282] wireguard: Unknown symbol chacha20poly1305_decrypt (err -2) [26696.022289] wireguard: Unknown symbol curve25519_base_arch (err -2) [26696.022295] wireguard: Unknown symbol udp_tunnel_xmit_skb (err -2) [26696.022305] wireguard: Unknown symbol blake2s256_hmac (err -2) can we possibly address this in the kernel config for a complete working wireguard module and add wireguard-tools to stx 6.0 ? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Mon Sep 13 01:14:11 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 13 Sep 2021 01:14:11 +0000 Subject: [Starlingx-discuss] Master Test build ISO 20210910T021849Z & wireguard Message-ID: <1631495566084.3347827080.1104223502@optimcloud.com> So i decided to see where things were, when hunting around and saw kernel 5.x was coming and i looked at the config and saw wireguard module included i deployed it successfully, on the internal lab, and looked around a bit to find /lib/modules/5.10.30-200.3.tis.el7.x86_64/kernel/drivers/net/wireguard insmod wireguard.ko.xz insmod: ERROR: could not insert module wireguard.ko.xz: Unknown symbol in module [26696.022127] wireguard: Unknown symbol blake2s_final (err -2) [26696.022140] wireguard: Unknown symbol curve25519_null_point (err -2) [26696.022149] wireguard: Unknown symbol udp_sock_create4 (err -2) [26696.022160] wireguard: Unknown symbol udp_tunnel6_xmit_skb (err -2) [26696.022174] wireguard: Unknown symbol chacha20poly1305_encrypt_sg_inplace (err -2) [26696.022184] wireguard: Unknown symbol blake2s_update (err -2) [26696.022194] wireguard: Unknown symbol chacha20poly1305_encrypt (err -2) [26696.022227] wireguard: Unknown symbol chacha20poly1305_decrypt_sg_inplace (err -2) [26696.022239] wireguard: Unknown symbol xchacha20poly1305_encrypt (err -2) [26696.022244] wireguard: Unknown symbol xchacha20poly1305_decrypt (err -2) [26696.022253] wireguard: Unknown symbol udp_tunnel_sock_release (err -2) [26696.022259] wireguard: Unknown symbol setup_udp_tunnel_sock (err -2) [26696.022263] wireguard: Unknown symbol udp_sock_create6 (err -2) [26696.022273] wireguard: Unknown symbol curve25519_arch (err -2) [26696.022282] wireguard: Unknown symbol chacha20poly1305_decrypt (err -2) [26696.022289] wireguard: Unknown symbol curve25519_base_arch (err -2) [26696.022295] wireguard: Unknown symbol udp_tunnel_xmit_skb (err -2) [26696.022305] wireguard: Unknown symbol blake2s256_hmac (err -2) can we possibly address this in the kernel config for a complete working wireguard module and add wireguard-tools to stx 6.0 ? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From scott.little at windriver.com Mon Sep 13 13:21:23 2021 From: scott.little at windriver.com (Scott Little) Date: Mon, 13 Sep 2021 09:21:23 -0400 Subject: [Starlingx-discuss] Master Test build ISO 20210910T021849Z & wireguard In-Reply-To: <1631495566084.3347827080.1104223502@optimcloud.com> References: <1631495566084.3347827080.1104223502@optimcloud.com> Message-ID: <2b029376-e463-563c-17d2-77343495ff99@windriver.com> Good find. Please file a launchpad via https://bugs.launchpad.net/starlingx/+filebug Thanks Scott On 2021-09-12 9:14 p.m., Embedded Devel wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > So i decided to see where things were, when hunting around and saw kernel > 5.x was coming and i looked at the config and saw wireguard module > included > i deployed it successfully, on the internal lab, and looked around a > bit to > find > /lib/modules/5.10.30-200.3.tis.el7.x86_64/kernel/drivers/net/wireguard > > insmod wireguard.ko.xz > insmod: ERROR: could not insert module wireguard.ko.xz: Unknown symbol in > module > > [26696.022127] wireguard: Unknown symbol blake2s_final (err -2) > [26696.022140] wireguard: Unknown symbol curve25519_null_point (err -2) > [26696.022149] wireguard: Unknown symbol udp_sock_create4 (err -2) > [26696.022160] wireguard: Unknown symbol udp_tunnel6_xmit_skb (err -2) > [26696.022174] wireguard: Unknown symbol > chacha20poly1305_encrypt_sg_inplace (err -2) > [26696.022184] wireguard: Unknown symbol blake2s_update (err -2) > [26696.022194] wireguard: Unknown symbol chacha20poly1305_encrypt (err > -2) > [26696.022227] wireguard: Unknown symbol > chacha20poly1305_decrypt_sg_inplace (err -2) > [26696.022239] wireguard: Unknown symbol xchacha20poly1305_encrypt > (err -2) > [26696.022244] wireguard: Unknown symbol xchacha20poly1305_decrypt > (err -2) > [26696.022253] wireguard: Unknown symbol udp_tunnel_sock_release (err -2) > [26696.022259] wireguard: Unknown symbol setup_udp_tunnel_sock (err -2) > [26696.022263] wireguard: Unknown symbol udp_sock_create6 (err -2) > [26696.022273] wireguard: Unknown symbol curve25519_arch (err -2) > [26696.022282] wireguard: Unknown symbol chacha20poly1305_decrypt (err > -2) > [26696.022289] wireguard: Unknown symbol curve25519_base_arch (err -2) > [26696.022295] wireguard: Unknown symbol udp_tunnel_xmit_skb (err -2) > [26696.022305] wireguard: Unknown symbol blake2s256_hmac (err -2) > > can we possibly address this in the kernel config for a complete working > wireguard module and add wireguard-tools to stx 6.0 ? > > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From alexandru.dimofte at intel.com Mon Sep 13 14:18:16 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Mon, 13 Sep 2021 14:18:16 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210911T013655Z Message-ID: Sanity Test from 2021-September-13 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210911T013655Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210911T013655Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From openinfradn at gmail.com Mon Sep 13 19:20:06 2021 From: openinfradn at gmail.com (open infra) Date: Tue, 14 Sep 2021 00:50:06 +0530 Subject: [Starlingx-discuss] kube-sriov-device-plugin-amd64 failed Message-ID: Hi, I have noticed that kube-sriov-device-plugin-amd64 is failing and there is no way to proceed with openstack deployment as well. https://paste.opendev.org/show/809287/ Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Mon Sep 13 19:55:08 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 13 Sep 2021 19:55:08 +0000 Subject: [Starlingx-discuss] kube-sriov-device-plugin-amd64 failed In-Reply-To: References: Message-ID: <1631562846860.3814437819.3367606809@optimcloud.com> just some insight, i did deploy openstack without sriov today, and it passed using the master iso from the other day On Tuesday 14 September 2021 02:20:06 AM (+07:00), open infra wrote: Hi, I have noticed that kube-sriov-device-plugin-amd64 is failing and there is no way to proceed with openstack deployment as well. https://paste.opendev.org/show/809287/ Regards, Danishka -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From build.starlingx at gmail.com Tue Sep 14 04:50:15 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Tue, 14 Sep 2021 00:50:15 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] STX_build_docker_flock_images - Build # 425 - Failure! Message-ID: <385058873.107.1631595017057.JavaMail.javamailuser@localhost> Project: STX_build_docker_flock_images Build #: 425 Status: Failure Timestamp: 20210914T012913Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210914T004417Z/logs -------------------------------------------------------------------------------- Parameters WEB_HOST: mirror.starlingx.cengn.ca MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210914T004417Z OS: centos MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root BASE_VERSION: master-stable-20210914T004417Z PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210914T004417Z/logs REGISTRY_USERID: slittlewrs LATEST_PREFIX: master PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210914T004417Z/logs PUBLISH_TIMESTAMP: 20210914T004417Z FLOCK_VERSION: master-centos-stable-20210914T004417Z WEB_HOST_PORT: 80 PREFIX: master TIMESTAMP: 20210914T004417Z BUILD_STREAM: stable REGISTRY_ORG: starlingx PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210914T004417Z/outputs REGISTRY: docker.io From build.starlingx at gmail.com Tue Sep 14 04:50:18 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Tue, 14 Sep 2021 00:50:18 -0400 (EDT) Subject: [Starlingx-discuss] [stable] [build-report] master STX_build_docker_images_layered - Build # 176 - Failure! Message-ID: <684215646.110.1631595019164.JavaMail.javamailuser@localhost> Project: STX_build_docker_images_layered Build #: 176 Status: Failure Timestamp: 20210914T010301Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210914T004417Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-containers/20210914T004417Z OS: centos MUNGED_BRANCH: master MY_REPO: /localdisk/designer/jenkins/master-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210914T004417Z/logs MASTER_BUILD_NUMBER: 181 PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/containers/20210914T004417Z/logs MASTER_JOB_NAME: STX_build_layer_containers_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master-containers PUBLISH_DISTRO_BASE: /export/mirror/starlingx/master/centos/containers PUBLISH_TIMESTAMP: 20210914T004417Z DOCKER_BUILD_ID: jenkins-master-containers-20210914T004417Z-builder TIMESTAMP: 20210914T004417Z OS_VERSION: 7.5.1804 BUILD_STREAM: stable PUBLISH_INPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210914T004417Z/inputs LAYER: containers PUBLISH_OUTPUTS_BASE: /export/mirror/starlingx/master/centos/containers/20210914T004417Z/outputs From build.starlingx at gmail.com Tue Sep 14 04:50:23 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Tue, 14 Sep 2021 00:50:23 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_layer_containers_master_master - Build # 181 - Still Failing! In-Reply-To: <728715760.92.1631261938975.JavaMail.javamailuser@localhost> References: <728715760.92.1631261938975.JavaMail.javamailuser@localhost> Message-ID: <1023612194.113.1631595023860.JavaMail.javamailuser@localhost> Project: STX_build_layer_containers_master_master Build #: 181 Status: Still Failing Timestamp: 20210914T004417Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/containers/20210914T004417Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: true FORCE_BUILD: false From openinfradn at gmail.com Tue Sep 14 05:27:42 2021 From: openinfradn at gmail.com (open infra) Date: Tue, 14 Sep 2021 10:57:42 +0530 Subject: [Starlingx-discuss] kube-sriov-device-plugin-amd64 failed In-Reply-To: <1631562846860.3814437819.3367606809@optimcloud.com> References: <1631562846860.3814437819.3367606809@optimcloud.com> Message-ID: Thank you. Found the issue. I was referring to wrong documentation and ended up using sriovdp=enabled. On Tue, Sep 14, 2021 at 1:25 AM Embedded Devel wrote: > just some insight, i did deploy openstack without sriov today, and it > passed using the master iso from the other day > > On Tuesday 14 September 2021 02:20:06 AM (+07:00), open infra wrote: > > Hi, > > I have noticed that kube-sriov-device-plugin-amd64 is failing and there > is no way to proceed with openstack deployment as well. > > https://paste.opendev.org/show/809287/ > > Regards, > Danishka > > > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: From openinfradn at gmail.com Tue Sep 14 10:30:10 2021 From: openinfradn at gmail.com (open infra) Date: Tue, 14 Sep 2021 16:00:10 +0530 Subject: [Starlingx-discuss] Exposing keystone public endpoint Message-ID: Hi, Is it possible to expose keystone endpoint to different network? For example, OAM network or Data Network? http://keystone.openstack.svc.cluster.local:80/v3/auth/tokens Regards Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandru.dimofte at intel.com Tue Sep 14 13:15:56 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Tue, 14 Sep 2021 13:15:56 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210913T234051Z Message-ID: Sanity Test from 2021-September-14 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210913T234051Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210913T234051Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From austin.sun at intel.com Tue Sep 14 13:31:58 2021 From: austin.sun at intel.com (Sun, Austin) Date: Tue, 14 Sep 2021 13:31:58 +0000 Subject: [Starlingx-discuss] StarlingX Distro-OpenStack: Bi-weekly Project Meeting -- 09/14 MoM Message-ID: Hi All: 09/14 /2021 Meeting - Bugs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.distro.openstack #LP 1942906 stx-keystone-api-proxy docker image build failure, might be related sysinv recently py3 change. suggest flock team further check. #LP 1918090 wait owner confirm #LP 1918093 will Close as agreed w/t owner. #LP 1938508 wait for owner feedback. #LP 1918181 will close as agreed w/t owner. Thanks. BR Austin Sun. -------------- next part -------------- An HTML attachment was scrubbed... URL: From openinfradn at gmail.com Tue Sep 14 16:08:14 2021 From: openinfradn at gmail.com (open infra) Date: Tue, 14 Sep 2021 21:38:14 +0530 Subject: [Starlingx-discuss] Openstack image upload failed with evicted pods Message-ID: Hi, In a freshly installed stx release 5 (standard dedicated storage) system, I tried to upload 41GB of qcow2 image but failed [1]. Noticed that some of the pods are evicted [2]. Ceph cluster has enough space and health is ok [3]. I can upload smaller files without any issue. I am still trying to understand what went wrong. [1] https://paste.opendev.org/show/809313/ [2] https://paste.opendev.org/show/809312/ [3] https://paste.opendev.org/show/809314/ Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From Thiago.Brito at windriver.com Tue Sep 14 16:26:00 2021 From: Thiago.Brito at windriver.com (Brito, Thiago) Date: Tue, 14 Sep 2021 16:26:00 +0000 Subject: [Starlingx-discuss] Openstack image upload failed with evicted pods In-Reply-To: References: Message-ID: Hi Danishka, We noticed rather recently that in order to update larger images, we have to increase the kubelet-lv size so the system doesn't get starved on disk during image conversion/upload to Glance due to the high usage of "emptyDir" volumes. Could you please: 1) Post the size and %Used of your kubelet-lv (df -h on the controller nodes) 2) Check the eviction reason by looking at kubectl describe on the evicted pods 3) maybe try to extend kubelet-lv a couple of dozen of GBs and try again? Let me know. Thiago ________________________________ From: open infra Sent: Tuesday, September 14, 2021 1:08 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Openstack image upload failed with evicted pods [Please note: This e-mail is from an EXTERNAL e-mail address] Hi, In a freshly installed stx release 5 (standard dedicated storage) system, I tried to upload 41GB of qcow2 image but failed [1]. Noticed that some of the pods are evicted [2]. Ceph cluster has enough space and health is ok [3]. I can upload smaller files without any issue. I am still trying to understand what went wrong. [1] https://paste.opendev.org/show/809313/ [2] https://paste.opendev.org/show/809312/ [3] https://paste.opendev.org/show/809314/ Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From openinfradn at gmail.com Wed Sep 15 05:33:22 2021 From: openinfradn at gmail.com (open infra) Date: Wed, 15 Sep 2021 11:03:22 +0530 Subject: [Starlingx-discuss] Openstack image upload failed with evicted pods In-Reply-To: References: Message-ID: Hi Thiago, I have increased both docker (150GB) and kublet (25GB) size in both controllers while working on this issue. And also increase the ceph mon size. [0]. https://paste.opendev.org/show/809328/ Disk usage of kubelet controller-0: [1] and controller-1: [2] Disk usage of controller-0 [3] and controller-1 [4]. There were couple of pods failed with the following error and few failed with DiskPressure [7][8][9]. The node was low on resource: ephemeral-storage. Container horizon was using 19361853, which exceeds its request of 0. [5][6] I was able to upload the image after increasing kubelet size to 50GB. [0] https://paste.opendev.org/show/809328/ [1] https://paste.opendev.org/show/809325/ [2] https://paste.opendev.org/show/809324/ [3] https://paste.opendev.org/show/809326/ [4] https://paste.opendev.org/show/809323/ [5] https://paste.opendev.org/show/809320/ [6] https://paste.opendev.org/show/809319/ [7] https://paste.opendev.org/show/809318/ [8] https://paste.opendev.org/show/809321/ [9] https://paste.opendev.org/show/809322/ I have created a LP as at least the stx documentation should advice to increase the kubelet size. The documentation suggest to increase docker size set to 60GB instead of default 30GB. https://bugs.launchpad.net/starlingx/+bug/1943674 Regards, Danishka On Tue, Sep 14, 2021 at 10:01 PM Brito, Thiago wrote: > Hi Danishka, > > We noticed rather recently that in order to update larger images, we have > to increase the kubelet-lv size so the system doesn't get starved on disk > during image conversion/upload to Glance due to the high usage of > "emptyDir" volumes. Could you please: > 1) Post the size and %Used of your kubelet-lv (df -h on the controller > nodes) > 2) Check the eviction reason by looking at kubectl describe on the evicted > pods > 3) maybe try to extend kubelet-lv a couple of dozen of GBs and try again? > > Let me know. > > Thiago > ------------------------------ > *From:* open infra > *Sent:* Tuesday, September 14, 2021 1:08 PM > *To:* starlingx-discuss at lists.starlingx.io < > starlingx-discuss at lists.starlingx.io> > *Subject:* [Starlingx-discuss] Openstack image upload failed with evicted > pods > > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Hi, > > In a freshly installed stx release 5 (standard dedicated storage) system, > I tried to upload 41GB of qcow2 image but failed [1]. Noticed that some of > the pods are evicted [2]. > > Ceph cluster has enough space and health is ok [3]. > > I can upload smaller files without any issue. > > I am still trying to understand what went wrong. > > [1] https://paste.opendev.org/show/809313/ > > [2] https://paste.opendev.org/show/809312/ > > [3] https://paste.opendev.org/show/809314/ > > > Regards, > Danishka > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandru.dimofte at intel.com Wed Sep 15 12:34:19 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Wed, 15 Sep 2021 12:34:19 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210915T021038Z Message-ID: Sanity Test from 2021-September-15 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210915T021038Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210915T021038Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From Bill.Zvonar at windriver.com Wed Sep 15 12:52:02 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 15 Sep 2021 12:52:02 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 15, 2021) Message-ID: Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210915T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 -------------- next part -------------- An HTML attachment was scrubbed... URL: From Thiago.Brito at windriver.com Wed Sep 15 13:18:26 2021 From: Thiago.Brito at windriver.com (Brito, Thiago) Date: Wed, 15 Sep 2021 13:18:26 +0000 Subject: [Starlingx-discuss] Openstack image upload failed with evicted pods In-Reply-To: References: Message-ID: I *think* that documentation is stale since we are now using containerd instead of docker on StarlingX, but I might be wrong. Anybody have some thoughts about that? Thanks for opening that bug. Thiago ________________________________ From: open infra Sent: Wednesday, September 15, 2021 2:33 AM To: Brito, Thiago Cc: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Openstack image upload failed with evicted pods [Please note: This e-mail is from an EXTERNAL e-mail address] Hi Thiago, I have increased both docker (150GB) and kublet (25GB) size in both controllers while working on this issue. And also increase the ceph mon size. [0]. https://paste.opendev.org/show/809328/ Disk usage of kubelet controller-0: [1] and controller-1: [2] Disk usage of controller-0 [3] and controller-1 [4]. There were couple of pods failed with the following error and few failed with DiskPressure [7][8][9]. The node was low on resource: ephemeral-storage. Container horizon was using 19361853, which exceeds its request of 0. [5][6] I was able to upload the image after increasing kubelet size to 50GB. [0] https://paste.opendev.org/show/809328/ [1] https://paste.opendev.org/show/809325/ [2] https://paste.opendev.org/show/809324/ [3] https://paste.opendev.org/show/809326/ [4] https://paste.opendev.org/show/809323/ [5] https://paste.opendev.org/show/809320/ [6] https://paste.opendev.org/show/809319/ [7] https://paste.opendev.org/show/809318/ [8] https://paste.opendev.org/show/809321/ [9] https://paste.opendev.org/show/809322/ I have created a LP as at least the stx documentation should advice to increase the kubelet size. The documentation suggest to increase docker size set to 60GB instead of default 30GB. https://bugs.launchpad.net/starlingx/+bug/1943674 Regards, Danishka On Tue, Sep 14, 2021 at 10:01 PM Brito, Thiago > wrote: Hi Danishka, We noticed rather recently that in order to update larger images, we have to increase the kubelet-lv size so the system doesn't get starved on disk during image conversion/upload to Glance due to the high usage of "emptyDir" volumes. Could you please: 1) Post the size and %Used of your kubelet-lv (df -h on the controller nodes) 2) Check the eviction reason by looking at kubectl describe on the evicted pods 3) maybe try to extend kubelet-lv a couple of dozen of GBs and try again? Let me know. Thiago ________________________________ From: open infra > Sent: Tuesday, September 14, 2021 1:08 PM To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] Openstack image upload failed with evicted pods [Please note: This e-mail is from an EXTERNAL e-mail address] Hi, In a freshly installed stx release 5 (standard dedicated storage) system, I tried to upload 41GB of qcow2 image but failed [1]. Noticed that some of the pods are evicted [2]. Ceph cluster has enough space and health is ok [3]. I can upload smaller files without any issue. I am still trying to understand what went wrong. [1] https://paste.opendev.org/show/809313/ [2] https://paste.opendev.org/show/809312/ [3] https://paste.opendev.org/show/809314/ Regards, Danishka _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Wed Sep 15 14:29:33 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 15 Sep 2021 14:29:33 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 15, 2021) In-Reply-To: References: Message-ID: Update from today's meeting... * Standing Topics * Build/Sanity * current status * there was an issue with container builds, see http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012020.html * this has been resolved * Davlet to kick a new container build to see if we're good now * maintenance build (5.0.1) * the build is ready, per http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/011978.html * no sanity yet * AR: Nic to run sanity on this build, then we'll release it, assuming all goes well (Bill will ping him) * Mary noted that the release notes for 5.0.1 are ready to review: https://review.opendev.org/c/starlingx/docs/+/807899 * AR: Frank, Scott & Ghada to review (and add others as they see fit) * Gerrit Reviews in Need of Attention * nothing this week * Topics for this Week * nothing this week * ARs from Previous Meetings * CENGN Backups - Anthony - same as last week, SSD ordering underway * Docker Subscription Changes - Scott/Davlet - per Davlet, no issues; Scott wasn't here but Bill is closing this anyways : ) * Open Requests for Help * Exposing keystone public endpoint * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012037.html * per Greg, we expose this on the OAM network only, Bill will respond to Danishka From: Zvonar, Bill Sent: Wednesday, September 15, 2021 8:52 AM To: starlingx-discuss at lists.starlingx.io Subject: Community (& TSC) Call (Sep 15, 2021) Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210915T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 From Bill.Zvonar at windriver.com Wed Sep 15 14:31:22 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 15 Sep 2021 14:31:22 +0000 Subject: [Starlingx-discuss] Exposing keystone public endpoint In-Reply-To: References: Message-ID: Hi Danishka ? StarlingX exposes the endpoints on the OAM network only. Thanks, Bill... From: open infra Sent: Tuesday, September 14, 2021 6:30 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Exposing keystone public endpoint [Please note: This e-mail is from an EXTERNAL e-mail address] Hi, Is it possible to expose keystone endpoint to different network? For example, OAM network or Data Network? http://keystone.openstack.svc.cluster.local:80/v3/auth/tokens Regards Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From Linda.Wang at windriver.com Wed Sep 15 15:24:45 2021 From: Linda.Wang at windriver.com (Wang, Linda) Date: Wed, 15 Sep 2021 15:24:45 +0000 Subject: [Starlingx-discuss] Bi-Weekly StarlingX OS Distro & Multi-OS Meeting Minutes: September 15, 2021 Message-ID: 09/15/2001 Agenda items: Attendees: Davlet Panech, Steve Geary, Charles Short, Linda Wang, Bill Zvonar, Mark Asselstine, Frank Miller, Bob Church 1. OS Distro * 5.10 Kernel Schedule * still new, how often do we want to do stable updatees, and when to stop. * Debian patches going upstream: * https://review.opendev.org/q/topic:%22debian-build%22+(status:open%20OR%20status:merged) * currently 10 people are using the build environment. * Yue Tao indicates there are 9 more commits for build coming in the next 2 weeks * Question on one of the commits: https://review.opendev.org/c/starlingx/tools/+/804410 * the code is complex, so need to understand what the code is doing. * using the build aspect of the OBS. need to continue the discussion with developer since the implementation has deviated from original design. * reusing and modify the helmchart, so the team can use it. * Building bridge to the Debian community now that the patches are going upstream now that some of the patches are being posted to upstream community. * Mark is spread really thin, so will start look into it. but the priority is still getting the patches into Debian build system. * Currently will accumlate the technical debt, but will build bridge to the community members, and get those technical debt upstream. * Challenge with pushing patches to Debian community is to get the maintainer to understand the why of the patches, or the solution of an issue, so that they will accept it. * Integration with Pulp and Apily is essential * STX 6.0 Deliverables * Debian OS Migration: New stx build tool * Debian OS Migration Build system -------------- next part -------------- An HTML attachment was scrubbed... URL: From Linda.Wang at windriver.com Wed Sep 15 15:28:12 2021 From: Linda.Wang at windriver.com (Wang, Linda) Date: Wed, 15 Sep 2021 15:28:12 +0000 Subject: [Starlingx-discuss] Bi-Weekly StarlingX OS Distro & Multi-OS Meeting Minutes: September 1, 2021 Message-ID: 09/01/2021 Agenda items: Attendees: Davlet Panech, Frank Miller, Scott Little, Anthony Nowell, Bill Zvonar, Bob Church, Charles Short, Steve Geary 1. OS Distro * Debian build instrastructure patches to be merged upstream * 3 out of 18 were posted, still working on more patches to come * use the same topics for the 3 patches posted * open a subtask under jira to say they will be addressing the comments (good to have feture/improvement) in a subtask * acknowledge the comment in the review (please the patch submitter to either ack or nack the comments, especially when submitting changes, acknowledge if the change is related to a comment) * Reviewer please put either (GoodTohave) or (MustHave) in the comment so that the patch submitter will know what to do and be able to move forward * Setup a separate channel for review of the patches/for tool's issues * Is there a new or update spec for the build systems? Please share the latest spec. * Scott will send some questions for the team to answer related to the structure work (not necessarily the workflow) * Mark posted 2 spec for builds, need another one for Q&A. * Will need to update the confluence page in StarlingX to show how the users use this system * Conversion flock packages converting to Debian package format. * Went through initial phase of conversion on some packages * Debian package format change to added a meta data file in the package format * Bob send a some suggestion on the tools, will need the team to answer/modify * Also the same with workflow, and/or implment Chuck's the suggestions to implementation * It will be good to get off the stable branch and just use the StarlingX's master. * Will expect to have a spec for Deiban package format as well. -------------- next part -------------- An HTML attachment was scrubbed... URL: From maryx.camp at intel.com Wed Sep 15 21:58:23 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Wed, 15 Sep 2021 21:58:23 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 15-Sep-21 Message-ID: Hello all, Here are this week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. ? [1]?? Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings ??[2]?? Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation thanks, Mary Camp ========== 15-Sep-21 All -- reviews merged since last meeting: 7 Most are in R5 branch. All -- bug status -- 19 total - team agrees to defer all low priority LP until the upstreaming effort is completed. 7 LP are WIP against API documentation, which is generated from source code (low priority). 2 new LP this week. Still having the situation of duplicated issues in Jira (downstream) vs LP (upstream) and how to track them. Retrospective - the WR team had 2 sessions. One of the items for docs: Discussion about traceability for doc issues that were reported downstream and fixed in the upstream. If you aren't the issue owner/raiser, there isn't good tracking. Customer reported issues may need improved tracking and traceability. We will continue to discuss the feedback, and figure out actions. Discussed R6 vs R5 install guides in master/working branch We are currently maintaining 3 folders of install guides (R5 and R6 in master, R5 in R5 branch). How can we reduce all the overhead involved with that? Are the R5 changes slowing? What if we eliminate R6 folder now, then maintain r5 folder in master and cherry pick to R5 branch. Will users notice R6 is moved? Add a redirect/explanation? Definitely we want to be aware of this for next release cycle, we don't want to make the R7 install folder right away. Right now the R5/R6 files are nearly identical, just the labels are different. If we could figure out a way to make a wrapper around the r5 docs, then it would solve the problem. Is it too close to R6 to mess with this? We don't want to do a ton of work now, then have to undo it next week or whenever the R6 install changes start coming... Segue into: doc organization - most of the guides have 2 big directories: Kubernetes and OpenStack Contents section - makes sense in the upstream, but sort of meaningless to downstream users. Would be helpful to make the contents in an include file so it is removed from the downstream files. This change is coming soon, Ron will submit reviews. One more item, we aren't making a decision today: rethinking how the downstream builds work. part of the new/improved solution will be: make all filenames unique (now it is tricky with "overview.rst" in different folders) possibly create a utility to make a stub file with a guaranteed unique id -- would spit it out for you. Future discussion: Retiring the docs that are not required in the downstream / replacements. From openinfradn at gmail.com Thu Sep 16 06:33:08 2021 From: openinfradn at gmail.com (open infra) Date: Thu, 16 Sep 2021 12:03:08 +0530 Subject: [Starlingx-discuss] Exposing keystone public endpoint In-Reply-To: References: Message-ID: Thanks Bill! On Wed, Sep 15, 2021 at 8:01 PM Zvonar, Bill wrote: > Hi Danishka ? StarlingX exposes the endpoints on the OAM network only. > > > > Thanks, Bill... > > > > *From:* open infra > *Sent:* Tuesday, September 14, 2021 6:30 AM > *To:* starlingx-discuss at lists.starlingx.io > *Subject:* [Starlingx-discuss] Exposing keystone public endpoint > > > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Hi, > > > > Is it possible to expose keystone endpoint to different network? > > For example, OAM network or Data Network? > > > http://keystone.openstack.svc.cluster.local:80/v3/auth/tokens > > > > Regards > > Danishka > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandru.dimofte at intel.com Thu Sep 16 12:11:27 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Thu, 16 Sep 2021 12:11:27 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210916T021248Z Message-ID: Sanity Test from 2021-September-16 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210916T021248Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210916T021248Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From lists at optimcloud.com Thu Sep 16 12:15:31 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 16 Sep 2021 12:15:31 +0000 Subject: [Starlingx-discuss] Kubernetes version / Flannel cni Message-ID: <1631794471194.1764518470.4236031923@optimcloud.com> Is it possible to change the running kubernetes version to greater then 1.19.X and use flannel instead of calico ?? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From alexandru.dimofte at intel.com Thu Sep 16 16:22:57 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Thu, 16 Sep 2021 16:22:57 +0000 Subject: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210826T162717Z Message-ID: Sanity Test from 2021-September-16 (http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz OBS: This 5.0.1 image was executed on all configurations. =========================================== Sanity Test executed on Bare Metal AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] =========================================== Sanity Test executed on Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs ] Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Standard External Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs ] Kind Regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From Michiel.Seuren at windriver.com Thu Sep 16 16:35:33 2021 From: Michiel.Seuren at windriver.com (Seuren, Michiel) Date: Thu, 16 Sep 2021 16:35:33 +0000 Subject: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210826T162717Z In-Reply-To: References: Message-ID: Thank you Alex, much appreciated. From: Dimofte, Alexandru Sent: Thursday, September 16, 2021 12:23 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210826T162717Z [Please note: This e-mail is from an EXTERNAL e-mail address] Sanity Test from 2021-September-16 (http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210826T162717Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz OBS: This 5.0.1 image was executed on all configurations. =========================================== Sanity Test executed on Bare Metal AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] =========================================== Sanity Test executed on Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs ] Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Standard External Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs ] Kind Regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 4759 bytes Desc: image001.png URL: From alexandru.dimofte at intel.com Fri Sep 17 13:17:19 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Fri, 17 Sep 2021 13:17:19 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210917T043002Z Message-ID: Sanity Test from 2021-September-17 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210917T043002Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210917T043002Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Virtual Environment Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From alexandru.dimofte at intel.com Fri Sep 17 19:06:59 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Fri, 17 Sep 2021 19:06:59 +0000 Subject: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z Message-ID: Sanity Test from 2021-September-17 (http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz OBS: This 5.0.1 image was executed on all configurations. =========================================== Sanity Test executed on Bare Metal AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] =========================================== Sanity Test executed on Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs ] Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Standard External Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs ] Kind Regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 5155 bytes Desc: image003.png URL: From xiao.zhang at windriver.com Sat Sep 18 06:50:18 2021 From: xiao.zhang at windriver.com (Zhang, Xiao) Date: Sat, 18 Sep 2021 14:50:18 +0800 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage Message-ID: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> ?Hi? We are trying to construct basic environment for porting starlingX on Debian. While when I dealing with the build order of user space packages, the loop dependent problem blocked me. The easiest example: source package A build depend on B while B is also build depend on A. We can just build A, B, A, B and only use the later result. A fairly complex example: A depends on B and C, B depends on D, C depends on F, D depends on A and F. In this case there will be three cycles as below: A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases we needn't B or D, then we have only one cycle: ACFA I tried to find a method to deal with it but failed. So I wonder how did we deal with such loop dependent before, on CentOS. Any advises about it? Thanks a lot Xiao From openinfradn at gmail.com Sat Sep 18 09:05:06 2021 From: openinfradn at gmail.com (open infra) Date: Sat, 18 Sep 2021 14:35:06 +0530 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> Message-ID: Hi Xiao, May I know the package names? and arch of them? Btw, there is a way to analyse circular dependent packages. [1] Debian wiki has leff info about circular build but [2] has something. In case of installation of fedora/centos/rhel, rpm -Uvh a.rpm b.rpm will solve the problem. [1] https://wiki.debian.org/CircularBuildDependencies [2] https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends Regards, Danishka On Sat, Sep 18, 2021 at 12:24 PM Zhang, Xiao wrote: > Hi? > > > We are trying to construct basic environment for porting starlingX on > Debian. While when I dealing with the build order of user space > packages, the loop dependent problem blocked me. > > The easiest example: source package A build depend on B while B is also > build depend on A. We can just build A, B, A, B and only use the later > result. > > A fairly complex example: A depends on B and C, B depends on D, C > depends on F, D depends on A and F. In this case there will be three > cycles as below: > > A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases we > needn't B or D, then we have only one cycle: ACFA > > I tried to find a method to deal with it but failed. > > So I wonder how did we deal with such loop dependent before, on CentOS. > Any advises about it? > > > Thanks a lot > > Xiao > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -------------- next part -------------- An HTML attachment was scrubbed... URL: From build.starlingx at gmail.com Sun Sep 19 04:58:42 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Sun, 19 Sep 2021 00:58:42 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_download_mirror - Build # 1374 - Failure! Message-ID: <2064004543.129.1632027525035.JavaMail.javamailuser@localhost> Project: STX_download_mirror Build #: 1374 Status: Failure Timestamp: 20210919T043558Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210919T043000Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master DOCKER_BUILD_ID: jenkins-master-20210919T043000Z-builder PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210919T043000Z/logs MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/monolithic/20210919T043000Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/master From build.starlingx at gmail.com Sun Sep 19 04:58:46 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Sun, 19 Sep 2021 00:58:46 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_master_master - Build # 1051 - Failure! Message-ID: <132347811.132.1632027529199.JavaMail.javamailuser@localhost> Project: STX_build_master_master Build #: 1051 Status: Failure Timestamp: 20210919T043000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210919T043000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: false FORCE_BUILD: true From openinfradn at gmail.com Sun Sep 19 05:48:59 2021 From: openinfradn at gmail.com (open infra) Date: Sun, 19 Sep 2021 11:18:59 +0530 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> Message-ID: Hi Xiao, I have checked the possibilities with Debian project. Here is the response from Debian dev to this issue. [1] [1] https://lists.debian.org/debian-devel/2021/09/msg00267.html Regards, Danishka On Sat, Sep 18, 2021 at 2:35 PM open infra wrote: > Hi Xiao, > > May I know the package names? and arch of them? > Btw, there is a way to analyse circular dependent packages. [1] > Debian wiki has leff info about circular build but [2] has something. > > In case of installation of fedora/centos/rhel, rpm -Uvh a.rpm b.rpm will > solve the problem. > > [1] https://wiki.debian.org/CircularBuildDependencies > [2] > https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends > > Regards, > Danishka > > On Sat, Sep 18, 2021 at 12:24 PM Zhang, Xiao > wrote: > >> Hi? >> >> >> We are trying to construct basic environment for porting starlingX on >> Debian. While when I dealing with the build order of user space >> packages, the loop dependent problem blocked me. >> >> The easiest example: source package A build depend on B while B is also >> build depend on A. We can just build A, B, A, B and only use the later >> result. >> >> A fairly complex example: A depends on B and C, B depends on D, C >> depends on F, D depends on A and F. In this case there will be three >> cycles as below: >> >> A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases we >> needn't B or D, then we have only one cycle: ACFA >> >> I tried to find a method to deal with it but failed. >> >> So I wonder how did we deal with such loop dependent before, on CentOS. >> Any advises about it? >> >> >> Thanks a lot >> >> Xiao >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From xiao.zhang at windriver.com Mon Sep 20 03:46:32 2021 From: xiao.zhang at windriver.com (Zhang, Xiao) Date: Mon, 20 Sep 2021 11:46:32 +0800 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> Message-ID: On 9/19/2021 1:48 PM, open infra wrote: > Hi Xiao, > > I have checked the possibilities with Debian project. > Here is the response from Debian dev to this issue. [1] > Great thanks for your kindly help! These resolutions are too heavy and complex for us. Developers have to find method shrink the build depend package list to break the loop. On my understanding, suppose source package A build depend on binary b, source package B build depend on binary package a. While both binary package a and b are released by Debian repository. Here we just add some packages into both A and B. I suppose we should 1) Build patched A based on original b and get a a-v1; 2) Use a-v1 build patched B get b-v1; 3) Use b-v1 build patched A again get a-v2; 4) Use a-v2 build patched B again get b-v2; Then we just abandon v1 packages and use the v2 ones. While the above is the easiest loop and seems not too hard to make it, but for some complex loop like I described in the first mail, it is really hard to make it. And, Of course if we have other packages have no original binary packages can be used, we have to break the loop dependency manually as bootstrap does. That will be painful. :-( Currently, we have no whole package list yet, thus we have no idea if we really have loop dependency in the future. So I wonder if our original StarlingX(based on CentOS) do have such loop dependency issue? And if it has, what they are how they resolved it? Thanks a lot! Xiao > > [1] https://lists.debian.org/debian-devel/2021/09/msg00267.html > > > Regards, > Danishka > > > On Sat, Sep 18, 2021 at 2:35 PM open infra wrote: > > Hi Xiao, > > May I know the package names? and arch of them? > Btw, there is a way to analyse circular dependent packages. [1] > Debian wiki has leff info about circular build but [2] has something. > > In case of installation of fedora/centos/rhel, rpm -Uvh a.rpm > b.rpm will solve the?problem. > > [1] https://wiki.debian.org/CircularBuildDependencies > > [2] > https://www.debian.org/doc/debian-policy/ch-relationships.html#binary-dependencies-depends-recommends-suggests-enhances-pre-depends > > > Regards, > Danishka > > On Sat, Sep 18, 2021 at 12:24 PM Zhang, Xiao > wrote: > > ??Hi? > > > We are trying to construct basic environment for porting > starlingX on > Debian. While when I dealing with the build order of user space > packages, the loop dependent problem blocked me. > > The easiest example: source package A build depend on B while > B is also > build depend on A. We can just build A, B, A, B and only use > the later > result. > > A fairly complex example: A depends on B and C, B depends on D, C > depends on F, D depends on A and F. In this case there will be > three > cycles as below: > > A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some > cases we > needn't B or D, then we have only one cycle: ACFA > > I tried to find a method to deal with it but failed. > > So I wonder how did we deal with such loop dependent before, > on CentOS. > Any advises about it? > > > Thanks a lot > > Xiao > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From build.starlingx at gmail.com Mon Sep 20 04:44:40 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Mon, 20 Sep 2021 00:44:40 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_download_mirror - Build # 1375 - Still Failing! In-Reply-To: <1579716834.127.1632027521052.JavaMail.javamailuser@localhost> References: <1579716834.127.1632027521052.JavaMail.javamailuser@localhost> Message-ID: <1327823922.135.1632113081715.JavaMail.javamailuser@localhost> Project: STX_download_mirror Build #: 1375 Status: Still Failing Timestamp: 20210920T043622Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210920T043000Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master DOCKER_BUILD_ID: jenkins-master-20210920T043000Z-builder PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210920T043000Z/logs MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/monolithic/20210920T043000Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/master From build.starlingx at gmail.com Mon Sep 20 04:44:43 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Mon, 20 Sep 2021 00:44:43 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_master_master - Build # 1052 - Still Failing! In-Reply-To: <710973792.130.1632027525585.JavaMail.javamailuser@localhost> References: <710973792.130.1632027525585.JavaMail.javamailuser@localhost> Message-ID: <442394514.138.1632113083869.JavaMail.javamailuser@localhost> Project: STX_build_master_master Build #: 1052 Status: Still Failing Timestamp: 20210920T043000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210920T043000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: false FORCE_BUILD: true From lists at optimcloud.com Mon Sep 20 06:14:43 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 20 Sep 2021 06:14:43 +0000 Subject: [Starlingx-discuss] Kubernetes version deployed / stx aio duplux 6.0 Message-ID: <1632118444184.1473742481.3000006761@optimcloud.com> I see we have kubernetes versions 1.18.3 / 1.19.13 and 1.20/1.21 in StarlingX 6.0 coming can i ask deploying a test stx aio duplex, where are we setting the kubernetes version deployed so i can test deploy 1.19.13 during the bootstrap.... ive searched in the ansible directory for a KUBERNETES_VERSION and kubernetes_version yet i dont see the version defined anywhere, so where is it hiding? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From scott.little at windriver.com Mon Sep 20 13:39:35 2021 From: scott.little at windriver.com (Scott Little) Date: Mon, 20 Sep 2021 09:39:35 -0400 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> Message-ID: <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> For centos, we found that loops almost always depend on one of a handful of low level packages, e.g. bash, python, gcc, rpm We had two ways to try and deal with this. 1) Allow the use of a pre-compiled binary from upstream to satisfy the dependency when the StarlingX modification are unlikely to affect how dependent packages compile.? Packages in the 'mock' lst files could satisfy this type of requirement. e.g. A=bash So in your example, compile order would be: ??? F (vs upstream A), D (vs upstream A), C, B, A 2) Use a different 'build-type'... other than 'std' or 'rt' ... when the modified StarlingX package was likely to affect the output of dependent packages.? Compile packages in that build type first. e.g. A=rpm ?= build-type 'installer' compile order would be: ??????? A (vs upstream binaries) B and C ... call this A-intermediate ?= build-type 'std' compile order would be: ??????? F (vs A-intermediate), D (vs A-intermediate), C, B, A Scott On 2021-09-18 2:50 a.m., Zhang, Xiao wrote: > ?Hi? > > > We are trying to construct basic environment for porting starlingX on > Debian. While when I dealing with the build order of user space > packages, the loop dependent problem blocked me. > > The easiest example: source package A build depend on B while B is > also build depend on A. We can just build A, B, A, B and only use the > later result. > > A fairly complex example: A depends on B and C, B depends on D, C > depends on F, D depends on A and F. In this case there will be three > cycles as below: > > A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases we > needn't B or D, then we have only one cycle: ACFA > > I tried to find a method to deal with it but failed. > > So I wonder how did we deal with such loop dependent before, on > CentOS. Any advises about it? > > > Thanks a lot > > Xiao > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From alexandru.dimofte at intel.com Tue Sep 21 05:52:21 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Tue, 21 Sep 2021 05:52:21 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210918T022400Z Message-ID: Sanity Test from 2021-September-20 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210918T022400Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210918T022400Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From alexandru.dimofte at intel.com Tue Sep 21 08:04:26 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Tue, 21 Sep 2021 08:04:26 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210920T230504Z Message-ID: Sanity Test from 2021-September-21 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210920T230504Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210920T230504Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From Shrinidhi.Shrinidhim at commscope.com Tue Sep 21 10:47:29 2021 From: Shrinidhi.Shrinidhim at commscope.com (Shrinidhim, Shrinidhi) Date: Tue, 21 Sep 2021 10:47:29 +0000 Subject: [Starlingx-discuss] PXE-boot error with 5.0 build Message-ID: Hi, We are trying All In One deployment with Dell-R440 servers. The Controller-0 comes-up without any issue but controller-1 failed to PXE boot and the kernel got stuck with kernel crash. Panic Logs are generated in the console. Kindly check the attachment of different installation stages of controller-1 console and let us know how to resolve this and make controller-1 up. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image001.png at 01D7AF04.287846A0] Mobile Number: +91 9900626261 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 16050 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: controller-1-install-stpe1.PNG Type: image/png Size: 15371 bytes Desc: controller-1-install-stpe1.PNG URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: controller-1-install-stpe2.PNG Type: image/png Size: 4862 bytes Desc: controller-1-install-stpe2.PNG URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: controller-1-install-stpe3.PNG Type: image/png Size: 9058 bytes Desc: controller-1-install-stpe3.PNG URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: controller-1-step4-panic_logs.PNG Type: image/png Size: 108877 bytes Desc: controller-1-step4-panic_logs.PNG URL: From xiao.zhang at windriver.com Tue Sep 21 13:07:46 2021 From: xiao.zhang at windriver.com (Zhang, Xiao) Date: Tue, 21 Sep 2021 21:07:46 +0800 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> Message-ID: <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> On 9/20/2021 9:39 PM, Scott Little wrote: > For centos, we found that loops almost always depend on one of a > handful of low level packages, e.g. bash, python, gcc, rpm > > We had two ways to try and deal with this. > > 1) Allow the use of a pre-compiled binary from upstream to satisfy the > dependency when the StarlingX modification are unlikely to affect how > dependent packages compile.? Packages in the 'mock' lst files could > satisfy this type of requirement. > e.g. A=bash > So in your example, compile order would be: > ??? F (vs upstream A), D (vs upstream A), C, B, A > > 2) Use a different 'build-type'... other than 'std' or 'rt' ... when > the modified StarlingX package was likely to affect the output of > dependent packages.? Compile packages in that build type first. > e.g. A=rpm > ?= build-type 'installer' compile order would be: > ??????? A (vs upstream binaries) B and C ... call this A-intermediate ? So, the 'installer' type of A doesn't depend on B and C, right? Just like the official method to break the loop manually? > ?= build-type 'std' compile order would be: > ??????? F (vs A-intermediate), D (vs A-intermediate), C, B, A > Seems the first one is more fit for automatic build. Then, any special cases thus we have to use the second method? Or we can always use the first one? Thanks Xiao > Scott > > > On 2021-09-18 2:50 a.m., Zhang, Xiao wrote: >> ?Hi? >> >> >> We are trying to construct basic environment for porting starlingX on >> Debian. While when I dealing with the build order of user space >> packages, the loop dependent problem blocked me. >> >> The easiest example: source package A build depend on B while B is >> also build depend on A. We can just build A, B, A, B and only use the >> later result. >> >> A fairly complex example: A depends on B and C, B depends on D, C >> depends on F, D depends on A and F. In this case there will be three >> cycles as below: >> >> A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases >> we needn't B or D, then we have only one cycle: ACFA >> >> I tried to find a method to deal with it but failed. >> >> So I wonder how did we deal with such loop dependent before, on >> CentOS. Any advises about it? >> >> >> Thanks a lot >> >> Xiao >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Frank.Miller at windriver.com Tue Sep 21 14:41:03 2021 From: Frank.Miller at windriver.com (Miller, Frank) Date: Tue, 21 Sep 2021 14:41:03 +0000 Subject: [Starlingx-discuss] Ready to publish r/stx.5.0.1 load? (was RE: Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z) Message-ID: Ghada/Bill: Now that sanity has passed on this ISO, do you agree that the Build team should publish the maintenance release for r/stx.5.0.1? Frank Build PL From: Dimofte, Alexandru Sent: Friday, September 17, 2021 3:07 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z [Please note: This e-mail is from an EXTERNAL e-mail address] Sanity Test from 2021-September-17 (http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz OBS: This 5.0.1 image was executed on all configurations. =========================================== Sanity Test executed on Bare Metal AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] =========================================== Sanity Test executed on Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs ] Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Standard External Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs ] Kind Regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From Bill.Zvonar at windriver.com Tue Sep 21 15:09:54 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Tue, 21 Sep 2021 15:09:54 +0000 Subject: [Starlingx-discuss] Ready to publish r/stx.5.0.1 load? (was RE: Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z) In-Reply-To: References: Message-ID: Hi Frank - I think we should be good to publish, yes. Ghada can confirm, but my understanding is that Sanity was the only pending item to be done here. Thanks, Bill... From: Miller, Frank Sent: Tuesday, September 21, 2021 10:41 AM To: Khalil, Ghada ; Zvonar, Bill Cc: Dimofte, Alexandru ; starlingx-discuss at lists.starlingx.io Subject: Ready to publish r/stx.5.0.1 load? (was RE: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z) Ghada/Bill: Now that sanity has passed on this ISO, do you agree that the Build team should publish the maintenance release for r/stx.5.0.1? Frank Build PL From: Dimofte, Alexandru > Sent: Friday, September 17, 2021 3:07 PM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z [Please note: This e-mail is from an EXTERNAL e-mail address] Sanity Test from 2021-September-17 (http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz OBS: This 5.0.1 image was executed on all configurations. =========================================== Sanity Test executed on Bare Metal AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] =========================================== Sanity Test executed on Virtual Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 49 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 61 TCs ] AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 64 TCs ] Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Standard External Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 66 TCs ] Kind Regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 4765 bytes Desc: image003.png URL: From scott.little at windriver.com Tue Sep 21 15:24:11 2021 From: scott.little at windriver.com (Scott Little) Date: Tue, 21 Sep 2021 11:24:11 -0400 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> Message-ID: <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> Inline comments in blue Scott On 2021-09-21 9:07 a.m., Zhang, Xiao wrote: > > On 9/20/2021 9:39 PM, Scott Little wrote: >> For centos, we found that loops almost always depend on one of a >> handful of low level packages, e.g. bash, python, gcc, rpm >> >> We had two ways to try and deal with this. >> >> 1) Allow the use of a pre-compiled binary from upstream to satisfy >> the dependency when the StarlingX modification are unlikely to affect >> how dependent packages compile.? Packages in the 'mock' lst files >> could satisfy this type of requirement. >> e.g. A=bash >> So in your example, compile order would be: >> ??? F (vs upstream A), D (vs upstream A), C, B, A >> >> 2) Use a different 'build-type'... other than 'std' or 'rt' ... when >> the modified StarlingX package was likely to affect the output of >> dependent packages.? Compile packages in that build type first. >> e.g. A=rpm >> ?= build-type 'installer' compile order would be: >> ??????? A (vs upstream binaries) B and C ... call this A-intermediate > ? So, the 'installer' type of A doesn't depend on B and C, right? Just > like the official method to break the loop manually? [SL] I wouldn't say that A doesn't depend on B or C.?? Rather the 'installer' package set does not build B or C, so they do not factor into build order calculations.? This does require that upstream B and C be available to satisfy build dependencies when compiling within the 'installer' package set. When compiling the 'std' set, but the packages from the 'installer' package must be available to satisfy dependencies. The 'installer' compiled versions of B and C must be of higher version that those from upstream... and thus installed instead of the upstream ones. >> ?= build-type 'std' compile order would be: >> ??????? F (vs A-intermediate), D (vs A-intermediate), C, B, A >> > Seems the first one is more fit for automatic build. Then, any special > cases thus we have to use the second method? Or we can always use the > first one? > [SL] You'll need to support both methods of resolving dependency cycles. Note that the layered build concept of the CentOS build was another way to address partitioning of packages into sets that might help with breaking dependency loops by not having A,B,C in the same compile set. Look to the 'compiler' layer. I think you need to support at least one of the 'build-type' or 'build layer' concepts to begin with.? Bonus points if you support both.? Supporting both was needed for the 'rpm' package which we wanted to patch, and the patch does alter the format of the rpms generated, and the rpm package itself had to be in that format.? So rpm was compiled for build-type 'installer' of layer 'compiler' (new rpm code in old rpm package), then recompiled in build-type 'std' of layer 'compiler' (new rpm code in new rpm package). Finally the std build of rpm was published for use by higher layer builds. Only designers working on packages in the 'installer' set, or the 'compiler' layer, need to worry about the multi pass build.? For most packages, a single pass 'flock' layer, 'std' build-type, build is fine. Scott > > Thanks > > Xiao > >> Scott >> >> >> On 2021-09-18 2:50 a.m., Zhang, Xiao wrote: >>> ?Hi? >>> >>> >>> We are trying to construct basic environment for porting starlingX >>> on Debian. While when I dealing with the build order of user space >>> packages, the loop dependent problem blocked me. >>> >>> The easiest example: source package A build depend on B while B is >>> also build depend on A. We can just build A, B, A, B and only use >>> the later result. >>> >>> A fairly complex example: A depends on B and C, B depends on D, C >>> depends on F, D depends on A and F. In this case there will be three >>> cycles as below: >>> >>> A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases >>> we needn't B or D, then we have only one cycle: ACFA >>> >>> I tried to find a method to deal with it but failed. >>> >>> So I wonder how did we deal with such loop dependent before, on >>> CentOS. Any advises about it? >>> >>> >>> Thanks a lot >>> >>> Xiao >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Tue Sep 21 20:26:09 2021 From: scott.little at windriver.com (Scott Little) Date: Tue, 21 Sep 2021 16:26:09 -0400 Subject: [Starlingx-discuss] Ready to publish r/stx.5.0.1 load? (was RE: Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z) In-Reply-To: References: Message-ID: <185466a2-ede4-a285-ade9-c198fcefb94d@windriver.com> 5.0.1 has been published, tagged, and locked down. http://mirror.starlingx.cengn.ca/mirror/starlingx/release/5.0.1/centos/ Scott On 2021-09-21 11:09 a.m., Zvonar, Bill wrote: > > Hi Frank ? I think we should be good to publish, yes. > > Ghada can confirm, but my understanding is that Sanity was the only > pending item to be done here. > > Thanks, Bill... > > *From:* Miller, Frank > *Sent:* Tuesday, September 21, 2021 10:41 AM > *To:* Khalil, Ghada ; Zvonar, Bill > > *Cc:* Dimofte, Alexandru ; > starlingx-discuss at lists.starlingx.io > *Subject:* Ready to publish r/stx.5.0.1 load? (was RE: > [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO > 20210903T183634Z) > > Ghada/Bill: > > Now that sanity has passed on this ISO, do you agree that the Build > team should publish the maintenance release for r/stx.5.0.1? > > Frank > > Build PL > > *From:* Dimofte, Alexandru > > *Sent:* Friday, September 17, 2021 3:07 PM > *To:* starlingx-discuss at lists.starlingx.io > > *Subject:* [Starlingx-discuss] Sanity STX 5.0.1 Test LAYERED build ISO > 20210903T183634Z > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Sanity Test from 2021-September-17 > (http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/iso/ > ) > > Status: GREEN > > Helm-Chart used: > http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/5.0/centos/flock/20210903T183634Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz > OBS: This 5.0.1 image was executed on all configurations. > > =========================================== > > Sanity Test executed on Bare Metal > > AIO - Simplex > > Setup 04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 71 TCs [PASS] > > Sanity Platform???????????????? 07 TCs [PASS] > > TOTAL: [ 83 TCs ] > > AIO - Duplex > > Setup 04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 76 TCs [PASS] > > Sanity Platform???????????????? 07 TCs [PASS] > > TOTAL: [ 88 TCs ] > > Standard - Local Storage (2+2) > > Setup 04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 76 TCs [PASS] > > Sanity Platform???????????????? 08 TCs [PASS] > > TOTAL: [ 89 TCs ] > > Standard External - Dedicated Storage (2+2+2) > > Setup 04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 76 TCs [PASS] > > Sanity Platform???????????????? 09 TCs [PASS] > > TOTAL: [ 90 TCs ] > > =========================================== > > Sanity Test executed on Virtual Environment > > AIO - Simplex > > Setup 04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 49 TCs [PASS] > > Sanity Platform???????????????? 07 TCs [PASS] > > TOTAL: [ 61 TCs ] > > AIO - Duplex > > Setup ????????????????04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 52 TCs [PASS] > > Sanity Platform???????????????? 07 TCs [PASS] > > TOTAL: [ 64 TCs ] > > Standard (2+2) > > Setup 04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 52 TCs [PASS] > > Sanity Platform???????????????? 08 TCs [PASS] > > TOTAL: [ 65 TCs ] > > Standard External Storage (2+2+2) > > Setup ????????????????????????????????04 TCs [PASS] > > Provisioning?????????????????????? 01 TCs [PASS] > > Sanity OpenStack???????????? 52 TCs [PASS] > > Sanity Platform???????????????? 09 TCs [PASS] > > TOTAL: [ 66 TCs ] > > Kind Regards, > > Alexandru Dimofte > > Logo Description automatically generated > > > > Dimofte Alexandru > > Software Engineer > > STARLINGX TEAM > > Skype no: +40 336403734 > > Personal Mobile: +40 743167456 > > alexandru.dimofte at intel.com > > Intel Romania > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 4765 bytes Desc: not available URL: From maryx.camp at intel.com Tue Sep 21 20:45:34 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Tue, 21 Sep 2021 20:45:34 +0000 Subject: [Starlingx-discuss] Ready to publish r/stx.5.0.1 load? (was RE: Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z) In-Reply-To: <185466a2-ede4-a285-ade9-c198fcefb94d@windriver.com> References: <185466a2-ede4-a285-ade9-c198fcefb94d@windriver.com> Message-ID: There is a draft review for the Release Notes here: https://review.opendev.org/c/starlingx/docs/+/807899 There is 1 open question about a Known Limitation that existed during the 5.0 release. Here is the text: The following are known limitations in this release. Workarounds are suggested where applicable. Note that these limitations are considered temporary and will likely be resolved in a future release. * 1925668 Bootstrap replay fails when changing mgmt subnet This item is fixed in the master branch. Running the bootstrap playbook will fail if it is re-run after first running it with one management subnet (default or specified) and then specifying a new management subnet. Question: Is it OK to move this to the Fixed Bugs section? thanks, Mary Camp Kelly Services Technical Writer | maryx.camp at intel.com From: Scott Little Sent: Tuesday, September 21, 2021 4:26 PM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] Ready to publish r/stx.5.0.1 load? (was RE: Sanity STX 5.0.1 Test LAYERED build ISO 20210903T183634Z) 5.0.1 has been published, tagged, and locked down. http://mirror.starlingx.cengn.ca/mirror/starlingx/release/5.0.1/centos/ Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: From Shrinidhi.Shrinidhim at commscope.com Wed Sep 22 06:33:41 2021 From: Shrinidhi.Shrinidhim at commscope.com (Shrinidhim, Shrinidhi) Date: Wed, 22 Sep 2021 06:33:41 +0000 Subject: [Starlingx-discuss] PXE-boot error with 5.0 build In-Reply-To: References: Message-ID: Hello, Kindly respond as soon as possible. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image001.png at 01D7AFA9.E0510960] Mobile Number: +91 9900626261 From: Shrinidhim, Shrinidhi Sent: Tuesday, September 21, 2021 4:17 PM To: starlingx-discuss at lists.starlingx.io Cc: Sriram.Dharwadkar at commscope.com; Rai, Ankush Subject: PXE-boot error with 5.0 build Hi, We are trying All In One deployment with Dell-R440 servers. The Controller-0 comes-up without any issue but controller-1 failed to PXE boot and the kernel got stuck with kernel crash. Panic Logs are generated in the console. Kindly check the attachment of different installation stages of controller-1 console and let us know how to resolve this and make controller-1 up. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image004.png at 01D7AFA9.E0510960] Mobile Number: +91 9900626261 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 15072 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 16050 bytes Desc: image004.png URL: From austin.sun at intel.com Wed Sep 22 06:53:08 2021 From: austin.sun at intel.com (Sun, Austin) Date: Wed, 22 Sep 2021 06:53:08 +0000 Subject: [Starlingx-discuss] PXE-boot error with 5.0 build In-Reply-To: References: Message-ID: Hi Shrinidhi: Would you like share the HW config details ? such as disk , RAID etc , usually this crash due to hw not supported. Thanks. BR Austin Sun. From: Shrinidhim, Shrinidhi Sent: Wednesday, September 22, 2021 2:34 PM To: starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram ; Rai, Ankush Subject: Re: [Starlingx-discuss] PXE-boot error with 5.0 build Hello, Kindly respond as soon as possible. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image002.png at 01D7AFC1.8A13EEB0] Mobile Number: +91 9900626261 From: Shrinidhim, Shrinidhi Sent: Tuesday, September 21, 2021 4:17 PM To: starlingx-discuss at lists.starlingx.io Cc: Sriram.Dharwadkar at commscope.com; Rai, Ankush > Subject: PXE-boot error with 5.0 build Hi, We are trying All In One deployment with Dell-R440 servers. The Controller-0 comes-up without any issue but controller-1 failed to PXE boot and the kernel got stuck with kernel crash. Panic Logs are generated in the console. Kindly check the attachment of different installation stages of controller-1 console and let us know how to resolve this and make controller-1 up. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image003.png at 01D7AFC1.8A13EEB0] Mobile Number: +91 9900626261 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 11924 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 12203 bytes Desc: image003.png URL: From alexandru.dimofte at intel.com Wed Sep 22 10:15:38 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Wed, 22 Sep 2021 10:15:38 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210922T013654Z Message-ID: Sanity Test from 2021-September-22 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210922T013654Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210922T013654Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From Bill.Zvonar at windriver.com Wed Sep 22 12:09:13 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 22 Sep 2021 12:09:13 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 22, 2021) Message-ID: Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210922T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Wed Sep 22 14:12:57 2021 From: scott.little at windriver.com (Scott Little) Date: Wed, 22 Sep 2021 10:12:57 -0400 Subject: [Starlingx-discuss] [Build] - remove old features from CENGN Message-ID: <869c995e-4922-a806-c888-703e7b201c31@windriver.com> CENGN is still publishing build artifacts from several features that have been, to the best of my knowledge, merged or abandoned. I would like to delete these old builds to free up space for the Debian work that is to come.? Are there any objections? The list is.... Publication URL Last Build Branch ================================================================== ========== ========== http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos76?? 2019-02-28? f/centos76 http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8?? 2020-12-18? f/centos8 http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/stein?? 2019-02-27?? f/stein http://mirror.starlingx.cengn.ca/mirror/starlingx/ussuri/??? 2020-06-27?? master (with openstack containers on ussuri) Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: From Robert.Church at windriver.com Wed Sep 22 14:28:12 2021 From: Robert.Church at windriver.com (Church, Robert) Date: Wed, 22 Sep 2021 14:28:12 +0000 Subject: [Starlingx-discuss] [Build] - remove old features from CENGN In-Reply-To: <869c995e-4922-a806-c888-703e7b201c31@windriver.com> References: <869c995e-4922-a806-c888-703e7b201c31@windriver.com> Message-ID: I have no objection to removing the f/centos76, f/centos8, and, f/stein artifacts. They all look pretty stale. Bob From: Scott Little Date: Wednesday, September 22, 2021 at 9:18 AM To: "'starlingx-discuss at lists.starlingx.io'" Subject: [Starlingx-discuss] [Build] - remove old features from CENGN CENGN is still publishing build artifacts from several features that have been, to the best of my knowledge, merged or abandoned. I would like to delete these old builds to free up space for the Debian work that is to come. Are there any objections? The list is.... Publication URL Last Build Branch ================================================================== ========== ========== http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos76 2019-02-28 f/centos76 http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8 2020-12-18 f/centos8 http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/stein 2019-02-27 f/stein http://mirror.starlingx.cengn.ca/mirror/starlingx/ussuri/ 2020-06-27 master (with openstack containers on ussuri) Scott -------------- next part -------------- An HTML attachment was scrubbed... URL: From Bill.Zvonar at windriver.com Wed Sep 22 14:43:36 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 22 Sep 2021 14:43:36 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 22, 2021) In-Reply-To: References: Message-ID: >From today's meeting... * Standing Topics * Build/Sanity * sanity looking green of late, no build issues to speak of * Gerrit Reviews in Need of Attention * nothing this week * Topics for this Week * remove old feature build artifacts from CENGN (Scott) * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012081.html * stx.5.0.1 * published, need to finish release notes * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012076.html * Ghada is responding to Mary re: https://bugs.launchpad.net/starlingx/+bug/1925668 * onboarding new members * new members from Intel who will be working on device-related work like K8s Operator for device configuration, device drivers, etc. * starting point * https://www.starlingx.io/collateral/StarlingX_Onboarding_Deck_for_Web.pdf * Steve G suggested asking the new members to help us identify what might need to be refreshed * Greg suggested assigning a buddy - we agreed that this makes sense * per Ghada, given that the work they will be doing will be in the Networking domain, we will introduce them to this team & the buddy/buddies will come from this team as it makes sense * Austin mentioned videos that Frank had shared in the past - Austin & Frank will check for where these are located * Steve G suggested maybe having them introduce themselves here, Greg suggested having them present at the PTG as well * ARs from Previous Meetings * CENGN Backups - Anthony - still in progress * Open Requests for Help * Kubernetes version / Flannel cni * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012053.html * Anthony will respond * Kubernetes version deployed / stx aio duplux 6.0 * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012066.html * Anthony will respond to this too From: Zvonar, Bill Sent: Wednesday, September 22, 2021 8:09 AM To: starlingx-discuss at lists.starlingx.io Subject: Community (& TSC) Call (Sep 22, 2021) Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210922T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 From Anthony.Nowell at windriver.com Wed Sep 22 22:22:58 2021 From: Anthony.Nowell at windriver.com (Nowell, Anthony) Date: Wed, 22 Sep 2021 22:22:58 +0000 Subject: [Starlingx-discuss] Kubernetes version / Flannel cni In-Reply-To: <1631794471194.1764518470.4236031923@optimcloud.com> References: <1631794471194.1764518470.4236031923@optimcloud.com> Message-ID: Support for Kubernetes 1.19, 1.20, and 1.21 are all coming in StarlingX 6.0. Installation with 1.19 and 1.20 is already possible on the master branch, and support for 1.21 is currently in review. Flannel is not currently supported, but we'd love to learn about the intended use case(s) for Flannel. -Anthony ________________________________ From: Embedded Devel Sent: Thursday, September 16, 2021 5:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Kubernetes version / Flannel cni [Please note: This e-mail is from an EXTERNAL e-mail address] Is it possible to change the running kubernetes version to greater then 1.19.X and use flannel instead of calico ?? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From James.Gauld at windriver.com Wed Sep 22 22:27:45 2021 From: James.Gauld at windriver.com (Gauld, James) Date: Wed, 22 Sep 2021 22:27:45 +0000 Subject: [Starlingx-discuss] Kubernetes version deployed / stx aio duplux 6.0 In-Reply-To: <1632118444184.1473742481.3000006761@optimcloud.com> References: <1632118444184.1473742481.3000006761@optimcloud.com> Message-ID: The default kubernetes version is set in the config repo, the current value '1.18.1'. We plan to update the default to 1.19.13 eminently. e.g., ./stx/config/sysinv/sysinv/sysinv/sysinv/common/kubernetes.py:KUBERNETES_DEFAULT_VERSION = '1.18.1' . You may configure the Kubernetes version at install time by custom ansible bootstrap localhost.yml: e.g., kubernetes_version: 1.19.13 The supported versions will be: 1.18.1, 1.19.13, 1.20.9, 1.21.3 . -jim -----Original Message----- From: Embedded Devel Sent: Monday, September 20, 2021 2:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Kubernetes version deployed / stx aio duplux 6.0 [Please note: This e-mail is from an EXTERNAL e-mail address] I see we have kubernetes versions 1.18.3 / 1.19.13 and 1.20/1.21 in StarlingX 6.0 coming can i ask deploying a test stx aio duplex, where are we setting the kubernetes version deployed so i can test deploy 1.19.13 during the bootstrap.... ive searched in the ansible directory for a KUBERNETES_VERSION and kubernetes_version yet i dont see the version defined anywhere, so where is it hiding? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From maryx.camp at intel.com Thu Sep 23 00:49:12 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Thu, 23 Sep 2021 00:49:12 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 22-Sep-21 Message-ID: Hello all, Here are this week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. ? [1]?? Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings ??[2]?? Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation thanks, Mary Camp ========== 22-Sep-21 All -- reviews merged since last meeting:? 4?????????? All -- bug status -- 19 total - team agrees to defer all low priority LP until the upstreaming effort is completed.? Status/questions/opens R5.0.1 - approved, release?notes merged Double headings fixed 2 reviews:? Bug fix -> openstack/openstackdocstheme:??https://review.opendev.org/c/openstack/openstackdocstheme/+/798897? Request to release the theme -> openstack/releases:??https://review.opendev.org/c/openstack/releases/+/809419?? Ron will check if this issue is fixed in downstream and if the workaround can be removed. Making filenames unique - Ron is ready to start implementing this.? ??? Short term: review will push a utility that creates a new topic with a unique title. Need to do this when creating new topic(s). ??? Review should also update this guide to explain how to use utility:?https://docs.starlingx.io/contributor/doc_contribute_guide.html ??? Ron will do a show & tell next week.? ??? After R6 (January?) we can tackle the existing duplicated filenames (index for example). ???? Retrospective ??? Tackling the duplicated topics:? Configuration, Operations, maybe also Developer Resources. ??? AR Mary check topics against Greg's "docs.starlingx.outline" from last year and come up with actions. ??? Identify the topics that are duplicated. Next week we can do compare/discuss changes.?Add category about end of life / deprecated?? From lists at optimcloud.com Thu Sep 23 01:39:04 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 23 Sep 2021 01:39:04 +0000 Subject: [Starlingx-discuss] Kubernetes version / Flannel cni In-Reply-To: References: Message-ID: <1632360843716.2480352870.3660087827@optimcloud.com> On Thursday 23 September 2021 05:22:58 AM (+07:00), Nowell, Anthony wrote: Support for Kubernetes 1.19, 1.20, and 1.21 are all coming in StarlingX 6.0. Installation with 1.19 and 1.20 is already possible on the master branch, and support for 1.21 is currently in review. Flannel is not currently supported, but we'd love to learn about the intended use case(s) for Flannel. the preference for flannel is kilo, and subspace, which requires wireguard, and flannel to be onboard, it creates an end-to-end encryption of communications between nodes and also provides for remote vpn access to the cluster as ingress/egress also for internet, pretty simply solution for people that just works. https://github.com/squat/kilo -Anthony From: Embedded Devel Sent: Thursday, September 16, 2021 5:15 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Kubernetes version / Flannel cni [Please note: This e-mail is from an EXTERNAL e-mail address] Is it possible to change the running kubernetes version to greater then 1.19.X and use flannel instead of calico ?? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From Shrinidhi.Shrinidhim at commscope.com Thu Sep 23 06:07:57 2021 From: Shrinidhi.Shrinidhim at commscope.com (Shrinidhim, Shrinidhi) Date: Thu, 23 Sep 2021 06:07:57 +0000 Subject: [Starlingx-discuss] PXE-boot error with 5.0 build In-Reply-To: References: Message-ID: Hello Austin, Please find the HW details below: Physical Disk 0:1:0 Online 0 2235 GB SAS HDD Physical Disk 0:1:1 Online 1 2235 GB SAS HDD Virtual Disks sda Online RAID-0 2235 GB HDD sdb Online RAID-0 2235 GB HDD CPU: CPU1 Status Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz Model 85 Stepping 7 2100 MT/s CPU2 Status Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz Model 85 Stepping 7 2100 MT/s Memory Attributes: Installed Capacity 128 GB Maximum Capacity 1024 GB Slots Available 16 Slots Used 4 Error Correction Multi-bit ECC Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image001.png at 01D7B06F.70E3E180] Mobile Number: +91 9900626261 From: Sun, Austin Sent: Wednesday, September 22, 2021 12:23 PM To: Shrinidhim, Shrinidhi ; starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram ; Rai, Ankush Subject: RE: PXE-boot error with 5.0 build Hi Shrinidhi: Would you like share the HW config details ? such as disk , RAID etc , usually this crash due to hw not supported. Thanks. BR Austin Sun. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? External (austin.sun at intel.com) Report This Email FAQ Protection by INKY Hi Shrinidhi: Would you like share the HW config details ? such as disk , RAID etc , usually this crash due to hw not supported. Thanks. BR Austin Sun. From: Shrinidhim, Shrinidhi > Sent: Wednesday, September 22, 2021 2:34 PM To: starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram >; Rai, Ankush > Subject: Re: [Starlingx-discuss] PXE-boot error with 5.0 build Hello, Kindly respond as soon as possible. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image004.png at 01D7B06F.70E3E180] Mobile Number: +91 9900626261 From: Shrinidhim, Shrinidhi Sent: Tuesday, September 21, 2021 4:17 PM To: starlingx-discuss at lists.starlingx.io Cc: Sriram.Dharwadkar at commscope.com; Rai, Ankush > Subject: PXE-boot error with 5.0 build Hi, We are trying All In One deployment with Dell-R440 servers. The Controller-0 comes-up without any issue but controller-1 failed to PXE boot and the kernel got stuck with kernel crash. Panic Logs are generated in the console. Kindly check the attachment of different installation stages of controller-1 console and let us know how to resolve this and make controller-1 up. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image005.png at 01D7B06F.70E3E180] Mobile Number: +91 9900626261 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 15072 bytes Desc: image001.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image004.png Type: image/png Size: 16202 bytes Desc: image004.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image005.png Type: image/png Size: 16520 bytes Desc: image005.png URL: From austin.sun at intel.com Thu Sep 23 06:35:09 2021 From: austin.sun at intel.com (Sun, Austin) Date: Thu, 23 Sep 2021 06:35:09 +0000 Subject: [Starlingx-discuss] PXE-boot error with 5.0 build In-Reply-To: References: Message-ID: Hi Shrindhi: Please check your RAID type and driver. You can reference bug [1] . [1] https://bugs.launchpad.net/starlingx/+bug/1908652 Thanks. BR Austin Sun. From: Shrinidhim, Shrinidhi Sent: Thursday, September 23, 2021 2:08 PM To: Sun, Austin ; starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram ; Rai, Ankush Subject: RE: PXE-boot error with 5.0 build Hello Austin, Please find the HW details below: Physical Disk 0:1:0 Online 0 2235 GB SAS HDD Physical Disk 0:1:1 Online 1 2235 GB SAS HDD Virtual Disks sda Online RAID-0 2235 GB HDD sdb Online RAID-0 2235 GB HDD CPU: CPU1 Status Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz Model 85 Stepping 7 2100 MT/s CPU2 Status Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz Model 85 Stepping 7 2100 MT/s Memory Attributes: Installed Capacity 128 GB Maximum Capacity 1024 GB Slots Available 16 Slots Used 4 Error Correction Multi-bit ECC Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image002.png at 01D7B088.2FB04140] Mobile Number: +91 9900626261 From: Sun, Austin > Sent: Wednesday, September 22, 2021 12:23 PM To: Shrinidhim, Shrinidhi >; starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram >; Rai, Ankush > Subject: RE: PXE-boot error with 5.0 build Hi Shrinidhi: Would you like share the HW config details ? such as disk , RAID etc , usually this crash due to hw not supported. Thanks. BR Austin Sun. From: Shrinidhim, Shrinidhi > Sent: Wednesday, September 22, 2021 2:34 PM To: starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram >; Rai, Ankush > Subject: Re: [Starlingx-discuss] PXE-boot error with 5.0 build Hello, Kindly respond as soon as possible. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image003.png at 01D7B088.2FB04140] Mobile Number: +91 9900626261 From: Shrinidhim, Shrinidhi Sent: Tuesday, September 21, 2021 4:17 PM To: starlingx-discuss at lists.starlingx.io Cc: Sriram.Dharwadkar at commscope.com; Rai, Ankush > Subject: PXE-boot error with 5.0 build Hi, We are trying All In One deployment with Dell-R440 servers. The Controller-0 comes-up without any issue but controller-1 failed to PXE boot and the kernel got stuck with kernel crash. Panic Logs are generated in the console. Kindly check the attachment of different installation stages of controller-1 console and let us know how to resolve this and make controller-1 up. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image006.png at 01D7B088.2FB04140] Mobile Number: +91 9900626261 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image002.png Type: image/png Size: 11929 bytes Desc: image002.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 12459 bytes Desc: image003.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image006.png Type: image/png Size: 12581 bytes Desc: image006.png URL: From xiao.zhang at windriver.com Thu Sep 23 08:56:54 2021 From: xiao.zhang at windriver.com (Zhang, Xiao) Date: Thu, 23 Sep 2021 16:56:54 +0800 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> Message-ID: <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> Comments inline: ... > For centos, we found that loops almost always depend on one of a > handful of low level packages, e.g. bash, python, gcc, rpm >>> >>> We had two ways to try and deal with this. >>> >>> 1) Allow the use of a pre-compiled binary from upstream to satisfy >>> the dependency when the StarlingX modification are unlikely to >>> affect how dependent packages compile.? Packages in the 'mock' lst >>> files could satisfy this type of requirement. >>> e.g. A=bash >>> So in your example, compile order would be: >>> ??? F (vs upstream A), D (vs upstream A), C, B, A >>> >>> 2) Use a different 'build-type'... other than 'std' or 'rt' ... when >>> the modified StarlingX package was likely to affect the output of >>> dependent packages.? Compile packages in that build type first. >>> e.g. A=rpm >>> ?= build-type 'installer' compile order would be: >>> ??????? A (vs upstream binaries) B and C ... call this A-intermediate >> ? So, the 'installer' type of A doesn't depend on B and C, right? >> Just like the official method to break the loop manually? > > [SL] I wouldn't say that A doesn't depend on B or C.?? Rather the > 'installer' package set does not build B or C, so they do not factor > into build order calculations. This does require that upstream B and C > be available to satisfy build dependencies when compiling within the > 'installer' package set. When compiling the 'std' set, but the > packages from the 'installer' package must be available to satisfy > dependencies. The 'installer' compiled versions of B and C must be of > higher version that those from upstream... and thus installed instead > of the upstream ones. > So? In this kind of case, we also needn't break the loop manually but just separate the into different layers/sets and compile them in different stage, right? In the bottom logic(or, with the compiler's point of view), it is the same with the first one. The key difference comes from the special package A. It's so basic that it has to be compiled tice >>> ?= build-type 'std' compile order would be: >>> ??????? F (vs A-intermediate), D (vs A-intermediate), C, B, A >>> >> Seems the first one is more fit for automatic build. Then, any >> special cases thus we have to use the second method? Or we can always >> use the first one? >> > [SL] You'll need to support both methods of resolving dependency cycles. > > Note that the layered build concept of the CentOS build was another > way to address partitioning of packages into sets that might help with > breaking dependency loops by not having A,B,C in the same compile set. > Look to the 'compiler' layer. > > I think you need to support at least one of the 'build-type' or 'build > layer' concepts to begin with. Bonus points if you support both.? > Supporting both was needed for the 'rpm' package which we wanted to > patch, and the patch does alter the format of the rpms generated, and > the rpm package itself had to be in that format.? So rpm was compiled > for build-type 'installer' of layer 'compiler' (new rpm code in old > rpm package), then recompiled in build-type 'std' of layer 'compiler' > (new rpm code in new rpm package).? Finally the std build of rpm was > published for use by higher layer builds. > > Only designers working on packages in the 'installer' set, or the > 'compiler' layer, need to worry about the multi pass build.? For most > packages, a single pass 'flock' layer, 'std' build-type, build is fine. > So, in build process, we need to build "compiler" layer firstly, then use the new build "compilers" build other layers. Some special packages like "rpm" may exist in more than one layers/sets. BTW: I suppose the upstream rpm is already powerful enough, why we have to modify it? Just bug fix or new features? If the later one, StarlingX need some special features it hasn't? It maybe very useful/important for us in porting StarlingX onto other Linux releases. Thanks Xiao > Scott > > >> >> Thanks >> >> Xiao >> >>> Scott >>> >>> >>> On 2021-09-18 2:50 a.m., Zhang, Xiao wrote: >>>> ?Hi? >>>> >>>> >>>> We are trying to construct basic environment for porting starlingX >>>> on Debian. While when I dealing with the build order of user space >>>> packages, the loop dependent problem blocked me. >>>> >>>> The easiest example: source package A build depend on B while B is >>>> also build depend on A. We can just build A, B, A, B and only use >>>> the later result. >>>> >>>> A fairly complex example: A depends on B and C, B depends on D, C >>>> depends on F, D depends on A and F. In this case there will be >>>> three cycles as below: >>>> >>>> A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some cases >>>> we needn't B or D, then we have only one cycle: ACFA >>>> >>>> I tried to find a method to deal with it but failed. >>>> >>>> So I wonder how did we deal with such loop dependent before, on >>>> CentOS. Any advises about it? >>>> >>>> >>>> Thanks a lot >>>> >>>> Xiao >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From openinfradn at gmail.com Thu Sep 23 12:42:15 2021 From: openinfradn at gmail.com (open infra) Date: Thu, 23 Sep 2021 18:12:15 +0530 Subject: [Starlingx-discuss] gpu-operator install failed Message-ID: Hi, I was trying to install gpu-operator [1] but it failed with the following error. Anyway, in the documentation [2] gpu-operator-1.6.0.3.tgz is available. Error: validation: chart.metadata is required [1] http://mirror.starlingx.cengn.ca/mirror/starlingx/release/latest_release/centos/containers/inputs/downloads/gpu-operator-1.6.0.tar.gz [2] https://docs.starlingx.io/r/stx.5.0/node_management/kubernetes/hardware_acceleration_devices/configure-nvidia-gpu-operator-for-pci-passthrough.html Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Thu Sep 23 14:08:41 2021 From: scott.little at windriver.com (Scott Little) Date: Thu, 23 Sep 2021 10:08:41 -0400 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> Message-ID: <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> There was a security feature (not sure it's name or if it's still supported) that required a new rpm feature not available in the standard CentOS rpm (file signatures).? The behavior of file signing was further modified by 0001-sign-files-only.patch Greg, can you comment on this?? Do the Debian packaging tools need to support file signatures? Scott On 2021-09-23 4:56 a.m., Zhang, Xiao wrote: > > Comments inline: > > ... > >> For centos, we found that loops almost always depend on one of a >> handful of low level packages, e.g. bash, python, gcc, rpm >>>> >>>> We had two ways to try and deal with this. >>>> >>>> 1) Allow the use of a pre-compiled binary from upstream to satisfy >>>> the dependency when the StarlingX modification are unlikely to >>>> affect how dependent packages compile.? Packages in the 'mock' lst >>>> files could satisfy this type of requirement. >>>> e.g. A=bash >>>> So in your example, compile order would be: >>>> ??? F (vs upstream A), D (vs upstream A), C, B, A >>>> >>>> 2) Use a different 'build-type'... other than 'std' or 'rt' ... >>>> when the modified StarlingX package was likely to affect the output >>>> of dependent packages.? Compile packages in that build type first. >>>> e.g. A=rpm >>>> ?= build-type 'installer' compile order would be: >>>> ??????? A (vs upstream binaries) B and C ... call this A-intermediate >>> ? So, the 'installer' type of A doesn't depend on B and C, right? >>> Just like the official method to break the loop manually? >> >> [SL] I wouldn't say that A doesn't depend on B or C.?? Rather the >> 'installer' package set does not build B or C, so they do not factor >> into build order calculations.? This does require that upstream B and >> C be available to satisfy build dependencies when compiling within >> the 'installer' package set. When compiling the 'std' set, but the >> packages from the 'installer' package must be available to satisfy >> dependencies. The 'installer' compiled versions of B and C must be of >> higher version that those from upstream... and thus installed instead >> of the upstream ones. >> > So? In this kind of case, we also needn't break the loop manually but > just separate the into different layers/sets and compile them in > different stage, right? > > In the bottom logic(or, with the compiler's point of view), it is the > same with the first one. The key difference comes from the special > package A. It's so basic that it has to be compiled tice > >>>> ?= build-type 'std' compile order would be: >>>> ??????? F (vs A-intermediate), D (vs A-intermediate), C, B, A >>>> >>> Seems the first one is more fit for automatic build. Then, any >>> special cases thus we have to use the second method? Or we can >>> always use the first one? >>> >> [SL] You'll need to support both methods of resolving dependency cycles. >> >> Note that the layered build concept of the CentOS build was another >> way to address partitioning of packages into sets that might help >> with breaking dependency loops by not having A,B,C in the same >> compile set. Look to the 'compiler' layer. >> >> I think you need to support at least one of the 'build-type' or >> 'build layer' concepts to begin with.? Bonus points if you support >> both.? Supporting both was needed for the 'rpm' package which we >> wanted to patch, and the patch does alter the format of the rpms >> generated, and the rpm package itself had to be in that format.? So >> rpm was compiled for build-type 'installer' of layer 'compiler' (new >> rpm code in old rpm package), then recompiled in build-type 'std' of >> layer 'compiler' (new rpm code in new rpm package).? Finally the std >> build of rpm was published for use by higher layer builds. >> >> Only designers working on packages in the 'installer' set, or the >> 'compiler' layer, need to worry about the multi pass build.? For most >> packages, a single pass 'flock' layer, 'std' build-type, build is fine. >> > So, in build process, we need to build "compiler" layer firstly, then > use the new build "compilers" build other layers. Some special > packages like "rpm" may exist in more than one layers/sets. > > > BTW: I suppose the upstream rpm is already powerful enough, why we > have to modify it? Just bug fix or new features? If the later one, > StarlingX need some special features it hasn't? It maybe very > useful/important for us in porting StarlingX onto other Linux releases. > > > Thanks > > Xiao > > >> Scott >> >> >>> >>> Thanks >>> >>> Xiao >>> >>>> Scott >>>> >>>> >>>> On 2021-09-18 2:50 a.m., Zhang, Xiao wrote: >>>>> ?Hi? >>>>> >>>>> >>>>> We are trying to construct basic environment for porting starlingX >>>>> on Debian. While when I dealing with the build order of user space >>>>> packages, the loop dependent problem blocked me. >>>>> >>>>> The easiest example: source package A build depend on B while B is >>>>> also build depend on A. We can just build A, B, A, B and only use >>>>> the later result. >>>>> >>>>> A fairly complex example: A depends on B and C, B depends on D, C >>>>> depends on F, D depends on A and F. In this case there will be >>>>> three cycles as below: >>>>> >>>>> A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some >>>>> cases we needn't B or D, then we have only one cycle: ACFA >>>>> >>>>> I tried to find a method to deal with it but failed. >>>>> >>>>> So I wonder how did we deal with such loop dependent before, on >>>>> CentOS. Any advises about it? >>>>> >>>>> >>>>> Thanks a lot >>>>> >>>>> Xiao >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> >>>> >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Thu Sep 23 14:22:32 2021 From: scott.little at windriver.com (Scott Little) Date: Thu, 23 Sep 2021 10:22:32 -0400 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> Message-ID: <3029432b-709c-c0f9-2b90-91bb07cb519e@windriver.com> Linux IMA support was the name of the feature I believe. This link would seem to suggest that deb does not support file signatures as a standard feature ... https://wiki.debian.org/Teams/Dpkg/Spec/DebSignatures ... although some folks might be working on it. Scott On 2021-09-23 10:08 a.m., Scott Little wrote: > There was a security feature (not sure it's name or if it's still > supported) that required a new rpm feature not available in the > standard CentOS rpm (file signatures).? The behavior of file signing > was further modified by 0001-sign-files-only.patch > > Greg, can you comment on this?? Do the Debian packaging tools need to > support file signatures? > > Scott > > > On 2021-09-23 4:56 a.m., Zhang, Xiao wrote: >> >> Comments inline: >> >> ... >> >>> For centos, we found that loops almost always depend on one of a >>> handful of low level packages, e.g. bash, python, gcc, rpm >>>>> >>>>> We had two ways to try and deal with this. >>>>> >>>>> 1) Allow the use of a pre-compiled binary from upstream to satisfy >>>>> the dependency when the StarlingX modification are unlikely to >>>>> affect how dependent packages compile. Packages in the 'mock' lst >>>>> files could satisfy this type of requirement. >>>>> e.g. A=bash >>>>> So in your example, compile order would be: >>>>> ??? F (vs upstream A), D (vs upstream A), C, B, A >>>>> >>>>> 2) Use a different 'build-type'... other than 'std' or 'rt' ... >>>>> when the modified StarlingX package was likely to affect the >>>>> output of dependent packages.? Compile packages in that build type >>>>> first. >>>>> e.g. A=rpm >>>>> ?= build-type 'installer' compile order would be: >>>>> ??????? A (vs upstream binaries) B and C ... call this A-intermediate >>>> ? So, the 'installer' type of A doesn't depend on B and C, right? >>>> Just like the official method to break the loop manually? >>> >>> [SL] I wouldn't say that A doesn't depend on B or C.?? Rather the >>> 'installer' package set does not build B or C, so they do not factor >>> into build order calculations.? This does require that upstream B >>> and C be available to satisfy build dependencies when compiling >>> within the 'installer' package set. When compiling the 'std' set, >>> but the packages from the 'installer' package must be available to >>> satisfy dependencies. The 'installer' compiled versions of B and C >>> must be of higher version that those from upstream... and thus >>> installed instead of the upstream ones. >>> >> So? In this kind of case, we also needn't break the loop manually but >> just separate the into different layers/sets and compile them in >> different stage, right? >> >> In the bottom logic(or, with the compiler's point of view), it is the >> same with the first one. The key difference comes from the special >> package A. It's so basic that it has to be compiled tice >> >>>>> ?= build-type 'std' compile order would be: >>>>> ??????? F (vs A-intermediate), D (vs A-intermediate), C, B, A >>>>> >>>> Seems the first one is more fit for automatic build. Then, any >>>> special cases thus we have to use the second method? Or we can >>>> always use the first one? >>>> >>> [SL] You'll need to support both methods of resolving dependency >>> cycles. >>> >>> Note that the layered build concept of the CentOS build was another >>> way to address partitioning of packages into sets that might help >>> with breaking dependency loops by not having A,B,C in the same >>> compile set. Look to the 'compiler' layer. >>> >>> I think you need to support at least one of the 'build-type' or >>> 'build layer' concepts to begin with.? Bonus points if you support >>> both.? Supporting both was needed for the 'rpm' package which we >>> wanted to patch, and the patch does alter the format of the rpms >>> generated, and the rpm package itself had to be in that format.? So >>> rpm was compiled for build-type 'installer' of layer 'compiler' (new >>> rpm code in old rpm package), then recompiled in build-type 'std' of >>> layer 'compiler' (new rpm code in new rpm package).? Finally the std >>> build of rpm was published for use by higher layer builds. >>> >>> Only designers working on packages in the 'installer' set, or the >>> 'compiler' layer, need to worry about the multi pass build.? For >>> most packages, a single pass 'flock' layer, 'std' build-type, build >>> is fine. >>> >> So, in build process, we need to build "compiler" layer firstly, then >> use the new build "compilers" build other layers. Some special >> packages like "rpm" may exist in more than one layers/sets. >> >> >> BTW: I suppose the upstream rpm is already powerful enough, why we >> have to modify it? Just bug fix or new features? If the later one, >> StarlingX need some special features it hasn't? It maybe very >> useful/important for us in porting StarlingX onto other Linux releases. >> >> >> Thanks >> >> Xiao >> >> >>> Scott >>> >>> >>>> >>>> Thanks >>>> >>>> Xiao >>>> >>>>> Scott >>>>> >>>>> >>>>> On 2021-09-18 2:50 a.m., Zhang, Xiao wrote: >>>>>> ?Hi? >>>>>> >>>>>> >>>>>> We are trying to construct basic environment for porting >>>>>> starlingX on Debian. While when I dealing with the build order of >>>>>> user space packages, the loop dependent problem blocked me. >>>>>> >>>>>> The easiest example: source package A build depend on B while B >>>>>> is also build depend on A. We can just build A, B, A, B and only >>>>>> use the later result. >>>>>> >>>>>> A fairly complex example: A depends on B and C, B depends on D, C >>>>>> depends on F, D depends on A and F. In this case there will be >>>>>> three cycles as below: >>>>>> >>>>>> A->B->D->A, A->B->D->F->A, A->C->F->A . Even more, if in some >>>>>> cases we needn't B or D, then we have only one cycle: ACFA >>>>>> >>>>>> I tried to find a method to deal with it but failed. >>>>>> >>>>>> So I wonder how did we deal with such loop dependent before, on >>>>>> CentOS. Any advises about it? >>>>>> >>>>>> >>>>>> Thanks a lot >>>>>> >>>>>> Xiao >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Starlingx-discuss mailing list >>>>>> Starlingx-discuss at lists.starlingx.io >>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>>> >>>>> >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>> >>> >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From fungi at yuggoth.org Thu Sep 23 14:43:40 2021 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 23 Sep 2021 14:43:40 +0000 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> Message-ID: <20210923144339.gnaeh3punbsvyylq@yuggoth.org> On 2021-09-23 10:08:41 -0400 (-0400), Scott Little wrote: [...] > Do the Debian packaging tools need to support file signatures? [...] In Debian more generally, packages (these days mainly just source packages) are signed by their maintainers or uploaders as a sort of authentication to the build and distribution infrastructure the project maintains, but those signatures aren't really distributed to package consumers and may be irrelevant to your effort. If you do want to sign source packages and changes files at build time, you can supply signing keys to any of the usual package build tools (debuild, gbp, et cetera), but I wouldn't bother unless your solution assumes that the rebuilders and indexers can't trust the mechanisms by which those packages are moved between those systems. It's important for Debian proper because they have thousands of people uploading packages and they want to be sure the packages are really from authorized individuals, but that's a lot different from how StarlingX's packages are likely to be supplied. The apt-secure(8) manpage on any modern Debian system explains the consumer-facing archive signatures, which are over the package indices instead of individual packages, as those include lists of checksums for each package being distributed. Any time the set of packages/versions within the archive changes, the index is regenerated and signed again with the published archive key(s). This is what users installing software from the distribution rely on to be sure the packages they're getting are really the ones the distribution is serving and that they haven't been tampered with in transit. The package management tooling verifies the signatures on package indices any time it updates them, and then relies on the checksums included in each signed index to confirm a particular package is authentic. I have no idea how much of this is useful for you, but hopefully it helps. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From scott.little at windriver.com Thu Sep 23 15:13:32 2021 From: scott.little at windriver.com (Scott Little) Date: Thu, 23 Sep 2021 11:13:32 -0400 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <20210923144339.gnaeh3punbsvyylq@yuggoth.org> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> <20210923144339.gnaeh3punbsvyylq@yuggoth.org> Message-ID: <65d56234-c3fa-4f0b-1f5a-c58baa8c2398@windriver.com> Thanks for the reply Jeremy, but I think your discussing the signing of packages as a whole, not the signing of files within packages. I'm trying to learn a bit about how Linux IMA works... The point of the feature is to have the executable files within the package (deb or rpm) carry signatures that the Linux kernel will validate before allowing the executable to run. I'm still a little fuzzy on why the signatures on the executables need to be injected as part of packaging rather than building.? Is that a requirement for the chain of trust, or a conveniently centralized place to apply the policy to all packages?? And what does that mean for packages not directly built by StarlingX? Perhaps it's moot. I'm pretty sure the IMA feature is not currently supported within StarlingX.? I'm hoping Greg can step in and confirm. Scott On 2021-09-23 10:43 a.m., Jeremy Stanley wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > On 2021-09-23 10:08:41 -0400 (-0400), Scott Little wrote: > [...] >> Do the Debian packaging tools need to support file signatures? > [...] > > In Debian more generally, packages (these days mainly just source > packages) are signed by their maintainers or uploaders as a sort of > authentication to the build and distribution infrastructure the > project maintains, but those signatures aren't really distributed to > package consumers and may be irrelevant to your effort. If you do > want to sign source packages and changes files at build time, you > can supply signing keys to any of the usual package build tools > (debuild, gbp, et cetera), but I wouldn't bother unless your > solution assumes that the rebuilders and indexers can't trust the > mechanisms by which those packages are moved between those systems. > It's important for Debian proper because they have thousands of > people uploading packages and they want to be sure the packages are > really from authorized individuals, but that's a lot different from > how StarlingX's packages are likely to be supplied. > > The apt-secure(8) manpage on any modern Debian system explains the > consumer-facing archive signatures, which are over the package > indices instead of individual packages, as those include lists of > checksums for each package being distributed. Any time the set of > packages/versions within the archive changes, the index is > regenerated and signed again with the published archive key(s). This > is what users installing software from the distribution rely on to > be sure the packages they're getting are really the ones the > distribution is serving and that they haven't been tampered with in > transit. The package management tooling verifies the signatures on > package indices any time it updates them, and then relies on the > checksums included in each signed index to confirm a particular > package is authentic. > > I have no idea how much of this is useful for you, but hopefully it > helps. > -- > Jeremy Stanley > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From fungi at yuggoth.org Thu Sep 23 16:11:25 2021 From: fungi at yuggoth.org (Jeremy Stanley) Date: Thu, 23 Sep 2021 16:11:25 +0000 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <65d56234-c3fa-4f0b-1f5a-c58baa8c2398@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> <20210923144339.gnaeh3punbsvyylq@yuggoth.org> <65d56234-c3fa-4f0b-1f5a-c58baa8c2398@windriver.com> Message-ID: <20210923161125.xhe2hrxhyhuxdorn@yuggoth.org> On 2021-09-23 11:13:32 -0400 (-0400), Scott Little wrote: > Thanks for the reply Jeremy, but I think your discussing the > signing of packages as a whole, not the signing of files within > packages. > > I'm trying to learn a bit about how Linux IMA works... Oh, thanks, I did indeed misread and thought you were asking about an equivalent for the signing of .rpm files (packages), rather than files within the packages for consumption by the kernel's integrity measurement. Yes very different topics. > The point of the feature is to have the executable files within > the package (deb or rpm) carry signatures that the Linux kernel > will validate before allowing the executable to run. > > I'm still a little fuzzy on why the signatures on the executables > need to be injected as part of packaging rather than building.? Is > that a requirement for the chain of trust, or a conveniently > centralized place to apply the policy to all packages?? And what > does that mean for packages not directly built by StarlingX? [...] I'm a little fuzzy on the distinction between packaging and building, since package building (in the Debian context at least) drives executable compilation via policy included within the source package. Anyway, this looks like a relevant feature request for it along with a proof of concept implementation (albeit with 7 years of cobwebs): https://bugs.debian.org/766267 https://lists.debian.org/debian-dpkg/2014/08/threads.html#00006 The implementation looks fairly straightforward, the file signatures would be generated when the packages are assembled and stored with the file checksums normally tracked, then at installation those signatures would be copied into extended filesystem attributes for the relevant files, to be consumed by the kernel. If this is of interest to the StarlingX community, it might be an activity worth reigniting in Debian. It looks like the developers at IBM who originally proposed support for it did not pursue it further, at least that I can find any record of. -- Jeremy Stanley -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 963 bytes Desc: not available URL: From lists at optimcloud.com Thu Sep 23 17:07:17 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 23 Sep 2021 17:07:17 +0000 Subject: [Starlingx-discuss] tools issue: This system is not registered with an entitlement server. You can use subscription-manager to register. Message-ID: <1632416749411.2132375921.1270139531@optimcloud.com> trying to build an iso with tools, im running into this error, i assume its wanting some redhat license? so how do i use subscriptions manager to register, its not documented. This system is not registered with an entitlement server. You can use subscription-manager to register. -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From scott.little at windriver.com Thu Sep 23 17:38:35 2021 From: scott.little at windriver.com (Scott Little) Date: Thu, 23 Sep 2021 13:38:35 -0400 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <20210923161125.xhe2hrxhyhuxdorn@yuggoth.org> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> <20210923144339.gnaeh3punbsvyylq@yuggoth.org> <65d56234-c3fa-4f0b-1f5a-c58baa8c2398@windriver.com> <20210923161125.xhe2hrxhyhuxdorn@yuggoth.org> Message-ID: <93ca90c7-4916-7666-bf99-81db70af2265@windriver.com> Thanks for the pointers Scott On 2021-09-23 12:11 p.m., Jeremy Stanley wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > On 2021-09-23 11:13:32 -0400 (-0400), Scott Little wrote: >> Thanks for the reply Jeremy, but I think your discussing the >> signing of packages as a whole, not the signing of files within >> packages. >> >> I'm trying to learn a bit about how Linux IMA works... > Oh, thanks, I did indeed misread and thought you were asking about > an equivalent for the signing of .rpm files (packages), rather than > files within the packages for consumption by the kernel's integrity > measurement. Yes very different topics. > >> The point of the feature is to have the executable files within >> the package (deb or rpm) carry signatures that the Linux kernel >> will validate before allowing the executable to run. >> >> I'm still a little fuzzy on why the signatures on the executables >> need to be injected as part of packaging rather than building. Is >> that a requirement for the chain of trust, or a conveniently >> centralized place to apply the policy to all packages? And what >> does that mean for packages not directly built by StarlingX? > [...] > > I'm a little fuzzy on the distinction between packaging and > building, since package building (in the Debian context at least) > drives executable compilation via policy included within the source > package. > > Anyway, this looks like a relevant feature request for it along with > a proof of concept implementation (albeit with 7 years of cobwebs): > > https://bugs.debian.org/766267 > https://lists.debian.org/debian-dpkg/2014/08/threads.html#00006 > > The implementation looks fairly straightforward, the file signatures > would be generated when the packages are assembled and stored with > the file checksums normally tracked, then at installation those > signatures would be copied into extended filesystem attributes for > the relevant files, to be consumed by the kernel. > > If this is of interest to the StarlingX community, it might be an > activity worth reigniting in Debian. It looks like the developers at > IBM who originally proposed support for it did not pursue it > further, at least that I can find any record of. > -- > Jeremy Stanley > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Thu Sep 23 17:44:07 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 23 Sep 2021 17:44:07 +0000 Subject: [Starlingx-discuss] tools: Download packages Message-ID: <1632418706905.2883393312.1182856506@optimcloud.com> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container Download packages? Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh ended up with This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. so i register after hunting around google.... sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach and re-run cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh now its saying This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. so... how do i resolve this, i cant fix things and help if i cant build and test :) -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From ildiko.vancsa at gmail.com Thu Sep 23 17:49:54 2021 From: ildiko.vancsa at gmail.com (Ildiko Vancsa) Date: Thu, 23 Sep 2021 10:49:54 -0700 Subject: [Starlingx-discuss] tools: Download packages In-Reply-To: <1632418706905.2883393312.1182856506@optimcloud.com> References: <1632418706905.2883393312.1182856506@optimcloud.com> Message-ID: Hi, This looks really odd and might be a consequence of what?s been happening to CentOS lately. I added Greg directly to the thread as he is one of the TSC members and he might know the answer or who to ask about the issue below. @Greg: Could you please help figuring out what might be the issue with the below steps of building the ISO? Or to find someone who could? Thanks and Best Regards, Ildik? > On Sep 23, 2021, at 10:44, Embedded Devel wrote: > > According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container > > Download packages? > Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: > cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > ended up with > > This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > > so i register after hunting around google.... > > sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach > > and re-run > cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > now its saying > > This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > > so... how do i resolve this, i cant fix things and help if i cant build and test :) > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From alexandru.dimofte at intel.com Thu Sep 23 19:07:29 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Thu, 23 Sep 2021 19:07:29 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210923T021533Z Message-ID: Sanity Test from 2021-September-23 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210923T021533Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210923T021533Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From Ghada.Khalil at windriver.com Thu Sep 23 19:28:22 2021 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Thu, 23 Sep 2021 19:28:22 +0000 Subject: [Starlingx-discuss] StarlingX Networking Sub-Project Meeting (bi-weekly) Message-ID: Re-sending with new zoom link Bi-weekly on Thursday 0615 PT / 0915 ET Zoom Link: https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 Meeting agenda/minutes: https://etherpad.openstack.org/p/stx-networking Networking team wiki: https://wiki.openstack.org/wiki/StarlingX/Networking -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 3298 bytes Desc: not available URL: From build.starlingx at gmail.com Fri Sep 24 02:05:55 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Thu, 23 Sep 2021 22:05:55 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_pre_installer_layered - Build # 2071 - Failure! Message-ID: <2076503862.143.1632449166974.JavaMail.javamailuser@localhost> Project: STX_build_pre_installer_layered Build #: 2071 Status: Failure Timestamp: 20210924T015051Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T013702Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-flock/20210924T013702Z DOCKER_BUILD_ID: jenkins-master-flock-20210924T013702Z-builder OS: centos MY_REPO: /localdisk/designer/jenkins/master-flock/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T013702Z/logs BUILD_IMG: true FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/flock/20210924T013702Z/logs MASTER_JOB_NAME: STX_build_layer_flock_master_master LAYER: flock MY_REPO_ROOT: /localdisk/designer/jenkins/master-flock BUILD_ISO: true From build.starlingx at gmail.com Fri Sep 24 02:06:09 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Thu, 23 Sep 2021 22:06:09 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_layer_flock_master_master - Build # 622 - Failure! Message-ID: <165437279.146.1632449170061.JavaMail.javamailuser@localhost> Project: STX_build_layer_flock_master_master Build #: 622 Status: Failure Timestamp: 20210924T013702Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T013702Z/logs -------------------------------------------------------------------------------- Parameters FULL_BUILD: false FORCE_BUILD: false From build.starlingx at gmail.com Fri Sep 24 07:53:21 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 24 Sep 2021 03:53:21 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_pre_installer - Build # 1221 - Failure! Message-ID: <1914361549.149.1632470001856.JavaMail.javamailuser@localhost> Project: STX_build_pre_installer Build #: 1221 Status: Failure Timestamp: 20210924T044153Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210924T043000Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/master/20210924T043000Z DOCKER_BUILD_ID: jenkins-master-20210924T043000Z-builder OS: centos MY_REPO: /localdisk/designer/jenkins/master/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210924T043000Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/monolithic/20210924T043000Z/logs MASTER_JOB_NAME: STX_build_master_master MY_REPO_ROOT: /localdisk/designer/jenkins/master From build.starlingx at gmail.com Fri Sep 24 07:53:23 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Fri, 24 Sep 2021 03:53:23 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_build_master_master - Build # 1057 - Failure! Message-ID: <1138638969.152.1632470003908.JavaMail.javamailuser@localhost> Project: STX_build_master_master Build #: 1057 Status: Failure Timestamp: 20210924T043000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/monolithic/20210924T043000Z/logs -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: false FORCE_BUILD: true From Greg.Waines at windriver.com Fri Sep 24 12:31:29 2021 From: Greg.Waines at windriver.com (Waines, Greg) Date: Fri, 24 Sep 2021 12:31:29 +0000 Subject: [Starlingx-discuss] tools: Download packages In-Reply-To: References: <1632418706905.2883393312.1182856506@optimcloud.com> Message-ID: Scott ? Any ideas ? -----Original Message----- From: Ildiko Vancsa Sent: Thursday, September 23, 2021 1:50 PM To: Embedded Devel Cc: StarlingX ML ; Waines, Greg Subject: Re: [Starlingx-discuss] tools: Download packages [Please note: This e-mail is from an EXTERNAL e-mail address] Hi, This looks really odd and might be a consequence of what?s been happening to CentOS lately. I added Greg directly to the thread as he is one of the TSC members and he might know the answer or who to ask about the issue below. @Greg: Could you please help figuring out what might be the issue with the below steps of building the ISO? Or to find someone who could? Thanks and Best Regards, Ildik? > On Sep 23, 2021, at 10:44, Embedded Devel wrote: > > According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container > > Download packages? > Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: > cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > ended up with > > This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > > so i register after hunting around google.... > > sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach > > and re-run > cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > now its saying > > This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > > so... how do i resolve this, i cant fix things and help if i cant build and test :) > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From Greg.Waines at windriver.com Fri Sep 24 12:35:10 2021 From: Greg.Waines at windriver.com (Waines, Greg) Date: Fri, 24 Sep 2021 12:35:10 +0000 Subject: [Starlingx-discuss] how to deal with loop dependent in building stage In-Reply-To: <65d56234-c3fa-4f0b-1f5a-c58baa8c2398@windriver.com> References: <9b09592c-05d4-05c2-e799-36084e2cde7e@windriver.com> <0da9d1bb-2a90-f1a2-91aa-23055b8bb83a@windriver.com> <91aa695a-9ef2-3945-7a73-542cd3838db8@windriver.com> <0310a376-1e04-5e53-73f2-a95cd774eace@windriver.com> <9a772329-a7e7-5d02-be1a-d1812c5362e4@windriver.com> <31b5e238-f4d2-d53f-2aab-9d75a3cf3f2e@windriver.com> <20210923144339.gnaeh3punbsvyylq@yuggoth.org> <65d56234-c3fa-4f0b-1f5a-c58baa8c2398@windriver.com> Message-ID: Correct, IMA is not supported in StarlingX. Greg. From: Scott Little Sent: Thursday, September 23, 2021 11:14 AM To: starlingx-discuss at lists.starlingx.io Subject: Re: [Starlingx-discuss] how to deal with loop dependent in building stage Thanks for the reply Jeremy, but I think your discussing the signing of packages as a whole, not the signing of files within packages. I'm trying to learn a bit about how Linux IMA works... The point of the feature is to have the executable files within the package (deb or rpm) carry signatures that the Linux kernel will validate before allowing the executable to run. I'm still a little fuzzy on why the signatures on the executables need to be injected as part of packaging rather than building. Is that a requirement for the chain of trust, or a conveniently centralized place to apply the policy to all packages? And what does that mean for packages not directly built by StarlingX? Perhaps it's moot. I'm pretty sure the IMA feature is not currently supported within StarlingX. I'm hoping Greg can step in and confirm. Scott On 2021-09-23 10:43 a.m., Jeremy Stanley wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On 2021-09-23 10:08:41 -0400 (-0400), Scott Little wrote: [...] Do the Debian packaging tools need to support file signatures? [...] In Debian more generally, packages (these days mainly just source packages) are signed by their maintainers or uploaders as a sort of authentication to the build and distribution infrastructure the project maintains, but those signatures aren't really distributed to package consumers and may be irrelevant to your effort. If you do want to sign source packages and changes files at build time, you can supply signing keys to any of the usual package build tools (debuild, gbp, et cetera), but I wouldn't bother unless your solution assumes that the rebuilders and indexers can't trust the mechanisms by which those packages are moved between those systems. It's important for Debian proper because they have thousands of people uploading packages and they want to be sure the packages are really from authorized individuals, but that's a lot different from how StarlingX's packages are likely to be supplied. The apt-secure(8) manpage on any modern Debian system explains the consumer-facing archive signatures, which are over the package indices instead of individual packages, as those include lists of checksums for each package being distributed. Any time the set of packages/versions within the archive changes, the index is regenerated and signed again with the published archive key(s). This is what users installing software from the distribution rely on to be sure the packages they're getting are really the ones the distribution is serving and that they haven't been tampered with in transit. The package management tooling verifies the signatures on package indices any time it updates them, and then relies on the checksums included in each signed index to confirm a particular package is authentic. I have no idea how much of this is useful for you, but hopefully it helps. -- Jeremy Stanley _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss at lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Fri Sep 24 14:14:15 2021 From: scott.little at windriver.com (Scott Little) Date: Fri, 24 Sep 2021 10:14:15 -0400 Subject: [Starlingx-discuss] [build-report] STX_build_pre_installer_layered - Build # 2071 - Failure! In-Reply-To: <2076503862.143.1632449166974.JavaMail.javamailuser@localhost> References: <2076503862.143.1632449166974.JavaMail.javamailuser@localhost> Message-ID: <6a6bfe1c-bcf6-0e33-7400-2f3765131b31@windriver.com> I misspelled 'Requires' was submitted by https://review.opendev.org/c/starlingx/distcloud/+/806824 It should be 'python-psutil' not 'python-psutils' Launchpad:https://bugs.launchpad.net/starlingx/+bug/1944984 Code Review for the fix: https://review.opendev.org/c/starlingx/distcloud/+/810899 I will trigger a rebuild shotly. Scott On 2021-09-23 10:05 p.m., build.starlingx at gmail.com wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Project: STX_build_pre_installer_layered > Build #: 2071 > Status: Failure > Timestamp: 20210924T015051Z > Branch: > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T013702Z/logs > -------------------------------------------------------------------------------- > Parameters > > MY_WORKSPACE: /localdisk/loadbuild/jenkins/master-flock/20210924T013702Z > DOCKER_BUILD_ID: jenkins-master-flock-20210924T013702Z-builder > OS: centos > MY_REPO: /localdisk/designer/jenkins/master-flock/cgcs-root > PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T013702Z/logs > BUILD_IMG: true > FULL_BUILD: false > PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/centos/flock/20210924T013702Z/logs > MASTER_JOB_NAME: STX_build_layer_flock_master_master > LAYER: flock > MY_REPO_ROOT: /localdisk/designer/jenkins/master-flock > BUILD_ISO: true > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Fri Sep 24 14:15:50 2021 From: scott.little at windriver.com (Scott Little) Date: Fri, 24 Sep 2021 10:15:50 -0400 Subject: [Starlingx-discuss] [build-report] master STX_build_layer_flock_master_master - Build # 622 - Failure! In-Reply-To: <165437279.146.1632449170061.JavaMail.javamailuser@localhost> References: <165437279.146.1632449170061.JavaMail.javamailuser@localhost> Message-ID: <7ca9d5e5-f047-859e-a177-df7c897f3448@windriver.com> I misspelled 'Requires' was submitted by https://review.opendev.org/c/starlingx/distcloud/+/806824 It should be 'python-psutil' not 'python-psutils' Launchpad:https://bugs.launchpad.net/starlingx/+bug/1944984 Code Review for the fix: https://review.opendev.org/c/starlingx/distcloud/+/810899 I will trigger a rebuild shotly. Scott On 2021-09-23 10:06 p.m., build.starlingx at gmail.com wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Project: STX_build_layer_flock_master_master > Build #: 622 > Status: Failure > Timestamp: 20210924T013702Z > Branch: master > > Check logs at: > http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T013702Z/logs > -------------------------------------------------------------------------------- > Parameters > > FULL_BUILD: false > FORCE_BUILD: false > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From Steve.Geary at windriver.com Fri Sep 24 20:19:47 2021 From: Steve.Geary at windriver.com (Geary, Stephen (Steve)) Date: Fri, 24 Sep 2021 20:19:47 +0000 Subject: [Starlingx-discuss] StarlingX Outreach Message-ID: Hello StarlingX Community, The OIF leadership conducts quarterly meetings with each of its Platinum members. Ildiko, Jeff Gowan, and myself participated in this quarter's meeting held earlier in the week. One discussion topic centered on approaches to growing the StarlingX community. I think is both appropriate and worthwhile to share that conversation here and ask for your ideas and contribution. Fundamentally, the notion of having a forum; maybe something like an open house, where those curious about StarlingX but potentially wanting to maintain a low-profile could learn more and ask questions. The framing of the forum would be that the audience questions and participation would generate a real-time agenda, if you will. Myself, Ildiko, and Jeff agreed that we would take lead on making the notion a reality. We can use all the help we can. As starting points, specifically: 1. Develop the forum structure beyond an abstract notion 2. Generate awareness beyond existing StarlingX community 3. Identify and recruit participation from StarlingX SMEs within the community Thank you all! Steve Geary Director, Open Source ________________________________ [Wind River] M/ +1 970.776.0218 LinkedIn -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 6851 bytes Desc: image003.png URL: From openinfradn at gmail.com Sun Sep 26 08:43:48 2021 From: openinfradn at gmail.com (open infra) Date: Sun, 26 Sep 2021 14:13:48 +0530 Subject: [Starlingx-discuss] Starlingx with SELinux enforced Message-ID: Hi, Are there any known issues with SELinux? Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From openinfradn at gmail.com Sun Sep 26 14:54:19 2021 From: openinfradn at gmail.com (open infra) Date: Sun, 26 Sep 2021 20:24:19 +0530 Subject: [Starlingx-discuss] Enable ceph dashboard Message-ID: Hi, I was trying to enable ceph dashboard. Following error noticed when check for available modules. { "name": "dashboard", "can_run": false, "error_string": "Frontend assets not found: incomplete build?" } Enabling of the same module ended up with following error. $ ceph mgr module enable dashboard Error ENOENT: module 'dashboard' reports that it cannot run on the active manager daemon: Frontend assets not found: incomplete build? (pass --force to force enablement) Is it a known issue in Stx release 5 standard dedicated storage or an issue specific to my environment? Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From shigeru.yoshida at windriver.com Mon Sep 27 01:21:17 2021 From: shigeru.yoshida at windriver.com (Shigeru Yoshida) Date: Mon, 27 Sep 2021 10:21:17 +0900 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package Message-ID: Hi, I'm trying to build StarlingX ISO following the Layered Build Guide. When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: # go tool dist test -run=^test:0_1$ BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std ##### API check # go tool dist test -run=^api$ Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE FAILED RPM build errors: BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) BUILDSTDERR:???? Macro expanded in comment on line 148: %{version}-%{release} BUILDSTDERR:???? Macro expanded in comment on line 149: %{version} BUILDSTDERR:???? Macro expanded in comment on line 150: %{version} BUILDSTDERR:???? Macro expanded in comment on line 151: %{version} BUILDSTDERR:???? Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) Child return code was: 1 EXCEPTION: [Error()] Traceback (most recent call last): ? File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace ??? result = func(*args, **kw) ? File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status ??? raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) mockbuild.exception.Error: Command failed: ?# bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. How can I fix this?? Can anybody give me some comments to fix this? Thanks, Shigeru From lists at optimcloud.com Mon Sep 27 10:24:44 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 27 Sep 2021 10:24:44 +0000 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: References: Message-ID: <1632738187845.1142521023.2687107167@optimcloud.com> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh my errors below... > According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container > > Download packages? > Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: > cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > ended up with > > This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > > so i register after hunting around google.... > > sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach > > and re-run > cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > now its saying > > This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > > so... how do i resolve this, i cant fix things and help if i cant build and test :) On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: > Hi, > > I'm trying to build StarlingX ISO following the Layered Build Guide. > > When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: > > # go tool dist test -run=^test:0_1$ > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > ##### API check > # go tool dist test -run=^api$ > Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > FAILED > RPM build errors: > BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} > BUILDSTDERR: Macro expanded in comment on line 149: %{version} > BUILDSTDERR: Macro expanded in comment on line 150: %{version} > BUILDSTDERR: Macro expanded in comment on line 151: %{version} > BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > Child return code was: 1 > EXCEPTION: [Error()] > Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status > raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) > mockbuild.exception.Error: Command failed: > # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec > > It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. > > How can I fix this? Can anybody give me some comments to fix this? > > Thanks, > Shigeru > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Mon Sep 27 10:33:36 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 27 Sep 2021 10:33:36 +0000 Subject: [Starlingx-discuss] STX 6.0 AIO Duplex Message-ID: <1632738567471.1693164429.1425981679@optimcloud.com> while rolling out a STX 6.0 aio duplex from a master iso , installed fine, provisdions fine, then going through the configuration i encounter # Create Data Networks that vswitch 'data' interfaces will be connected to DATANET0='datanet0' DATANET1='datanet1' # Assign Data Networks to Data Interfaces system interface-datanetwork-assign ${NODE} ${DATANET0} system interface-datanetwork-assign ${NODE} ${DATANET1} These last two commands appear to do nothing and provide the error no datanetworks found So i have to ask, is this document right ? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From scott.little at windriver.com Mon Sep 27 13:55:42 2021 From: scott.little at windriver.com (Scott Little) Date: Mon, 27 Sep 2021 09:55:42 -0400 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: References: Message-ID: <04de4cab-030d-50d5-d7e2-6046c9119186@windriver.com> Does this sound like your bug ? https://launchpad.net/bugs/1943770 Fix is up for review ... https://review.opendev.org/c/starlingx/compile/+/810905 Scott On 2021-09-26 9:21 p.m., Shigeru Yoshida wrote: > Hi, > > I'm trying to build StarlingX ISO following the Layered Build Guide. > > When I run build-pkgs to build the compiler layer, building golang > 1.13.15 failed with the following error: > > # go tool dist test -run=^test:0_1$ > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if > .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 > --shards=1 > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if > .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if > .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if > .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > ##### API check > # go tool dist test -run=^api$ > Go version is "go1.13.15", ignoring -next > /builddir/build/BUILD/go-13.15/api/next.txt > BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if > .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > FAILED > RPM build errors: > BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > BUILDSTDERR:???? Macro expanded in comment on line 148: > %{version}-%{release} > BUILDSTDERR:???? Macro expanded in comment on line 149: %{version} > BUILDSTDERR:???? Macro expanded in comment on line 150: %{version} > BUILDSTDERR:???? Macro expanded in comment on line 151: %{version} > BUILDSTDERR:???? Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > Child return code was: 1 > EXCEPTION: [Error()] > Traceback (most recent call last): > ? File > "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line > 96, in trace > ??? result = func(*args, **kw) > ? File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, > in do_with_status > ??? raise exception.Error("Command failed: \n # %s\n%s" % (command, > output), child.returncode) > mockbuild.exception.Error: Command failed: > ?# bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps > /builddir/build/SPECS/golang.spec > > It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, > are built successfully. > > How can I fix this?? Can anybody give me some comments to fix this? > > Thanks, > Shigeru > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From scott.little at windriver.com Mon Sep 27 14:02:50 2021 From: scott.little at windriver.com (Scott Little) Date: Mon, 27 Sep 2021 10:02:50 -0400 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <1632738187845.1142521023.2687107167@optimcloud.com> References: <1632738187845.1142521023.2687107167@optimcloud.com> Message-ID: <307fc851-c371-c14a-015c-8c6682c1ca80@windriver.com> I don't think the entitlement server message is a fatal one. Did download_mirror.sh actually fail on that message, Or did it keep going?? What was the return code? did you look in logs/*missing* for a list of failed packages. On 2021-09-27 6:24 a.m., Embedded Devel wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > my errors below... > >> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container >> >> Download packages? >> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: >> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >> >> ended up with >> >> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >> >> so i register after hunting around google.... >> >> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach >> >> and re-run >> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >> >> now its saying >> >> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >> >> so... how do i resolve this, i cant fix things and help if i cant build and test :) > > On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: > >> Hi, >> >> I'm trying to build StarlingX ISO following the Layered Build Guide. >> >> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: >> >> # go tool dist test -run=^test:0_1$ >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >> ##### API check >> # go tool dist test -run=^api$ >> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >> FAILED >> RPM build errors: >> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} >> BUILDSTDERR: Macro expanded in comment on line 149: %{version} >> BUILDSTDERR: Macro expanded in comment on line 150: %{version} >> BUILDSTDERR: Macro expanded in comment on line 151: %{version} >> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >> Child return code was: 1 >> EXCEPTION: [Error()] >> Traceback (most recent call last): >> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace >> result = func(*args, **kw) >> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status >> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >> mockbuild.exception.Error: Command failed: >> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec >> >> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. >> >> How can I fix this? Can anybody give me some comments to fix this? >> >> Thanks, >> Shigeru >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From lists at optimcloud.com Mon Sep 27 14:59:47 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 27 Sep 2021 14:59:47 +0000 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <307fc851-c371-c14a-015c-8c6682c1ca80@windriver.com> References: <307fc851-c371-c14a-015c-8c6682c1ca80@windriver.com> Message-ID: <1632754731015.347567264.862796879@optimcloud.com> it did continue, until the the end but did provide and error message about failed and missing rpms [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: > I don't think the entitlement server message is a fatal one. > > Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages. > > > On 2021-09-27 6:24 a.m., Embedded Devel wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > > my errors below... > > > >> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container > >> > >> Download packages? > >> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: > >> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >> > >> ended up with > >> > >> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > >> > >> so i register after hunting around google.... > >> > >> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach > >> > >> and re-run > >> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >> > >> now its saying > >> > >> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > >> > >> so... how do i resolve this, i cant fix things and help if i cant build and test :) > > > > On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: > > > >> Hi, > >> > >> I'm trying to build StarlingX ISO following the Layered Build Guide. > >> > >> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: > >> > >> # go tool dist test -run=^test:0_1$ > >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 > >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go > >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > >> ##### API check > >> # go tool dist test -run=^api$ > >> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt > >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >> FAILED > >> RPM build errors: > >> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > >> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} > >> BUILDSTDERR: Macro expanded in comment on line 149: %{version} > >> BUILDSTDERR: Macro expanded in comment on line 150: %{version} > >> BUILDSTDERR: Macro expanded in comment on line 151: %{version} > >> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > >> Child return code was: 1 > >> EXCEPTION: [Error()] > >> Traceback (most recent call last): > >> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > >> result = func(*args, **kw) > >> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status > >> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) > >> mockbuild.exception.Error: Command failed: > >> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec > >> > >> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. > >> > >> How can I fix this? Can anybody give me some comments to fix this? > >> > >> Thanks, > >> Shigeru > >> > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> > > -- > > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Mon Sep 27 17:40:18 2021 From: lists at optimcloud.com (Embedded Devel) Date: Mon, 27 Sep 2021 17:40:18 +0000 Subject: [Starlingx-discuss] =?utf-8?q?Warning=3A_Not_all_download_steps_?= =?utf-8?q?succeeded=2E=C2=A0_You_are_likely_missing_files=2E?= In-Reply-To: <1632754731015.347567264.862796879@optimcloud.com> References: <307fc851-c371-c14a-015c-8c6682c1ca80@windriver.com> <1632754731015.347567264.862796879@optimcloud.com> Message-ID: <1632762626140.3882065095.1701772869@optimcloud.com> step #5: done successfully IMPORTANT: The following 3 files are just bootstrap versions. Based on them, the workable images for StarlingX could be generated by running "update-pxe-network-installer" command after "build-iso" - ./output/stx/CentOS/Binary/LiveOS/squashfs.img - ./output/stx/CentOS/Binary/images/pxeboot/initrd.img - ./output/stx/CentOS/Binary/images/pxeboot/vmlinuz Warning: Not all download steps succeeded. You are likely missing files. is specifically what the error stated .. i just ran it again On Monday 27 September 2021 21:59:47 PM (+07:00), Embedded Devel wrote: > it did continue, until the the end but did provide and error message about failed and missing rpms > > [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log > -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log > -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt > -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt > > > > On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: > From Frank.Miller at windriver.com Mon Sep 27 18:26:32 2021 From: Frank.Miller at windriver.com (Miller, Frank) Date: Mon, 27 Sep 2021 18:26:32 +0000 Subject: [Starlingx-discuss] Debian Packaging commits: initial set ready to merge Message-ID: Cores: As part of https://storyboard.openstack.org/#!/story/2009101, the StarlingX packages need to be updated to support Debian. The initial 9 commits [1] are ready to be merged by the Cores. Each of these commits have been validated to have no impact on a running CentOS based ISO and validated to build and install for a Debian based ISO. Please review and merge these initial commits. Frank [1] commits ready to merge: 806036 Add debian package for cert-alarm -- config https://review.opendev.org/c/starlingx/config/+/806036 806037 Add debian packaging infrastructure for cert-mon -- config https://review.opendev.org/c/starlingx/config/+/806037 804764 Add debian package for config-gate -- config https://review.opendev.org/c/starlingx/config/+/804764 804769 Update debian packaging for tsconfig -- config https://review.opendev.org/c/starlingx/config/+/804769 804766 Add debian packaging directory -- config https://review.opendev.org/c/starlingx/config/+/804766 805070 Add debian packaging for python-cephclient -- utilities https://review.opendev.org/c/starlingx/utilities/+/805070 811177 Add debian packaging directory -- fault https://review.opendev.org/c/starlingx/fault/+/811177 806046 Add debian package infra for fm-api -- fault https://review.opendev.org/c/starlingx/fault/+/806046 805074 Add debian packaging for python-fmclient -- fault https://review.opendev.org/c/starlingx/fault/+/805074 -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexandru.dimofte at intel.com Mon Sep 27 20:33:10 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Mon, 27 Sep 2021 20:33:10 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210924T142905Z Message-ID: Sanity Test from 2021-September-24 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T142905Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210924T142905Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Virtual Environment Standard (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 52 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 65 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From alexandru.dimofte at intel.com Mon Sep 27 20:36:31 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Mon, 27 Sep 2021 20:36:31 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210925T013627Z Message-ID: Sanity Test from 2021-September-25 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210925T013627Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210925T013627Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment Standard - Local Storage (2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 08 TCs [PASS] TOTAL: [ 89 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From shigeru.yoshida at windriver.com Tue Sep 28 07:36:51 2021 From: shigeru.yoshida at windriver.com (Shigeru Yoshida) Date: Tue, 28 Sep 2021 16:36:51 +0900 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <04de4cab-030d-50d5-d7e2-6046c9119186@windriver.com> References: <04de4cab-030d-50d5-d7e2-6046c9119186@windriver.com> Message-ID: Hi Scott, Thank you so much for the information.? It was the bug I was encountered. Shigeru On 2021/09/27 22:55, Scott Little wrote: > Does this sound like your bug ? https://launchpad.net/bugs/1943770 > > Fix is up for review ... https://review.opendev.org/c/starlingx/compile/+/810905 > > Scott > > > On 2021-09-26 9:21 p.m., Shigeru Yoshida wrote: >> Hi, >> >> I'm trying to build StarlingX ISO following the Layered Build Guide. >> >> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: >> >> # go tool dist test -run=^test:0_1$ >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >> ##### API check >> # go tool dist test -run=^api$ >> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt >> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}}? STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >> FAILED >> RPM build errors: >> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >> BUILDSTDERR:???? Macro expanded in comment on line 148: %{version}-%{release} >> BUILDSTDERR:???? Macro expanded in comment on line 149: %{version} >> BUILDSTDERR:???? Macro expanded in comment on line 150: %{version} >> BUILDSTDERR:???? Macro expanded in comment on line 151: %{version} >> BUILDSTDERR:???? Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >> Child return code was: 1 >> EXCEPTION: [Error()] >> Traceback (most recent call last): >> ? File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace >> ??? result = func(*args, **kw) >> ? File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status >> ??? raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >> mockbuild.exception.Error: Command failed: >> ?# bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec >> >> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. >> >> How can I fix this?? Can anybody give me some comments to fix this? >> >> Thanks, >> Shigeru >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From alexandru.dimofte at intel.com Tue Sep 28 08:13:12 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Tue, 28 Sep 2021 08:13:12 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210927T235714Z Message-ID: Sanity Test from 2021-September-28 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210927T235714Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210927T235714Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment Standard External - Dedicated Storage (2+2+2) Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 09 TCs [PASS] TOTAL: [ 90 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image003.png Type: image/png Size: 5155 bytes Desc: image003.png URL: From scott.little at windriver.com Tue Sep 28 13:37:11 2021 From: scott.little at windriver.com (Scott Little) Date: Tue, 28 Sep 2021 09:37:11 -0400 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <1632754731015.347567264.862796879@optimcloud.com> References: <307fc851-c371-c14a-015c-8c6682c1ca80@windriver.com> <1632754731015.347567264.862796879@optimcloud.com> Message-ID: <32f17381-12bc-6732-fb46-092fdc765461@windriver.com> And when you look in those logs what do you see? Scott On 2021-09-27 10:59 a.m., Embedded Devel wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > it did continue, until the the end but did provide and error message about failed and missing rpms > > [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log > -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log > -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt > -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt > > > > On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: > >> I don't think the entitlement server message is a fatal one. >> >> Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages. >> >> >> On 2021-09-27 6:24 a.m., Embedded Devel wrote: >>> [Please note: This e-mail is from an EXTERNAL e-mail address] >>> >>> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>> my errors below... >>> >>>> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container >>>> >>>> Download packages? >>>> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: >>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>> >>>> ended up with >>>> >>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >>>> >>>> so i register after hunting around google.... >>>> >>>> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach >>>> >>>> and re-run >>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>> >>>> now its saying >>>> >>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >>>> >>>> so... how do i resolve this, i cant fix things and help if i cant build and test :) >>> On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: >>> >>>> Hi, >>>> >>>> I'm trying to build StarlingX ISO following the Layered Build Guide. >>>> >>>> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: >>>> >>>> # go tool dist test -run=^test:0_1$ >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >>>> ##### API check >>>> # go tool dist test -run=^api$ >>>> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>> FAILED >>>> RPM build errors: >>>> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >>>> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} >>>> BUILDSTDERR: Macro expanded in comment on line 149: %{version} >>>> BUILDSTDERR: Macro expanded in comment on line 150: %{version} >>>> BUILDSTDERR: Macro expanded in comment on line 151: %{version} >>>> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >>>> Child return code was: 1 >>>> EXCEPTION: [Error()] >>>> Traceback (most recent call last): >>>> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace >>>> result = func(*args, **kw) >>>> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status >>>> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >>>> mockbuild.exception.Error: Command failed: >>>> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec >>>> >>>> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. >>>> >>>> How can I fix this? Can anybody give me some comments to fix this? >>>> >>>> Thanks, >>>> Shigeru >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> >>> -- >>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >>> >>> _______________________________________________ >>> Starlingx-discuss mailing list >>> Starlingx-discuss at lists.starlingx.io >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> >> >> _______________________________________________ >> Starlingx-discuss mailing list >> Starlingx-discuss at lists.starlingx.io >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >> > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From Ankush.Rai at commscope.com Tue Sep 28 17:37:31 2021 From: Ankush.Rai at commscope.com (Rai, Ankush) Date: Tue, 28 Sep 2021 17:37:31 +0000 Subject: [Starlingx-discuss] PXE-boot error with 5.0 build In-Reply-To: References: Message-ID: Hi Austin, This is PowerEdge R440 server with BIOS Version: 2.11.2 and iDRAC Firmware Version: 5.00.00.00. We are able to PXE boot starlingx 4.0 but the problem is coming with starlingx 5.0. Please guide us if some-work-around is available for this issue. Thanks, Ankush From: Shrinidhim, Shrinidhi Sent: Thursday, September 23, 2021 11:38 AM To: Sun, Austin ; starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram ; Rai, Ankush Subject: RE: PXE-boot error with 5.0 build Hello Austin, Please find the HW details below: Physical Disk 0:1:0 Online 0 2235 GB SAS HDD Physical Disk 0:1:1 Online 1 2235 GB SAS HDD Virtual Disks sda Online RAID-0 2235 GB HDD sdb Online RAID-0 2235 GB HDD CPU: CPU1 Status Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz Model 85 Stepping 7 2100 MT/s CPU2 Status Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz Model 85 Stepping 7 2100 MT/s Memory Attributes: Installed Capacity 128 GB Maximum Capacity 1024 GB Slots Available 16 Slots Used 4 Error Correction Multi-bit ECC Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image007.png at 01D7B4BD.9B7D2E90] Mobile Number: +91 9900626261 From: Sun, Austin > Sent: Wednesday, September 22, 2021 12:23 PM To: Shrinidhim, Shrinidhi >; starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram >; Rai, Ankush > Subject: RE: PXE-boot error with 5.0 build Hi Shrinidhi: Would you like share the HW config details ? such as disk , RAID etc , usually this crash due to hw not supported. Thanks. BR Austin Sun. ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? External (austin.sun at intel.com) Report This Email FAQ Protection by INKY Hi Shrinidhi: Would you like share the HW config details ? such as disk , RAID etc , usually this crash due to hw not supported. Thanks. BR Austin Sun. From: Shrinidhim, Shrinidhi > Sent: Wednesday, September 22, 2021 2:34 PM To: starlingx-discuss at lists.starlingx.io Cc: Dharwadkar, Sriram >; Rai, Ankush > Subject: Re: [Starlingx-discuss] PXE-boot error with 5.0 build Hello, Kindly respond as soon as possible. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image008.png at 01D7B4BD.9B7D2E90] Mobile Number: +91 9900626261 From: Shrinidhim, Shrinidhi Sent: Tuesday, September 21, 2021 4:17 PM To: starlingx-discuss at lists.starlingx.io Cc: Sriram.Dharwadkar at commscope.com; Rai, Ankush > Subject: PXE-boot error with 5.0 build Hi, We are trying All In One deployment with Dell-R440 servers. The Controller-0 comes-up without any issue but controller-1 failed to PXE boot and the kernel got stuck with kernel crash. Panic Logs are generated in the console. Kindly check the attachment of different installation stages of controller-1 console and let us know how to resolve this and make controller-1 up. Best Regards, Shrinidhi M Trainee Engineer CommScope India Private Limited, Bengaluru. [cid:image009.png at 01D7B4BD.9B7D2E90] Mobile Number: +91 9900626261 -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image007.png Type: image/png Size: 8543 bytes Desc: image007.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image008.png Type: image/png Size: 8884 bytes Desc: image008.png URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image009.png Type: image/png Size: 8955 bytes Desc: image009.png URL: From Ghada.Khalil at windriver.com Wed Sep 29 01:25:59 2021 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Wed, 29 Sep 2021 01:25:59 +0000 Subject: [Starlingx-discuss] Minutes: StarlingX Release Meeting - Sep 22/2021 Message-ID: Agenda/Minutes are posted at: https://etherpad.openstack.org/p/stx-releases Release Team Meeting - Sep 22 2021 stx.6.0 - Release Planning Spreadsheet: https://docs.google.com/spreadsheets/d/13p0BMlBgJXUVForOFsblAJq9jA1-FMBlmhV5TIc70IE/edit#gid=1107209846 - Features Updates: - Debian OS Migration - New stx build tool - Feature dates updated by Linda. No impact on stx.6.0 - Debian OS Migration - Build System Support - Feature dates updated by Linda. No impact on stx.6.0 - Kernel Upversion to 5.10 - Some dev work still required: ice driver upversion (1.6.x) and as well as fixing bugs. - Action: Linda to update the new merge date based on remaining items. - Action: Michiel to confirm the scope of feature testin; taking into account what Linda's team is already covering. - Separate CA for k8s and etcd - Austin confirmed that this is on track for Sept 30 - CEPH upversion from Mimic to Nautilus - Initial plan was to merge the code disabled and not move to the new CEPH version in stx.6.0 - As per Frank Miller, want to re-evaluate enabling the new version of Ceph in stx.6.0. Already have ceph demo working on AIO-SX - Action: Flavio to confirm plan in the next meeting - DRBD Upversion - Feature dates updated by Gustavo. Feature is considered in for stx.6.0 - Puppet Upversion: - Feature dates updated by Waldo. - From Frank, this is not likely to land for stx.6.0. - Action: Waldo to provide an update on the plan in the next meeting stx.5.0.1 - RC sanity was green - Build labeled and published. Email sent by Scott to the mailing list. - Release Notes are merged CENGN Clean-Up - Scott would like to clean up some feature branch build artifacts on CENGN - f/centos76 - f/centos8 >> Frank confirmed that the build output for this branch can be deleted - f/stein - f/ussuri - Action: Scott to send to the stx-discuss mailing list to let the community know that the build artifacts will be deleted unless there is a reason to keep them going. From lists at optimcloud.com Wed Sep 29 02:07:21 2021 From: lists at optimcloud.com (Embedded Devel) Date: Wed, 29 Sep 2021 02:07:21 +0000 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <32f17381-12bc-6732-fb46-092fdc765461@windriver.com> References: <32f17381-12bc-6732-fb46-092fdc765461@windriver.com> Message-ID: <1632881086448.1253738223.628149113@optimcloud.com> Welp for 1 it tells me like every file needed is missing, so building from tools doesnt work properly for some reason cat logs/L1_srpms_missing_centos3rdparties.log audit-2.8.4-4.el7.x86_64.rpm audit-libs-devel-2.8.4-4.el7.x86_64.rpm adwaita-icon-theme-3.28.0-1.el7.noarch.rpm audit-libs-2.8.4-4.el7.x86_64.rpm alsa-lib-devel-1.1.6-2.el7.x86_64.rpm audit-libs-python-2.8.4-4.el7.x86_64.rpm alsa-lib-1.1.6-2.el7.x86_64.rpm adwaita-cursor-theme-3.28.0-1.el7.noarch.rpm copy-jdk-configs-3.3-10.el7_5.noarch.rpm containernetworking-plugins-0.8.1-1.el7.centos.x86_64.rpm collectd-5.8.1-4.el7.x86_64.rpm devtoolset-7-binutils-2.28-11.el7.x86_64.rpm collectd-python-5.8.1-4.el7.x86_64.rpm CUnit-2.1.3-8.el7.x86_64.rpm CUnit-devel-2.1.3-8.el7.x86_64.rpm cppcheck-1.88-3.el7.x86_64.rpm devtoolset-7-gcc-7.3.1-5.10.el7.x86_64.rpm docker-ce-cli-18.09.6-3.el7.x86_64.rpm devtoolset-7-runtime-7.1-4.el7.x86_64.rpm elfutils-default-yama-scope-0.176-2.el7.noarch.rpm devtoolset-7-gcc-c++-7.3.1-5.10.el7.x86_64.rpm docker-ce-18.09.6-3.el7.x86_64.rpm devtoolset-7-libstdc++-devel-7.3.1-5.10.el7.x86_64.rpm elfutils-0.176-2.el7.x86_64.rpm gssproxy-0.7.0-21.el7.x86_64.rpm elfutils-libs-0.176-2.el7.x86_64.rpm gtk3-devel-3.22.30-3.el7.x86_64.rpm gtk3-3.22.30-3.el7.x86_64.rpm gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rpm elfutils-libelf-0.176-2.el7.x86_64.rpm elfutils-devel-0.176-2.el7.x86_64.rpm elfutils-libelf-devel-0.176-2.el7.x86_64.rpm gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm java-1.8.0-openjdk-devel-1.8.0.191.b12-1.el7_6.x86_64.rpm java-1.8.0-openjdk-headless-1.8.0.191.b12-1.el7_6.x86_64.rpm iprutils-2.4.16.1-1.el7.x86_64.rpm gtk3-devel-docs-3.22.30-3.el7.x86_64.rpm ima-evm-utils-1.1-2.el7.x86_64.rpm java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64.rpm ima-evm-utils-devel-1.1-2.el7.x86_64.rpm kata-ksm-throttler-1.11.0-3.1.x86_64.rpm kata-linux-container-5.4.32.73-3.1.x86_64.rpm kata-shim-1.11.0-3.1.x86_64.rpm kata-runtime-1.11.0-3.1.x86_64.rpm kata-proxy-1.11.0-3.1.x86_64.rpm kata-containers-image-1.11.0-3.1.x86_64.rpm kata-proxy-bin-1.11.0-3.1.x86_64.rpm kata-linux-container-debug-5.4.32.73-3.1.x86_64.rpm libcom_err-devel-1.42.9-13.el7.x86_64.rpm libldb-1.3.4-1.el7.x86_64.rpm libcom_err-1.42.9-13.el7.x86_64.rpm libdrm-devel-2.4.91-3.el7.x86_64.rpm kexec-tools-2.0.15-21.el7.x86_64.rpm libdrm-2.4.91-3.el7.x86_64.rpm libblkid-2.23.2-59.el7.x86_64.rpm kata-shim-bin-1.11.0-3.1.x86_64.rpm libsemanage-devel-2.5-14.el7.x86_64.rpm libtalloc-2.1.13-1.el7.x86_64.rpm libss-1.42.9-13.el7.x86_64.rpm liboath-devel-2.4.1-9.el7.x86_64.rpm libsemanage-2.5-14.el7.x86_64.rpm liboath-2.4.1-9.el7.x86_64.rpm libsemanage-python-2.5-14.el7.x86_64.rpm libss-devel-1.42.9-13.el7.x86_64.rpm libwbclient-4.10.16-5.el7.x86_64.rpm mesa-libEGL-18.0.5-3.el7.x86_64.rpm mesa-libEGL-devel-18.0.5-3.el7.x86_64.rpm lvm2-2.02.177-4.el7.x86_64.rpm libtevent-0.9.39-1.el7.x86_64.rpm lvm2-libs-2.02.177-4.el7.x86_64.rpm mesa-libgbm-18.0.5-3.el7.x86_64.rpm libtdb-1.3.18-1.el7.x86_64.rpm mesa-libglapi-18.0.5-3.el7.x86_64.rpm nss-softokn-freebl-3.53.1-6.el7_9.x86_64.rpm mesa-libGL-devel-18.0.5-3.el7.x86_64.rpm mesa-libGL-18.0.5-3.el7.x86_64.rpm NetworkManager-glib-1.12.0-8.el7_6.x86_64.rpm NetworkManager-glib-devel-1.12.0-8.el7_6.x86_64.rpm nss-softokn-devel-3.53.1-6.el7_9.x86_64.rpm nss-softokn-3.53.1-6.el7_9.x86_64.rpm openscap-1.2.17-2.el7.x86_64.rpm openstack-tempest-17.2.0-4.el7.noarch.rpm osinfo-db-20180531-1.el7.noarch.rpm nss-softokn-freebl-devel-3.53.1-6.el7_9.x86_64.rpm ntfs-3g-2017.3.23-11.el7.x86_64.rpm openscap-scanner-1.2.17-2.el7.x86_64.rpm ntfsprogs-2017.3.23-11.el7.x86_64.rpm ntfs-3g-devel-2017.3.23-11.el7.x86_64.rpm pulseaudio-libs-10.0-5.el7.x86_64.rpm policycoreutils-newrole-2.5-29.el7.x86_64.rpm policycoreutils-2.5-29.el7.x86_64.rpm OVMF-20180508-6.gitee3198e672e2.el7.noarch.rpm pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm policycoreutils-python-2.5-29.el7.x86_64.rpm policycoreutils-devel-2.5-29.el7.x86_64.rpm pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm python2-msgpack-0.6.1-2.el7.x86_64.rpm python2-requests-mock-1.5.2-3.el7.noarch.rpm python2-pysocks-1.6.8-6.el7.noarch.rpm python2-manilaclient-1.17.3-1.el7.noarch.rpm python2-os-brick-1.15.6-1.el7.noarch.rpm pykickstart-1.99.66.19-2.el7.noarch.rpm python2-mistralclient-3.1.4-1.el7.noarch.rpm python2-google-api-client-1.6.3-1.el7.noarch.rpm python2-sushy-1.1.1-1.el7.noarch.rpm python2-tempestconf-1.1.3-1.el7.noarch.rpm python-ironic-lib-2.10.1-1.el7.noarch.rpm python-ironic-inspector-client-2.1.0-1.el7.noarch.rpm python2-urllib3-1.21.1-1.el7.noarch.rpm python-tempest-17.2.0-4.el7.noarch.rpm python2-scapy-2.4.0-3.el7.noarch.rpm python-libguestfs-1.38.2-12.el7_6.1.x86_64.rpm qemu-vanilla-4.1.1+git.99c5874a9b-3.1.x86_64.rpm python-virtualenv-15.1.0-2.el7.noarch.rpm rest-0.8.1-2.el7.x86_64.rpm qemu-vanilla-data-4.1.1+git.99c5874a9b-3.1.x86_64.rpm samba-client-libs-4.10.16-5.el7.x86_64.rpm qemu-vanilla-bin-4.1.1+git.99c5874a9b-3.1.x86_64.rpm samba-common-libs-4.10.16-5.el7.x86_64.rpm samba-common-4.10.16-5.el7.noarch.rpm spice-server-0.14.0-9.el7.x86_64.rpm selinux-policy-devel-3.13.1-229.el7_6.6.noarch.rpm selinux-policy-minimum-3.13.1-229.el7_6.6.noarch.rpm selinux-policy-targeted-3.13.1-229.el7_6.6.noarch.rpm spice-protocol-0.12.14-1.el7.noarch.rpm selinux-policy-3.13.1-229.el7_6.6.noarch.rpm selinux-policy-mls-3.13.1-229.el7_6.6.noarch.rpm spice-server-devel-0.14.0-9.el7.x86_64.rpm systemd-libs-219-78.el7_9.3.x86_64.rpm systemtap-runtime-3.3-3.el7.x86_64.rpm systemd-219-78.el7_9.3.x86_64.rpm systemd-sysv-219-78.el7_9.3.x86_64.rpm systemtap-3.3-3.el7.x86_64.rpm systemtap-devel-3.3-3.el7.x86_64.rpm systemtap-client-3.3-3.el7.x86_64.rpm systemd-devel-219-78.el7_9.3.x86_64.rpm tkinter-2.7.5-76.el7.x86_64.rpm tcpdump-4.9.2-4.el7_7.1.x86_64.rpm valgrind-devel-3.13.0-13.el7.x86_64.rpm util-linux-2.23.2-59.el7.x86_64.rpm systemtap-sdt-devel-3.3-3.el7.x86_64.rpm valgrind-3.13.0-13.el7.x86_64.rpm tuned-profiles-realtime-2.8.0-5.el7.noarch.rpm tuned-2.8.0-5.el7.noarch.rpm [dingo at ffdf31df919a centos-mirror-tools]$ cat logs/L1_srpms_missing_centos.log adobe-source-han-sans-cn-fonts-1.000-2.el7.noarch.rpm adobe-source-han-sans-twhk-fonts-1.000-1.el7.noarch.rpm acpid-2.0.19-9.el7.x86_64.rpm adobe-source-sans-pro-fonts-2.020-1.el7.noarch.rpm abattis-cantarell-fonts-0.0.25-1.el7.noarch.rpm acl-2.2.51-14.el7.x86_64.rpm adobe-source-code-pro-fonts-2.030.1.050-5.el7.noarch.rpm acpica-tools-20160527-3.el7.x86_64.rpm aether-util-1.13.1-13.el7.noarch.rpm amiri-fonts-common-0.109-1.el7.noarch.rpm aether-connector-wagon-1.13.1-13.el7.noarch.rpm aether-api-1.13.1-13.el7.noarch.rpm anaconda-21.48.22.147-1.el7.centos.src.rpm aether-spi-1.13.1-13.el7.noarch.rpm amiri-fonts-0.109-1.el7.noarch.rpm aether-impl-1.13.1-13.el7.noarch.rpm apache-commons-logging-1.1.2-7.el7.noarch.rpm aopalliance-1.0-8.el7.noarch.rpm apache-commons-io-2.4-12.el7.noarch.rpm apache-commons-cli-1.2-13.el7.noarch.rpm apache-commons-net-3.2-8.el7.centos.noarch.rpm apache-commons-lang-2.6-15.el7.noarch.rpm apache-commons-codec-1.8-7.el7.noarch.rpm annobin-9.12-1.el7.x86_64.rpm artwiz-aleczapka-fonts-common-1.3-19.el7.noarch.rpm artwiz-aleczapka-kates-fonts-1.3-19.el7.noarch.rpm apr-1.4.8-3.el7_4.1.x86_64.rpm artwiz-aleczapka-fkp-fonts-1.3-19.el7.noarch.rpm artwiz-aleczapka-lime-fonts-1.3-19.el7.noarch.rpm artwiz-aleczapka-drift-fonts-1.3-19.el7.noarch.rpm artwiz-aleczapka-edges-fonts-1.3-19.el7.noarch.rpm apr-util-1.5.2-6.el7.x86_64.rpm at-3.1.13-24.el7.x86_64.rpm astigmatic-grand-hotel-fonts-1.000-3.el7.noarch.rpm atinject-1-13.20100611svn86.el7.noarch.rpm atk-devel-2.28.1-1.el7.x86_64.rpm artwiz-aleczapka-smoothansi-fonts-1.3-19.el7.noarch.rpm artwiz-aleczapka-nu-fonts-1.3-19.el7.noarch.rpm atk-2.28.1-1.el7.x86_64.rpm asciidoc-8.6.8-5.el7.noarch.rpm at-spi2-core-devel-2.28.0-1.el7.x86_64.rpm atlas-3.10.1-12.el7.x86_64.rpm at-spi2-atk-2.26.2-1.el7.x86_64.rpm attr-2.4.46-13.el7.x86_64.rpm augeas-1.4.0-6.el7.x86_64.rpm at-spi2-atk-devel-2.26.2-1.el7.x86_64.rpm at-spi2-core-2.28.0-1.el7.x86_64.rpm augeas-libs-1.4.0-6.el7.x86_64.rpm autogen-libopts-5.18-5.el7.x86_64.rpm autoconf-archive-2017.03.21-1.el7.noarch.rpm autogen-libopts-devel-5.18-5.el7.x86_64.rpm avahi-0.6.31-20.el7.x86_64.rpm autoconf-2.69-11.el7.noarch.rpm autogen-5.18-5.el7.x86_64.rpm automake-1.13.4-3.el7.noarch.rpm authconfig-6.2.8-30.el7.x86_64.rpm bash-completion-2.1-6.el7.noarch.rpm avalon-logkit-2.1-14.el7.noarch.rpm avahi-devel-0.6.31-20.el7.x86_64.rpm bash-4.2.46-34.el7.src.rpm avahi-libs-0.6.31-20.el7.x86_64.rpm avalon-framework-4.3-10.el7.noarch.rpm bash-4.2.46-34.el7.x86_64.rpm basesystem-10.0-7.el7.centos.noarch.rpm bind-libs-9.11.4-26.P2.el7.x86_64.rpm bind-libs-lite-9.11.4-26.P2.el7.x86_64.rpm bind-export-devel-9.11.4-26.P2.el7.x86_64.rpm bind-export-libs-9.11.4-26.P2.el7.x86_64.rpm bind-license-9.11.4-26.P2.el7.noarch.rpm bash-completion-extras-2.1-11.el7.noarch.rpm bc-1.06.95-13.el7.x86_64.rpm bcel-5.2-18.el7.noarch.rpm bitmap-fangsongti-fonts-0.3-21.el7.noarch.rpm bitmap-console-fonts-0.3-21.el7.noarch.rpm biosdevname-0.7.3-1.el7.x86_64.rpm binutils-2.27-41.base.el7.x86_64.rpm bind-utils-9.11.4-26.P2.el7.x86_64.rpm bind-lite-devel-9.11.4-26.P2.el7.x86_64.rpm bison-3.0.4-2.el7.x86_64.rpm binutils-devel-2.27-41.base.el7.x86_64.rpm bitmap-fixed-fonts-0.3-21.el7.noarch.rpm blosc-1.11.3-1.el7.x86_64.rpm bluez-libs-5.44-4.el7_4.x86_64.rpm boost-1.53.0-27.el7.x86_64.rpm bluez-libs-devel-5.44-4.el7_4.x86_64.rpm bitmap-lucida-typewriter-fonts-0.3-21.el7.noarch.rpm boost-atomic-1.53.0-27.el7.x86_64.rpm blas-3.4.2-8.el7.x86_64.rpm boost-locale-1.53.0-27.el7.x86_64.rpm boost-graph-1.53.0-27.el7.x86_64.rpm boost-devel-1.53.0-27.el7.x86_64.rpm boost-chrono-1.53.0-27.el7.x86_64.rpm boost-filesystem-1.53.0-27.el7.x86_64.rpm boost-iostreams-1.53.0-27.el7.x86_64.rpm boost-date-time-1.53.0-27.el7.x86_64.rpm boost-context-1.53.0-27.el7.x86_64.rpm boost-python-1.53.0-27.el7.x86_64.rpm boost-program-options-1.53.0-27.el7.x86_64.rpm boost-random-1.53.0-27.el7.x86_64.rpm boost-signals-1.53.0-27.el7.x86_64.rpm boost-regex-1.53.0-27.el7.x86_64.rpm boost-math-1.53.0-27.el7.x86_64.rpm boost-serialization-1.53.0-27.el7.x86_64.rpm boost-system-1.53.0-27.el7.x86_64.rpm bpg-mrgvlovani-caps-fonts-1.002-3.el7.noarch.rpm boost-test-1.53.0-27.el7.x86_64.rpm boost-timer-1.53.0-27.el7.x86_64.rpm bpg-fonts-common-20120413-3.el7.noarch.rpm bootswatch-common-3.3.7.0-1.el7.noarch.rpm boost-thread-1.53.0-27.el7.x86_64.rpm boost-wave-1.53.0-27.el7.x86_64.rpm bootswatch-fonts-3.3.7.0-1.el7.noarch.rpm bpg-mrgvlovani-fonts-1.002-3.el7.noarch.rpm bpg-nateli-condenced-fonts-2.003-3.el7.noarch.rpm bpg-nateli-fonts-2.003-3.el7.noarch.rpm brlapi-0.6.0-16.el7.x86_64.rpm brltty-4.5-16.el7.x86_64.rpm bpg-nateli-caps-fonts-2.003-3.el7.noarch.rpm brlapi-devel-0.6.0-16.el7.x86_64.rpm bridge-utils-1.5-9.el7.x86_64.rpm cairo-gobject-1.15.12-3.el7.x86_64.rpm cairo-devel-1.15.12-3.el7.x86_64.rpm bzip2-libs-1.0.6-13.el7.x86_64.rpm bzip2-devel-1.0.6-13.el7.x86_64.rpm bzip2-1.0.6-13.el7.x86_64.rpm cairo-1.15.12-3.el7.x86_64.rpm ca-certificates-2018.2.22-70.0.el7_5.noarch.rpm btrfs-progs-4.9.1-1.el7.x86_64.rpm c-ares-1.10.0-3.el7.x86_64.rpm cairo-gobject-devel-1.15.12-3.el7.x86_64.rpm cdparanoia-libs-10.2-17.el7.x86_64.rpm centos-indexhtml-7-9.el7.centos.noarch.rpm celt051-0.5.1.3-8.el7.x86_64.rpm cal10n-0.7.7-4.el7.noarch.rpm celt051-devel-0.5.1.3-8.el7.x86_64.rpm cdi-api-1.0-11.SP4.el7.noarch.rpm cglib-2.2-18.el7.noarch.rpm cf-sorts-mill-goudy-fonts-3.1-7.el7.noarch.rpm checkpolicy-2.5-8.el7.x86_64.rpm check-devel-0.9.9-5.el7.x86_64.rpm check-0.9.9-5.el7.x86_64.rpm centos-release-7-6.1810.2.el7.centos.x86_64.rpm centos-logos-70.0.6-3.el7.centos.noarch.rpm chkconfig-1.7.4-1.el7.x86_64.rpm colord-libs-1.3.4-1.el7.x86_64.rpm cmake-2.8.12.2-2.el7.x86_64.rpm cloud-init-19.4-7.el7.centos.3.x86_64.rpm cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm chrpath-0.16-0.el7.x86_64.rpm cloud-init-0.7.9-24.el7.centos.1.src.rpm cifs-utils-6.2-10.el7.x86_64.rpm cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm comic-neue-fonts-2.2-2.el7.noarch.rpm coolkey-1.1.0-40.el7.x86_64.rpm conntrack-tools-1.4.4-4.el7.x86_64.rpm conakry-fonts-20070829-14.el7.noarch.rpm compat-openmpi16-1.6.4-10.7.el7.x86_64.rpm comic-neue-fonts-common-2.2-2.el7.noarch.rpm comic-neue-angular-fonts-2.2-2.el7.noarch.rpm container-selinux-2.74-1.el7.noarch.rpm createrepo-0.9.9-28.el7.noarch.rpm cracklib-2.9.0-11.el7.x86_64.rpm cracklib-dicts-2.9.0-11.el7.x86_64.rpm cracklib-devel-2.9.0-11.el7.x86_64.rpm cpptest-1.1.1-9.el7.x86_64.rpm cpp-4.8.5-36.el7.x86_64.rpm cpio-2.11-27.el7.x86_64.rpm coreutils-8.22-23.el7.x86_64.rpm cryptsetup-libs-2.0.3-3.el7.x86_64.rpm cryptsetup-2.0.3-3.el7.x86_64.rpm ctags-5.8-13.el7.x86_64.rpm cronie-anacron-1.4.11-20.el7_6.x86_64.rpm cronie-1.4.11-20.el7_6.x86_64.rpm crudini-0.9-2.el7.noarch.rpm crontabs-1.11-6.20121102git.el7.noarch.rpm cryptsetup-devel-2.0.3-3.el7.x86_64.rpm curl-7.29.0-59.el7.x86_64.rpm cyrus-sasl-2.1.26-23.el7.x86_64.rpm cyrus-sasl-gssapi-2.1.26-23.el7.x86_64.rpm daxctl-libs-65-5.el7.x86_64.rpm cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm cups-client-1.6.3-51.el7.x86_64.rpm cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm cups-libs-1.6.3-51.el7.x86_64.rpm dbus-devel-1.10.24-15.el7.x86_64.rpm dbus-python-1.1.1-9.el7.x86_64.rpm dconf-0.28.0-4.el7.x86_64.rpm dbus-glib-devel-0.100-7.el7.x86_64.rpm dbus-glib-0.100-7.el7.x86_64.rpm dbus-1.10.24-15.el7.x86_64.rpm dbus-libs-1.10.24-15.el7.x86_64.rpm d-din-condensed-fonts-1.0-1.el7.noarch.rpm d-din-fonts-1.0-1.el7.noarch.rpm dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm d-din-exp-fonts-1.0-1.el7.noarch.rpm dejavu-lgc-sans-mono-fonts-2.33-6.el7.noarch.rpm dejavu-lgc-serif-fonts-2.33-6.el7.noarch.rpm dejavu-sans-fonts-2.33-6.el7.noarch.rpm dejavu-fonts-common-2.33-6.el7.noarch.rpm dejavu-lgc-sans-fonts-2.33-6.el7.noarch.rpm desktop-file-utils-0.23-1.el7.x86_64.rpm device-mapper-devel-1.02.146-4.el7.x86_64.rpm device-mapper-libs-1.02.146-4.el7.x86_64.rpm deltarpm-3.6-3.el7.x86_64.rpm device-mapper-event-1.02.146-4.el7.x86_64.rpm dejavu-serif-fonts-2.33-6.el7.noarch.rpm device-mapper-event-libs-1.02.146-4.el7.x86_64.rpm device-mapper-1.02.146-4.el7.x86_64.rpm devtoolset-8-dwz-0.12-1.1.el7.x86_64.rpm device-mapper-persistent-data-0.7.3-3.el7.x86_64.rpm devtoolset-8-build-8.1-1.el7.x86_64.rpm devtoolset-8-dyninst-9.3.2-6.el7.x86_64.rpm devtoolset-8-8.1-1.el7.x86_64.rpm device-mapper-multipath-libs-0.4.9-119.el7.x86_64.rpm device-mapper-multipath-0.4.9-119.el7.x86_64.rpm devtoolset-8-binutils-2.30-55.el7.2.x86_64.rpm devtoolset-8-gcc-8.3.1-3.2.el7.x86_64.rpm devtoolset-8-gcc-c++-8.3.1-3.2.el7.x86_64.rpm devtoolset-8-gcc-gfortran-8.3.1-3.2.el7.x86_64.rpm devtoolset-8-elfutils-0.176-1.el7.x86_64.rpm devtoolset-8-libquadmath-devel-8.3.1-3.2.el7.x86_64.rpm devtoolset-8-elfutils-libelf-0.176-1.el7.x86_64.rpm devtoolset-8-elfutils-libs-0.176-1.el7.x86_64.rpm devtoolset-8-gdb-8.2-3.el7.x86_64.rpm devtoolset-8-perftools-8.1-1.el7.x86_64.rpm devtoolset-8-libstdc++-devel-8.3.1-3.2.el7.x86_64.rpm devtoolset-8-runtime-8.1-1.el7.x86_64.rpm devtoolset-8-strace-4.24-4.el7.x86_64.rpm devtoolset-8-oprofile-1.3.0-2.el7.x86_64.rpm devtoolset-8-memstomp-0.1.5-5.el7.x86_64.rpm devtoolset-8-make-4.2.1-4.el7.x86_64.rpm devtoolset-8-ltrace-0.7.91-1.el7.x86_64.rpm devtoolset-8-toolchain-8.1-1.el7.x86_64.rpm devtoolset-8-valgrind-3.14.0-16.el7.x86_64.rpm devtoolset-8-systemtap-runtime-3.3-2.el7.x86_64.rpm devtoolset-8-systemtap-client-3.3-2.el7.x86_64.rpm dibbler-client-1.0.1-0.RC1.2.el7.x86_64.rpm dhcp-4.2.5-82.el7.centos.src.rpm devtoolset-8-systemtap-3.3-2.el7.x86_64.rpm devtoolset-8-systemtap-devel-3.3-2.el7.x86_64.rpm docbook-dtds-1.0-60.el7.noarch.rpm docbook-style-dsssl-1.79-18.el7.noarch.rpm docbook-style-xsl-1.78.1-3.el7.noarch.rpm diffutils-3.3-4.el7.x86_64.rpm dnsmasq-2.76-7.el7.src.rpm dnf-4.0.9.2-1.el7_6.noarch.rpm dmidecode-3.1-2.el7.x86_64.rpm dnf-data-4.0.9.2-1.el7_6.noarch.rpm dstat-0.7.2-12.el7.noarch.rpm dracut-config-rescue-033-554.el7.x86_64.rpm dracut-network-033-554.el7.x86_64.rpm dracut-033-554.el7.x86_64.rpm dosfstools-3.0.20-10.el7.x86_64.rpm doxygen-1.8.5-3.el7.x86_64.rpm docker-forward-journald-1.10.3-44.el7.centos.x86_64.rpm docbook-utils-0.6.14-36.el7.noarch.rpm e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm easymock2-2.5.2-12.el7.noarch.rpm dulwich-core-0.18.4-1.el7.x86_64.rpm dyninst-9.3.1-2.el7.x86_64.rpm e2fsprogs-1.42.9-13.el7.x86_64.rpm ebtables-2.0.10-16.el7.x86_64.rpm dwz-0.11-3.el7.x86_64.rpm e2fsprogs-devel-1.42.9-13.el7.x86_64.rpm efivar-libs-36-11.el7.x86_64.rpm epel-release-7-11.noarch.rpm elinks-0.12-0.37.pre6.el7.x86_64.rpm ed-1.9-4.el7.x86_64.rpm efivar-devel-36-11.el7.x86_64.rpm emacs-filesystem-24.3-22.el7.noarch.rpm efibootmgr-17-2.el7.x86_64.rpm environment-modules-3.2.10-10.el7.x86_64.rpm erlang-asn1-18.3.4.4-2.el7.x86_64.rpm erlang-cosFileTransfer-18.3.4.4-2.el7.x86_64.rpm erlang-18.3.4.4-2.el7.x86_64.rpm epel-rpm-macros-7-21.noarch.rpm erlang-cosNotification-18.3.4.4-2.el7.x86_64.rpm erlang-compiler-18.3.4.4-2.el7.x86_64.rpm erlang-cosEventDomain-18.3.4.4-2.el7.x86_64.rpm erlang-cosEvent-18.3.4.4-2.el7.x86_64.rpm erlang-erl_docgen-18.3.4.4-2.el7.x86_64.rpm erlang-diameter-18.3.4.4-2.el7.x86_64.rpm erlang-cosProperty-18.3.4.4-2.el7.x86_64.rpm erlang-cosTransactions-18.3.4.4-2.el7.x86_64.rpm erlang-cosTime-18.3.4.4-2.el7.x86_64.rpm erlang-crypto-18.3.4.4-2.el7.x86_64.rpm erlang-eldap-18.3.4.4-2.el7.x86_64.rpm erlang-edoc-18.3.4.4-2.el7.x86_64.rpm erlang-inets-18.3.4.4-2.el7.x86_64.rpm erlang-eunit-18.3.4.4-2.el7.x86_64.rpm erlang-jinterface-18.3.4.4-2.el7.x86_64.rpm erlang-hipe-18.3.4.4-2.el7.x86_64.rpm erlang-ic-18.3.4.4-2.el7.x86_64.rpm erlang-erts-18.3.4.4-2.el7.x86_64.rpm erlang-gs-18.3.4.4-2.el7.x86_64.rpm erlang-erl_interface-18.3.4.4-2.el7.x86_64.rpm erlang-orber-18.3.4.4-2.el7.x86_64.rpm erlang-mnesia-18.3.4.4-2.el7.x86_64.rpm erlang-ose-18.3.4.4-2.el7.x86_64.rpm erlang-otp_mibs-18.3.4.4-2.el7.x86_64.rpm erlang-odbc-18.3.4.4-2.el7.x86_64.rpm erlang-os_mon-18.3.4.4-2.el7.x86_64.rpm erlang-kernel-18.3.4.4-2.el7.x86_64.rpm erlang-parsetools-18.3.4.4-2.el7.x86_64.rpm erlang-snmp-18.3.4.4-2.el7.x86_64.rpm erlang-public_key-18.3.4.4-2.el7.x86_64.rpm erlang-ssl-18.3.4.4-2.el7.x86_64.rpm erlang-percept-18.3.4.4-2.el7.x86_64.rpm erlang-sasl-18.3.4.4-2.el7.x86_64.rpm erlang-ssh-18.3.4.4-2.el7.x86_64.rpm erlang-runtime_tools-18.3.4.4-2.el7.x86_64.rpm erlang-sd_notify-0.1-9.el7.x86_64.rpm erlang-tools-18.3.4.4-2.el7.x86_64.rpm erlang-syntax_tools-18.3.4.4-2.el7.x86_64.rpm erlang-xmerl-18.3.4.4-2.el7.x86_64.rpm ethtool-4.8-9.el7.x86_64.rpm eventlog-0.2.13-4.el7.x86_64.rpm erlang-stdlib-18.3.4.4-2.el7.x86_64.rpm expect-5.45-14.el7_1.x86_64.rpm eventlog-devel-0.2.13-4.el7.x86_64.rpm fedfs-utils-devel-0.10.5-0.el7.x86_64.rpm fedfs-utils-common-0.10.5-0.el7.noarch.rpm fedpkg-minimal-1.1.0-7.el7.noarch.rpm fcgi-2.4.0-25.el7.x86_64.rpm fedfs-utils-nsdbparams-0.10.5-0.el7.x86_64.rpm fcgi-devel-2.4.0-25.el7.x86_64.rpm fedfs-utils-lib-0.10.5-0.el7.x86_64.rpm facter-2.4.4-4.el7.src.rpm findutils-4.5.11-6.el7.x86_64.rpm fio-3.7-2.el7.x86_64.rpm fipscheck-1.4.1-6.el7.x86_64.rpm file-devel-5.11-37.el7.x86_64.rpm file-5.11-37.el7.x86_64.rpm felix-framework-4.2.1-5.el7.noarch.rpm filesystem-3.2-25.el7.x86_64.rpm file-libs-5.11-37.el7.x86_64.rpm fontawesome-fonts-web-4.4.0-1.el7.noarch.rpm fipscheck-lib-1.4.1-6.el7.x86_64.rpm fipscheck-devel-1.4.1-6.el7.x86_64.rpm firewalld-0.5.3-5.el7.noarch.rpm fontawesome-fonts-4.4.0-1.el7.noarch.rpm flac-libs-1.3.0-5.el7_1.x86_64.rpm flex-2.5.37-6.el7.x86_64.rpm firewalld-filesystem-0.5.3-5.el7.noarch.rpm fuse-2.9.2-11.el7.x86_64.rpm fontconfig-devel-2.13.0-4.3.el7.x86_64.rpm fribidi-devel-1.0.2-1.el7.x86_64.rpm freetype-devel-2.8-12.el7.x86_64.rpm fribidi-1.0.2-1.el7.x86_64.rpm fontconfig-2.13.0-4.3.el7.x86_64.rpm freetype-2.8-12.el7.x86_64.rpm fontpackages-filesystem-1.44-8.el7.noarch.rpm gamin-devel-0.1.10-16.el7.x86_64.rpm gc-7.2d-7.el7.x86_64.rpm gcc-c++-4.8.5-36.el7.x86_64.rpm fuse-devel-2.9.2-11.el7.x86_64.rpm gawk-4.0.2-4.el7_3.1.x86_64.rpm gcc-4.8.5-36.el7.x86_64.rpm gamin-0.1.10-16.el7.x86_64.rpm fuse-libs-2.9.2-11.el7.x86_64.rpm gd-2.0.35-26.el7.x86_64.rpm GConf2-3.2.6-8.el7.x86_64.rpm gdbm-devel-1.10-8.el7.x86_64.rpm gdb-7.6.1-114.el7.x86_64.rpm gdisk-0.8.10-2.el7.x86_64.rpm gdbm-1.10-8.el7.x86_64.rpm gdk-pixbuf2-devel-2.36.12-3.el7.x86_64.rpm gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm genisoimage-1.1.11-25.el7.x86_64.rpm GeoIP-devel-1.5.0-13.el7.x86_64.rpm geronimo-annotation-1.0-15.el7.noarch.rpm GeoIP-1.5.0-13.el7.x86_64.rpm gettext-common-devel-0.19.8.1-3.el7.noarch.rpm geronimo-jms-1.1.1-19.el7.noarch.rpm gettext-devel-0.19.8.1-3.el7.x86_64.rpm gettext-0.19.8.1-3.el7.x86_64.rpm giflib-4.1.6-9.el7.x86_64.rpm glade-libs-3.20.0-1.el7.x86_64.rpm ghostscript-9.07-31.el7_6.3.x86_64.rpm ghostscript-fonts-5.50-32.el7.noarch.rpm glibc-2.17-317.el7.x86_64.rpm gettext-libs-0.19.8.1-3.el7.x86_64.rpm git-1.8.3.1-20.el7.x86_64.rpm glade-devel-3.20.0-1.el7.x86_64.rpm glib-networking-2.56.1-1.el7.x86_64.rpm glusterfs-5.2-1.el7.x86_64.rpm gl-manpages-1.1-7.20130122.el7.noarch.rpm glibc-headers-2.17-317.el7.x86_64.rpm glibc-common-2.17-317.el7.x86_64.rpm glibc-static-2.17-317.el7.x86_64.rpm glibc-devel-2.17-317.el7.x86_64.rpm glusterfs-api-5.2-1.el7.x86_64.rpm glusterfs-devel-5.2-1.el7.x86_64.rpm glusterfs-api-devel-5.2-1.el7.x86_64.rpm glusterfs-libs-5.2-1.el7.x86_64.rpm glusterfs-cli-5.2-1.el7.x86_64.rpm glusterfs-server-5.2-1.el7.x86_64.rpm glusterfs-extra-xlators-5.2-1.el7.x86_64.rpm glusterfs-fuse-5.2-1.el7.x86_64.rpm glusterfs-client-xlators-5.2-1.el7.x86_64.rpm gnu-free-mono-fonts-20120503-8.el7.noarch.rpm gnu-efi-3.0.8-2.el7.x86_64.rpm gmp-6.0.0-15.el7.x86_64.rpm gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm gmp-devel-6.0.0-15.el7.x86_64.rpm gnu-efi-devel-3.0.8-2.el7.x86_64.rpm gnu-free-fonts-common-20120503-8.el7.noarch.rpm gnome-doc-utils-0.20.10-5.el7.noarch.rpm gnutls-c++-3.3.29-8.el7.x86_64.rpm gnutls-devel-3.3.29-8.el7.x86_64.rpm gnutls-dane-3.3.29-8.el7.x86_64.rpm gnu-free-sans-fonts-20120503-8.el7.noarch.rpm gnupg2-2.0.22-5.el7_5.x86_64.rpm gnu-free-serif-fonts-20120503-8.el7.noarch.rpm gnutls-3.3.29-8.el7.x86_64.rpm gnulib-devel-0-14.20150325git.el7.noarch.rpm golang-1.11.2-3.el7.x86_64.rpm golang-github-cpuguy83-go-md2man-1.0.4-4.el7.x86_64.rpm gobject-introspection-devel-1.56.1-1.el7.x86_64.rpm gnutls-utils-3.3.29-8.el7.x86_64.rpm golang-bin-1.11.2-3.el7.x86_64.rpm golang-src-1.11.2-3.el7.noarch.rpm go-bindata-3.0.7-9.gita0ff256.el7.x86_64.rpm gobject-introspection-1.56.1-1.el7.x86_64.rpm google-droid-serif-fonts-20120715-12.el7.noarch.rpm google-droid-sans-mono-fonts-20120715-12.el7.noarch.rpm google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch.rpm google-noto-cjk-fonts-1.004-7.el7.noarch.rpm google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch.rpm google-guice-3.1.3-9.el7.noarch.rpm google-droid-sans-fonts-20120715-12.el7.noarch.rpm google-noto-fonts-common-20141117-5.el7.noarch.rpm google-noto-serif-fonts-20141117-5.el7.noarch.rpm google-noto-sans-simplified-chinese-fonts-20141117-5.el7.noarch.rpm google-noto-sans-traditional-chinese-fonts-20141117-5.el7.noarch.rpm google-noto-sans-ui-fonts-20141117-5.el7.noarch.rpm google-noto-sans-korean-fonts-20141117-5.el7.noarch.rpm google-noto-sans-fonts-20141117-5.el7.noarch.rpm google-noto-sans-japanese-fonts-20141117-5.el7.noarch.rpm google-noto-sans-cjk-fonts-20141117-5.el7.noarch.rpm google-roboto-fonts-2.138-1.el7.noarch.rpm google-roboto-mono-fonts-2.000986-0.1.20150923git.el7.noarch.rpm google-roboto-slab-fonts-1.100263-0.5.20150923git.el7.noarch.rpm gperftools-libs-2.6.1-1.el7.x86_64.rpm gperf-3.0.4-8.el7.x86_64.rpm google-roboto-condensed-fonts-2.138-1.el7.noarch.rpm gperftools-devel-2.6.1-1.el7.x86_64.rpm go-srpm-macros-2-17.el7.noarch.rpm graphite2-devel-1.3.10-1.el7_3.x86_64.rpm gpm-1.20.7-5.el7.x86_64.rpm graphviz-2.30.1-21.el7.x86_64.rpm gpm-devel-1.20.7-5.el7.x86_64.rpm gpgme-1.3.2-5.el7.x86_64.rpm grep-2.20-3.el7.x86_64.rpm gpm-libs-1.20.7-5.el7.x86_64.rpm graphite2-1.3.10-1.el7_3.x86_64.rpm gsm-1.0.13-11.el7.x86_64.rpm groff-1.22.2-8.el7.x86_64.rpm gstreamer-plugins-good-0.10.31-13.el7.x86_64.rpm gstreamer-0.10.36-7.el7.x86_64.rpm grubby-8.28-25.el7.src.rpm grub2-2.02-0.86.el7.centos.src.rpm groff-base-1.22.2-8.el7.x86_64.rpm gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm gzip-1.5-10.el7.x86_64.rpm guava-13.0-6.el7.noarch.rpm gstreamer-tools-0.10.36-7.el7.x86_64.rpm gtk-doc-1.28-2.el7.x86_64.rpm gtk2-2.24.31-1.el7.x86_64.rpm guile-2.0.9-5.el7.x86_64.rpm gtk2-devel-2.24.31-1.el7.x86_64.rpm hamcrest-1.3-6.el7.noarch.rpm haproxy-1.5.18-8.el7.src.rpm hdf5-mpich-1.8.13-7.el7.x86_64.rpm harfbuzz-devel-1.7.5-2.el7.x86_64.rpm hardlink-1.0-19.el7.x86_64.rpm harfbuzz-icu-1.7.5-2.el7.x86_64.rpm hdf5-openmpi-1.8.13-7.el7.x86_64.rpm hdf5-1.8.13-7.el7.x86_64.rpm harfbuzz-1.7.5-2.el7.x86_64.rpm hicolor-icon-theme-0.12-7.el7.noarch.rpm heat-cfntools-1.3.0-2.el7.noarch.rpm hiera-1.3.4-5.el7.noarch.rpm hivex-1.3.10-6.9.el7.x86_64.rpm hiredis-0.12.1-1.el7.x86_64.rpm hdparm-9.43-5.el7.x86_64.rpm hiredis-devel-0.12.1-1.el7.x86_64.rpm help2man-1.41.1-3.el7.noarch.rpm hostname-3.13-3.el7.x86_64.rpm horai-ume-gothic-fonts-610-2.el7.noarch.rpm horai-ume-pmincho-fonts-610-2.el7.noarch.rpm httpcomponents-client-4.2.5-5.el7_0.noarch.rpm horai-ume-mincho-fonts-610-2.el7.noarch.rpm hmaccalc-0.9.13-4.el7.x86_64.rpm horai-ume-uigothic-fonts-610-2.el7.noarch.rpm horai-ume-pgothic-fonts-610-2.el7.noarch.rpm impallari-lobster-fonts-1.4-8.el7.noarch.rpm infinipath-psm-3.3-26_g604758e_open.2.el7.x86_64.rpm httpd-tools-2.4.6-95.el7.centos.x86_64.rpm hwloc-libs-1.11.8-4.el7.x86_64.rpm infiniband-diags-2.0.0-2.el7.x86_64.rpm httpd-2.4.6-95.el7.centos.x86_64.rpm httpcomponents-core-4.2.4-6.el7.noarch.rpm hwdata-0.252-9.1.el7.x86_64.rpm ipa-mincho-fonts-003.03-5.el7.noarch.rpm ipa-pmincho-fonts-003.03-5.el7.noarch.rpm iotop-0.6-4.el7.noarch.rpm ipa-gothic-fonts-003.03-5.el7.noarch.rpm initscripts-9.49.46-1.el7.src.rpm ipa-pgothic-fonts-003.03-5.el7.noarch.rpm info-5.1-5.el7.x86_64.rpm intltool-0.50.2-7.el7.noarch.rpm ipset-6.38-3.el7_6.x86_64.rpm iptables-1.4.21-28.el7.x86_64.rpm ipmitool-1.8.18-9.el7_7.x86_64.rpm iptables-services-1.4.21-28.el7.x86_64.rpm iptables-utils-1.4.21-28.el7.x86_64.rpm ipset-libs-6.38-3.el7_6.x86_64.rpm iproute-4.11.0-14.el7.x86_64.rpm iperf3-3.1.7-2.el7.x86_64.rpm iso-codes-3.46-2.el7.noarch.rpm ivykis-devel-0.36.3-1.el7.x86_64.rpm isomd5sum-1.0.10-5.el7.x86_64.rpm iscsi-initiator-utils-iscsiuio-6.2.0.874-10.el7.x86_64.rpm ivykis-0.36.3-1.el7.x86_64.rpm ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch.rpm iscsi-initiator-utils-6.2.0.874-10.el7.x86_64.rpm iputils-20160308-10.el7.x86_64.rpm javamail-1.4.6-8.el7.noarch.rpm javassist-3.16.1-10.el7.noarch.rpm javapackages-tools-3.4.1-11.el7.noarch.rpm jakarta-commons-httpclient-3.1-16.el7_0.noarch.rpm jasper-libs-1.900.1-33.el7.x86_64.rpm jasper-devel-1.900.1-33.el7.x86_64.rpm jansson-2.10-1.el7.x86_64.rpm jbigkit-libs-2.0-11.el7.x86_64.rpm jboss-transaction-1.1-api-1.0.1-8.el7.noarch.rpm jboss-servlet-3.0-api-1.0.1-9.el7.noarch.rpm jboss-ejb-3.1-api-1.0.2-10.el7.noarch.rpm jomolhari-fonts-0.003-17.el7.noarch.rpm jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch.rpm jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarch.rpm jline-1.0-8.el7.noarch.rpm jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904.el7.noarch.rpm json-glib-1.4.2-2.el7.x86_64.rpm json-c-0.11-4.el7_0.x86_64.rpm js-1.8.5-20.el7.x86_64.rpm jsch-0.1.50-5.el7.noarch.rpm jsoup-1.6.1-10.el7.noarch.rpm jq-1.5-1.el7.x86_64.rpm json-c-devel-0.11-4.el7_0.x86_64.rpm json-glib-devel-1.4.2-2.el7.x86_64.rpm julietaula-montserrat-fonts-7.200-5.el7.noarch.rpm kbd-1.15.5-15.el7.x86_64.rpm keyutils-1.5.8-3.el7.x86_64.rpm kde-filesystem-4-47.el7.x86_64.rpm jzlib-1.1.1-6.el7.noarch.rpm junit-4.11-8.el7.noarch.rpm kbd-legacy-1.15.5-15.el7.noarch.rpm kbd-misc-1.15.5-15.el7.noarch.rpm khmeros-bokor-fonts-5.0-17.el7.noarch.rpm khmeros-fonts-common-5.0-17.el7.noarch.rpm khmeros-handwritten-fonts-5.0-17.el7.noarch.rpm khmeros-metal-chrieng-fonts-5.0-17.el7.noarch.rpm keyutils-libs-1.5.8-3.el7.x86_64.rpm keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm khmeros-battambang-fonts-5.0-17.el7.noarch.rpm khmeros-base-fonts-5.0-17.el7.noarch.rpm khmeros-muol-fonts-5.0-17.el7.noarch.rpm kpartx-0.4.9-119.el7.x86_64.rpm kmod-libs-20-23.el7.x86_64.rpm krb5-devel-1.15.1-34.el7.x86_64.rpm kmod-devel-20-23.el7.x86_64.rpm krb5-libs-1.15.1-34.el7.x86_64.rpm khmeros-siemreap-fonts-5.0-17.el7.noarch.rpm kmod-20-23.el7.x86_64.rpm leveldb-1.12.0-11.el7.x86_64.rpm latex2html-2012-3.el7.noarch.rpm lato-fonts-2.015-1.el7.noarch.rpm lapack-3.4.2-8.el7.x86_64.rpm ldns-1.6.16-10.el7.x86_64.rpm lcms2-2.6-3.el7.x86_64.rpm lbzip2-2.5-1.el7.x86_64.rpm less-458-9.el7.x86_64.rpm libaio-0.3.109-13.el7.x86_64.rpm libacl-devel-2.2.51-14.el7.x86_64.rpm libarchive-devel-3.1.2-10.el7_2.x86_64.rpm libaio-devel-0.3.109-13.el7.x86_64.rpm libarchive-3.1.2-10.el7_2.x86_64.rpm leveldb-devel-1.12.0-11.el7.x86_64.rpm levien-inconsolata-fonts-1.01-11.el7.noarch.rpm libacl-2.2.51-14.el7.x86_64.rpm libatomic_ops-devel-7.2d-7.el7.x86_64.rpm libbabeltrace-devel-1.2.4-3.1.el7.x86_64.rpm libavc1394-0.5.3-14.el7.x86_64.rpm libbabeltrace-1.2.4-3.1.el7.x86_64.rpm libattr-2.4.46-13.el7.x86_64.rpm libattr-devel-2.4.46-13.el7.x86_64.rpm libassuan-2.1.0-3.el7.x86_64.rpm libasyncns-0.8-7.el7.x86_64.rpm libcap-ng-0.7.5-4.el7.x86_64.rpm libcacard-devel-2.5.2-2.1.el7.x86_64.rpm libcap-ng-devel-0.7.5-4.el7.x86_64.rpm libcap-2.22-9.el7.x86_64.rpm libbasicobjects-0.1.1-32.el7.x86_64.rpm libblkid-devel-2.23.2-59.el7.x86_64.rpm libcap-devel-2.22-9.el7.x86_64.rpm libcacard-2.5.2-2.1.el7.x86_64.rpm libcroco-0.6.12-4.el7.x86_64.rpm libcomps-0.1.8-12.el7.x86_64.rpm libconfig-1.4.9-5.el7.x86_64.rpm libcmocka-1.1.5-1.el7.x86_64.rpm libcollection-0.7.0-32.el7.x86_64.rpm libcgroup-tools-0.41-21.el7.x86_64.rpm libcgroup-0.41-21.el7.x86_64.rpm libcmocka-devel-1.1.5-1.el7.x86_64.rpm libdb-utils-5.3.21-24.el7.x86_64.rpm libdb-5.3.21-24.el7.x86_64.rpm libdbi-devel-0.8.4-6.el7.x86_64.rpm libdbi-0.8.4-6.el7.x86_64.rpm libdaemon-0.14-7.el7.x86_64.rpm libdb-devel-5.3.21-24.el7.x86_64.rpm libcurl-7.29.0-59.el7.x86_64.rpm libcurl-devel-7.29.0-59.el7.x86_64.rpm libepoxy-devel-1.5.2-1.el7.x86_64.rpm libdv-1.0.0-17.el7.x86_64.rpm libedit-3.0-12.20121213cvs.el7.x86_64.rpm libepoxy-1.5.2-1.el7.x86_64.rpm libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm libdnf-0.22.5-1.el7_6.x86_64.rpm libdwarf-20130207-4.el7.x86_64.rpm liberasurecode-1.5.0-1.el7.x86_64.rpm liberation-fonts-common-1.07.2-16.el7.noarch.rpm liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm liberation-serif-fonts-1.07.2-16.el7.noarch.rpm libesmtp-devel-1.0.6-7.el7.x86_64.rpm liberation-mono-fonts-1.07.2-16.el7.noarch.rpm liberation-sans-fonts-1.07.2-16.el7.noarch.rpm libestr-0.1.9-2.el7.x86_64.rpm libesmtp-1.0.6-7.el7.x86_64.rpm libfabric-1.6.1-2.el7.x86_64.rpm libevent-2.0.21-4.el7.src.rpm libfontenc-1.1.3-3.el7.x86_64.rpm libffi-3.0.13-18.el7.x86_64.rpm libgcrypt-1.5.3-14.el7.x86_64.rpm libffi-devel-3.0.13-18.el7.x86_64.rpm libev-4.15-7.el7.x86_64.rpm libgcc-4.8.5-36.el7.x86_64.rpm libgfortran-4.8.5-36.el7.x86_64.rpm libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libgcrypt-devel-1.5.3-14.el7.x86_64.rpm libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm libguestfs-1.38.2-12.el7_6.1.x86_64.rpm libgpg-error-devel-1.12-3.el7.x86_64.rpm libgnomekbd-3.26.0-1.el7.x86_64.rpm libgnome-keyring-3.12.0-1.el7.x86_64.rpm libgpg-error-1.12-3.el7.x86_64.rpm libgomp-4.8.5-36.el7.x86_64.rpm libgnomekbd-devel-3.26.0-1.el7.x86_64.rpm libgusb-0.2.9-1.el7.x86_64.rpm libICE-devel-1.0.9-9.el7.x86_64.rpm libibmad-1.3.13-1.el7.x86_64.rpm libidn-devel-1.28-4.el7.x86_64.rpm libicu-devel-50.1.2-17.el7.x86_64.rpm libICE-1.0.9-9.el7.x86_64.rpm libidn-1.28-4.el7.x86_64.rpm libicu-50.1.2-17.el7.x86_64.rpm libiscsi-devel-1.9.0-7.el7.x86_64.rpm libiec61883-1.2.0-10.el7.x86_64.rpm libiscsi-1.9.0-7.el7.x86_64.rpm libjpeg-turbo-1.2.90-8.el7.x86_64.rpm libimagequant-2.8.2-2.el7.x86_64.rpm libjpeg-turbo-devel-1.2.90-8.el7.x86_64.rpm libini_config-1.3.1-32.el7.x86_64.rpm libkadm5-1.15.1-34.el7.x86_64.rpm libmnl-1.0.3-7.el7.x86_64.rpm libmicrohttpd-devel-0.9.59-2.el7.x86_64.rpm libmnl-devel-1.0.3-7.el7.x86_64.rpm libmongo-client-0.1.8-1.el7.x86_64.rpm libmicrohttpd-0.9.59-2.el7.x86_64.rpm libmng-1.0.10-14.el7.x86_64.rpm libmodulemd-1.6.3-1.el7.x86_64.rpm libmodman-2.0.1-8.el7.x86_64.rpm libmount-2.23.2-59.el7.x86_64.rpm libndp-1.2-7.el7.x86_64.rpm libmount-devel-2.23.2-59.el7.x86_64.rpm libnet-devel-1.1.6-7.el7.x86_64.rpm libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm libmongo-client-devel-0.1.8-1.el7.x86_64.rpm libnet-1.1.6-7.el7.x86_64.rpm libmpc-1.0.1-3.el7.x86_64.rpm libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm libnetfilter_cthelper-1.0.0-9.el7.x86_64.rpm libnetfilter_conntrack-devel-1.0.6-1.el7_3.x86_64.rpm libnfnetlink-devel-1.0.1-4.el7.x86_64.rpm libnfsidmap-devel-0.25-19.el7.x86_64.rpm libnfsidmap-0.25-19.el7.x86_64.rpm libnetfilter_cttimeout-1.0.0-6.el7.x86_64.rpm libnfnetlink-1.0.1-4.el7.x86_64.rpm libogg-devel-1.3.0-7.el7.x86_64.rpm libnl3-cli-3.2.28-4.el7.x86_64.rpm libnl-1.1.4-3.el7.x86_64.rpm libnl3-devel-3.2.28-4.el7.x86_64.rpm libnl-devel-1.1.4-3.el7.x86_64.rpm libnl3-3.2.28-4.el7.x86_64.rpm libosinfo-1.1.0-2.el7.x86_64.rpm libogg-1.3.0-7.el7.x86_64.rpm libpciaccess-0.14-1.el7.x86_64.rpm libpciaccess-devel-0.14-1.el7.x86_64.rpm libpcap-1.5.3-11.el7.x86_64.rpm libpipeline-1.2.3-3.el7.x86_64.rpm libpmem-1.5.1-2.1.el7.x86_64.rpm libpmemblk-1.5.1-2.1.el7.x86_64.rpm libpcap-devel-1.5.3-11.el7.x86_64.rpm libpath_utils-0.2.1-32.el7.x86_64.rpm libraw1394-2.1.0-2.el7.x86_64.rpm libpsm2-compat-10.3.58-1.el7.x86_64.rpm libproxy-0.4.11-11.el7.x86_64.rpm libpsm2-10.3.58-1.el7.x86_64.rpm libpwquality-1.2.3-5.el7.x86_64.rpm libquadmath-4.8.5-36.el7.x86_64.rpm libqhull-2015.2-1.el7.x86_64.rpm librdmacm-17.2-3.el7.x86_64.rpm libseccomp-devel-2.3.1-3.el7.x86_64.rpm libselinux-2.5-14.1.el7.x86_64.rpm librsvg2-2.40.20-1.el7.x86_64.rpm libreport-filesystem-2.1.11-42.el7.centos.x86_64.rpm librepo-1.8.1-7.el7.x86_64.rpm libref_array-0.1.5-32.el7.x86_64.rpm libseccomp-2.3.1-3.el7.x86_64.rpm librdmacm-devel-1.1.0-2.el7.x86_64.rpm libselinux-utils-2.5-14.1.el7.x86_64.rpm libselinux-ruby-2.5-14.1.el7.x86_64.rpm libselinux-python-2.5-14.1.el7.x86_64.rpm libsepol-2.5-10.el7.x86_64.rpm libselinux-devel-2.5-14.1.el7.x86_64.rpm libSM-1.2.2-2.el7.x86_64.rpm libsepol-devel-2.5-10.el7.x86_64.rpm libshout-2.2.2-11.el7.x86_64.rpm libssh2-1.8.0-4.el7.x86_64.rpm libsndfile-1.0.25-12.el7.x86_64.rpm libsmartcols-2.23.2-59.el7.x86_64.rpm libSM-devel-1.2.2-2.el7.x86_64.rpm libstdc++-4.8.5-36.el7.x86_64.rpm libsolv-0.6.34-4.el7.x86_64.rpm libssh2-devel-1.8.0-4.el7.x86_64.rpm libsoup-2.62.2-2.el7.x86_64.rpm libteam-1.27-5.el7.x86_64.rpm libtheora-1.1.1-8.el7.x86_64.rpm libtiff-4.0.3-35.el7.x86_64.rpm libthai-0.1.14-9.el7.x86_64.rpm libsysfs-2.1.0-16.el7.x86_64.rpm libtasn1-4.10-1.el7.x86_64.rpm libtasn1-devel-4.10-1.el7.x86_64.rpm libstdc++-devel-4.8.5-36.el7.x86_64.rpm libtool-2.4.2-22.el7_3.x86_64.rpm libtirpc-devel-0.2.4-0.15.el7.x86_64.rpm libtimezonemap-devel-0.4.4-1.el7.x86_64.rpm libtommath-1.0-8.el7.x86_64.rpm libtomcrypt-1.17-33.20170623gitcd6e602.el7.x86_64.rpm libtiff-devel-4.0.3-35.el7.x86_64.rpm libtirpc-0.2.4-0.15.el7.x86_64.rpm libtimezonemap-0.4.4-1.el7.x86_64.rpm libusb-0.1.4-3.el7.x86_64.rpm libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm libusb-devel-0.1.4-3.el7.x86_64.rpm libunistring-0.9.3-9.el7.x86_64.rpm libusal-1.1.11-25.el7.x86_64.rpm libtool-ltdl-devel-2.4.2-22.el7_3.x86_64.rpm libunwind-1.2-2.el7.x86_64.rpm libusbx-1.0.21-1.el7.x86_64.rpm libuuid-2.23.2-59.el7.x86_64.rpm libv4l-0.9.5-4.el7.x86_64.rpm libutempter-devel-1.1.6-4.el7.x86_64.rpm libuuid-devel-2.23.2-59.el7.x86_64.rpm libuser-devel-0.60-9.el7.x86_64.rpm libuser-0.60-9.el7.x86_64.rpm libutempter-1.1.6-4.el7.x86_64.rpm libusbx-devel-1.0.21-1.el7.x86_64.rpm libwayland-client-1.15.0-1.el7.x86_64.rpm libverto-0.2.5-4.el7.x86_64.rpm libverto-devel-0.2.5-4.el7.x86_64.rpm libwayland-cursor-1.15.0-1.el7.x86_64.rpm libvorbis-1.3.3-8.el7.1.x86_64.rpm libverto-libevent-0.2.5-4.el7.x86_64.rpm libvisual-0.4.0-16.el7.x86_64.rpm libverto-tevent-0.2.5-4.el7.x86_64.rpm libXau-1.0.8-2.1.el7.x86_64.rpm libX11-common-1.6.7-2.el7.noarch.rpm libXau-devel-1.0.8-2.1.el7.x86_64.rpm libwayland-egl-1.15.0-1.el7.x86_64.rpm libX11-1.6.7-2.el7.x86_64.rpm libwayland-server-1.15.0-1.el7.x86_64.rpm libX11-devel-1.6.7-2.el7.x86_64.rpm libwebp-0.3.0-7.el7.x86_64.rpm libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm libXcursor-1.1.15-1.el7.x86_64.rpm libxcb-1.13-1.el7.x86_64.rpm libXdamage-1.1.4-4.1.el7.x86_64.rpm libXaw-1.0.13-4.el7.x86_64.rpm libXcomposite-0.4.4-4.1.el7.x86_64.rpm libxcb-devel-1.13-1.el7.x86_64.rpm libXcursor-devel-1.1.15-1.el7.x86_64.rpm libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm libXext-1.3.3-3.el7.x86_64.rpm libXft-2.3.2-2.el7.x86_64.rpm libXfixes-5.0.3-1.el7.x86_64.rpm libXfont-1.5.4-1.el7.x86_64.rpm libXft-devel-2.3.2-2.el7.x86_64.rpm libXfixes-devel-5.0.3-1.el7.x86_64.rpm libXext-devel-1.3.3-3.el7.x86_64.rpm libXi-devel-1.7.9-1.el7.x86_64.rpm libxklavier-5.4-7.el7.x86_64.rpm libxkbfile-1.0.9-3.el7.x86_64.rpm libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm libxkbcommon-0.7.1-3.el7.x86_64.rpm libXinerama-1.1.3-2.1.el7.x86_64.rpm libXi-1.7.9-1.el7.x86_64.rpm libxkbcommon-devel-0.7.1-3.el7.x86_64.rpm libxklavier-devel-5.4-7.el7.x86_64.rpm libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm libXrandr-1.5.1-2.el7.x86_64.rpm libXpm-3.5.12-1.el7.x86_64.rpm libxml2-2.9.1-6.el7_2.3.x86_64.rpm libXmu-1.1.2-2.el7.x86_64.rpm libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm libXpm-devel-3.5.12-1.el7.x86_64.rpm libxslt-python-1.1.28-6.el7.x86_64.rpm libXrender-devel-0.9.10-1.el7.x86_64.rpm libxshmfence-1.2-1.el7.x86_64.rpm libXrender-0.9.10-1.el7.x86_64.rpm libxslt-devel-1.1.28-6.el7.x86_64.rpm libXrandr-devel-1.5.1-2.el7.x86_64.rpm libXt-1.1.5-3.el7.x86_64.rpm libxslt-1.1.28-6.el7.x86_64.rpm libzstd-1.4.2-1.el7.x86_64.rpm libyaml-0.1.4-11.el7_0.x86_64.rpm libXxf86vm-devel-1.1.4-1.el7.x86_64.rpm lighttpd-1.4.54-1.el7.src.rpm libXv-1.0.11-1.el7.x86_64.rpm libXxf86vm-1.1.4-1.el7.x86_64.rpm libXt-devel-1.1.5-3.el7.x86_64.rpm libXtst-1.2.3-1.el7.x86_64.rpm linux-libertine-biolinum-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm linux-firmware-20190429-72.gitddde598.el7.noarch.rpm linuxptp-2.0-2.el7.x86_64.rpm linux-libertine-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm linuxdoc-tools-0.9.68-5.el7.x86_64.rpm linux-libertine-fonts-common-5.3.0-6.2012_07_02.el7.noarch.rpm linuxptp-2.0-2.el7.src.rpm linuxconsoletools-1.4.5-3.el7.x86_64.rpm log4j-1.2.17-16.el7_4.noarch.rpm lldpad-1.0.1-3.git036e314.el7.x86_64.rpm lsof-4.87-6.el7.x86_64.rpm lksctp-tools-1.0.17-2.el7.x86_64.rpm lsscsi-0.27-6.el7.x86_64.rpm lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm logrotate-3.8.6-17.el7.src.rpm lm_sensors-devel-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm lttng-ust-2.10.0-1.el7.x86_64.rpm lz4-1.7.5-2.el7.x86_64.rpm lua-devel-5.1.4-15.el7.x86_64.rpm lyx-fonts-2.2.3-1.el7.noarch.rpm lynx-2.8.8-0.3.dev15.el7.x86_64.rpm lz4-devel-1.7.5-2.el7.x86_64.rpm lttng-ust-devel-2.10.0-1.el7.x86_64.rpm lua-5.1.4-15.el7.x86_64.rpm mailcap-2.1.41-2.el7.noarch.rpm m2crypto-0.21.1-17.el7.x86_64.rpm mailx-12.5-19.el7.x86_64.rpm lzop-1.03-10.el7.x86_64.rpm m4-1.4.16-10.el7.x86_64.rpm lzo-2.06-8.el7.x86_64.rpm lzo-devel-2.06-8.el7.x86_64.rpm lzo-minilzo-2.06-8.el7.x86_64.rpm make-3.82-23.el7.x86_64.rpm mercurial-2.6.2-8.el7_4.x86_64.rpm mdi-fonts-1.4.57.0-4.el7.noarch.rpm man-db-2.6.3-11.el7.x86_64.rpm memcached-1.4.39-1.el7.x86_64.rpm mdi-common-1.4.57.0-4.el7.noarch.rpm mcstrans-0.3.4-5.el7.x86_64.rpm mdadm-4.1-rc1_2.el7.x86_64.rpm mozilla-fira-fonts-common-4.202-1.el7.noarch.rpm moyogo-molengo-fonts-0.10-9.el7.noarch.rpm mesa-libwayland-egl-18.0.5-3.el7.x86_64.rpm mesa-libwayland-egl-devel-18.0.5-3.el7.x86_64.rpm mesa-libGLU-9.0.0-4.el7.x86_64.rpm microcode_ctl-2.1-73.el7.x86_64.rpm mesa-libGLU-devel-9.0.0-4.el7.x86_64.rpm mod_wsgi-3.4-18.el7.x86_64.rpm mpich-3.0-3.0.4-10.el7.x86_64.rpm mozilla-fira-sans-fonts-4.202-1.el7.noarch.rpm mozilla-fira-mono-fonts-4.202-1.el7.noarch.rpm mpfr-3.1.1-4.el7.x86_64.rpm mpich-3.0.4-8.el7.x86_64.rpm mozjs17-17.0.0-20.el7.x86_64.rpm mph-2b-damase-fonts-002.000-3.el7.noarch.rpm mtools-4.0.18-5.el7.x86_64.rpm mvapich2-2.0-psm-2.0a-9.el7.x86_64.rpm multilib-rpm-config-1-6.el7.noarch.rpm ncurses-5.9-14.20130511.el7_4.x86_64.rpm mvapich2-2.0-2.0a-9.el7.x86_64.rpm mvapich2-psm-2.0a-3.el7.x86_64.rpm mvapich2-common-2.0a-3.el7.noarch.rpm MySQL-python-1.2.5-1.el7.x86_64.rpm mvapich2-2.0a-3.el7.x86_64.rpm ndctl-libs-65-5.el7.x86_64.rpm ncurses-static-5.9-14.20130511.el7_4.x86_64.rpm neon-0.30.0-3.el7.x86_64.rpm ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm ncurses-base-5.9-14.20130511.el7_4.noarch.rpm netcf-devel-0.2.8-4.el7.x86_64.rpm nekohtml-1.9.14-13.el7.noarch.rpm netpbm-progs-10.79.00-7.el7.x86_64.rpm netpbm-10.79.00-7.el7.x86_64.rpm netcf-libs-0.2.8-4.el7.x86_64.rpm net-tools-2.0-0.24.20131004git.el7.src.rpm nettle-2.7.1-8.el7.x86_64.rpm net-tools-2.0-0.24.20131004git.el7.x86_64.rpm newt-0.52.15-4.el7.x86_64.rpm nettle-devel-2.7.1-8.el7.x86_64.rpm nspr-devel-4.25.0-2.el7_9.x86_64.rpm nspr-4.25.0-2.el7_9.x86_64.rpm nscd-2.17-317.el7.x86_64.rpm nss-3.53.1-3.el7_9.x86_64.rpm nmap-ncat-6.40-16.el7.x86_64.rpm nfs-utils-1.3.0-0.61.el7.x86_64.rpm newt-devel-0.52.15-4.el7.x86_64.rpm newt-python-0.52.15-4.el7.x86_64.rpm nss-sysinit-3.53.1-3.el7_9.x86_64.rpm nss-pam-ldapd-0.8.13-16.el7.x86_64.rpm nss_compat_ossl-0.9.6-8.el7.x86_64.rpm nss-util-3.53.1-1.el7_9.x86_64.rpm nss-devel-3.53.1-3.el7_9.x86_64.rpm nss-tools-3.53.1-3.el7_9.x86_64.rpm nss-util-devel-3.53.1-1.el7_9.x86_64.rpm nss-pem-1.0.3-5.el7.x86_64.rpm OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm numactl-devel-2.0.9-7.el7.x86_64.rpm objectweb-asm-3.3.1-9.el7.noarch.rpm nvme-cli-1.8.1-3.el7.x86_64.rpm numactl-libs-2.0.9-7.el7.x86_64.rpm oniguruma-5.9.5-3.el7.x86_64.rpm oflb-asana-math-fonts-0.954-1.el7.noarch.rpm ntp-4.2.6p5-29.el7.centos.2.src.rpm openpgm-5.2.122-2.el7.x86_64.rpm openjpeg-libs-1.5.1-18.el7.x86_64.rpm openldap-2.4.44-20.el7.x86_64.rpm openjade-1.3.2-45.el7.x86_64.rpm openjpeg2-2.3.1-3.el7_7.x86_64.rpm openmpi-1.10.7-2.el7.x86_64.rpm openldap-2.4.44-20.el7.src.rpm open-sans-fonts-1.10-1.el7.noarch.rpm opensp-1.5.2-19.el7.x86_64.rpm opensc-0.16.0-10.20170227git777e2a3.el7.x86_64.rpm openssh-clients-7.4p1-21.el7.x86_64.rpm openscap-scanner-1.2.17-13.el7_9.x86_64.rpm openssh-7.4p1-21.el7.x86_64.rpm openscap-1.2.17-13.el7_9.x86_64.rpm opensm-libs-3.3.20-3.el7.x86_64.rpm openssh-7.4p1-21.el7.src.rpm openstack-barbican-api-9.0.0-1.el7.noarch.rpm openstack-barbican-worker-9.0.0-1.el7.noarch.rpm openstack-barbican-keystone-listener-9.0.0-1.el7.noarch.rpm openssl-1.0.2k-16.el7.x86_64.rpm openstack-barbican-common-9.0.0-1.el7.noarch.rpm openssl-devel-1.0.2k-16.el7.x86_64.rpm openstack-barbican-9.0.0-1.el7.noarch.rpm openssl-libs-1.0.2k-16.el7.x86_64.rpm openstack-nova-cert-14.0.8-1.el7.noarch.rpm openstack-swift-object-2.15.1-1.el7.noarch.rpm openstack-swift-proxy-2.15.1-1.el7.noarch.rpm openstack-swift-doc-2.15.1-1.el7.noarch.rpm openstack-keystone-16.0.0-1.el7.src.rpm openstack-macros-2018.1.2-0.noarch.rpm openstack-swift-container-2.15.1-1.el7.noarch.rpm openstack-swift-account-2.15.1-1.el7.noarch.rpm oxygen-sans-fonts-5.4.3-3.el7.noarch.rpm opus-1.0.2-6.el7.x86_64.rpm os-prober-1.58-9.el7.x86_64.rpm oxygen-mono-fonts-5.4.3-3.el7.noarch.rpm oxygen-fonts-common-5.4.3-3.el7.noarch.rpm overpass-fonts-2.1-1.el7.noarch.rpm osinfo-db-tools-1.1.0-1.el7.x86_64.rpm orc-0.4.26-1.el7.x86_64.rpm p11-kit-0.23.5-3.el7.x86_64.rpm p11-kit-trust-0.23.5-3.el7.x86_64.rpm p11-kit-devel-0.23.5-3.el7.x86_64.rpm paktype-tehreer-fonts-4.1-2.el7.noarch.rpm paktype-naqsh-fonts-4.1-2.el7.noarch.rpm paktype-naskh-basic-fonts-4.1-3.el7.noarch.rpm pam-1.1.8-22.el7.x86_64.rpm pakchois-0.4-10.el7.x86_64.rpm passwd-0.79-4.el7.x86_64.rpm paratype-pt-sans-fonts-20101909-3.el7.noarch.rpm pango-devel-1.42.4-1.el7.x86_64.rpm paratype-pt-sans-caption-fonts-20101909-3.el7.noarch.rpm patch-2.7.1-10.el7_5.x86_64.rpm pam-devel-1.1.8-22.el7.x86_64.rpm pango-1.42.4-1.el7.x86_64.rpm parted-3.1-29.el7.src.rpm pcsc-lite-ccid-1.4.10-14.el7.x86_64.rpm pcsc-lite-1.8.8-8.el7.x86_64.rpm pciutils-3.5.1-3.el7.x86_64.rpm pciutils-devel-3.5.1-3.el7.x86_64.rpm pcre-8.32-17.el7.x86_64.rpm pcre-devel-8.32-17.el7.x86_64.rpm pciutils-libs-3.5.1-3.el7.x86_64.rpm patchutils-0.3.3-4.el7.x86_64.rpm perl-constant-1.27-2.el7.noarch.rpm perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm perl-Business-ISBN-2.06-2.el7.noarch.rpm pcsc-lite-libs-1.8.8-8.el7.x86_64.rpm perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm perl-Carp-1.26-244.el7.noarch.rpm perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm perl-5.16.3-299.el7_9.x86_64.rpm perl-Encode-2.51-7.el7.x86_64.rpm perl-Data-Dumper-2.145-3.el7.x86_64.rpm perl-devel-5.16.3-299.el7_9.x86_64.rpm perl-Digest-1.17-245.el7.noarch.rpm perl-Digest-MD5-2.52-3.el7.x86_64.rpm perl-Env-1.04-2.el7.noarch.rpm perl-Encode-Locale-1.03-5.el7.noarch.rpm perl-Error-0.17020-2.el7.noarch.rpm perl-ExtUtils-Embed-1.30-299.el7_9.noarch.rpm perl-Exporter-5.68-3.el7.noarch.rpm perl-ExtUtils-Install-1.58-299.el7_9.noarch.rpm perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm perl-File-Temp-0.23.01-3.el7.noarch.rpm perl-ExtUtils-ParseXS-3.18-3.el7.noarch.rpm perl-File-Path-2.09-2.el7.noarch.rpm perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm perl-hivex-1.3.10-6.9.el7.x86_64.rpm perl-Filter-1.49-3.el7.x86_64.rpm perl-HTML-Tagset-3.20-15.el7.noarch.rpm perl-Git-1.8.3.1-20.el7.noarch.rpm perl-gettext-1.05-28.el7.x86_64.rpm perl-Getopt-Long-2.40-3.el7.noarch.rpm perl-HTML-Parser-3.71-4.el7.x86_64.rpm perl-generators-1.08-7.el7.noarch.rpm perl-IO-HTML-1.00-2.el7.noarch.rpm perl-IO-Compress-2.061-2.el7.noarch.rpm perl-HTTP-Message-6.06-6.el7.noarch.rpm perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm perl-HTTP-Date-6.02-8.el7.noarch.rpm perl-HTTP-Tiny-0.033-3.el7.noarch.rpm perl-libintl-1.20-12.el7.x86_64.rpm perl-libs-5.16.3-299.el7_9.x86_64.rpm perl-macros-5.16.3-299.el7_9.x86_64.rpm perl-Pod-Simple-3.28-4.el7.noarch.rpm perl-parent-0.225-244.el7.noarch.rpm perl-podlators-2.5.1-3.el7.noarch.rpm perl-Pod-Parser-1.61-2.el7.noarch.rpm perl-Pod-Perldoc-3.20-4.el7.noarch.rpm perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm perl-PathTools-3.40-5.el7.x86_64.rpm perl-Test-Harness-3.28-3.el7.noarch.rpm perl-Pod-Usage-1.63-3.el7.noarch.rpm perl-Socket-2.010-4.el7.x86_64.rpm perl-SGMLSpm-1.03ii-31.el7.noarch.rpm perl-srpm-macros-1-8.el7.noarch.rpm perl-Storable-2.45-3.el7.x86_64.rpm perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm perl-TermReadKey-2.30-20.el7.x86_64.rpm perl-threads-1.87-4.el7.x86_64.rpm perl-TimeDate-2.30-2.el7.noarch.rpm perl-Test-Simple-0.98-243.el7.noarch.rpm perl-threads-shared-1.43-6.el7.x86_64.rpm perl-Text-ParseWords-3.29-4.el7.noarch.rpm perl-Text-Unidecode-0.04-20.el7.noarch.rpm perl-Time-HiRes-1.9725-3.el7.x86_64.rpm perl-Thread-Queue-3.02-2.el7.noarch.rpm perl-XML-XPath-1.13-22.el7.noarch.rpm phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm phonon-4.6.0-10.el7.x86_64.rpm perl-Time-Local-1.2300-2.el7.noarch.rpm perl-version-0.99.07-3.el7.x86_64.rpm perl-URI-1.60-9.el7.noarch.rpm perl-XML-Parser-2.41-10.el7.x86_64.rpm pesign-0.109-10.el7.x86_64.rpm plexus-component-api-1.0-0.16.alpha15.el7.noarch.rpm pigz-2.3.4-1.el7.x86_64.rpm pixman-devel-0.34.0-1.el7.x86_64.rpm pixman-0.34.0-1.el7.x86_64.rpm pkgconfig-0.27.1-4.el7.x86_64.rpm plexus-cipher-1.7-5.el7.noarch.rpm pinentry-0.8.1-17.el7.x86_64.rpm plexus-classworlds-2.4.2-8.el7.noarch.rpm pm-utils-1.4.1-27.el7.x86_64.rpm plexus-sec-dispatcher-1.4-13.el7.noarch.rpm plexus-interpolation-1.15-8.el7.noarch.rpm po4a-0.44-10.el7.noarch.rpm plexus-interactivity-1.0-0.14.alpha6.el7.noarch.rpm plexus-containers-component-annotations-1.5.5-14.el7.noarch.rpm plexus-containers-container-default-1.5.5-14.el7.noarch.rpm plexus-utils-3.0.9-9.el7.noarch.rpm popt-1.13-16.el7.x86_64.rpm popt-devel-1.13-16.el7.x86_64.rpm polkit-pkla-compat-0.1-4.el7.x86_64.rpm poppler-data-0.4.6-3.el7.noarch.rpm polkit-docs-0.112-26.el7.noarch.rpm polkit-0.112-26.el7.x86_64.rpm poppler-0.26.5-20.el7.x86_64.rpm polkit-devel-0.112-26.el7.x86_64.rpm psmisc-22.20-15.el7.x86_64.rpm pps-tools-devel-0-0.9.20120407git0deb9c.el7.x86_64.rpm postgresql-server-9.2.24-1.el7_5.x86_64.rpm postgresql-contrib-9.2.24-1.el7_5.x86_64.rpm postgresql-libs-9.2.24-1.el7_5.x86_64.rpm procps-ng-3.3.10-28.el7.x86_64.rpm postgresql-9.2.24-1.el7_5.x86_64.rpm postgresql-devel-9.2.24-1.el7_5.x86_64.rpm puppet-barbican-11.3.0-1.el7.noarch.rpm puppet-aodh-11.3.0-1.el7.noarch.rpm puppet-apache-1.10.0-2.05a0aacgit.el7.noarch.rpm puppet-4.8.2-1.el7.src.rpm psutils-1.17-44.el7.x86_64.rpm puppet-ceph-2.4.1-1.el7.src.rpm puppet-certmonger-1.1.1-1.1157a7egit.el7.noarch.rpm pth-2.0.7-23.el7.x86_64.rpm puppet-haproxy-1.5.0-4.6ffcb07git.el7.src.rpm puppet-horizon-11.5.0-1.el7.src.rpm puppet-inifile-1.6.0-2.c1f1d1egit.el7.noarch.rpm puppet-etcd-1.11.0-1.f43e129git.el7.noarch.rpm puppet-concat-2.2.0-2.fdf4a84git.el7.noarch.rpm puppet-firewall-1.8.2-2.2f892e9git.el7.noarch.rpm puppet-collectd-5.1.0-2.4a3843cgit.el7.noarch.rpm puppet-keystone-11.3.0-1.el7.src.rpm puppet-rsync-0.4.0-1.8cc3c6fgit.el7.noarch.rpm puppet-nssdb-1.0.1-1.el7.noarch.rpm puppet-rabbitmq-5.6.0-4.5ac45degit.el7.src.rpm puppet-oslo-11.3.0-1.el7.src.rpm puppet-memcached-3.0.2-1.adf8b63git.el7.noarch.rpm puppet-kmod-2.1.1-2.0d69a96git.el7.noarch.rpm puppet-openstacklib-11.5.0-1.el7.src.rpm puppet-mysql-3.11.0-1.920dd76git.el7.noarch.rpm puppet-vcsrepo-1.4.0-2.6c88fb3git.el7.noarch.rpm puppet-stdlib-4.18.0-2.el7.src.rpm puppet-sysctl-0.0.11-1.el7.noarch.rpm puppet-vswitch-7.3.0-1.el7.noarch.rpm puppet-staging-1.0.4-1.b466d93git.el7.src.rpm puppet-vlan-0.1.0-1.el7.noarch.rpm puppet-xinetd-2.0.0-4.1d1e6d4git.el7.noarch.rpm puppet-tempest-11.3.0-1.el7.noarch.rpm pysendfile-2.0.0-5.el7.x86_64.rpm pyflakes-1.3.0-2.el7.noarch.rpm pygpgme-0.3-9.el7.x86_64.rpm PyQt4-4.12-1.el7.x86_64.rpm pyliblzma-0.5.3-11.el7.x86_64.rpm pyparted-3.9-15.el7.x86_64.rpm pycairo-1.8.10-8.el7.x86_64.rpm pyparsing-2.1.10-3.el7.noarch.rpm python2-automaton-1.12.1-1.el7.noarch.rpm python2-alembic-0.9.7-1.el7.noarch.rpm pyserial-2.6-6.el7.noarch.rpm python-2.7.5-89.el7.src.rpm python2-appdirs-1.4.0-4.el7.noarch.rpm python2-amqp-2.1.4-3.el7.noarch.rpm python2-asn1crypto-0.23.0-2.el7.noarch.rpm python-2.7.5-89.el7.x86_64.rpm python2-boto-2.45.0-3.el7.noarch.rpm python2-botocore-1.12.75-1.el7.noarch.rpm python2-barbican-8.0.0-0.1.0rc1.el7.noarch.rpm python2-bitmath-1.3.1-1.el7.noarch.rpm python2-cachez-0.1.0-2.el7.noarch.rpm python2-barbicanclient-4.5.3-1.el7.noarch.rpm python2-babel-2.3.4-1.el7.noarch.rpm python2-bcrypt-3.1.6-2.el7.x86_64.rpm python2-chardet-3.0.4-7.el7.noarch.rpm python2-congressclient-1.8.0-1.el7.noarch.rpm python2-cliff-2.13.0-1.el7.noarch.rpm python2-castellan-0.19.0-1.el7.noarch.rpm python2-certifi-2018.10.15-5.el7.noarch.rpm python2-colorama-0.3.7-2.el7.noarch.rpm python2-cffi-1.11.2-1.el7.x86_64.rpm python2-ceilometerclient-2.9.0-1.el7.noarch.rpm python2-cryptography-2.5-1.el7.x86_64.rpm python2-cursive-0.1.2-1.el7.noarch.rpm python2-daiquiri-1.2.1-1.el7.noarch.rpm python2-cycler-0.10.0-2.el7.noarch.rpm python2-Cython-0.25.2-3.el7.x86_64.rpm python2-crypto-2.6.1-15.el7.x86_64.rpm python2-coverage-4.4.1-1.el7.x86_64.rpm python2-cotyledon-1.6.3-1.el7.noarch.rpm python2-deprecation-1.0-3.el7.noarch.rpm python2-designateclient-2.7.0-1.el7.noarch.rpm python2-debtcollector-1.22.0-2.el7.noarch.rpm python2-django-babel-0.4.0-2.el7.noarch.rpm python2-defusedxml-0.5.0-2.el7.noarch.rpm python2-django-1.11.20-1.el7.noarch.rpm python2-dateutil-2.6.1-1.el7.noarch.rpm python2-ddt-1.2.0-2.el7.noarch.rpm python2-django-debreach-1.5.2-1.el7.noarch.rpm python2-django-babel-0.6.2-1.el7.noarch.rpm python2-django-compressor-2.1-5.el7.noarch.rpm python2-extras-1.0.0-2.el7.noarch.rpm python2-dulwich-0.18.4-1.el7.x86_64.rpm python2-eventlet-0.24.1-3.el7.noarch.rpm python2-dnf-4.0.9.2-1.el7_6.noarch.rpm python2-django-formtools-2.1-1.el7.noarch.rpm python2-funcsigs-1.0.2-4.el7.noarch.rpm python2-flask-restful-0.3.6-7.el7.noarch.rpm python2-functools32-3.2.3.2-1.el7.noarch.rpm python2-future-0.16.0-4.el7.noarch.rpm python2-futures-3.1.1-5.el7.noarch.rpm python2-flask-1.0.2-1.el7.noarch.rpm python2-fasteners-0.14.1-6.el7.noarch.rpm python2-fixtures-3.0.0-7.el7.noarch.rpm python2-gflags-2.0-5.el7.noarch.rpm python2-gabbi-1.33.0-1.el7.noarch.rpm python2-gluster-5.2-1.el7.x86_64.rpm python2-google-auth-1.3.0-1.el7.noarch.rpm python2-greenlet-0.4.9-1.el7.x86_64.rpm python2-gevent-1.1.2-2.el7.x86_64.rpm python2-gnocchiclient-3.3.1-1.el7.noarch.rpm python2-futurist-1.3.1-1.el7.noarch.rpm python2-ipaddress-1.0.18-5.el7.noarch.rpm python2-iso8601-0.1.11-8.el7.noarch.rpm python2-gunicorn-19.7.1-1.el7.noarch.rpm python2-hacking-0.13.0-1.el7.noarch.rpm python2-hawkey-0.22.5-1.el7_6.x86_64.rpm python2-imagesize-0.7.1-5.el7.noarch.rpm python2-idna-2.5-1.el7.noarch.rpm python2-influxdb-4.0.0-1.el7.1.noarch.rpm python2-jmespath-0.9.0-5.el7.noarch.rpm python2-jsonpatch-1.21-1.el7.noarch.rpm python2-jsonpatch-1.14-1.el7.noarch.rpm python2-jsonpointer-1.10-4.el7.noarch.rpm python2-jsonpath-rw-ext-1.0.0-1.el7.noarch.rpm python2-json-logger-0.1.7-1.el7.noarch.rpm python2-jinja2-2.8.1-1.el7.noarch.rpm python2-jsonschema-2.6.0-2.el7.noarch.rpm python2-ldappool-2.1.0-1.el7.noarch.rpm python2-ldap-3.1.0-1.el7.x86_64.rpm python2-libcomps-0.1.8-12.el7.x86_64.rpm python2-kombu-4.0.2-5.el7.noarch.rpm python2-keystonemiddleware-7.0.1-2.el7.noarch.rpm python2-jwt-1.6.1-1.el7.noarch.rpm python2-libdnf-0.22.5-1.el7_6.x86_64.rpm python2-ldap3-2.4.1-3.el7.noarch.rpm python2-microversion-parse-0.1.4-2.el7.noarch.rpm python2-matplotlib-tk-2.0.0-1.el7.x86_64.rpm python2-marathon-0.8.8-1.el7.noarch.rpm python2-matplotlib-2.0.0-1.el7.x86_64.rpm python2-mccabe-0.6.1-7.el7.noarch.rpm python2-mimeparse-1.6.0-5.el7.noarch.rpm python2-lz4-0.9.0-1.el7.x86_64.rpm python2-markupsafe-0.23-16.el7.x86_64.rpm python2-mox3-0.23.0-1.el7.noarch.rpm python2-netaddr-0.7.19-5.el7.noarch.rpm python2-mock-2.0.0-1.el7.noarch.rpm python2-monascaclient-1.7.1-1.el7.noarch.rpm python2-numexpr-2.6.1-3.el7.x86_64.rpm python2-munch-2.2.0-2.el7.noarch.rpm python2-murano-pkg-check-0.3.0-2.el7.noarch.rpm python2-monotonic-1.5-1.el7.noarch.rpm python2-osc-lib-tests-1.14.1-2.el7.noarch.rpm python2-osc-lib-1.14.1-2.el7.noarch.rpm python2-numpy-1.11.2-2.el7.x86_64.rpm python2-olefile-0.46-2.el7.noarch.rpm python2-os-client-config-1.28.0-1.el7.noarch.rpm python2-oauthlib-2.0.1-8.el7.noarch.rpm python2-openstack-doc-tools-1.3.0-2.el7.noarch.rpm python2-oauth2client-4.0.0-2.el7.noarch.rpm python2-oslo-db-4.40.0-1.el7.noarch.rpm python2-oslo-concurrency-3.29.1-1.el7.noarch.rpm python2-oslo-i18n-3.24.0-2.el7.noarch.rpm python2-oslo-cache-1.30.3-1.el7.noarch.rpm python2-oslo-config-6.8.1-1.el7.noarch.rpm python2-oslo-db-tests-4.40.0-1.el7.noarch.rpm python2-oslo-log-3.44.1-2.el7.noarch.rpm python2-oslo-context-2.22.1-1.el7.noarch.rpm python2-oslo-policy-2.3.2-1.el7.noarch.rpm python2-oslo-reports-1.22.1-1.el7.noarch.rpm python2-oslo-serialization-2.29.2-2.el7.noarch.rpm python2-oslo-middleware-3.36.0-1.el7.noarch.rpm python2-oslo-sphinx-4.15.2-1.el7.noarch.rpm python2-oslo-rootwrap-5.9.1-1.el7.noarch.rpm python2-oslo-privsep-1.22.1-1.el7.noarch.rpm python2-oslo-service-1.38.0-1.el7.noarch.rpm python2-oslo-versionedobjects-tests-1.33.3-1.el7.noarch.rpm python2-oslotest-2.17.1-1.el7.noarch.rpm python2-oslo-vmware-2.23.1-1.el7.noarch.rpm python2-oslo-upgradecheck-0.2.1-1.el7.noarch.rpm python2-oslo-utils-3.40.3-1.el7.noarch.rpm python2-oslo-versionedobjects-1.33.3-1.el7.noarch.rpm python2-osprofiler-1.11.0-1.el7.noarch.rpm python2-osprofiler-2.3.0-1.el7.noarch.rpm python2-os-win-2.2.0-1.el7.noarch.rpm python2-pandas-0.19.1-2.el7.2.x86_64.rpm python2-pankoclient-0.3.0-1.el7.noarch.rpm python2-os-traits-0.3.3-1.el7.noarch.rpm python2-os-service-types-1.3.0-1.el7.noarch.rpm python2-ovsdbapp-0.4.3-1.el7.noarch.rpm python2-os-xenapi-0.2.0-1.el7.noarch.rpm python2-passlib-1.7.0-4.el7.noarch.rpm python2-pillow-4.0.0-1.el7.x86_64.rpm python2-pika-0.10.0-10.el7.noarch.rpm python2-persist-queue-0.1.4-1.el7.noarch.rpm python2-pika_pool-0.1.3-3.el7.noarch.rpm python2-pecan-1.1.2-1.el7.noarch.rpm python2-pbr-3.1.1-1.el7.noarch.rpm python2-pifpaf-0.12.0-1.el7.noarch.rpm python2-pexpect-4.6-1.el7.noarch.rpm python2-pycodestyle-2.0.0-5.el7.noarch.rpm python2-ptyprocess-0.5.2-3.el7.noarch.rpm python2-pycryptodomex-3.9.7-1.el7.x86_64.rpm python2-pyasn1-0.3.7-6.el7.noarch.rpm python2-pycadf-2.6.0-1.el7.noarch.rpm python2-psutil-5.2.2-2.el7.x86_64.rpm python2-pyasn1-modules-0.3.7-6.el7.noarch.rpm python2-positional-1.1.1-2.el7.noarch.rpm python2-pygments-2.2.0-7.el7.noarch.rpm python2-pyparsing-2.1.10-3.el7.noarch.rpm python2-PyMySQL-0.9.2-2.el7.noarch.rpm python2-pyroute2-0.4.19-1.el7.noarch.rpm python2-pyngus-2.3.0-1.el7.noarch.rpm python2-pysaml2-4.5.0-4.el7.noarch.rpm python2-pyOpenSSL-17.3.0-3.el7.noarch.rpm python2-pyOpenSSL-16.2.0-3.el7.noarch.rpm python2-reno-2.5.0-1.el7.noarch.rpm python2-qpid-proton-0.28.0-1.el7.x86_64.rpm python2-requestsexceptions-1.4.0-1.el7.noarch.rpm python2-rcssmin-1.0.6-2.el7.x86_64.rpm python2-pytest-3.0.6-2.el7.noarch.rpm python2-requests-2.21.0-2.el7.noarch.rpm python2-pysnmp-4.3.2-3.el7.noarch.rpm python2-requests-mock-1.5.2-3.el7.noarch.rpm python2-ruamel-yaml-0.13.14-2.el7.x86_64.rpm python2-retryz-0.1.8-1.el7.noarch.rpm python2-rfc3986-1.2.0-1.el7.noarch.rpm python2-ruamel-ordereddict-0.4.9-3.el7.x86_64.rpm python2-rsa-3.4.1-1.el7.noarch.rpm python2-rjsmin-1.0.12-2.el7.x86_64.rpm python2-rpm-macros-3-34.el7.noarch.rpm python2-requests-oauthlib-0.8.0-5.el7.noarch.rpm python2-saharaclient-1.3.0-1.el7.noarch.rpm python2-setuptools_scm-1.10.1-1.el7.noarch.rpm python2-setuptools-22.0.5-1.el7.noarch.rpm python2-scciclient-0.5.0-1.el7.noarch.rpm python2-scipy-0.18.0-3.el7.x86_64.rpm python2-scrypt-0.8.0-2.el7.x86_64.rpm python2-senlinclient-1.4.0-1.el7.noarch.rpm python2-scss-1.3.4-6.el7.x86_64.rpm python2-sphinxcontrib-httpdomain-1.7.0-1.el7.noarch.rpm python2-simplejson-3.10.0-7.el7.x86_64.rpm python2-singledispatch-3.4.0.3-4.el7.noarch.rpm python2-six-1.12.0-1.el7.noarch.rpm python2-snowballstemmer-1.2.0-2.el7.noarch.rpm python2-sphinx_rtd_theme-0.2.4-2.el7.0.noarch.rpm python2-sphinx-1.6.2-3.el7.noarch.rpm python2-sphinxcontrib-websupport-1.0.1-1.el7.noarch.rpm python2-suds-0.7-0.4.94664ddd46a6.el7.noarch.rpm python2-stevedore-1.25.1-1.el7.noarch.rpm python2-swiftclient-3.4.0-1.el7.noarch.rpm python2-sqlalchemy-1.1.11-1.el7.x86_64.rpm python2-subunit-1.2.0-14.el7.noarch.rpm python2-stestr-1.1.0-1.el7.noarch.rpm python2-sphinx-theme-alabaster-0.7.9-4.el7.noarch.rpm python2-statsd-3.2.1-5.el7.noarch.rpm python2-tenacity-4.4.0-1.el7.noarch.rpm python2-testresources-1.0.0-1.el7.noarch.rpm python2-taskflow-2.14.1-1.el7.noarch.rpm python2-tables-3.3.0-4.el7.x86_64.rpm python2-tinyrpc-0.5-4.20170523git1f38ac.el7.noarch.rpm python2-traceback2-1.4.0-7.el7.noarch.rpm python2-testrepository-0.0.20-12.el7.noarch.rpm python2-testscenarios-0.5.0-8.el7.noarch.rpm python2-typing-3.6.1-1.el7.noarch.rpm python2-webob-1.8.2-1.el7.noarch.rpm python2-vine-1.1.3-2.el7.noarch.rpm python2-troveclient-2.12.0-1.el7.noarch.rpm python2-uritemplate-3.0.0-1.el7.noarch.rpm python2-weakrefmethod-1.0.2-3.el7.noarch.rpm python2-ujson-1.35-1.el7.x86_64.rpm python2-twisted-16.1.1-3.el7.x86_64.rpm python2-XStatic-1.0.1-8.el7.noarch.rpm python2-XStatic-Angular-Bootstrap-2.2.0.0-1.el7.noarch.rpm python2-XStatic-Angular-FileUpload-12.0.4.0-1.el7.noarch.rpm python2-whoosh-2.7.4-5.el7.noarch.rpm python2-XStatic-Angular-1.5.8.0-1.el7.noarch.rpm python2-wsgi_intercept-1.2.2-1.el7.noarch.rpm python2-wrapt-1.11.1-1.el7.x86_64.rpm python2-XStatic-Angular-Gettext-2.3.8.0-1.el7.noarch.rpm python2-XStatic-JSEncrypt-2.3.1.1-1.el7.noarch.rpm python2-XStatic-Font-Awesome-4.7.0.0-3.el7.noarch.rpm python2-XStatic-bootswatch-3.3.7.0-1.el7.noarch.rpm python2-XStatic-Jasmine-2.4.1.1-1.el7.noarch.rpm python2-XStatic-Angular-Schema-Form-0.8.13.0-0.1.pre_review.el7.noarch.rpm python2-XStatic-mdi-1.4.57.0-4.el7.noarch.rpm python2-XStatic-D3-3.5.17.0-1.el7.noarch.rpm python2-XStatic-Bootstrap-SCSS-3.3.7.1-2.el7.noarch.rpm python2-XStatic-objectpath-1.2.1.0-0.1.pre_review.el7.noarch.rpm python2-yaql-1.1.0-3.el7.noarch.rpm python2-XStatic-smart-table-1.4.13.2-1.el7.noarch.rpm python2-yaql-1.1.3-2.el7.noarch.rpm python2-XStatic-roboto-fontface-0.5.0.0-1.el7.noarch.rpm python2-yappi-1.0-1.el7.x86_64.rpm python2-XStatic-tv4-1.2.7.0-0.1.pre_review.el7.noarch.rpm python2-XStatic-termjs-0.0.7.0-1.el7.noarch.rpm python36-docutils-0.14-1.el7.noarch.rpm python36-netaddr-0.7.18-3.el7.noarch.rpm python36-pbr-4.2.0-3.el7.noarch.rpm python36-mock-2.0.0-2.el7.noarch.rpm python2-zake-0.2.2-2.el7.noarch.rpm python36-iso8601-0.1.11-8.el7.noarch.rpm python2-zaqarclient-1.7.0-1.el7.noarch.rpm python3-3.6.8-10.el7.x86_64.rpm python3-devel-3.6.8-10.el7.x86_64.rpm python36-six-1.12.0-1.el7.noarch.rpm python36-virtualenv-15.1.0-5.el7.noarch.rpm python36-six-1.14.0-2.el7.noarch.rpm python36-sqlalchemy-1.1.3-3.el7.x86_64.rpm python3-libs-3.6.8-10.el7.x86_64.rpm python36-psutil-5.6.7-1.el7.x86_64.rpm python3-pip-9.0.3-5.el7.noarch.rpm python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm python3-setuptools-39.2.0-10.el7.noarch.rpm python3-wheel-0.31.1-4.el7.noarch.rpm python-backports-1.0-8.el7.x86_64.rpm python-anyjson-0.3.3-3.el7.noarch.rpm python3-rpm-macros-3-32.el7.noarch.rpm python-aniso8601-0.82-3.el7.noarch.rpm python3-rpm-generators-6-2.el7.noarch.rpm python-Bottleneck-0.7.0-1.el7.x86_64.rpm python-bson-3.0.3-1.el7.x86_64.rpm python-betamax-0.7.1-1.el7.noarch.rpm python-beautifulsoup4-4.6.0-1.el7.noarch.rpm python-ceilometermiddleware-1.1.0-1.el7.noarch.rpm python-boto3-1.4.6-5.el7.noarch.rpm python-beaker-1.5.4-10.el7.noarch.rpm python-cachetools-1.1.6-2.el7.noarch.rpm python-cliff-2.8.2-1.el7.noarch.rpm python-configshell-1.1.fb23-5.el7.noarch.rpm python-cliff-tablib-1.1-3.el7.noarch.rpm python-cherrypy-3.2.2-4.el7.noarch.rpm python-configobj-4.7.2-7.el7.noarch.rpm python-click-6.3-1.el7.noarch.rpm python-cmd2-0.6.8-8.el7.noarch.rpm python-characteristic-14.3.0-4.el7.noarch.rpm python-croniter-0.3.4-2.el7.noarch.rpm python-daemon-1.6-4.el7.noarch.rpm python-decorator-3.4.0-3.el7.noarch.rpm python-contextlib2-0.5.1-3.el7.noarch.rpm python-deltarpm-3.6-3.el7.x86_64.rpm python-dateutil-2.4.2-1.el7.noarch.rpm python-construct-2.5.1-4.el7.noarch.rpm python-d2to1-0.2.11-1.el7.noarch.rpm python-django-bash-completion-1.11.20-1.el7.noarch.rpm python-django-pyscss-2.0.2-1.el7.noarch.rpm python-dns-1.15.0-5.el7.noarch.rpm python-django-appconf-1.0.1-4.el7.noarch.rpm python-docker-3.3.0-1.el7.src.rpm python-django-compressor-2.0-1.el7.noarch.rpm python-django-nose-1.4.3-1.el7.noarch.rpm python-devel-2.7.5-89.el7.x86_64.rpm python-docutils-0.11-0.3.20130715svn7687.el7.noarch.rpm python-dracclient-1.3.0-1.el7.noarch.rpm python-docker-pycreds-0.3.0-7.el7.noarch.rpm python-dogpile-cache-0.6.2-1.el7.noarch.rpm python-dogpile-core-0.4.1-2.el7.noarch.rpm python-editor-0.4-4.el7.noarch.rpm python-enum34-1.0.4-1.el7.noarch.rpm python-ethtool-0.8-7.el7.x86_64.rpm python-extras-0.0.3-2.el7.noarch.rpm python-gobject-3.22.0-1.el7_4.1.x86_64.rpm python-fixtures-3.0.0-2.el7.noarch.rpm python-httplib2-0.9.2-1.el7.noarch.rpm python-freezegun-0.3.8-2.el7.noarch.rpm python-flake8-2.4.1-2.el7.noarch.rpm python-firewall-0.5.3-5.el7.noarch.rpm python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm python-itsdangerous-0.23-2.el7.noarch.rpm python-inotify-0.9.4-4.el7.noarch.rpm python-ipaddr-2.1.11-1.el7.noarch.rpm python-ipaddress-1.0.16-3.el7.noarch.rpm python-javapackages-3.4.1-11.el7.noarch.rpm python-IPy-0.75-6.el7.noarch.rpm python-iniparse-0.4-9.el7.noarch.rpm python-jsonpath-rw-1.2.3-2.el7.noarch.rpm python-keyring-5.7.1-1.el7.src.rpm python-kazoo-2.2.1-1.el7.noarch.rpm python-kitchen-1.1.1-5.el7.noarch.rpm python-kmod-0.9-4.el7.x86_64.rpm python-kubernetes-8.0.0-8.el7.src.rpm python-jwcrypto-0.4.2-1.el7.noarch.rpm python-kerberos-1.1-15.el7.x86_64.rpm python-kafka-1.3.1-1.el7.noarch.rpm python-lockfile-0.9.1-4.el7.centos.noarch.rpm python-lesscpy-0.9j-4.el7.noarch.rpm python-logutils-0.3.3-3.el7.noarch.rpm python-mako-0.8.1-2.el7.noarch.rpm python-libs-2.7.5-89.el7.x86_64.rpm python-linecache2-1.0.0-1.el7.noarch.rpm python-lxml-3.2.1-4.el7.x86_64.rpm python-linux-procfs-0.4.9-4.el7.noarch.rpm python-migrate-0.11.0-1.el7.noarch.rpm python-matplotlib-data-fonts-2.0.0-1.el7.noarch.rpm python-netifaces-0.10.4-3.el7.x86_64.rpm python-networkx-1.10-1.el7.noarch.rpm python-memcached-1.58-1.el7.noarch.rpm python-ncclient-0.4.2-2.el7.noarch.rpm python-netaddr-0.7.18-1.el7.noarch.rpm python-matplotlib-data-2.0.0-1.el7.noarch.rpm python-openstackdocstheme-1.11.0-1.el7.src.rpm python-networkx-core-1.10-1.el7.noarch.rpm python-neutron-tests-11.0.6-1.el7.noarch.rpm python-openstack-nose-plugin-0.11-4.el7.noarch.rpm python-nose-1.3.7-7.el7.noarch.rpm python-osc-lib-1.7.0-1.el7.src.rpm python-oslo-cache-lang-1.30.3-1.el7.noarch.rpm python-neutron-11.0.6-1.el7.noarch.rpm python-oslo-messaging-5.30.6-1.el7.src.rpm python-oslo-db-tests-4.25.1-1.el7.noarch.rpm python-oslo-policy-lang-2.3.2-1.el7.noarch.rpm python-oslo-db-lang-4.40.0-1.el7.noarch.rpm python-oslo-i18n-lang-3.24.0-2.el7.noarch.rpm python-oslo-middleware-lang-3.36.0-1.el7.noarch.rpm python-oslo-log-lang-3.44.1-2.el7.noarch.rpm python-oslo-concurrency-lang-3.29.1-1.el7.noarch.rpm python-oslo-utils-lang-3.40.3-1.el7.noarch.rpm python-oslo-privsep-lang-1.22.1-1.el7.noarch.rpm python-oslo-vmware-lang-2.23.1-1.el7.noarch.rpm python-os-testr-0.8.2-1.el7.noarch.rpm python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm python-oslo-versionedobjects-lang-1.33.3-1.el7.noarch.rpm python-paramiko-2.1.1-9.el7.noarch.rpm python-os-vif-1.9.1-1.el7.src.rpm python-paste-deploy-1.5.2-6.el7.noarch.rpm python-ply-3.4-11.el7.noarch.rpm python-prettytable-0.7.2-3.el7.noarch.rpm python-pathlib-1.0.1-1.el7.noarch.rpm python-pep8-1.5.7-2.el7.noarch.rpm python-proliantutils-2.4.0-1.el7.noarch.rpm python-pint-0.6-2.el7.noarch.rpm python-posix_ipc-0.9.8-1.el7.x86_64.rpm python-pycurl-7.19.0-19.el7.x86_64.rpm python-pycparser-2.14-1.el7.noarch.rpm python-pyeclib-1.5.0-1.el7.x86_64.rpm python-psycopg2-2.5.1-3.el7.src.rpm python-pymongo-3.0.3-1.el7.x86_64.rpm python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch.rpm python-py-1.4.32-1.el7.noarch.rpm python-pycadf-common-2.6.0-1.el7.noarch.rpm python-repoze-lru-0.4-3.el7.noarch.rpm python-retrying-1.2.3-4.el7.noarch.rpm python-pytest-cov-2.5.1-1.el7.noarch.rpm python-requests-kerberos-0.8.0-3.el7.noarch.rpm python-redis-2.10.3-1.el7.noarch.rpm python-repoze-who-2.1-1.el7.noarch.rpm python-pytimeparse-1.1.5-1.el7.noarch.rpm python-pyudev-0.15-9.el7.noarch.rpm python-schedutils-0.4-6.el7.x86_64.rpm python-rtslib-2.1.fb63-13.el7.noarch.rpm python-setproctitle-1.1.9-4.el7.x86_64.rpm python-rpm-macros-3-34.el7.noarch.rpm python-semantic_version-2.4.2-2.el7.noarch.rpm python-service-identity-14.0.0-4.el7.noarch.rpm python-s3transfer-0.1.13-1.el7.noarch.rpm python-routes-2.4.1-1.el7.noarch.rpm python-sqlalchemy-utils-0.31.3-2.el7.noarch.rpm python-simplejson-3.5.3-5.el7.x86_64.rpm python-simplegeneric-0.8-7.el7.noarch.rpm python-srpm-macros-3-34.el7.noarch.rpm python-sphinx-locale-1.6.2-3.el7.noarch.rpm python-slip-dbus-0.4.0-4.el7.noarch.rpm python-sqlparse-0.1.18-5.el7.noarch.rpm python-slip-0.4.0-4.el7.noarch.rpm python-swift-2.15.1-1.el7.noarch.rpm python-tempita-0.5.1-8.el7.noarch.rpm python-subunit-1.0.0-1.el7.noarch.rpm python-sysv_ipc-0.4.2-11.el7.x86_64.rpm python-tablib-0.10.0-1.el7.noarch.rpm python-subprocess32-3.2.6-4.el7.x86_64.rpm python-tables-3.2.0-1.el7.x86_64.rpm python-swift-tests-2.15.1-1.el7.noarch.rpm python-testtools-1.8.0-2.el7.noarch.rpm python-testscenarios-0.4-4.el7.noarch.rpm python-unicodecsv-0.14.1-4.el7.noarch.rpm python-trollius-2.1-4.el7.noarch.rpm python-termcolor-1.1.0-4.el7.noarch.rpm python-tooz-1.58.0-1.el7.noarch.rpm python-testrepository-0.0.18-2.el7.noarch.rpm python-UcsSdk-0.8.2.5-1.el7.noarch.rpm python-voluptuous-0.8.9-1.el7.src.rpm python-urlgrabber-3.10-9.el7.noarch.rpm python-waitress-0.8.9-5.el7.noarch.rpm python-versiontools-1.9.1-4.el7.noarch.rpm python-unittest2-1.1.0-4.el7.noarch.rpm python-warlock-1.0.1-1.el7.noarch.rpm python-websocket-client-0.34.0-3.el7.noarch.rpm python-urwid-1.1.1-3.el7.x86_64.rpm python-webtest-2.0.23-1.el7.noarch.rpm python-XStatic-Hogan-2.0.0.2-2.el7.noarch.rpm python-wsme-0.9.2-1.el7.src.rpm python-XStatic-Bootstrap-Datepicker-1.3.1.0-1.el7.noarch.rpm python-XStatic-Angular-lrdragndrop-1.0.2.2-2.el7.noarch.rpm python-werkzeug-0.9.1-2.el7.noarch.rpm python-websockify-0.8.0-1.el7.noarch.rpm python-XStatic-jQuery-1.10.2.1-1.el7.noarch.rpm python-XStatic-Magic-Search-0.2.0.1-2.el7.noarch.rpm python-XStatic-JQuery-TableSorter-2.14.5.1-2.el7.noarch.rpm python-zmq-14.7.0-2.el7.x86_64.rpm python-XStatic-JQuery-quicksearch-2.0.3.1-2.el7.noarch.rpm python-XStatic-JQuery-Migrate-1.2.1.1-2.el7.noarch.rpm python-XStatic-Rickshaw-1.5.0.0-4.el7.noarch.rpm python-XStatic-Spin-1.2.5.2-2.el7.noarch.rpm python-XStatic-jquery-ui-1.12.0.1-1.el7.noarch.rpm qdox-1.12.1-10.el7.noarch.rpm pytz-2016.10-2.el7.noarch.rpm qrencode-devel-3.4.1-3.el7.x86_64.rpm PyYAML-3.10-11.el7.x86_64.rpm qemu-guest-agent-2.12.0-3.el7.x86_64.rpm python-zope-interface-4.0.5-4.el7.x86_64.rpm pyxattr-0.5.1-5.el7.x86_64.rpm qpid-proton-c-0.28.0-1.el7.x86_64.rpm rabbitmq-server-3.6.5-1.el7.noarch.rpm quota-nls-4.01-17.el7.noarch.rpm qt-settings-19-23.8.el7.centos.noarch.rpm rabbitmq-server-3.6.5-1.el7.src.rpm quota-4.01-17.el7.x86_64.rpm qt-x11-4.8.7-2.el7.x86_64.rpm qrencode-libs-3.4.1-3.el7.x86_64.rpm qt-4.8.7-2.el7.x86_64.rpm radvd-2.17-3.el7.x86_64.rpm redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64.rpm readline-devel-6.2-10.el7.x86_64.rpm regexp-1.5-13.el7.noarch.rpm readline-6.2-10.el7.x86_64.rpm redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm rdma-7.3_4.7_rc2-6.el7_3.noarch.rpm redhat-rpm-config-9.1.0-87.el7.centos.noarch.rpm rpcbind-0.2.0-47.el7.x86_64.rpm rpm-4.11.3-35.el7.x86_64.rpm roboto-fontface-common-0.5.0.0-1.el7.noarch.rpm rpm-build-4.11.3-35.el7.x86_64.rpm roboto-fontface-fonts-0.5.0.0-1.el7.noarch.rpm rootfiles-8.1-11.el7.noarch.rpm resource-agents-4.1.1-12.el7_6.7.src.rpm rh-python36-mod_wsgi-4.5.17-2.el7.x86_64.rpm rsync-3.1.2-4.el7.x86_64.rpm rtctl-1.13-2.el7.noarch.rpm ruby-2.0.0.648-36.el7.x86_64.rpm rpm-libs-4.11.3-35.el7.x86_64.rpm rpm-python-4.11.3-35.el7.x86_64.rpm rpm-build-libs-4.11.3-35.el7.x86_64.rpm ruby-devel-2.0.0.648-36.el7.x86_64.rpm ruby-augeas-0.5.0-1.el7.x86_64.rpm rubygem-rgen-0.6.6-2.el7.noarch.rpm ruby-irb-2.0.0.648-36.el7.noarch.rpm rubygem-rdoc-4.0.0-36.el7.noarch.rpm rubygems-2.0.14.1-36.el7.noarch.rpm rubygem-bigdecimal-1.2.0-36.el7.x86_64.rpm rubygem-psych-2.0.0-36.el7.x86_64.rpm rubygem-json-1.7.7-36.el7.x86_64.rpm rubygem-io-console-0.4.2-36.el7.x86_64.rpm sanlock-lib-3.6.0-1.el7.x86_64.rpm sanlock-devel-3.6.0-1.el7.x86_64.rpm sanlock-3.6.0-1.el7.x86_64.rpm ruby-shadow-1.4.1-23.el7.x86_64.rpm sazanami-mincho-fonts-0.20040629-22.el7.noarch.rpm sazanami-fonts-common-0.20040629-22.el7.noarch.rpm sazanami-gothic-fonts-0.20040629-22.el7.noarch.rpm ruby-libs-2.0.0.648-36.el7.x86_64.rpm SDL-devel-1.2.15-14.el7.x86_64.rpm scl-utils-20130529-19.el7.x86_64.rpm SDL-1.2.15-14.el7.x86_64.rpm seabios-bin-1.11.0-2.el7.noarch.rpm scl-utils-build-20130529-19.el7.x86_64.rpm seavgabios-bin-1.11.0-2.el7.noarch.rpm scrub-2.5.2-7.el7.x86_64.rpm screen-4.1.0-0.27.20120314git3c2946.el7_9.x86_64.rpm sed-4.2.2-5.el7.x86_64.rpm sgml-common-0.6.3-39.el7.noarch.rpm sgabios-bin-0.20110622svn-4.el7.noarch.rpm setools-libs-3.3.8-4.el7.x86_64.rpm setup-2.8.71-10.el7.src.rpm sg3_utils-1.37-17.el7.x86_64.rpm sg3_utils-libs-1.37-17.el7.x86_64.rpm setup-2.8.71-10.el7.noarch.rpm sharutils-4.13.3-8.el7.x86_64.rpm shadow-utils-4.1.5.1-25.el7.x86_64.rpm shim-15-1.el7.centos.src.rpm sip-4.19-1.el7.x86_64.rpm sil-mingzat-fonts-0.100-6.el7.noarch.rpm sil-abyssinica-fonts-1.200-6.el7.noarch.rpm shim-signed-15-1.el7.centos.src.rpm shared-mime-info-1.8-4.el7.x86_64.rpm snappy-1.1.0-3.el7.x86_64.rpm sisu-inject-plexus-2.3.0-11.el7.noarch.rpm slang-devel-2.2.4-11.el7.x86_64.rpm slf4j-1.7.4-4.el7_4.noarch.rpm smartmontools-6.5-1.el7.x86_64.rpm slang-2.2.4-11.el7.x86_64.rpm sisu-inject-bean-2.3.0-11.el7.noarch.rpm snappy-devel-1.1.0-3.el7.x86_64.rpm speex-1.2-0.19.rc1.el7.x86_64.rpm spawn-fcgi-1.6.3-5.el7.x86_64.rpm squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rpm sqlite-3.7.17-8.el7_7.1.x86_64.rpm socat-1.7.3.2-2.el7.x86_64.rpm sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm source-highlight-3.1.6-6.el7.x86_64.rpm spax-1.5.2-13.el7.x86_64.rpm subversion-libs-1.7.14-14.el7.x86_64.rpm ssmtp-2.64-14.el7.x86_64.rpm stix-math-fonts-1.1.0-5.el7.noarch.rpm sshpass-1.06-1.el7.x86_64.rpm subversion-1.7.14-14.el7.x86_64.rpm stix-fonts-1.1.0-5.el7.noarch.rpm strace-4.12-9.el7.x86_64.rpm sudo-1.8.23-10.el7_9.1.src.rpm syslinux-extlinux-4.05-15.el7.x86_64.rpm syslog-ng-3.5.6-3.el7.x86_64.rpm sysfsutils-2.1.0-16.el7.x86_64.rpm supermin5-5.1.19-1.el7.x86_64.rpm sysstat-10.1.5-17.el7.x86_64.rpm swig-2.0.10-5.el7.x86_64.rpm syslog-ng-libdbi-3.5.6-3.el7.x86_64.rpm syslinux-4.05-15.el7.x86_64.rpm sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm taglib-1.8-7.20130218git.el7.x86_64.rpm tboot-1.9.6-3.el7.src.rpm tar-1.26-35.el7.x86_64.rpm t1lib-5.1.2-14.el7.x86_64.rpm targetcli-2.1.fb46-7.el7.noarch.rpm systemd-219-78.el7_9.3.src.rpm tangerine-fonts-1.3-2.el7.noarch.rpm tcp_wrappers-libs-7.6-77.el7.x86_64.rpm tcp_wrappers-7.6-77.el7.x86_64.rpm tcl-devel-8.5.13-8.el7.x86_64.rpm tcsh-6.18.01-15.el7.x86_64.rpm terminus-fonts-4.38-3.el7.noarch.rpm tcl-8.5.13-8.el7.x86_64.rpm tcp_wrappers-devel-7.6-77.el7.x86_64.rpm teamd-1.27-5.el7.x86_64.rpm texlive-amsmath-svn29327.2.14-43.el7.noarch.rpm texlive-algorithms-svn15878.0.1-43.el7.noarch.rpm texlive-ae-svn15878.1.4-43.el7.noarch.rpm texlive-amsfonts-svn29208.3.04-43.el7.noarch.rpm texinfo-5.1-5.el7.x86_64.rpm texi2html-1.82-10.el7.noarch.rpm texlive-anysize-svn15878.0-43.el7.noarch.rpm texlive-amscls-svn29207.0-43.el7.noarch.rpm texlive-babel-svn24756.3.8m-43.el7.noarch.rpm texlive-babelbib-svn25245.1.31-43.el7.noarch.rpm texlive-base-2012-43.20130427_r30134.el7.noarch.rpm texlive-avantgar-svn28614.0-43.el7.noarch.rpm texlive-beamer-svn29349.3.26-43.el7.noarch.rpm texlive-bera-svn20031.0-43.el7.noarch.rpm texlive-beton-svn15878.0-43.el7.noarch.rpm texlive-attachfile-svn21866.v1.5b-43.el7.noarch.rpm texlive-charter-svn15878.0-43.el7.noarch.rpm texlive-caption-svn29026.3.3__2013_02_03_-43.el7.noarch.rpm texlive-bibtex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-breakurl-svn15878.1.30-43.el7.noarch.rpm texlive-booktabs-svn15878.1.61803-43.el7.noarch.rpm texlive-bookman-svn28614.0-43.el7.noarch.rpm texlive-carlisle-svn18258.0-43.el7.noarch.rpm texlive-bibtex-svn26689.0.99d-43.el7.noarch.rpm texlive-chngcntr-svn17157.1.0a-43.el7.noarch.rpm texlive-collection-basic-svn26314.0-43.20130427_r30134.el7.noarch.rpm texlive-collection-documentation-base-svn17091.0-43.20130427_r30134.el7.noarch.rpm texlive-cm-super-svn15878.0-43.el7.noarch.rpm texlive-cmap-svn26568.0-43.el7.noarch.rpm texlive-cite-svn19955.5.3-43.el7.noarch.rpm texlive-cmextra-svn14075.0-43.el7.noarch.rpm texlive-cm-svn29581.0-43.el7.noarch.rpm texlive-csquotes-svn24393.5.1d-43.el7.noarch.rpm texlive-courier-svn28614.0-43.el7.noarch.rpm texlive-crop-svn15878.1.5-43.el7.noarch.rpm texlive-colortbl-svn25394.v1.0a-43.el7.noarch.rpm texlive-collection-latexrecommended-svn25795.0-43.20130427_r30134.el7.noarch.rpm texlive-collection-latex-svn25030.0-43.20130427_r30134.el7.noarch.rpm texlive-collection-fontsrecommended-svn28082.0-43.20130427_r30134.el7.noarch.rpm texlive-ctable-svn26694.1.23-43.el7.noarch.rpm texlive-dvipng-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-dvipdfmx-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-dvipdfmx-def-svn15878.0-43.el7.noarch.rpm texlive-dvipdfm-bin-svn13663.0-43.20130427_r30134.el7.noarch.rpm texlive-dvipdfm-svn26689.0.13.2d-43.el7.noarch.rpm texlive-dvipdfmx-svn26765.0-43.el7.noarch.rpm texlive-currfile-svn29012.0.7b-43.el7.noarch.rpm texlive-dvipng-svn26689.1.14-43.el7.noarch.rpm texlive-etex-pkg-svn15878.2.0-43.el7.noarch.rpm texlive-enctex-svn28602.0-43.el7.noarch.rpm texlive-dvips-svn29585.0-43.el7.noarch.rpm texlive-eso-pic-svn21515.2.0c-43.el7.noarch.rpm texlive-enumitem-svn24146.3.5.2-43.el7.noarch.rpm texlive-ec-svn25033.1.0-43.el7.noarch.rpm texlive-etex-svn22198.2.1-43.el7.noarch.rpm texlive-dvips-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-euler-svn17261.2.5-43.el7.noarch.rpm texlive-fancyref-svn15878.0.9c-43.el7.noarch.rpm texlive-fancyhdr-svn15878.3.1-43.el7.noarch.rpm texlive-etoolbox-svn20922.2.1-43.el7.noarch.rpm texlive-extsizes-svn17263.1.4a-43.el7.noarch.rpm texlive-fancybox-svn18304.1.4-43.el7.noarch.rpm texlive-eurosym-svn17265.1.4_subrfix-43.el7.noarch.rpm texlive-euro-svn22191.1.1-43.el7.noarch.rpm texlive-fancyvrb-svn18492.2.8-43.el7.noarch.rpm texlive-fix2col-svn17133.0-43.el7.noarch.rpm texlive-fontspec-svn29412.v2.3a-43.el7.noarch.rpm texlive-filehook-svn24280.0.5d-43.el7.noarch.rpm texlive-footmisc-svn23330.5.5b-43.el7.noarch.rpm texlive-filecontents-svn24250.1.3-43.el7.noarch.rpm texlive-fpl-svn15878.1.002-43.el7.noarch.rpm texlive-float-svn15878.1.3d-43.el7.noarch.rpm texlive-gsftopk-svn26689.1.19.2-43.el7.noarch.rpm texlive-graphics-svn25405.1.0o-43.el7.noarch.rpm texlive-fp-svn15878.0-43.el7.noarch.rpm texlive-geometry-svn19716.5.6-43.el7.noarch.rpm texlive-gsftopk-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-helvetic-svn28614.0-43.el7.noarch.rpm texlive-hyperref-svn28213.6.83m-43.el7.noarch.rpm texlive-glyphlist-svn28576.0-43.el7.noarch.rpm texlive-jknapltx-svn19440.0-43.el7.noarch.rpm texlive-ifluatex-svn26725.1.3-43.el7.noarch.rpm texlive-hyphen-base-svn29197.0-43.el7.noarch.rpm texlive-kastrup-svn15878.0-43.el7.noarch.rpm texlive-index-svn24099.4.1beta-43.el7.noarch.rpm texlive-ifetex-svn24853.1.2-43.el7.noarch.rpm texlive-ifxetex-svn19685.0.5-43.el7.noarch.rpm texlive-hyph-utf8-svn29641.0-43.el7.noarch.rpm texlive-l3packages-svn29361.SVN_4467-43.el7.noarch.rpm texlive-l3kernel-svn29409.SVN_4469-43.el7.noarch.rpm texlive-kpathsea-lib-2012-43.20130427_r30134.el7.x86_64.rpm texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch.rpm texlive-kpathsea-svn28792.0-43.el7.noarch.rpm texlive-l3experimental-svn29361.SVN_4467-43.el7.noarch.rpm texlive-koma-script-svn27255.3.11b-43.el7.noarch.rpm texlive-kpathsea-bin-svn27347.0-43.20130427_r30134.el7.x86_64.rpm texlive-ltxmisc-svn21927.0-43.el7.noarch.rpm texlive-latex-bin-svn26689.0-43.el7.noarch.rpm texlive-latex-svn27907.0-43.el7.noarch.rpm texlive-lm-svn28119.2.004-43.el7.noarch.rpm texlive-latex-fonts-svn28888.0-43.el7.noarch.rpm texlive-lm-math-svn29044.1.958-43.el7.noarch.rpm texlive-latexconfig-svn28991.0-43.el7.noarch.rpm texlive-listings-svn15878.1.4-43.el7.noarch.rpm texlive-luatexbase-svn22560.0.31-43.el7.noarch.rpm texlive-makeindex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-luaotfload-svn26718.1.26-43.el7.noarch.rpm texlive-lua-alt-getopt-svn29349.0.7.0-43.el7.noarch.rpm texlive-luatex-svn26689.0.70.1-43.el7.noarch.rpm texlive-luaotfload-bin-svn18579.0-43.20130427_r30134.el7.noarch.rpm texlive-lualatex-math-svn29346.1.2-43.el7.noarch.rpm texlive-luatex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm texlive-metafont-svn26689.2.718281-43.el7.noarch.rpm texlive-mathpazo-svn15878.1.003-43.el7.noarch.rpm texlive-makeindex-svn26689.2.12-43.el7.noarch.rpm texlive-mdwtools-svn15878.1.05.4-43.el7.noarch.rpm texlive-marginnote-svn25880.v1.1i-43.el7.noarch.rpm texlive-marvosym-svn29349.2.2a-43.el7.noarch.rpm texlive-metafont-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm texlive-memoir-svn21638.3.6j_patch_6.0g-43.el7.noarch.rpm texlive-mh-svn29420.0-43.el7.noarch.rpm texlive-mfnfss-svn19410.0-43.el7.noarch.rpm texlive-mflogo-svn17487.0-43.el7.noarch.rpm texlive-metalogo-svn18611.0.12-43.el7.noarch.rpm texlive-mfware-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-microtype-svn29392.2.5-43.el7.noarch.rpm texlive-misc-svn24955.0-43.el7.noarch.rpm texlive-mfware-svn26689.0-43.el7.noarch.rpm texlive-mptopdf-bin-svn18674.0-43.20130427_r30134.el7.noarch.rpm texlive-ntgclass-svn15878.0-43.el7.noarch.rpm texlive-ms-svn24467.0-43.el7.noarch.rpm texlive-multido-svn18302.1.42-43.el7.noarch.rpm texlive-mptopdf-svn26689.0-43.el7.noarch.rpm texlive-natbib-svn20668.8.31b-43.el7.noarch.rpm texlive-ncntrsbk-svn28614.0-43.el7.noarch.rpm texlive-mparhack-svn15878.1.4-43.el7.noarch.rpm texlive-pdfpages-svn27574.0.4t-43.el7.noarch.rpm texlive-parallel-svn15878.0-43.el7.noarch.rpm texlive-parskip-svn19963.2.0-43.el7.noarch.rpm texlive-pdftex-bin-svn27321.0-43.20130427_r30134.el7.x86_64.rpm texlive-oberdiek-svn26725.0-43.el7.noarch.rpm texlive-paralist-svn15878.2.3b-43.el7.noarch.rpm texlive-pdftex-def-svn22653.0.06d-43.el7.noarch.rpm texlive-palatino-svn28614.0-43.el7.noarch.rpm texlive-pgf-svn22614.2.10-43.el7.noarch.rpm texlive-plain-svn26647.0-43.el7.noarch.rpm texlive-pslatex-svn16416.0-43.el7.noarch.rpm texlive-powerdot-svn25656.1.4i-43.el7.noarch.rpm texlive-psfrag-svn15878.3.04-43.el7.noarch.rpm texlive-psnfss-svn23394.9.2a-43.el7.noarch.rpm texlive-preprint-svn16085.0-43.el7.noarch.rpm texlive-pdftex-svn29585.1.40.11-43.el7.noarch.rpm texlive-pst-grad-svn15878.1.06-43.el7.noarch.rpm texlive-pst-fill-svn15878.1.01-43.el7.noarch.rpm texlive-pst-eps-svn15878.1.0-43.el7.noarch.rpm texlive-pspicture-svn15878.0-43.el7.noarch.rpm texlive-pst-math-svn20176.0.61-43.el7.noarch.rpm texlive-pst-3d-svn17257.1.10-43.el7.noarch.rpm texlive-pst-coil-svn24020.1.06-43.el7.noarch.rpm texlive-pst-blur-svn15878.2.0-43.el7.noarch.rpm texlive-pst-plot-svn28729.1.44-43.el7.noarch.rpm texlive-pst-text-svn15878.1.00-43.el7.noarch.rpm texlive-pst-tree-svn24142.1.12-43.el7.noarch.rpm texlive-pstricks-add-svn28750.3.59-43.el7.noarch.rpm texlive-pstricks-svn29678.2.39-43.el7.noarch.rpm texlive-pst-slpe-svn24391.1.31-43.el7.noarch.rpm texlive-pxfonts-svn15878.0-43.el7.noarch.rpm texlive-pst-node-svn27799.1.25-43.el7.noarch.rpm texlive-qstest-svn15878.0-43.el7.noarch.rpm texlive-sauerj-svn15878.0-43.el7.noarch.rpm texlive-rotating-svn16832.2.16b-43.el7.noarch.rpm texlive-section-svn20180.0-43.el7.noarch.rpm texlive-rcs-svn15878.0-43.el7.noarch.rpm texlive-seminar-svn18322.1.5-43.el7.noarch.rpm texlive-rsfs-svn15878.0-43.el7.noarch.rpm texlive-sansmath-svn17997.1.1-43.el7.noarch.rpm texlive-tetex-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm texlive-symbol-svn28614.0-43.el7.noarch.rpm texlive-soul-svn15878.2.4-43.el7.noarch.rpm texlive-subfig-svn15878.1.3-43.el7.noarch.rpm texlive-setspace-svn24881.6.7a-43.el7.noarch.rpm texlive-sepnum-svn20186.2.0-43.el7.noarch.rpm texlive-tetex-svn29585.3.0-43.el7.noarch.rpm texlive-showexpl-svn27790.v0.3j-43.el7.noarch.rpm texlive-texconfig-svn29349.0-43.el7.noarch.rpm texlive-tex-gyre-math-svn29045.0-43.el7.noarch.rpm texlive-texlive.infra-bin-svn22566.0-43.20130427_r30134.el7.x86_64.rpm texlive-tex-svn26689.3.1415926-43.el7.noarch.rpm texlive-texconfig-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm texlive-tex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm texlive-texlive.infra-svn28217.0-43.el7.noarch.rpm texlive-tex-gyre-svn18651.2.004-43.el7.noarch.rpm texlive-txfonts-svn15878.0-43.el7.noarch.rpm texlive-textcase-svn15878.0-43.el7.noarch.rpm texlive-thumbpdf-bin-svn6898.0-43.20130427_r30134.el7.noarch.rpm texlive-times-svn28614.0-43.el7.noarch.rpm texlive-type1cm-svn21820.0-43.el7.noarch.rpm texlive-tipa-svn29349.1.3-43.el7.noarch.rpm texlive-tools-svn26263.0-43.el7.noarch.rpm texlive-thumbpdf-svn26689.3.15-43.el7.noarch.rpm texlive-utopia-svn15878.0-43.el7.noarch.rpm texlive-unicode-math-svn29413.0.7d-43.el7.noarch.rpm texlive-url-svn16864.3.2-43.el7.noarch.rpm texlive-wasy-svn15878.0-43.el7.noarch.rpm texlive-varwidth-svn24104.0.92-43.el7.noarch.rpm texlive-underscore-svn18261.0-43.el7.noarch.rpm texlive-typehtml-svn17134.0-43.el7.noarch.rpm texlive-ucs-svn27549.2.1-43.el7.noarch.rpm texlive-wasysym-svn15878.2.0-43.el7.noarch.rpm texlive-xkeyval-svn27995.2.6a-43.el7.noarch.rpm texlive-zapfding-svn28614.0-43.el7.noarch.rpm texlive-xcolor-svn15878.2.11-43.el7.noarch.rpm texlive-xdvi-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm texlive-zapfchan-svn28614.0-43.el7.noarch.rpm texlive-xunicode-svn23897.0.981-43.el7.noarch.rpm texlive-xdvi-svn26689.22.85-43.el7.noarch.rpm thai-scalable-purisa-fonts-0.5.0-7.el7.noarch.rpm texmacs-fedora-fonts-1.99.2-6.el7.noarch.rpm thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm thai-scalable-sawasdee-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-garuda-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-norasi-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-loma-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-kinnari-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-tlwgmono-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-tlwgtypist-fonts-0.5.0-7.el7.noarch.rpm tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm thai-scalable-umpush-fonts-0.5.0-7.el7.noarch.rpm time-1.7-45.el7.x86_64.rpm thai-scalable-tlwgtypewriter-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm thai-scalable-tlwgtypo-fonts-0.5.0-7.el7.noarch.rpm tomcat-servlet-3.0-api-7.0.76-8.el7_5.noarch.rpm tk-8.5.13-6.el7.x86_64.rpm tk-devel-8.5.13-6.el7.x86_64.rpm tix-8.4.3-12.el7.x86_64.rpm tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64.rpm tpm2-abrmd-1.1.0-10.el7.x86_64.rpm tix-devel-8.4.3-12.el7.x86_64.rpm tpm2-abrmd-devel-1.1.0-10.el7.x86_64.rpm traceroute-2.0.22-2.el7.x86_64.rpm trabajo-fonts-2.0-2.el7.noarch.rpm trousers-devel-0.3.14-2.el7.x86_64.rpm tpm2-tss-1.4.0-2.el7.x86_64.rpm tpm2-tss-devel-1.4.0-2.el7.x86_64.rpm tpm2-tools-3.0.4-2.el7.src.rpm ttmkfdir-3.0.9-42.el7.x86_64.rpm trousers-0.3.14-2.el7.x86_64.rpm unixODBC-devel-2.3.1-11.el7.x86_64.rpm tulrich-tuffy-fonts-1.28-2.el7.noarch.rpm tzdata-java-2018g-1.el7.noarch.rpm tzdata-2018g-1.el7.noarch.rpm unifont-fonts-10.0.07-2.el7.noarch.rpm unixODBC-2.3.1-11.el7.x86_64.rpm unbound-libs-1.6.6-5.el7_8.x86_64.rpm tuna-0.13-6.el7.noarch.rpm uriparser-0.7.5-9.el7.x86_64.rpm ustr-1.0.4-16.el7.x86_64.rpm usbredir-0.7.1-3.el7.x86_64.rpm userspace-rcu-devel-0.10.0-3.el7.x86_64.rpm userspace-rcu-0.10.0-3.el7.x86_64.rpm unzip-6.0-21.el7.x86_64.rpm usbredir-devel-0.7.1-3.el7.x86_64.rpm urw-fonts-2.4-16.el7.noarch.rpm virt-what-1.18-4.el7.x86_64.rpm vim-filesystem-7.4.629-7.el7.x86_64.rpm uuid-devel-1.6.2-26.el7.x86_64.rpm uuid-1.6.2-26.el7.x86_64.rpm vim-common-7.4.629-7.el7.x86_64.rpm vim-enhanced-7.4.629-7.el7.x86_64.rpm vim-minimal-7.4.629-7.el7.x86_64.rpm ustr-devel-1.0.4-16.el7.x86_64.rpm wavpack-4.60.1-9.el7.x86_64.rpm web-assets-filesystem-5-1.el7.noarch.rpm vlgothic-p-fonts-20130607-2.el7.noarch.rpm wget-1.14-18.el7_6.1.x86_64.rpm watchdog-5.13-12.el7.src.rpm wayland-protocols-devel-1.14-1.el7.noarch.rpm wayland-devel-1.15.0-1.el7.x86_64.rpm vlgothic-fonts-20130607-2.el7.noarch.rpm xalan-j2-2.7.1-23.el7.noarch.rpm wqy-unibit-fonts-1.1.0-13.el7.noarch.rpm wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm xfsprogs-4.5.0-18.el7.x86_64.rpm xbean-3.13-6.el7.noarch.rpm xerces-j2-2.11.0-17.el7_0.noarch.rpm wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch.rpm which-2.20-7.el7.x86_64.rpm xkeyboard-config-2.24-1.el7.noarch.rpm xmlsec1-1.2.20-7.el7_4.x86_64.rpm xhtml1-dtds-1.0-20020801.11.el7.noarch.rpm xfsprogs-devel-4.5.0-18.el7.x86_64.rpm xmlsec1-openssl-1.2.20-7.el7_4.x86_64.rpm xml-commons-apis-1.4.01-16.el7.noarch.rpm xml-commons-resolver-1.2-15.el7.noarch.rpm xml-common-0.6.3-39.el7.noarch.rpm xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm XStatic-Angular-common-1.5.8.0-1.el7.noarch.rpm xorg-x11-proto-devel-2018.4-1.el7.noarch.rpm xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm xorg-x11-font-utils-7.5-21.el7.x86_64.rpm xstatic-angular-bootstrap-common-2.2.0.0-1.el7.noarch.rpm xmlstarlet-1.6.1-1.el7.x86_64.rpm xmlto-0.0.25-7.el7.x86_64.rpm xstatic-jsencrypt-common-2.3.1.1-1.el7.noarch.rpm xstatic-objectpath-common-1.2.1.0-0.1.pre_review.el7.noarch.rpm xstatic-d3-common-3.5.17.0-1.el7.noarch.rpm xstatic-angular-gettext-common-2.3.8.0-1.el7.noarch.rpm xstatic-angular-schema-form-common-0.8.13.0-0.1.pre_review.el7.noarch.rpm xstatic-angular-fileupload-common-12.0.4.0-1.el7.noarch.rpm xstatic-bootstrap-scss-common-3.3.7.1-2.el7.noarch.rpm xstatic-jasmine-common-2.4.1.1-1.el7.noarch.rpm xstatic-smart-table-common-1.4.13.2-1.el7.noarch.rpm xz-libs-5.2.2-1.el7.x86_64.rpm xz-devel-5.2.2-1.el7.x86_64.rpm yajl-devel-2.0.4-4.el7.x86_64.rpm xz-5.2.2-1.el7.x86_64.rpm xstatic-tv4-common-1.2.7.0-0.1.pre_review.el7.noarch.rpm xstatic-termjs-common-0.0.7.0-1.el7.noarch.rpm yajl-2.0.4-4.el7.x86_64.rpm zip-3.0-11.el7.x86_64.rpm yum-3.4.3-161.el7.centos.noarch.rpm yum-utils-1.1.31-50.el7.noarch.rpm zlib-1.2.7-18.el7.x86_64.rpm yasm-1.2.0-4.el7.x86_64.rpm yum-metadata-parser-1.1.4-10.el7.x86_64.rpm zeromq-4.0.5-4.el7.x86_64.rpm yum-plugin-fastestmirror-1.1.31-50.el7.noarch.rpm zlib-devel-1.2.7-18.el7.x86_64.rpm zvbi-fonts-0.2.35-1.el7.noarch.rpm zziplib-0.13.62-9.el7.x86_64.rpm On Tuesday 28 September 2021 20:37:11 PM (+07:00), Scott Little wrote: > And when you look in those logs what do you see? > > Scott > > > On 2021-09-27 10:59 a.m., Embedded Devel wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > it did continue, until the the end but did provide and error message about failed and missing rpms > > > > [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* > > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log > > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log > > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log > > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log > > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log > > -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log > > -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log > > -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log > > -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt > > -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt > > > > > > > > On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: > > > >> I don't think the entitlement server message is a fatal one. > >> > >> Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages. > >> > >> > >> On 2021-09-27 6:24 a.m., Embedded Devel wrote: > >>> [Please note: This e-mail is from an EXTERNAL e-mail address] > >>> > >>> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >>> my errors below... > >>> > >>>> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container > >>>> > >>>> Download packages? > >>>> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: > >>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >>>> > >>>> ended up with > >>>> > >>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > >>>> > >>>> so i register after hunting around google.... > >>>> > >>>> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach > >>>> > >>>> and re-run > >>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >>>> > >>>> now its saying > >>>> > >>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > >>>> > >>>> so... how do i resolve this, i cant fix things and help if i cant build and test :) > >>> On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: > >>> > >>>> Hi, > >>>> > >>>> I'm trying to build StarlingX ISO following the Layered Build Guide. > >>>> > >>>> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: > >>>> > >>>> # go tool dist test -run=^test:0_1$ > >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >>>> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 > >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >>>> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go > >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > >>>> ##### API check > >>>> # go tool dist test -run=^api$ > >>>> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt > >>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >>>> FAILED > >>>> RPM build errors: > >>>> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > >>>> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} > >>>> BUILDSTDERR: Macro expanded in comment on line 149: %{version} > >>>> BUILDSTDERR: Macro expanded in comment on line 150: %{version} > >>>> BUILDSTDERR: Macro expanded in comment on line 151: %{version} > >>>> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > >>>> Child return code was: 1 > >>>> EXCEPTION: [Error()] > >>>> Traceback (most recent call last): > >>>> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > >>>> result = func(*args, **kw) > >>>> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status > >>>> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) > >>>> mockbuild.exception.Error: Command failed: > >>>> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec > >>>> > >>>> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. > >>>> > >>>> How can I fix this? Can anybody give me some comments to fix this? > >>>> > >>>> Thanks, > >>>> Shigeru > >>>> > >>>> _______________________________________________ > >>>> Starlingx-discuss mailing list > >>>> Starlingx-discuss at lists.starlingx.io > >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>>> > >>> -- > >>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > >>> > >>> _______________________________________________ > >>> Starlingx-discuss mailing list > >>> Starlingx-discuss at lists.starlingx.io > >>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> > >> > >> _______________________________________________ > >> Starlingx-discuss mailing list > >> Starlingx-discuss at lists.starlingx.io > >> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >> > > -- > > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From Bill.Zvonar at windriver.com Wed Sep 29 12:30:01 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 29 Sep 2021 12:30:01 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 29, 2021) Message-ID: Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210929T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 From openinfradn at gmail.com Wed Sep 29 12:58:28 2021 From: openinfradn at gmail.com (open infra) Date: Wed, 29 Sep 2021 18:28:28 +0530 Subject: [Starlingx-discuss] Enable ceph dashboard In-Reply-To: References: Message-ID: I did not use the force option. Created LP https://bugs.launchpad.net/starlingx/+bug/1945106 On Sun, Sep 26, 2021 at 8:24 PM open infra wrote: > Hi, > > I was trying to enable ceph dashboard. > > Following error noticed when check for available modules. > > { > > "name": "dashboard", > > "can_run": false, > > "error_string": "Frontend assets not found: incomplete build?" > > } > > > Enabling of the same module ended up with following error. > > > $ ceph mgr module enable dashboard > > Error ENOENT: module 'dashboard' reports that it cannot run on the active > manager daemon: Frontend assets not found: incomplete build? (pass --force > to force enablement) > > > Is it a known issue in Stx release 5 standard dedicated storage or an > issue specific to my environment? > > > Regards, > > Danishka > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From scott.little at windriver.com Wed Sep 29 13:41:16 2021 From: scott.little at windriver.com (Scott Little) Date: Wed, 29 Sep 2021 09:41:16 -0400 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <1632881086448.1253738223.628149113@optimcloud.com> References: <32f17381-12bc-6732-fb46-092fdc765461@windriver.com> <1632881086448.1253738223.628149113@optimcloud.com> Message-ID: <7540d5ce-044a-6cc0-4964-f6da460de674@windriver.com> Can you confirm you have network access to http://mirror.starlingx.cengn.ca/mirror/ ? Test both from the host, and from within the builder container. You may have a firewall or proxy issue. A discussion of proxy settings (if required) is included under ... https://docs.starlingx.io/developer_resources/build_guide.html#prepare-the-base-docker-image Relevant logs to include in future correspondence would be ... stx-tools/centos-mirror-tools/logs/*download*log ...or even the console output. Scott On 2021-09-28 10:07 p.m., Embedded Devel wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Welp for 1 it tells me like every file needed is missing, so building from tools doesnt work properly for some reason > > cat logs/L1_srpms_missing_centos3rdparties.log > audit-2.8.4-4.el7.x86_64.rpm > audit-libs-devel-2.8.4-4.el7.x86_64.rpm > adwaita-icon-theme-3.28.0-1.el7.noarch.rpm > audit-libs-2.8.4-4.el7.x86_64.rpm > alsa-lib-devel-1.1.6-2.el7.x86_64.rpm > audit-libs-python-2.8.4-4.el7.x86_64.rpm > alsa-lib-1.1.6-2.el7.x86_64.rpm > adwaita-cursor-theme-3.28.0-1.el7.noarch.rpm > copy-jdk-configs-3.3-10.el7_5.noarch.rpm > containernetworking-plugins-0.8.1-1.el7.centos.x86_64.rpm > collectd-5.8.1-4.el7.x86_64.rpm > devtoolset-7-binutils-2.28-11.el7.x86_64.rpm > collectd-python-5.8.1-4.el7.x86_64.rpm > CUnit-2.1.3-8.el7.x86_64.rpm > CUnit-devel-2.1.3-8.el7.x86_64.rpm > cppcheck-1.88-3.el7.x86_64.rpm > devtoolset-7-gcc-7.3.1-5.10.el7.x86_64.rpm > docker-ce-cli-18.09.6-3.el7.x86_64.rpm > devtoolset-7-runtime-7.1-4.el7.x86_64.rpm > elfutils-default-yama-scope-0.176-2.el7.noarch.rpm > devtoolset-7-gcc-c++-7.3.1-5.10.el7.x86_64.rpm > docker-ce-18.09.6-3.el7.x86_64.rpm > devtoolset-7-libstdc++-devel-7.3.1-5.10.el7.x86_64.rpm > elfutils-0.176-2.el7.x86_64.rpm > gssproxy-0.7.0-21.el7.x86_64.rpm > elfutils-libs-0.176-2.el7.x86_64.rpm > gtk3-devel-3.22.30-3.el7.x86_64.rpm > gtk3-3.22.30-3.el7.x86_64.rpm > gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rpm > elfutils-libelf-0.176-2.el7.x86_64.rpm > elfutils-devel-0.176-2.el7.x86_64.rpm > elfutils-libelf-devel-0.176-2.el7.x86_64.rpm > gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm > java-1.8.0-openjdk-devel-1.8.0.191.b12-1.el7_6.x86_64.rpm > java-1.8.0-openjdk-headless-1.8.0.191.b12-1.el7_6.x86_64.rpm > iprutils-2.4.16.1-1.el7.x86_64.rpm > gtk3-devel-docs-3.22.30-3.el7.x86_64.rpm > ima-evm-utils-1.1-2.el7.x86_64.rpm > java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64.rpm > ima-evm-utils-devel-1.1-2.el7.x86_64.rpm > kata-ksm-throttler-1.11.0-3.1.x86_64.rpm > kata-linux-container-5.4.32.73-3.1.x86_64.rpm > kata-shim-1.11.0-3.1.x86_64.rpm > kata-runtime-1.11.0-3.1.x86_64.rpm > kata-proxy-1.11.0-3.1.x86_64.rpm > kata-containers-image-1.11.0-3.1.x86_64.rpm > kata-proxy-bin-1.11.0-3.1.x86_64.rpm > kata-linux-container-debug-5.4.32.73-3.1.x86_64.rpm > libcom_err-devel-1.42.9-13.el7.x86_64.rpm > libldb-1.3.4-1.el7.x86_64.rpm > libcom_err-1.42.9-13.el7.x86_64.rpm > libdrm-devel-2.4.91-3.el7.x86_64.rpm > kexec-tools-2.0.15-21.el7.x86_64.rpm > libdrm-2.4.91-3.el7.x86_64.rpm > libblkid-2.23.2-59.el7.x86_64.rpm > kata-shim-bin-1.11.0-3.1.x86_64.rpm > libsemanage-devel-2.5-14.el7.x86_64.rpm > libtalloc-2.1.13-1.el7.x86_64.rpm > libss-1.42.9-13.el7.x86_64.rpm > liboath-devel-2.4.1-9.el7.x86_64.rpm > libsemanage-2.5-14.el7.x86_64.rpm > liboath-2.4.1-9.el7.x86_64.rpm > libsemanage-python-2.5-14.el7.x86_64.rpm > libss-devel-1.42.9-13.el7.x86_64.rpm > libwbclient-4.10.16-5.el7.x86_64.rpm > mesa-libEGL-18.0.5-3.el7.x86_64.rpm > mesa-libEGL-devel-18.0.5-3.el7.x86_64.rpm > lvm2-2.02.177-4.el7.x86_64.rpm > libtevent-0.9.39-1.el7.x86_64.rpm > lvm2-libs-2.02.177-4.el7.x86_64.rpm > mesa-libgbm-18.0.5-3.el7.x86_64.rpm > libtdb-1.3.18-1.el7.x86_64.rpm > mesa-libglapi-18.0.5-3.el7.x86_64.rpm > nss-softokn-freebl-3.53.1-6.el7_9.x86_64.rpm > mesa-libGL-devel-18.0.5-3.el7.x86_64.rpm > mesa-libGL-18.0.5-3.el7.x86_64.rpm > NetworkManager-glib-1.12.0-8.el7_6.x86_64.rpm > NetworkManager-glib-devel-1.12.0-8.el7_6.x86_64.rpm > nss-softokn-devel-3.53.1-6.el7_9.x86_64.rpm > nss-softokn-3.53.1-6.el7_9.x86_64.rpm > openscap-1.2.17-2.el7.x86_64.rpm > openstack-tempest-17.2.0-4.el7.noarch.rpm > osinfo-db-20180531-1.el7.noarch.rpm > nss-softokn-freebl-devel-3.53.1-6.el7_9.x86_64.rpm > ntfs-3g-2017.3.23-11.el7.x86_64.rpm > openscap-scanner-1.2.17-2.el7.x86_64.rpm > ntfsprogs-2017.3.23-11.el7.x86_64.rpm > ntfs-3g-devel-2017.3.23-11.el7.x86_64.rpm > pulseaudio-libs-10.0-5.el7.x86_64.rpm > policycoreutils-newrole-2.5-29.el7.x86_64.rpm > policycoreutils-2.5-29.el7.x86_64.rpm > OVMF-20180508-6.gitee3198e672e2.el7.noarch.rpm > pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm > policycoreutils-python-2.5-29.el7.x86_64.rpm > policycoreutils-devel-2.5-29.el7.x86_64.rpm > pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm > python2-msgpack-0.6.1-2.el7.x86_64.rpm > python2-requests-mock-1.5.2-3.el7.noarch.rpm > python2-pysocks-1.6.8-6.el7.noarch.rpm > python2-manilaclient-1.17.3-1.el7.noarch.rpm > python2-os-brick-1.15.6-1.el7.noarch.rpm > pykickstart-1.99.66.19-2.el7.noarch.rpm > python2-mistralclient-3.1.4-1.el7.noarch.rpm > python2-google-api-client-1.6.3-1.el7.noarch.rpm > python2-sushy-1.1.1-1.el7.noarch.rpm > python2-tempestconf-1.1.3-1.el7.noarch.rpm > python-ironic-lib-2.10.1-1.el7.noarch.rpm > python-ironic-inspector-client-2.1.0-1.el7.noarch.rpm > python2-urllib3-1.21.1-1.el7.noarch.rpm > python-tempest-17.2.0-4.el7.noarch.rpm > python2-scapy-2.4.0-3.el7.noarch.rpm > python-libguestfs-1.38.2-12.el7_6.1.x86_64.rpm > qemu-vanilla-4.1.1+git.99c5874a9b-3.1.x86_64.rpm > python-virtualenv-15.1.0-2.el7.noarch.rpm > rest-0.8.1-2.el7.x86_64.rpm > qemu-vanilla-data-4.1.1+git.99c5874a9b-3.1.x86_64.rpm > samba-client-libs-4.10.16-5.el7.x86_64.rpm > qemu-vanilla-bin-4.1.1+git.99c5874a9b-3.1.x86_64.rpm > samba-common-libs-4.10.16-5.el7.x86_64.rpm > samba-common-4.10.16-5.el7.noarch.rpm > spice-server-0.14.0-9.el7.x86_64.rpm > selinux-policy-devel-3.13.1-229.el7_6.6.noarch.rpm > selinux-policy-minimum-3.13.1-229.el7_6.6.noarch.rpm > selinux-policy-targeted-3.13.1-229.el7_6.6.noarch.rpm > spice-protocol-0.12.14-1.el7.noarch.rpm > selinux-policy-3.13.1-229.el7_6.6.noarch.rpm > selinux-policy-mls-3.13.1-229.el7_6.6.noarch.rpm > spice-server-devel-0.14.0-9.el7.x86_64.rpm > systemd-libs-219-78.el7_9.3.x86_64.rpm > systemtap-runtime-3.3-3.el7.x86_64.rpm > systemd-219-78.el7_9.3.x86_64.rpm > systemd-sysv-219-78.el7_9.3.x86_64.rpm > systemtap-3.3-3.el7.x86_64.rpm > systemtap-devel-3.3-3.el7.x86_64.rpm > systemtap-client-3.3-3.el7.x86_64.rpm > systemd-devel-219-78.el7_9.3.x86_64.rpm > tkinter-2.7.5-76.el7.x86_64.rpm > tcpdump-4.9.2-4.el7_7.1.x86_64.rpm > valgrind-devel-3.13.0-13.el7.x86_64.rpm > util-linux-2.23.2-59.el7.x86_64.rpm > systemtap-sdt-devel-3.3-3.el7.x86_64.rpm > valgrind-3.13.0-13.el7.x86_64.rpm > tuned-profiles-realtime-2.8.0-5.el7.noarch.rpm > tuned-2.8.0-5.el7.noarch.rpm > > [dingo at ffdf31df919a centos-mirror-tools]$ cat logs/L1_srpms_missing_centos.log > adobe-source-han-sans-cn-fonts-1.000-2.el7.noarch.rpm > adobe-source-han-sans-twhk-fonts-1.000-1.el7.noarch.rpm > acpid-2.0.19-9.el7.x86_64.rpm > adobe-source-sans-pro-fonts-2.020-1.el7.noarch.rpm > abattis-cantarell-fonts-0.0.25-1.el7.noarch.rpm > acl-2.2.51-14.el7.x86_64.rpm > adobe-source-code-pro-fonts-2.030.1.050-5.el7.noarch.rpm > acpica-tools-20160527-3.el7.x86_64.rpm > aether-util-1.13.1-13.el7.noarch.rpm > amiri-fonts-common-0.109-1.el7.noarch.rpm > aether-connector-wagon-1.13.1-13.el7.noarch.rpm > aether-api-1.13.1-13.el7.noarch.rpm > anaconda-21.48.22.147-1.el7.centos.src.rpm > aether-spi-1.13.1-13.el7.noarch.rpm > amiri-fonts-0.109-1.el7.noarch.rpm > aether-impl-1.13.1-13.el7.noarch.rpm > apache-commons-logging-1.1.2-7.el7.noarch.rpm > aopalliance-1.0-8.el7.noarch.rpm > apache-commons-io-2.4-12.el7.noarch.rpm > apache-commons-cli-1.2-13.el7.noarch.rpm > apache-commons-net-3.2-8.el7.centos.noarch.rpm > apache-commons-lang-2.6-15.el7.noarch.rpm > apache-commons-codec-1.8-7.el7.noarch.rpm > annobin-9.12-1.el7.x86_64.rpm > artwiz-aleczapka-fonts-common-1.3-19.el7.noarch.rpm > artwiz-aleczapka-kates-fonts-1.3-19.el7.noarch.rpm > apr-1.4.8-3.el7_4.1.x86_64.rpm > artwiz-aleczapka-fkp-fonts-1.3-19.el7.noarch.rpm > artwiz-aleczapka-lime-fonts-1.3-19.el7.noarch.rpm > artwiz-aleczapka-drift-fonts-1.3-19.el7.noarch.rpm > artwiz-aleczapka-edges-fonts-1.3-19.el7.noarch.rpm > apr-util-1.5.2-6.el7.x86_64.rpm > at-3.1.13-24.el7.x86_64.rpm > astigmatic-grand-hotel-fonts-1.000-3.el7.noarch.rpm > atinject-1-13.20100611svn86.el7.noarch.rpm > atk-devel-2.28.1-1.el7.x86_64.rpm > artwiz-aleczapka-smoothansi-fonts-1.3-19.el7.noarch.rpm > artwiz-aleczapka-nu-fonts-1.3-19.el7.noarch.rpm > atk-2.28.1-1.el7.x86_64.rpm > asciidoc-8.6.8-5.el7.noarch.rpm > at-spi2-core-devel-2.28.0-1.el7.x86_64.rpm > atlas-3.10.1-12.el7.x86_64.rpm > at-spi2-atk-2.26.2-1.el7.x86_64.rpm > attr-2.4.46-13.el7.x86_64.rpm > augeas-1.4.0-6.el7.x86_64.rpm > at-spi2-atk-devel-2.26.2-1.el7.x86_64.rpm > at-spi2-core-2.28.0-1.el7.x86_64.rpm > augeas-libs-1.4.0-6.el7.x86_64.rpm > autogen-libopts-5.18-5.el7.x86_64.rpm > autoconf-archive-2017.03.21-1.el7.noarch.rpm > autogen-libopts-devel-5.18-5.el7.x86_64.rpm > avahi-0.6.31-20.el7.x86_64.rpm > autoconf-2.69-11.el7.noarch.rpm > autogen-5.18-5.el7.x86_64.rpm > automake-1.13.4-3.el7.noarch.rpm > authconfig-6.2.8-30.el7.x86_64.rpm > bash-completion-2.1-6.el7.noarch.rpm > avalon-logkit-2.1-14.el7.noarch.rpm > avahi-devel-0.6.31-20.el7.x86_64.rpm > bash-4.2.46-34.el7.src.rpm > avahi-libs-0.6.31-20.el7.x86_64.rpm > avalon-framework-4.3-10.el7.noarch.rpm > bash-4.2.46-34.el7.x86_64.rpm > basesystem-10.0-7.el7.centos.noarch.rpm > bind-libs-9.11.4-26.P2.el7.x86_64.rpm > bind-libs-lite-9.11.4-26.P2.el7.x86_64.rpm > bind-export-devel-9.11.4-26.P2.el7.x86_64.rpm > bind-export-libs-9.11.4-26.P2.el7.x86_64.rpm > bind-license-9.11.4-26.P2.el7.noarch.rpm > bash-completion-extras-2.1-11.el7.noarch.rpm > bc-1.06.95-13.el7.x86_64.rpm > bcel-5.2-18.el7.noarch.rpm > bitmap-fangsongti-fonts-0.3-21.el7.noarch.rpm > bitmap-console-fonts-0.3-21.el7.noarch.rpm > biosdevname-0.7.3-1.el7.x86_64.rpm > binutils-2.27-41.base.el7.x86_64.rpm > bind-utils-9.11.4-26.P2.el7.x86_64.rpm > bind-lite-devel-9.11.4-26.P2.el7.x86_64.rpm > bison-3.0.4-2.el7.x86_64.rpm > binutils-devel-2.27-41.base.el7.x86_64.rpm > bitmap-fixed-fonts-0.3-21.el7.noarch.rpm > blosc-1.11.3-1.el7.x86_64.rpm > bluez-libs-5.44-4.el7_4.x86_64.rpm > boost-1.53.0-27.el7.x86_64.rpm > bluez-libs-devel-5.44-4.el7_4.x86_64.rpm > bitmap-lucida-typewriter-fonts-0.3-21.el7.noarch.rpm > boost-atomic-1.53.0-27.el7.x86_64.rpm > blas-3.4.2-8.el7.x86_64.rpm > boost-locale-1.53.0-27.el7.x86_64.rpm > boost-graph-1.53.0-27.el7.x86_64.rpm > boost-devel-1.53.0-27.el7.x86_64.rpm > boost-chrono-1.53.0-27.el7.x86_64.rpm > boost-filesystem-1.53.0-27.el7.x86_64.rpm > boost-iostreams-1.53.0-27.el7.x86_64.rpm > boost-date-time-1.53.0-27.el7.x86_64.rpm > boost-context-1.53.0-27.el7.x86_64.rpm > boost-python-1.53.0-27.el7.x86_64.rpm > boost-program-options-1.53.0-27.el7.x86_64.rpm > boost-random-1.53.0-27.el7.x86_64.rpm > boost-signals-1.53.0-27.el7.x86_64.rpm > boost-regex-1.53.0-27.el7.x86_64.rpm > boost-math-1.53.0-27.el7.x86_64.rpm > boost-serialization-1.53.0-27.el7.x86_64.rpm > boost-system-1.53.0-27.el7.x86_64.rpm > bpg-mrgvlovani-caps-fonts-1.002-3.el7.noarch.rpm > boost-test-1.53.0-27.el7.x86_64.rpm > boost-timer-1.53.0-27.el7.x86_64.rpm > bpg-fonts-common-20120413-3.el7.noarch.rpm > bootswatch-common-3.3.7.0-1.el7.noarch.rpm > boost-thread-1.53.0-27.el7.x86_64.rpm > boost-wave-1.53.0-27.el7.x86_64.rpm > bootswatch-fonts-3.3.7.0-1.el7.noarch.rpm > bpg-mrgvlovani-fonts-1.002-3.el7.noarch.rpm > bpg-nateli-condenced-fonts-2.003-3.el7.noarch.rpm > bpg-nateli-fonts-2.003-3.el7.noarch.rpm > brlapi-0.6.0-16.el7.x86_64.rpm > brltty-4.5-16.el7.x86_64.rpm > bpg-nateli-caps-fonts-2.003-3.el7.noarch.rpm > brlapi-devel-0.6.0-16.el7.x86_64.rpm > bridge-utils-1.5-9.el7.x86_64.rpm > cairo-gobject-1.15.12-3.el7.x86_64.rpm > cairo-devel-1.15.12-3.el7.x86_64.rpm > bzip2-libs-1.0.6-13.el7.x86_64.rpm > bzip2-devel-1.0.6-13.el7.x86_64.rpm > bzip2-1.0.6-13.el7.x86_64.rpm > cairo-1.15.12-3.el7.x86_64.rpm > ca-certificates-2018.2.22-70.0.el7_5.noarch.rpm > btrfs-progs-4.9.1-1.el7.x86_64.rpm > c-ares-1.10.0-3.el7.x86_64.rpm > cairo-gobject-devel-1.15.12-3.el7.x86_64.rpm > cdparanoia-libs-10.2-17.el7.x86_64.rpm > centos-indexhtml-7-9.el7.centos.noarch.rpm > celt051-0.5.1.3-8.el7.x86_64.rpm > cal10n-0.7.7-4.el7.noarch.rpm > celt051-devel-0.5.1.3-8.el7.x86_64.rpm > cdi-api-1.0-11.SP4.el7.noarch.rpm > cglib-2.2-18.el7.noarch.rpm > cf-sorts-mill-goudy-fonts-3.1-7.el7.noarch.rpm > checkpolicy-2.5-8.el7.x86_64.rpm > check-devel-0.9.9-5.el7.x86_64.rpm > check-0.9.9-5.el7.x86_64.rpm > centos-release-7-6.1810.2.el7.centos.x86_64.rpm > centos-logos-70.0.6-3.el7.centos.noarch.rpm > chkconfig-1.7.4-1.el7.x86_64.rpm > colord-libs-1.3.4-1.el7.x86_64.rpm > cmake-2.8.12.2-2.el7.x86_64.rpm > cloud-init-19.4-7.el7.centos.3.x86_64.rpm > cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm > chrpath-0.16-0.el7.x86_64.rpm > cloud-init-0.7.9-24.el7.centos.1.src.rpm > cifs-utils-6.2-10.el7.x86_64.rpm > cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm > comic-neue-fonts-2.2-2.el7.noarch.rpm > coolkey-1.1.0-40.el7.x86_64.rpm > conntrack-tools-1.4.4-4.el7.x86_64.rpm > conakry-fonts-20070829-14.el7.noarch.rpm > compat-openmpi16-1.6.4-10.7.el7.x86_64.rpm > comic-neue-fonts-common-2.2-2.el7.noarch.rpm > comic-neue-angular-fonts-2.2-2.el7.noarch.rpm > container-selinux-2.74-1.el7.noarch.rpm > createrepo-0.9.9-28.el7.noarch.rpm > cracklib-2.9.0-11.el7.x86_64.rpm > cracklib-dicts-2.9.0-11.el7.x86_64.rpm > cracklib-devel-2.9.0-11.el7.x86_64.rpm > cpptest-1.1.1-9.el7.x86_64.rpm > cpp-4.8.5-36.el7.x86_64.rpm > cpio-2.11-27.el7.x86_64.rpm > coreutils-8.22-23.el7.x86_64.rpm > cryptsetup-libs-2.0.3-3.el7.x86_64.rpm > cryptsetup-2.0.3-3.el7.x86_64.rpm > ctags-5.8-13.el7.x86_64.rpm > cronie-anacron-1.4.11-20.el7_6.x86_64.rpm > cronie-1.4.11-20.el7_6.x86_64.rpm > crudini-0.9-2.el7.noarch.rpm > crontabs-1.11-6.20121102git.el7.noarch.rpm > cryptsetup-devel-2.0.3-3.el7.x86_64.rpm > curl-7.29.0-59.el7.x86_64.rpm > cyrus-sasl-2.1.26-23.el7.x86_64.rpm > cyrus-sasl-gssapi-2.1.26-23.el7.x86_64.rpm > daxctl-libs-65-5.el7.x86_64.rpm > cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm > cups-client-1.6.3-51.el7.x86_64.rpm > cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm > cups-libs-1.6.3-51.el7.x86_64.rpm > dbus-devel-1.10.24-15.el7.x86_64.rpm > dbus-python-1.1.1-9.el7.x86_64.rpm > dconf-0.28.0-4.el7.x86_64.rpm > dbus-glib-devel-0.100-7.el7.x86_64.rpm > dbus-glib-0.100-7.el7.x86_64.rpm > dbus-1.10.24-15.el7.x86_64.rpm > dbus-libs-1.10.24-15.el7.x86_64.rpm > d-din-condensed-fonts-1.0-1.el7.noarch.rpm > d-din-fonts-1.0-1.el7.noarch.rpm > dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm > d-din-exp-fonts-1.0-1.el7.noarch.rpm > dejavu-lgc-sans-mono-fonts-2.33-6.el7.noarch.rpm > dejavu-lgc-serif-fonts-2.33-6.el7.noarch.rpm > dejavu-sans-fonts-2.33-6.el7.noarch.rpm > dejavu-fonts-common-2.33-6.el7.noarch.rpm > dejavu-lgc-sans-fonts-2.33-6.el7.noarch.rpm > desktop-file-utils-0.23-1.el7.x86_64.rpm > device-mapper-devel-1.02.146-4.el7.x86_64.rpm > device-mapper-libs-1.02.146-4.el7.x86_64.rpm > deltarpm-3.6-3.el7.x86_64.rpm > device-mapper-event-1.02.146-4.el7.x86_64.rpm > dejavu-serif-fonts-2.33-6.el7.noarch.rpm > device-mapper-event-libs-1.02.146-4.el7.x86_64.rpm > device-mapper-1.02.146-4.el7.x86_64.rpm > devtoolset-8-dwz-0.12-1.1.el7.x86_64.rpm > device-mapper-persistent-data-0.7.3-3.el7.x86_64.rpm > devtoolset-8-build-8.1-1.el7.x86_64.rpm > devtoolset-8-dyninst-9.3.2-6.el7.x86_64.rpm > devtoolset-8-8.1-1.el7.x86_64.rpm > device-mapper-multipath-libs-0.4.9-119.el7.x86_64.rpm > device-mapper-multipath-0.4.9-119.el7.x86_64.rpm > devtoolset-8-binutils-2.30-55.el7.2.x86_64.rpm > devtoolset-8-gcc-8.3.1-3.2.el7.x86_64.rpm > devtoolset-8-gcc-c++-8.3.1-3.2.el7.x86_64.rpm > devtoolset-8-gcc-gfortran-8.3.1-3.2.el7.x86_64.rpm > devtoolset-8-elfutils-0.176-1.el7.x86_64.rpm > devtoolset-8-libquadmath-devel-8.3.1-3.2.el7.x86_64.rpm > devtoolset-8-elfutils-libelf-0.176-1.el7.x86_64.rpm > devtoolset-8-elfutils-libs-0.176-1.el7.x86_64.rpm > devtoolset-8-gdb-8.2-3.el7.x86_64.rpm > devtoolset-8-perftools-8.1-1.el7.x86_64.rpm > devtoolset-8-libstdc++-devel-8.3.1-3.2.el7.x86_64.rpm > devtoolset-8-runtime-8.1-1.el7.x86_64.rpm > devtoolset-8-strace-4.24-4.el7.x86_64.rpm > devtoolset-8-oprofile-1.3.0-2.el7.x86_64.rpm > devtoolset-8-memstomp-0.1.5-5.el7.x86_64.rpm > devtoolset-8-make-4.2.1-4.el7.x86_64.rpm > devtoolset-8-ltrace-0.7.91-1.el7.x86_64.rpm > devtoolset-8-toolchain-8.1-1.el7.x86_64.rpm > devtoolset-8-valgrind-3.14.0-16.el7.x86_64.rpm > devtoolset-8-systemtap-runtime-3.3-2.el7.x86_64.rpm > devtoolset-8-systemtap-client-3.3-2.el7.x86_64.rpm > dibbler-client-1.0.1-0.RC1.2.el7.x86_64.rpm > dhcp-4.2.5-82.el7.centos.src.rpm > devtoolset-8-systemtap-3.3-2.el7.x86_64.rpm > devtoolset-8-systemtap-devel-3.3-2.el7.x86_64.rpm > docbook-dtds-1.0-60.el7.noarch.rpm > docbook-style-dsssl-1.79-18.el7.noarch.rpm > docbook-style-xsl-1.78.1-3.el7.noarch.rpm > diffutils-3.3-4.el7.x86_64.rpm > dnsmasq-2.76-7.el7.src.rpm > dnf-4.0.9.2-1.el7_6.noarch.rpm > dmidecode-3.1-2.el7.x86_64.rpm > dnf-data-4.0.9.2-1.el7_6.noarch.rpm > dstat-0.7.2-12.el7.noarch.rpm > dracut-config-rescue-033-554.el7.x86_64.rpm > dracut-network-033-554.el7.x86_64.rpm > dracut-033-554.el7.x86_64.rpm > dosfstools-3.0.20-10.el7.x86_64.rpm > doxygen-1.8.5-3.el7.x86_64.rpm > docker-forward-journald-1.10.3-44.el7.centos.x86_64.rpm > docbook-utils-0.6.14-36.el7.noarch.rpm > e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm > easymock2-2.5.2-12.el7.noarch.rpm > dulwich-core-0.18.4-1.el7.x86_64.rpm > dyninst-9.3.1-2.el7.x86_64.rpm > e2fsprogs-1.42.9-13.el7.x86_64.rpm > ebtables-2.0.10-16.el7.x86_64.rpm > dwz-0.11-3.el7.x86_64.rpm > e2fsprogs-devel-1.42.9-13.el7.x86_64.rpm > efivar-libs-36-11.el7.x86_64.rpm > epel-release-7-11.noarch.rpm > elinks-0.12-0.37.pre6.el7.x86_64.rpm > ed-1.9-4.el7.x86_64.rpm > efivar-devel-36-11.el7.x86_64.rpm > emacs-filesystem-24.3-22.el7.noarch.rpm > efibootmgr-17-2.el7.x86_64.rpm > environment-modules-3.2.10-10.el7.x86_64.rpm > erlang-asn1-18.3.4.4-2.el7.x86_64.rpm > erlang-cosFileTransfer-18.3.4.4-2.el7.x86_64.rpm > erlang-18.3.4.4-2.el7.x86_64.rpm > epel-rpm-macros-7-21.noarch.rpm > erlang-cosNotification-18.3.4.4-2.el7.x86_64.rpm > erlang-compiler-18.3.4.4-2.el7.x86_64.rpm > erlang-cosEventDomain-18.3.4.4-2.el7.x86_64.rpm > erlang-cosEvent-18.3.4.4-2.el7.x86_64.rpm > erlang-erl_docgen-18.3.4.4-2.el7.x86_64.rpm > erlang-diameter-18.3.4.4-2.el7.x86_64.rpm > erlang-cosProperty-18.3.4.4-2.el7.x86_64.rpm > erlang-cosTransactions-18.3.4.4-2.el7.x86_64.rpm > erlang-cosTime-18.3.4.4-2.el7.x86_64.rpm > erlang-crypto-18.3.4.4-2.el7.x86_64.rpm > erlang-eldap-18.3.4.4-2.el7.x86_64.rpm > erlang-edoc-18.3.4.4-2.el7.x86_64.rpm > erlang-inets-18.3.4.4-2.el7.x86_64.rpm > erlang-eunit-18.3.4.4-2.el7.x86_64.rpm > erlang-jinterface-18.3.4.4-2.el7.x86_64.rpm > erlang-hipe-18.3.4.4-2.el7.x86_64.rpm > erlang-ic-18.3.4.4-2.el7.x86_64.rpm > erlang-erts-18.3.4.4-2.el7.x86_64.rpm > erlang-gs-18.3.4.4-2.el7.x86_64.rpm > erlang-erl_interface-18.3.4.4-2.el7.x86_64.rpm > erlang-orber-18.3.4.4-2.el7.x86_64.rpm > erlang-mnesia-18.3.4.4-2.el7.x86_64.rpm > erlang-ose-18.3.4.4-2.el7.x86_64.rpm > erlang-otp_mibs-18.3.4.4-2.el7.x86_64.rpm > erlang-odbc-18.3.4.4-2.el7.x86_64.rpm > erlang-os_mon-18.3.4.4-2.el7.x86_64.rpm > erlang-kernel-18.3.4.4-2.el7.x86_64.rpm > erlang-parsetools-18.3.4.4-2.el7.x86_64.rpm > erlang-snmp-18.3.4.4-2.el7.x86_64.rpm > erlang-public_key-18.3.4.4-2.el7.x86_64.rpm > erlang-ssl-18.3.4.4-2.el7.x86_64.rpm > erlang-percept-18.3.4.4-2.el7.x86_64.rpm > erlang-sasl-18.3.4.4-2.el7.x86_64.rpm > erlang-ssh-18.3.4.4-2.el7.x86_64.rpm > erlang-runtime_tools-18.3.4.4-2.el7.x86_64.rpm > erlang-sd_notify-0.1-9.el7.x86_64.rpm > erlang-tools-18.3.4.4-2.el7.x86_64.rpm > erlang-syntax_tools-18.3.4.4-2.el7.x86_64.rpm > erlang-xmerl-18.3.4.4-2.el7.x86_64.rpm > ethtool-4.8-9.el7.x86_64.rpm > eventlog-0.2.13-4.el7.x86_64.rpm > erlang-stdlib-18.3.4.4-2.el7.x86_64.rpm > expect-5.45-14.el7_1.x86_64.rpm > eventlog-devel-0.2.13-4.el7.x86_64.rpm > fedfs-utils-devel-0.10.5-0.el7.x86_64.rpm > fedfs-utils-common-0.10.5-0.el7.noarch.rpm > fedpkg-minimal-1.1.0-7.el7.noarch.rpm > fcgi-2.4.0-25.el7.x86_64.rpm > fedfs-utils-nsdbparams-0.10.5-0.el7.x86_64.rpm > fcgi-devel-2.4.0-25.el7.x86_64.rpm > fedfs-utils-lib-0.10.5-0.el7.x86_64.rpm > facter-2.4.4-4.el7.src.rpm > findutils-4.5.11-6.el7.x86_64.rpm > fio-3.7-2.el7.x86_64.rpm > fipscheck-1.4.1-6.el7.x86_64.rpm > file-devel-5.11-37.el7.x86_64.rpm > file-5.11-37.el7.x86_64.rpm > felix-framework-4.2.1-5.el7.noarch.rpm > filesystem-3.2-25.el7.x86_64.rpm > file-libs-5.11-37.el7.x86_64.rpm > fontawesome-fonts-web-4.4.0-1.el7.noarch.rpm > fipscheck-lib-1.4.1-6.el7.x86_64.rpm > fipscheck-devel-1.4.1-6.el7.x86_64.rpm > firewalld-0.5.3-5.el7.noarch.rpm > fontawesome-fonts-4.4.0-1.el7.noarch.rpm > flac-libs-1.3.0-5.el7_1.x86_64.rpm > flex-2.5.37-6.el7.x86_64.rpm > firewalld-filesystem-0.5.3-5.el7.noarch.rpm > fuse-2.9.2-11.el7.x86_64.rpm > fontconfig-devel-2.13.0-4.3.el7.x86_64.rpm > fribidi-devel-1.0.2-1.el7.x86_64.rpm > freetype-devel-2.8-12.el7.x86_64.rpm > fribidi-1.0.2-1.el7.x86_64.rpm > fontconfig-2.13.0-4.3.el7.x86_64.rpm > freetype-2.8-12.el7.x86_64.rpm > fontpackages-filesystem-1.44-8.el7.noarch.rpm > gamin-devel-0.1.10-16.el7.x86_64.rpm > gc-7.2d-7.el7.x86_64.rpm > gcc-c++-4.8.5-36.el7.x86_64.rpm > fuse-devel-2.9.2-11.el7.x86_64.rpm > gawk-4.0.2-4.el7_3.1.x86_64.rpm > gcc-4.8.5-36.el7.x86_64.rpm > gamin-0.1.10-16.el7.x86_64.rpm > fuse-libs-2.9.2-11.el7.x86_64.rpm > gd-2.0.35-26.el7.x86_64.rpm > GConf2-3.2.6-8.el7.x86_64.rpm > gdbm-devel-1.10-8.el7.x86_64.rpm > gdb-7.6.1-114.el7.x86_64.rpm > gdisk-0.8.10-2.el7.x86_64.rpm > gdbm-1.10-8.el7.x86_64.rpm > gdk-pixbuf2-devel-2.36.12-3.el7.x86_64.rpm > gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm > genisoimage-1.1.11-25.el7.x86_64.rpm > GeoIP-devel-1.5.0-13.el7.x86_64.rpm > geronimo-annotation-1.0-15.el7.noarch.rpm > GeoIP-1.5.0-13.el7.x86_64.rpm > gettext-common-devel-0.19.8.1-3.el7.noarch.rpm > geronimo-jms-1.1.1-19.el7.noarch.rpm > gettext-devel-0.19.8.1-3.el7.x86_64.rpm > gettext-0.19.8.1-3.el7.x86_64.rpm > giflib-4.1.6-9.el7.x86_64.rpm > glade-libs-3.20.0-1.el7.x86_64.rpm > ghostscript-9.07-31.el7_6.3.x86_64.rpm > ghostscript-fonts-5.50-32.el7.noarch.rpm > glibc-2.17-317.el7.x86_64.rpm > gettext-libs-0.19.8.1-3.el7.x86_64.rpm > git-1.8.3.1-20.el7.x86_64.rpm > glade-devel-3.20.0-1.el7.x86_64.rpm > glib-networking-2.56.1-1.el7.x86_64.rpm > glusterfs-5.2-1.el7.x86_64.rpm > gl-manpages-1.1-7.20130122.el7.noarch.rpm > glibc-headers-2.17-317.el7.x86_64.rpm > glibc-common-2.17-317.el7.x86_64.rpm > glibc-static-2.17-317.el7.x86_64.rpm > glibc-devel-2.17-317.el7.x86_64.rpm > glusterfs-api-5.2-1.el7.x86_64.rpm > glusterfs-devel-5.2-1.el7.x86_64.rpm > glusterfs-api-devel-5.2-1.el7.x86_64.rpm > glusterfs-libs-5.2-1.el7.x86_64.rpm > glusterfs-cli-5.2-1.el7.x86_64.rpm > glusterfs-server-5.2-1.el7.x86_64.rpm > glusterfs-extra-xlators-5.2-1.el7.x86_64.rpm > glusterfs-fuse-5.2-1.el7.x86_64.rpm > glusterfs-client-xlators-5.2-1.el7.x86_64.rpm > gnu-free-mono-fonts-20120503-8.el7.noarch.rpm > gnu-efi-3.0.8-2.el7.x86_64.rpm > gmp-6.0.0-15.el7.x86_64.rpm > gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm > gmp-devel-6.0.0-15.el7.x86_64.rpm > gnu-efi-devel-3.0.8-2.el7.x86_64.rpm > gnu-free-fonts-common-20120503-8.el7.noarch.rpm > gnome-doc-utils-0.20.10-5.el7.noarch.rpm > gnutls-c++-3.3.29-8.el7.x86_64.rpm > gnutls-devel-3.3.29-8.el7.x86_64.rpm > gnutls-dane-3.3.29-8.el7.x86_64.rpm > gnu-free-sans-fonts-20120503-8.el7.noarch.rpm > gnupg2-2.0.22-5.el7_5.x86_64.rpm > gnu-free-serif-fonts-20120503-8.el7.noarch.rpm > gnutls-3.3.29-8.el7.x86_64.rpm > gnulib-devel-0-14.20150325git.el7.noarch.rpm > golang-1.11.2-3.el7.x86_64.rpm > golang-github-cpuguy83-go-md2man-1.0.4-4.el7.x86_64.rpm > gobject-introspection-devel-1.56.1-1.el7.x86_64.rpm > gnutls-utils-3.3.29-8.el7.x86_64.rpm > golang-bin-1.11.2-3.el7.x86_64.rpm > golang-src-1.11.2-3.el7.noarch.rpm > go-bindata-3.0.7-9.gita0ff256.el7.x86_64.rpm > gobject-introspection-1.56.1-1.el7.x86_64.rpm > google-droid-serif-fonts-20120715-12.el7.noarch.rpm > google-droid-sans-mono-fonts-20120715-12.el7.noarch.rpm > google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch.rpm > google-noto-cjk-fonts-1.004-7.el7.noarch.rpm > google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch.rpm > google-guice-3.1.3-9.el7.noarch.rpm > google-droid-sans-fonts-20120715-12.el7.noarch.rpm > google-noto-fonts-common-20141117-5.el7.noarch.rpm > google-noto-serif-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-simplified-chinese-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-traditional-chinese-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-ui-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-korean-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-japanese-fonts-20141117-5.el7.noarch.rpm > google-noto-sans-cjk-fonts-20141117-5.el7.noarch.rpm > google-roboto-fonts-2.138-1.el7.noarch.rpm > google-roboto-mono-fonts-2.000986-0.1.20150923git.el7.noarch.rpm > google-roboto-slab-fonts-1.100263-0.5.20150923git.el7.noarch.rpm > gperftools-libs-2.6.1-1.el7.x86_64.rpm > gperf-3.0.4-8.el7.x86_64.rpm > google-roboto-condensed-fonts-2.138-1.el7.noarch.rpm > gperftools-devel-2.6.1-1.el7.x86_64.rpm > go-srpm-macros-2-17.el7.noarch.rpm > graphite2-devel-1.3.10-1.el7_3.x86_64.rpm > gpm-1.20.7-5.el7.x86_64.rpm > graphviz-2.30.1-21.el7.x86_64.rpm > gpm-devel-1.20.7-5.el7.x86_64.rpm > gpgme-1.3.2-5.el7.x86_64.rpm > grep-2.20-3.el7.x86_64.rpm > gpm-libs-1.20.7-5.el7.x86_64.rpm > graphite2-1.3.10-1.el7_3.x86_64.rpm > gsm-1.0.13-11.el7.x86_64.rpm > groff-1.22.2-8.el7.x86_64.rpm > gstreamer-plugins-good-0.10.31-13.el7.x86_64.rpm > gstreamer-0.10.36-7.el7.x86_64.rpm > grubby-8.28-25.el7.src.rpm > grub2-2.02-0.86.el7.centos.src.rpm > groff-base-1.22.2-8.el7.x86_64.rpm > gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm > gzip-1.5-10.el7.x86_64.rpm > guava-13.0-6.el7.noarch.rpm > gstreamer-tools-0.10.36-7.el7.x86_64.rpm > gtk-doc-1.28-2.el7.x86_64.rpm > gtk2-2.24.31-1.el7.x86_64.rpm > guile-2.0.9-5.el7.x86_64.rpm > gtk2-devel-2.24.31-1.el7.x86_64.rpm > hamcrest-1.3-6.el7.noarch.rpm > haproxy-1.5.18-8.el7.src.rpm > hdf5-mpich-1.8.13-7.el7.x86_64.rpm > harfbuzz-devel-1.7.5-2.el7.x86_64.rpm > hardlink-1.0-19.el7.x86_64.rpm > harfbuzz-icu-1.7.5-2.el7.x86_64.rpm > hdf5-openmpi-1.8.13-7.el7.x86_64.rpm > hdf5-1.8.13-7.el7.x86_64.rpm > harfbuzz-1.7.5-2.el7.x86_64.rpm > hicolor-icon-theme-0.12-7.el7.noarch.rpm > heat-cfntools-1.3.0-2.el7.noarch.rpm > hiera-1.3.4-5.el7.noarch.rpm > hivex-1.3.10-6.9.el7.x86_64.rpm > hiredis-0.12.1-1.el7.x86_64.rpm > hdparm-9.43-5.el7.x86_64.rpm > hiredis-devel-0.12.1-1.el7.x86_64.rpm > help2man-1.41.1-3.el7.noarch.rpm > hostname-3.13-3.el7.x86_64.rpm > horai-ume-gothic-fonts-610-2.el7.noarch.rpm > horai-ume-pmincho-fonts-610-2.el7.noarch.rpm > httpcomponents-client-4.2.5-5.el7_0.noarch.rpm > horai-ume-mincho-fonts-610-2.el7.noarch.rpm > hmaccalc-0.9.13-4.el7.x86_64.rpm > horai-ume-uigothic-fonts-610-2.el7.noarch.rpm > horai-ume-pgothic-fonts-610-2.el7.noarch.rpm > impallari-lobster-fonts-1.4-8.el7.noarch.rpm > infinipath-psm-3.3-26_g604758e_open.2.el7.x86_64.rpm > httpd-tools-2.4.6-95.el7.centos.x86_64.rpm > hwloc-libs-1.11.8-4.el7.x86_64.rpm > infiniband-diags-2.0.0-2.el7.x86_64.rpm > httpd-2.4.6-95.el7.centos.x86_64.rpm > httpcomponents-core-4.2.4-6.el7.noarch.rpm > hwdata-0.252-9.1.el7.x86_64.rpm > ipa-mincho-fonts-003.03-5.el7.noarch.rpm > ipa-pmincho-fonts-003.03-5.el7.noarch.rpm > iotop-0.6-4.el7.noarch.rpm > ipa-gothic-fonts-003.03-5.el7.noarch.rpm > initscripts-9.49.46-1.el7.src.rpm > ipa-pgothic-fonts-003.03-5.el7.noarch.rpm > info-5.1-5.el7.x86_64.rpm > intltool-0.50.2-7.el7.noarch.rpm > ipset-6.38-3.el7_6.x86_64.rpm > iptables-1.4.21-28.el7.x86_64.rpm > ipmitool-1.8.18-9.el7_7.x86_64.rpm > iptables-services-1.4.21-28.el7.x86_64.rpm > iptables-utils-1.4.21-28.el7.x86_64.rpm > ipset-libs-6.38-3.el7_6.x86_64.rpm > iproute-4.11.0-14.el7.x86_64.rpm > iperf3-3.1.7-2.el7.x86_64.rpm > iso-codes-3.46-2.el7.noarch.rpm > ivykis-devel-0.36.3-1.el7.x86_64.rpm > isomd5sum-1.0.10-5.el7.x86_64.rpm > iscsi-initiator-utils-iscsiuio-6.2.0.874-10.el7.x86_64.rpm > ivykis-0.36.3-1.el7.x86_64.rpm > ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch.rpm > iscsi-initiator-utils-6.2.0.874-10.el7.x86_64.rpm > iputils-20160308-10.el7.x86_64.rpm > javamail-1.4.6-8.el7.noarch.rpm > javassist-3.16.1-10.el7.noarch.rpm > javapackages-tools-3.4.1-11.el7.noarch.rpm > jakarta-commons-httpclient-3.1-16.el7_0.noarch.rpm > jasper-libs-1.900.1-33.el7.x86_64.rpm > jasper-devel-1.900.1-33.el7.x86_64.rpm > jansson-2.10-1.el7.x86_64.rpm > jbigkit-libs-2.0-11.el7.x86_64.rpm > jboss-transaction-1.1-api-1.0.1-8.el7.noarch.rpm > jboss-servlet-3.0-api-1.0.1-9.el7.noarch.rpm > jboss-ejb-3.1-api-1.0.2-10.el7.noarch.rpm > jomolhari-fonts-0.003-17.el7.noarch.rpm > jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch.rpm > jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarch.rpm > jline-1.0-8.el7.noarch.rpm > jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904.el7.noarch.rpm > json-glib-1.4.2-2.el7.x86_64.rpm > json-c-0.11-4.el7_0.x86_64.rpm > js-1.8.5-20.el7.x86_64.rpm > jsch-0.1.50-5.el7.noarch.rpm > jsoup-1.6.1-10.el7.noarch.rpm > jq-1.5-1.el7.x86_64.rpm > json-c-devel-0.11-4.el7_0.x86_64.rpm > json-glib-devel-1.4.2-2.el7.x86_64.rpm > julietaula-montserrat-fonts-7.200-5.el7.noarch.rpm > kbd-1.15.5-15.el7.x86_64.rpm > keyutils-1.5.8-3.el7.x86_64.rpm > kde-filesystem-4-47.el7.x86_64.rpm > jzlib-1.1.1-6.el7.noarch.rpm > junit-4.11-8.el7.noarch.rpm > kbd-legacy-1.15.5-15.el7.noarch.rpm > kbd-misc-1.15.5-15.el7.noarch.rpm > khmeros-bokor-fonts-5.0-17.el7.noarch.rpm > khmeros-fonts-common-5.0-17.el7.noarch.rpm > khmeros-handwritten-fonts-5.0-17.el7.noarch.rpm > khmeros-metal-chrieng-fonts-5.0-17.el7.noarch.rpm > keyutils-libs-1.5.8-3.el7.x86_64.rpm > keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm > khmeros-battambang-fonts-5.0-17.el7.noarch.rpm > khmeros-base-fonts-5.0-17.el7.noarch.rpm > khmeros-muol-fonts-5.0-17.el7.noarch.rpm > kpartx-0.4.9-119.el7.x86_64.rpm > kmod-libs-20-23.el7.x86_64.rpm > krb5-devel-1.15.1-34.el7.x86_64.rpm > kmod-devel-20-23.el7.x86_64.rpm > krb5-libs-1.15.1-34.el7.x86_64.rpm > khmeros-siemreap-fonts-5.0-17.el7.noarch.rpm > kmod-20-23.el7.x86_64.rpm > leveldb-1.12.0-11.el7.x86_64.rpm > latex2html-2012-3.el7.noarch.rpm > lato-fonts-2.015-1.el7.noarch.rpm > lapack-3.4.2-8.el7.x86_64.rpm > ldns-1.6.16-10.el7.x86_64.rpm > lcms2-2.6-3.el7.x86_64.rpm > lbzip2-2.5-1.el7.x86_64.rpm > less-458-9.el7.x86_64.rpm > libaio-0.3.109-13.el7.x86_64.rpm > libacl-devel-2.2.51-14.el7.x86_64.rpm > libarchive-devel-3.1.2-10.el7_2.x86_64.rpm > libaio-devel-0.3.109-13.el7.x86_64.rpm > libarchive-3.1.2-10.el7_2.x86_64.rpm > leveldb-devel-1.12.0-11.el7.x86_64.rpm > levien-inconsolata-fonts-1.01-11.el7.noarch.rpm > libacl-2.2.51-14.el7.x86_64.rpm > libatomic_ops-devel-7.2d-7.el7.x86_64.rpm > libbabeltrace-devel-1.2.4-3.1.el7.x86_64.rpm > libavc1394-0.5.3-14.el7.x86_64.rpm > libbabeltrace-1.2.4-3.1.el7.x86_64.rpm > libattr-2.4.46-13.el7.x86_64.rpm > libattr-devel-2.4.46-13.el7.x86_64.rpm > libassuan-2.1.0-3.el7.x86_64.rpm > libasyncns-0.8-7.el7.x86_64.rpm > libcap-ng-0.7.5-4.el7.x86_64.rpm > libcacard-devel-2.5.2-2.1.el7.x86_64.rpm > libcap-ng-devel-0.7.5-4.el7.x86_64.rpm > libcap-2.22-9.el7.x86_64.rpm > libbasicobjects-0.1.1-32.el7.x86_64.rpm > libblkid-devel-2.23.2-59.el7.x86_64.rpm > libcap-devel-2.22-9.el7.x86_64.rpm > libcacard-2.5.2-2.1.el7.x86_64.rpm > libcroco-0.6.12-4.el7.x86_64.rpm > libcomps-0.1.8-12.el7.x86_64.rpm > libconfig-1.4.9-5.el7.x86_64.rpm > libcmocka-1.1.5-1.el7.x86_64.rpm > libcollection-0.7.0-32.el7.x86_64.rpm > libcgroup-tools-0.41-21.el7.x86_64.rpm > libcgroup-0.41-21.el7.x86_64.rpm > libcmocka-devel-1.1.5-1.el7.x86_64.rpm > libdb-utils-5.3.21-24.el7.x86_64.rpm > libdb-5.3.21-24.el7.x86_64.rpm > libdbi-devel-0.8.4-6.el7.x86_64.rpm > libdbi-0.8.4-6.el7.x86_64.rpm > libdaemon-0.14-7.el7.x86_64.rpm > libdb-devel-5.3.21-24.el7.x86_64.rpm > libcurl-7.29.0-59.el7.x86_64.rpm > libcurl-devel-7.29.0-59.el7.x86_64.rpm > libepoxy-devel-1.5.2-1.el7.x86_64.rpm > libdv-1.0.0-17.el7.x86_64.rpm > libedit-3.0-12.20121213cvs.el7.x86_64.rpm > libepoxy-1.5.2-1.el7.x86_64.rpm > libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm > libdnf-0.22.5-1.el7_6.x86_64.rpm > libdwarf-20130207-4.el7.x86_64.rpm > liberasurecode-1.5.0-1.el7.x86_64.rpm > liberation-fonts-common-1.07.2-16.el7.noarch.rpm > liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm > liberation-serif-fonts-1.07.2-16.el7.noarch.rpm > libesmtp-devel-1.0.6-7.el7.x86_64.rpm > liberation-mono-fonts-1.07.2-16.el7.noarch.rpm > liberation-sans-fonts-1.07.2-16.el7.noarch.rpm > libestr-0.1.9-2.el7.x86_64.rpm > libesmtp-1.0.6-7.el7.x86_64.rpm > libfabric-1.6.1-2.el7.x86_64.rpm > libevent-2.0.21-4.el7.src.rpm > libfontenc-1.1.3-3.el7.x86_64.rpm > libffi-3.0.13-18.el7.x86_64.rpm > libgcrypt-1.5.3-14.el7.x86_64.rpm > libffi-devel-3.0.13-18.el7.x86_64.rpm > libev-4.15-7.el7.x86_64.rpm > libgcc-4.8.5-36.el7.x86_64.rpm > libgfortran-4.8.5-36.el7.x86_64.rpm > libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libgcrypt-devel-1.5.3-14.el7.x86_64.rpm > libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > libguestfs-1.38.2-12.el7_6.1.x86_64.rpm > libgpg-error-devel-1.12-3.el7.x86_64.rpm > libgnomekbd-3.26.0-1.el7.x86_64.rpm > libgnome-keyring-3.12.0-1.el7.x86_64.rpm > libgpg-error-1.12-3.el7.x86_64.rpm > libgomp-4.8.5-36.el7.x86_64.rpm > libgnomekbd-devel-3.26.0-1.el7.x86_64.rpm > libgusb-0.2.9-1.el7.x86_64.rpm > libICE-devel-1.0.9-9.el7.x86_64.rpm > libibmad-1.3.13-1.el7.x86_64.rpm > libidn-devel-1.28-4.el7.x86_64.rpm > libicu-devel-50.1.2-17.el7.x86_64.rpm > libICE-1.0.9-9.el7.x86_64.rpm > libidn-1.28-4.el7.x86_64.rpm > libicu-50.1.2-17.el7.x86_64.rpm > libiscsi-devel-1.9.0-7.el7.x86_64.rpm > libiec61883-1.2.0-10.el7.x86_64.rpm > libiscsi-1.9.0-7.el7.x86_64.rpm > libjpeg-turbo-1.2.90-8.el7.x86_64.rpm > libimagequant-2.8.2-2.el7.x86_64.rpm > libjpeg-turbo-devel-1.2.90-8.el7.x86_64.rpm > libini_config-1.3.1-32.el7.x86_64.rpm > libkadm5-1.15.1-34.el7.x86_64.rpm > libmnl-1.0.3-7.el7.x86_64.rpm > libmicrohttpd-devel-0.9.59-2.el7.x86_64.rpm > libmnl-devel-1.0.3-7.el7.x86_64.rpm > libmongo-client-0.1.8-1.el7.x86_64.rpm > libmicrohttpd-0.9.59-2.el7.x86_64.rpm > libmng-1.0.10-14.el7.x86_64.rpm > libmodulemd-1.6.3-1.el7.x86_64.rpm > libmodman-2.0.1-8.el7.x86_64.rpm > libmount-2.23.2-59.el7.x86_64.rpm > libndp-1.2-7.el7.x86_64.rpm > libmount-devel-2.23.2-59.el7.x86_64.rpm > libnet-devel-1.1.6-7.el7.x86_64.rpm > libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm > libmongo-client-devel-0.1.8-1.el7.x86_64.rpm > libnet-1.1.6-7.el7.x86_64.rpm > libmpc-1.0.1-3.el7.x86_64.rpm > libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm > libnetfilter_cthelper-1.0.0-9.el7.x86_64.rpm > libnetfilter_conntrack-devel-1.0.6-1.el7_3.x86_64.rpm > libnfnetlink-devel-1.0.1-4.el7.x86_64.rpm > libnfsidmap-devel-0.25-19.el7.x86_64.rpm > libnfsidmap-0.25-19.el7.x86_64.rpm > libnetfilter_cttimeout-1.0.0-6.el7.x86_64.rpm > libnfnetlink-1.0.1-4.el7.x86_64.rpm > libogg-devel-1.3.0-7.el7.x86_64.rpm > libnl3-cli-3.2.28-4.el7.x86_64.rpm > libnl-1.1.4-3.el7.x86_64.rpm > libnl3-devel-3.2.28-4.el7.x86_64.rpm > libnl-devel-1.1.4-3.el7.x86_64.rpm > libnl3-3.2.28-4.el7.x86_64.rpm > libosinfo-1.1.0-2.el7.x86_64.rpm > libogg-1.3.0-7.el7.x86_64.rpm > libpciaccess-0.14-1.el7.x86_64.rpm > libpciaccess-devel-0.14-1.el7.x86_64.rpm > libpcap-1.5.3-11.el7.x86_64.rpm > libpipeline-1.2.3-3.el7.x86_64.rpm > libpmem-1.5.1-2.1.el7.x86_64.rpm > libpmemblk-1.5.1-2.1.el7.x86_64.rpm > libpcap-devel-1.5.3-11.el7.x86_64.rpm > libpath_utils-0.2.1-32.el7.x86_64.rpm > libraw1394-2.1.0-2.el7.x86_64.rpm > libpsm2-compat-10.3.58-1.el7.x86_64.rpm > libproxy-0.4.11-11.el7.x86_64.rpm > libpsm2-10.3.58-1.el7.x86_64.rpm > libpwquality-1.2.3-5.el7.x86_64.rpm > libquadmath-4.8.5-36.el7.x86_64.rpm > libqhull-2015.2-1.el7.x86_64.rpm > librdmacm-17.2-3.el7.x86_64.rpm > libseccomp-devel-2.3.1-3.el7.x86_64.rpm > libselinux-2.5-14.1.el7.x86_64.rpm > librsvg2-2.40.20-1.el7.x86_64.rpm > libreport-filesystem-2.1.11-42.el7.centos.x86_64.rpm > librepo-1.8.1-7.el7.x86_64.rpm > libref_array-0.1.5-32.el7.x86_64.rpm > libseccomp-2.3.1-3.el7.x86_64.rpm > librdmacm-devel-1.1.0-2.el7.x86_64.rpm > libselinux-utils-2.5-14.1.el7.x86_64.rpm > libselinux-ruby-2.5-14.1.el7.x86_64.rpm > libselinux-python-2.5-14.1.el7.x86_64.rpm > libsepol-2.5-10.el7.x86_64.rpm > libselinux-devel-2.5-14.1.el7.x86_64.rpm > libSM-1.2.2-2.el7.x86_64.rpm > libsepol-devel-2.5-10.el7.x86_64.rpm > libshout-2.2.2-11.el7.x86_64.rpm > libssh2-1.8.0-4.el7.x86_64.rpm > libsndfile-1.0.25-12.el7.x86_64.rpm > libsmartcols-2.23.2-59.el7.x86_64.rpm > libSM-devel-1.2.2-2.el7.x86_64.rpm > libstdc++-4.8.5-36.el7.x86_64.rpm > libsolv-0.6.34-4.el7.x86_64.rpm > libssh2-devel-1.8.0-4.el7.x86_64.rpm > libsoup-2.62.2-2.el7.x86_64.rpm > libteam-1.27-5.el7.x86_64.rpm > libtheora-1.1.1-8.el7.x86_64.rpm > libtiff-4.0.3-35.el7.x86_64.rpm > libthai-0.1.14-9.el7.x86_64.rpm > libsysfs-2.1.0-16.el7.x86_64.rpm > libtasn1-4.10-1.el7.x86_64.rpm > libtasn1-devel-4.10-1.el7.x86_64.rpm > libstdc++-devel-4.8.5-36.el7.x86_64.rpm > libtool-2.4.2-22.el7_3.x86_64.rpm > libtirpc-devel-0.2.4-0.15.el7.x86_64.rpm > libtimezonemap-devel-0.4.4-1.el7.x86_64.rpm > libtommath-1.0-8.el7.x86_64.rpm > libtomcrypt-1.17-33.20170623gitcd6e602.el7.x86_64.rpm > libtiff-devel-4.0.3-35.el7.x86_64.rpm > libtirpc-0.2.4-0.15.el7.x86_64.rpm > libtimezonemap-0.4.4-1.el7.x86_64.rpm > libusb-0.1.4-3.el7.x86_64.rpm > libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm > libusb-devel-0.1.4-3.el7.x86_64.rpm > libunistring-0.9.3-9.el7.x86_64.rpm > libusal-1.1.11-25.el7.x86_64.rpm > libtool-ltdl-devel-2.4.2-22.el7_3.x86_64.rpm > libunwind-1.2-2.el7.x86_64.rpm > libusbx-1.0.21-1.el7.x86_64.rpm > libuuid-2.23.2-59.el7.x86_64.rpm > libv4l-0.9.5-4.el7.x86_64.rpm > libutempter-devel-1.1.6-4.el7.x86_64.rpm > libuuid-devel-2.23.2-59.el7.x86_64.rpm > libuser-devel-0.60-9.el7.x86_64.rpm > libuser-0.60-9.el7.x86_64.rpm > libutempter-1.1.6-4.el7.x86_64.rpm > libusbx-devel-1.0.21-1.el7.x86_64.rpm > libwayland-client-1.15.0-1.el7.x86_64.rpm > libverto-0.2.5-4.el7.x86_64.rpm > libverto-devel-0.2.5-4.el7.x86_64.rpm > libwayland-cursor-1.15.0-1.el7.x86_64.rpm > libvorbis-1.3.3-8.el7.1.x86_64.rpm > libverto-libevent-0.2.5-4.el7.x86_64.rpm > libvisual-0.4.0-16.el7.x86_64.rpm > libverto-tevent-0.2.5-4.el7.x86_64.rpm > libXau-1.0.8-2.1.el7.x86_64.rpm > libX11-common-1.6.7-2.el7.noarch.rpm > libXau-devel-1.0.8-2.1.el7.x86_64.rpm > libwayland-egl-1.15.0-1.el7.x86_64.rpm > libX11-1.6.7-2.el7.x86_64.rpm > libwayland-server-1.15.0-1.el7.x86_64.rpm > libX11-devel-1.6.7-2.el7.x86_64.rpm > libwebp-0.3.0-7.el7.x86_64.rpm > libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm > libXcursor-1.1.15-1.el7.x86_64.rpm > libxcb-1.13-1.el7.x86_64.rpm > libXdamage-1.1.4-4.1.el7.x86_64.rpm > libXaw-1.0.13-4.el7.x86_64.rpm > libXcomposite-0.4.4-4.1.el7.x86_64.rpm > libxcb-devel-1.13-1.el7.x86_64.rpm > libXcursor-devel-1.1.15-1.el7.x86_64.rpm > libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm > libXext-1.3.3-3.el7.x86_64.rpm > libXft-2.3.2-2.el7.x86_64.rpm > libXfixes-5.0.3-1.el7.x86_64.rpm > libXfont-1.5.4-1.el7.x86_64.rpm > libXft-devel-2.3.2-2.el7.x86_64.rpm > libXfixes-devel-5.0.3-1.el7.x86_64.rpm > libXext-devel-1.3.3-3.el7.x86_64.rpm > libXi-devel-1.7.9-1.el7.x86_64.rpm > libxklavier-5.4-7.el7.x86_64.rpm > libxkbfile-1.0.9-3.el7.x86_64.rpm > libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm > libxkbcommon-0.7.1-3.el7.x86_64.rpm > libXinerama-1.1.3-2.1.el7.x86_64.rpm > libXi-1.7.9-1.el7.x86_64.rpm > libxkbcommon-devel-0.7.1-3.el7.x86_64.rpm > libxklavier-devel-5.4-7.el7.x86_64.rpm > libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm > libXrandr-1.5.1-2.el7.x86_64.rpm > libXpm-3.5.12-1.el7.x86_64.rpm > libxml2-2.9.1-6.el7_2.3.x86_64.rpm > libXmu-1.1.2-2.el7.x86_64.rpm > libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm > libXpm-devel-3.5.12-1.el7.x86_64.rpm > libxslt-python-1.1.28-6.el7.x86_64.rpm > libXrender-devel-0.9.10-1.el7.x86_64.rpm > libxshmfence-1.2-1.el7.x86_64.rpm > libXrender-0.9.10-1.el7.x86_64.rpm > libxslt-devel-1.1.28-6.el7.x86_64.rpm > libXrandr-devel-1.5.1-2.el7.x86_64.rpm > libXt-1.1.5-3.el7.x86_64.rpm > libxslt-1.1.28-6.el7.x86_64.rpm > libzstd-1.4.2-1.el7.x86_64.rpm > libyaml-0.1.4-11.el7_0.x86_64.rpm > libXxf86vm-devel-1.1.4-1.el7.x86_64.rpm > lighttpd-1.4.54-1.el7.src.rpm > libXv-1.0.11-1.el7.x86_64.rpm > libXxf86vm-1.1.4-1.el7.x86_64.rpm > libXt-devel-1.1.5-3.el7.x86_64.rpm > libXtst-1.2.3-1.el7.x86_64.rpm > linux-libertine-biolinum-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm > linux-firmware-20190429-72.gitddde598.el7.noarch.rpm > linuxptp-2.0-2.el7.x86_64.rpm > linux-libertine-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm > linuxdoc-tools-0.9.68-5.el7.x86_64.rpm > linux-libertine-fonts-common-5.3.0-6.2012_07_02.el7.noarch.rpm > linuxptp-2.0-2.el7.src.rpm > linuxconsoletools-1.4.5-3.el7.x86_64.rpm > log4j-1.2.17-16.el7_4.noarch.rpm > lldpad-1.0.1-3.git036e314.el7.x86_64.rpm > lsof-4.87-6.el7.x86_64.rpm > lksctp-tools-1.0.17-2.el7.x86_64.rpm > lsscsi-0.27-6.el7.x86_64.rpm > lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm > logrotate-3.8.6-17.el7.src.rpm > lm_sensors-devel-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm > lttng-ust-2.10.0-1.el7.x86_64.rpm > lz4-1.7.5-2.el7.x86_64.rpm > lua-devel-5.1.4-15.el7.x86_64.rpm > lyx-fonts-2.2.3-1.el7.noarch.rpm > lynx-2.8.8-0.3.dev15.el7.x86_64.rpm > lz4-devel-1.7.5-2.el7.x86_64.rpm > lttng-ust-devel-2.10.0-1.el7.x86_64.rpm > lua-5.1.4-15.el7.x86_64.rpm > mailcap-2.1.41-2.el7.noarch.rpm > m2crypto-0.21.1-17.el7.x86_64.rpm > mailx-12.5-19.el7.x86_64.rpm > lzop-1.03-10.el7.x86_64.rpm > m4-1.4.16-10.el7.x86_64.rpm > lzo-2.06-8.el7.x86_64.rpm > lzo-devel-2.06-8.el7.x86_64.rpm > lzo-minilzo-2.06-8.el7.x86_64.rpm > make-3.82-23.el7.x86_64.rpm > mercurial-2.6.2-8.el7_4.x86_64.rpm > mdi-fonts-1.4.57.0-4.el7.noarch.rpm > man-db-2.6.3-11.el7.x86_64.rpm > memcached-1.4.39-1.el7.x86_64.rpm > mdi-common-1.4.57.0-4.el7.noarch.rpm > mcstrans-0.3.4-5.el7.x86_64.rpm > mdadm-4.1-rc1_2.el7.x86_64.rpm > mozilla-fira-fonts-common-4.202-1.el7.noarch.rpm > moyogo-molengo-fonts-0.10-9.el7.noarch.rpm > mesa-libwayland-egl-18.0.5-3.el7.x86_64.rpm > mesa-libwayland-egl-devel-18.0.5-3.el7.x86_64.rpm > mesa-libGLU-9.0.0-4.el7.x86_64.rpm > microcode_ctl-2.1-73.el7.x86_64.rpm > mesa-libGLU-devel-9.0.0-4.el7.x86_64.rpm > mod_wsgi-3.4-18.el7.x86_64.rpm > mpich-3.0-3.0.4-10.el7.x86_64.rpm > mozilla-fira-sans-fonts-4.202-1.el7.noarch.rpm > mozilla-fira-mono-fonts-4.202-1.el7.noarch.rpm > mpfr-3.1.1-4.el7.x86_64.rpm > mpich-3.0.4-8.el7.x86_64.rpm > mozjs17-17.0.0-20.el7.x86_64.rpm > mph-2b-damase-fonts-002.000-3.el7.noarch.rpm > mtools-4.0.18-5.el7.x86_64.rpm > mvapich2-2.0-psm-2.0a-9.el7.x86_64.rpm > multilib-rpm-config-1-6.el7.noarch.rpm > ncurses-5.9-14.20130511.el7_4.x86_64.rpm > mvapich2-2.0-2.0a-9.el7.x86_64.rpm > mvapich2-psm-2.0a-3.el7.x86_64.rpm > mvapich2-common-2.0a-3.el7.noarch.rpm > MySQL-python-1.2.5-1.el7.x86_64.rpm > mvapich2-2.0a-3.el7.x86_64.rpm > ndctl-libs-65-5.el7.x86_64.rpm > ncurses-static-5.9-14.20130511.el7_4.x86_64.rpm > neon-0.30.0-3.el7.x86_64.rpm > ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm > ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm > ncurses-base-5.9-14.20130511.el7_4.noarch.rpm > netcf-devel-0.2.8-4.el7.x86_64.rpm > nekohtml-1.9.14-13.el7.noarch.rpm > netpbm-progs-10.79.00-7.el7.x86_64.rpm > netpbm-10.79.00-7.el7.x86_64.rpm > netcf-libs-0.2.8-4.el7.x86_64.rpm > net-tools-2.0-0.24.20131004git.el7.src.rpm > nettle-2.7.1-8.el7.x86_64.rpm > net-tools-2.0-0.24.20131004git.el7.x86_64.rpm > newt-0.52.15-4.el7.x86_64.rpm > nettle-devel-2.7.1-8.el7.x86_64.rpm > nspr-devel-4.25.0-2.el7_9.x86_64.rpm > nspr-4.25.0-2.el7_9.x86_64.rpm > nscd-2.17-317.el7.x86_64.rpm > nss-3.53.1-3.el7_9.x86_64.rpm > nmap-ncat-6.40-16.el7.x86_64.rpm > nfs-utils-1.3.0-0.61.el7.x86_64.rpm > newt-devel-0.52.15-4.el7.x86_64.rpm > newt-python-0.52.15-4.el7.x86_64.rpm > nss-sysinit-3.53.1-3.el7_9.x86_64.rpm > nss-pam-ldapd-0.8.13-16.el7.x86_64.rpm > nss_compat_ossl-0.9.6-8.el7.x86_64.rpm > nss-util-3.53.1-1.el7_9.x86_64.rpm > nss-devel-3.53.1-3.el7_9.x86_64.rpm > nss-tools-3.53.1-3.el7_9.x86_64.rpm > nss-util-devel-3.53.1-1.el7_9.x86_64.rpm > nss-pem-1.0.3-5.el7.x86_64.rpm > OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm > numactl-devel-2.0.9-7.el7.x86_64.rpm > objectweb-asm-3.3.1-9.el7.noarch.rpm > nvme-cli-1.8.1-3.el7.x86_64.rpm > numactl-libs-2.0.9-7.el7.x86_64.rpm > oniguruma-5.9.5-3.el7.x86_64.rpm > oflb-asana-math-fonts-0.954-1.el7.noarch.rpm > ntp-4.2.6p5-29.el7.centos.2.src.rpm > openpgm-5.2.122-2.el7.x86_64.rpm > openjpeg-libs-1.5.1-18.el7.x86_64.rpm > openldap-2.4.44-20.el7.x86_64.rpm > openjade-1.3.2-45.el7.x86_64.rpm > openjpeg2-2.3.1-3.el7_7.x86_64.rpm > openmpi-1.10.7-2.el7.x86_64.rpm > openldap-2.4.44-20.el7.src.rpm > open-sans-fonts-1.10-1.el7.noarch.rpm > opensp-1.5.2-19.el7.x86_64.rpm > opensc-0.16.0-10.20170227git777e2a3.el7.x86_64.rpm > openssh-clients-7.4p1-21.el7.x86_64.rpm > openscap-scanner-1.2.17-13.el7_9.x86_64.rpm > openssh-7.4p1-21.el7.x86_64.rpm > openscap-1.2.17-13.el7_9.x86_64.rpm > opensm-libs-3.3.20-3.el7.x86_64.rpm > openssh-7.4p1-21.el7.src.rpm > openstack-barbican-api-9.0.0-1.el7.noarch.rpm > openstack-barbican-worker-9.0.0-1.el7.noarch.rpm > openstack-barbican-keystone-listener-9.0.0-1.el7.noarch.rpm > openssl-1.0.2k-16.el7.x86_64.rpm > openstack-barbican-common-9.0.0-1.el7.noarch.rpm > openssl-devel-1.0.2k-16.el7.x86_64.rpm > openstack-barbican-9.0.0-1.el7.noarch.rpm > openssl-libs-1.0.2k-16.el7.x86_64.rpm > openstack-nova-cert-14.0.8-1.el7.noarch.rpm > openstack-swift-object-2.15.1-1.el7.noarch.rpm > openstack-swift-proxy-2.15.1-1.el7.noarch.rpm > openstack-swift-doc-2.15.1-1.el7.noarch.rpm > openstack-keystone-16.0.0-1.el7.src.rpm > openstack-macros-2018.1.2-0.noarch.rpm > openstack-swift-container-2.15.1-1.el7.noarch.rpm > openstack-swift-account-2.15.1-1.el7.noarch.rpm > oxygen-sans-fonts-5.4.3-3.el7.noarch.rpm > opus-1.0.2-6.el7.x86_64.rpm > os-prober-1.58-9.el7.x86_64.rpm > oxygen-mono-fonts-5.4.3-3.el7.noarch.rpm > oxygen-fonts-common-5.4.3-3.el7.noarch.rpm > overpass-fonts-2.1-1.el7.noarch.rpm > osinfo-db-tools-1.1.0-1.el7.x86_64.rpm > orc-0.4.26-1.el7.x86_64.rpm > p11-kit-0.23.5-3.el7.x86_64.rpm > p11-kit-trust-0.23.5-3.el7.x86_64.rpm > p11-kit-devel-0.23.5-3.el7.x86_64.rpm > paktype-tehreer-fonts-4.1-2.el7.noarch.rpm > paktype-naqsh-fonts-4.1-2.el7.noarch.rpm > paktype-naskh-basic-fonts-4.1-3.el7.noarch.rpm > pam-1.1.8-22.el7.x86_64.rpm > pakchois-0.4-10.el7.x86_64.rpm > passwd-0.79-4.el7.x86_64.rpm > paratype-pt-sans-fonts-20101909-3.el7.noarch.rpm > pango-devel-1.42.4-1.el7.x86_64.rpm > paratype-pt-sans-caption-fonts-20101909-3.el7.noarch.rpm > patch-2.7.1-10.el7_5.x86_64.rpm > pam-devel-1.1.8-22.el7.x86_64.rpm > pango-1.42.4-1.el7.x86_64.rpm > parted-3.1-29.el7.src.rpm > pcsc-lite-ccid-1.4.10-14.el7.x86_64.rpm > pcsc-lite-1.8.8-8.el7.x86_64.rpm > pciutils-3.5.1-3.el7.x86_64.rpm > pciutils-devel-3.5.1-3.el7.x86_64.rpm > pcre-8.32-17.el7.x86_64.rpm > pcre-devel-8.32-17.el7.x86_64.rpm > pciutils-libs-3.5.1-3.el7.x86_64.rpm > patchutils-0.3.3-4.el7.x86_64.rpm > perl-constant-1.27-2.el7.noarch.rpm > perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm > perl-Business-ISBN-2.06-2.el7.noarch.rpm > pcsc-lite-libs-1.8.8-8.el7.x86_64.rpm > perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm > perl-Carp-1.26-244.el7.noarch.rpm > perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm > perl-5.16.3-299.el7_9.x86_64.rpm > perl-Encode-2.51-7.el7.x86_64.rpm > perl-Data-Dumper-2.145-3.el7.x86_64.rpm > perl-devel-5.16.3-299.el7_9.x86_64.rpm > perl-Digest-1.17-245.el7.noarch.rpm > perl-Digest-MD5-2.52-3.el7.x86_64.rpm > perl-Env-1.04-2.el7.noarch.rpm > perl-Encode-Locale-1.03-5.el7.noarch.rpm > perl-Error-0.17020-2.el7.noarch.rpm > perl-ExtUtils-Embed-1.30-299.el7_9.noarch.rpm > perl-Exporter-5.68-3.el7.noarch.rpm > perl-ExtUtils-Install-1.58-299.el7_9.noarch.rpm > perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm > perl-File-Temp-0.23.01-3.el7.noarch.rpm > perl-ExtUtils-ParseXS-3.18-3.el7.noarch.rpm > perl-File-Path-2.09-2.el7.noarch.rpm > perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm > perl-hivex-1.3.10-6.9.el7.x86_64.rpm > perl-Filter-1.49-3.el7.x86_64.rpm > perl-HTML-Tagset-3.20-15.el7.noarch.rpm > perl-Git-1.8.3.1-20.el7.noarch.rpm > perl-gettext-1.05-28.el7.x86_64.rpm > perl-Getopt-Long-2.40-3.el7.noarch.rpm > perl-HTML-Parser-3.71-4.el7.x86_64.rpm > perl-generators-1.08-7.el7.noarch.rpm > perl-IO-HTML-1.00-2.el7.noarch.rpm > perl-IO-Compress-2.061-2.el7.noarch.rpm > perl-HTTP-Message-6.06-6.el7.noarch.rpm > perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm > perl-HTTP-Date-6.02-8.el7.noarch.rpm > perl-HTTP-Tiny-0.033-3.el7.noarch.rpm > perl-libintl-1.20-12.el7.x86_64.rpm > perl-libs-5.16.3-299.el7_9.x86_64.rpm > perl-macros-5.16.3-299.el7_9.x86_64.rpm > perl-Pod-Simple-3.28-4.el7.noarch.rpm > perl-parent-0.225-244.el7.noarch.rpm > perl-podlators-2.5.1-3.el7.noarch.rpm > perl-Pod-Parser-1.61-2.el7.noarch.rpm > perl-Pod-Perldoc-3.20-4.el7.noarch.rpm > perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm > perl-PathTools-3.40-5.el7.x86_64.rpm > perl-Test-Harness-3.28-3.el7.noarch.rpm > perl-Pod-Usage-1.63-3.el7.noarch.rpm > perl-Socket-2.010-4.el7.x86_64.rpm > perl-SGMLSpm-1.03ii-31.el7.noarch.rpm > perl-srpm-macros-1-8.el7.noarch.rpm > perl-Storable-2.45-3.el7.x86_64.rpm > perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm > perl-TermReadKey-2.30-20.el7.x86_64.rpm > perl-threads-1.87-4.el7.x86_64.rpm > perl-TimeDate-2.30-2.el7.noarch.rpm > perl-Test-Simple-0.98-243.el7.noarch.rpm > perl-threads-shared-1.43-6.el7.x86_64.rpm > perl-Text-ParseWords-3.29-4.el7.noarch.rpm > perl-Text-Unidecode-0.04-20.el7.noarch.rpm > perl-Time-HiRes-1.9725-3.el7.x86_64.rpm > perl-Thread-Queue-3.02-2.el7.noarch.rpm > perl-XML-XPath-1.13-22.el7.noarch.rpm > phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm > phonon-4.6.0-10.el7.x86_64.rpm > perl-Time-Local-1.2300-2.el7.noarch.rpm > perl-version-0.99.07-3.el7.x86_64.rpm > perl-URI-1.60-9.el7.noarch.rpm > perl-XML-Parser-2.41-10.el7.x86_64.rpm > pesign-0.109-10.el7.x86_64.rpm > plexus-component-api-1.0-0.16.alpha15.el7.noarch.rpm > pigz-2.3.4-1.el7.x86_64.rpm > pixman-devel-0.34.0-1.el7.x86_64.rpm > pixman-0.34.0-1.el7.x86_64.rpm > pkgconfig-0.27.1-4.el7.x86_64.rpm > plexus-cipher-1.7-5.el7.noarch.rpm > pinentry-0.8.1-17.el7.x86_64.rpm > plexus-classworlds-2.4.2-8.el7.noarch.rpm > pm-utils-1.4.1-27.el7.x86_64.rpm > plexus-sec-dispatcher-1.4-13.el7.noarch.rpm > plexus-interpolation-1.15-8.el7.noarch.rpm > po4a-0.44-10.el7.noarch.rpm > plexus-interactivity-1.0-0.14.alpha6.el7.noarch.rpm > plexus-containers-component-annotations-1.5.5-14.el7.noarch.rpm > plexus-containers-container-default-1.5.5-14.el7.noarch.rpm > plexus-utils-3.0.9-9.el7.noarch.rpm > popt-1.13-16.el7.x86_64.rpm > popt-devel-1.13-16.el7.x86_64.rpm > polkit-pkla-compat-0.1-4.el7.x86_64.rpm > poppler-data-0.4.6-3.el7.noarch.rpm > polkit-docs-0.112-26.el7.noarch.rpm > polkit-0.112-26.el7.x86_64.rpm > poppler-0.26.5-20.el7.x86_64.rpm > polkit-devel-0.112-26.el7.x86_64.rpm > psmisc-22.20-15.el7.x86_64.rpm > pps-tools-devel-0-0.9.20120407git0deb9c.el7.x86_64.rpm > postgresql-server-9.2.24-1.el7_5.x86_64.rpm > postgresql-contrib-9.2.24-1.el7_5.x86_64.rpm > postgresql-libs-9.2.24-1.el7_5.x86_64.rpm > procps-ng-3.3.10-28.el7.x86_64.rpm > postgresql-9.2.24-1.el7_5.x86_64.rpm > postgresql-devel-9.2.24-1.el7_5.x86_64.rpm > puppet-barbican-11.3.0-1.el7.noarch.rpm > puppet-aodh-11.3.0-1.el7.noarch.rpm > puppet-apache-1.10.0-2.05a0aacgit.el7.noarch.rpm > puppet-4.8.2-1.el7.src.rpm > psutils-1.17-44.el7.x86_64.rpm > puppet-ceph-2.4.1-1.el7.src.rpm > puppet-certmonger-1.1.1-1.1157a7egit.el7.noarch.rpm > pth-2.0.7-23.el7.x86_64.rpm > puppet-haproxy-1.5.0-4.6ffcb07git.el7.src.rpm > puppet-horizon-11.5.0-1.el7.src.rpm > puppet-inifile-1.6.0-2.c1f1d1egit.el7.noarch.rpm > puppet-etcd-1.11.0-1.f43e129git.el7.noarch.rpm > puppet-concat-2.2.0-2.fdf4a84git.el7.noarch.rpm > puppet-firewall-1.8.2-2.2f892e9git.el7.noarch.rpm > puppet-collectd-5.1.0-2.4a3843cgit.el7.noarch.rpm > puppet-keystone-11.3.0-1.el7.src.rpm > puppet-rsync-0.4.0-1.8cc3c6fgit.el7.noarch.rpm > puppet-nssdb-1.0.1-1.el7.noarch.rpm > puppet-rabbitmq-5.6.0-4.5ac45degit.el7.src.rpm > puppet-oslo-11.3.0-1.el7.src.rpm > puppet-memcached-3.0.2-1.adf8b63git.el7.noarch.rpm > puppet-kmod-2.1.1-2.0d69a96git.el7.noarch.rpm > puppet-openstacklib-11.5.0-1.el7.src.rpm > puppet-mysql-3.11.0-1.920dd76git.el7.noarch.rpm > puppet-vcsrepo-1.4.0-2.6c88fb3git.el7.noarch.rpm > puppet-stdlib-4.18.0-2.el7.src.rpm > puppet-sysctl-0.0.11-1.el7.noarch.rpm > puppet-vswitch-7.3.0-1.el7.noarch.rpm > puppet-staging-1.0.4-1.b466d93git.el7.src.rpm > puppet-vlan-0.1.0-1.el7.noarch.rpm > puppet-xinetd-2.0.0-4.1d1e6d4git.el7.noarch.rpm > puppet-tempest-11.3.0-1.el7.noarch.rpm > pysendfile-2.0.0-5.el7.x86_64.rpm > pyflakes-1.3.0-2.el7.noarch.rpm > pygpgme-0.3-9.el7.x86_64.rpm > PyQt4-4.12-1.el7.x86_64.rpm > pyliblzma-0.5.3-11.el7.x86_64.rpm > pyparted-3.9-15.el7.x86_64.rpm > pycairo-1.8.10-8.el7.x86_64.rpm > pyparsing-2.1.10-3.el7.noarch.rpm > python2-automaton-1.12.1-1.el7.noarch.rpm > python2-alembic-0.9.7-1.el7.noarch.rpm > pyserial-2.6-6.el7.noarch.rpm > python-2.7.5-89.el7.src.rpm > python2-appdirs-1.4.0-4.el7.noarch.rpm > python2-amqp-2.1.4-3.el7.noarch.rpm > python2-asn1crypto-0.23.0-2.el7.noarch.rpm > python-2.7.5-89.el7.x86_64.rpm > python2-boto-2.45.0-3.el7.noarch.rpm > python2-botocore-1.12.75-1.el7.noarch.rpm > python2-barbican-8.0.0-0.1.0rc1.el7.noarch.rpm > python2-bitmath-1.3.1-1.el7.noarch.rpm > python2-cachez-0.1.0-2.el7.noarch.rpm > python2-barbicanclient-4.5.3-1.el7.noarch.rpm > python2-babel-2.3.4-1.el7.noarch.rpm > python2-bcrypt-3.1.6-2.el7.x86_64.rpm > python2-chardet-3.0.4-7.el7.noarch.rpm > python2-congressclient-1.8.0-1.el7.noarch.rpm > python2-cliff-2.13.0-1.el7.noarch.rpm > python2-castellan-0.19.0-1.el7.noarch.rpm > python2-certifi-2018.10.15-5.el7.noarch.rpm > python2-colorama-0.3.7-2.el7.noarch.rpm > python2-cffi-1.11.2-1.el7.x86_64.rpm > python2-ceilometerclient-2.9.0-1.el7.noarch.rpm > python2-cryptography-2.5-1.el7.x86_64.rpm > python2-cursive-0.1.2-1.el7.noarch.rpm > python2-daiquiri-1.2.1-1.el7.noarch.rpm > python2-cycler-0.10.0-2.el7.noarch.rpm > python2-Cython-0.25.2-3.el7.x86_64.rpm > python2-crypto-2.6.1-15.el7.x86_64.rpm > python2-coverage-4.4.1-1.el7.x86_64.rpm > python2-cotyledon-1.6.3-1.el7.noarch.rpm > python2-deprecation-1.0-3.el7.noarch.rpm > python2-designateclient-2.7.0-1.el7.noarch.rpm > python2-debtcollector-1.22.0-2.el7.noarch.rpm > python2-django-babel-0.4.0-2.el7.noarch.rpm > python2-defusedxml-0.5.0-2.el7.noarch.rpm > python2-django-1.11.20-1.el7.noarch.rpm > python2-dateutil-2.6.1-1.el7.noarch.rpm > python2-ddt-1.2.0-2.el7.noarch.rpm > python2-django-debreach-1.5.2-1.el7.noarch.rpm > python2-django-babel-0.6.2-1.el7.noarch.rpm > python2-django-compressor-2.1-5.el7.noarch.rpm > python2-extras-1.0.0-2.el7.noarch.rpm > python2-dulwich-0.18.4-1.el7.x86_64.rpm > python2-eventlet-0.24.1-3.el7.noarch.rpm > python2-dnf-4.0.9.2-1.el7_6.noarch.rpm > python2-django-formtools-2.1-1.el7.noarch.rpm > python2-funcsigs-1.0.2-4.el7.noarch.rpm > python2-flask-restful-0.3.6-7.el7.noarch.rpm > python2-functools32-3.2.3.2-1.el7.noarch.rpm > python2-future-0.16.0-4.el7.noarch.rpm > python2-futures-3.1.1-5.el7.noarch.rpm > python2-flask-1.0.2-1.el7.noarch.rpm > python2-fasteners-0.14.1-6.el7.noarch.rpm > python2-fixtures-3.0.0-7.el7.noarch.rpm > python2-gflags-2.0-5.el7.noarch.rpm > python2-gabbi-1.33.0-1.el7.noarch.rpm > python2-gluster-5.2-1.el7.x86_64.rpm > python2-google-auth-1.3.0-1.el7.noarch.rpm > python2-greenlet-0.4.9-1.el7.x86_64.rpm > python2-gevent-1.1.2-2.el7.x86_64.rpm > python2-gnocchiclient-3.3.1-1.el7.noarch.rpm > python2-futurist-1.3.1-1.el7.noarch.rpm > python2-ipaddress-1.0.18-5.el7.noarch.rpm > python2-iso8601-0.1.11-8.el7.noarch.rpm > python2-gunicorn-19.7.1-1.el7.noarch.rpm > python2-hacking-0.13.0-1.el7.noarch.rpm > python2-hawkey-0.22.5-1.el7_6.x86_64.rpm > python2-imagesize-0.7.1-5.el7.noarch.rpm > python2-idna-2.5-1.el7.noarch.rpm > python2-influxdb-4.0.0-1.el7.1.noarch.rpm > python2-jmespath-0.9.0-5.el7.noarch.rpm > python2-jsonpatch-1.21-1.el7.noarch.rpm > python2-jsonpatch-1.14-1.el7.noarch.rpm > python2-jsonpointer-1.10-4.el7.noarch.rpm > python2-jsonpath-rw-ext-1.0.0-1.el7.noarch.rpm > python2-json-logger-0.1.7-1.el7.noarch.rpm > python2-jinja2-2.8.1-1.el7.noarch.rpm > python2-jsonschema-2.6.0-2.el7.noarch.rpm > python2-ldappool-2.1.0-1.el7.noarch.rpm > python2-ldap-3.1.0-1.el7.x86_64.rpm > python2-libcomps-0.1.8-12.el7.x86_64.rpm > python2-kombu-4.0.2-5.el7.noarch.rpm > python2-keystonemiddleware-7.0.1-2.el7.noarch.rpm > python2-jwt-1.6.1-1.el7.noarch.rpm > python2-libdnf-0.22.5-1.el7_6.x86_64.rpm > python2-ldap3-2.4.1-3.el7.noarch.rpm > python2-microversion-parse-0.1.4-2.el7.noarch.rpm > python2-matplotlib-tk-2.0.0-1.el7.x86_64.rpm > python2-marathon-0.8.8-1.el7.noarch.rpm > python2-matplotlib-2.0.0-1.el7.x86_64.rpm > python2-mccabe-0.6.1-7.el7.noarch.rpm > python2-mimeparse-1.6.0-5.el7.noarch.rpm > python2-lz4-0.9.0-1.el7.x86_64.rpm > python2-markupsafe-0.23-16.el7.x86_64.rpm > python2-mox3-0.23.0-1.el7.noarch.rpm > python2-netaddr-0.7.19-5.el7.noarch.rpm > python2-mock-2.0.0-1.el7.noarch.rpm > python2-monascaclient-1.7.1-1.el7.noarch.rpm > python2-numexpr-2.6.1-3.el7.x86_64.rpm > python2-munch-2.2.0-2.el7.noarch.rpm > python2-murano-pkg-check-0.3.0-2.el7.noarch.rpm > python2-monotonic-1.5-1.el7.noarch.rpm > python2-osc-lib-tests-1.14.1-2.el7.noarch.rpm > python2-osc-lib-1.14.1-2.el7.noarch.rpm > python2-numpy-1.11.2-2.el7.x86_64.rpm > python2-olefile-0.46-2.el7.noarch.rpm > python2-os-client-config-1.28.0-1.el7.noarch.rpm > python2-oauthlib-2.0.1-8.el7.noarch.rpm > python2-openstack-doc-tools-1.3.0-2.el7.noarch.rpm > python2-oauth2client-4.0.0-2.el7.noarch.rpm > python2-oslo-db-4.40.0-1.el7.noarch.rpm > python2-oslo-concurrency-3.29.1-1.el7.noarch.rpm > python2-oslo-i18n-3.24.0-2.el7.noarch.rpm > python2-oslo-cache-1.30.3-1.el7.noarch.rpm > python2-oslo-config-6.8.1-1.el7.noarch.rpm > python2-oslo-db-tests-4.40.0-1.el7.noarch.rpm > python2-oslo-log-3.44.1-2.el7.noarch.rpm > python2-oslo-context-2.22.1-1.el7.noarch.rpm > python2-oslo-policy-2.3.2-1.el7.noarch.rpm > python2-oslo-reports-1.22.1-1.el7.noarch.rpm > python2-oslo-serialization-2.29.2-2.el7.noarch.rpm > python2-oslo-middleware-3.36.0-1.el7.noarch.rpm > python2-oslo-sphinx-4.15.2-1.el7.noarch.rpm > python2-oslo-rootwrap-5.9.1-1.el7.noarch.rpm > python2-oslo-privsep-1.22.1-1.el7.noarch.rpm > python2-oslo-service-1.38.0-1.el7.noarch.rpm > python2-oslo-versionedobjects-tests-1.33.3-1.el7.noarch.rpm > python2-oslotest-2.17.1-1.el7.noarch.rpm > python2-oslo-vmware-2.23.1-1.el7.noarch.rpm > python2-oslo-upgradecheck-0.2.1-1.el7.noarch.rpm > python2-oslo-utils-3.40.3-1.el7.noarch.rpm > python2-oslo-versionedobjects-1.33.3-1.el7.noarch.rpm > python2-osprofiler-1.11.0-1.el7.noarch.rpm > python2-osprofiler-2.3.0-1.el7.noarch.rpm > python2-os-win-2.2.0-1.el7.noarch.rpm > python2-pandas-0.19.1-2.el7.2.x86_64.rpm > python2-pankoclient-0.3.0-1.el7.noarch.rpm > python2-os-traits-0.3.3-1.el7.noarch.rpm > python2-os-service-types-1.3.0-1.el7.noarch.rpm > python2-ovsdbapp-0.4.3-1.el7.noarch.rpm > python2-os-xenapi-0.2.0-1.el7.noarch.rpm > python2-passlib-1.7.0-4.el7.noarch.rpm > python2-pillow-4.0.0-1.el7.x86_64.rpm > python2-pika-0.10.0-10.el7.noarch.rpm > python2-persist-queue-0.1.4-1.el7.noarch.rpm > python2-pika_pool-0.1.3-3.el7.noarch.rpm > python2-pecan-1.1.2-1.el7.noarch.rpm > python2-pbr-3.1.1-1.el7.noarch.rpm > python2-pifpaf-0.12.0-1.el7.noarch.rpm > python2-pexpect-4.6-1.el7.noarch.rpm > python2-pycodestyle-2.0.0-5.el7.noarch.rpm > python2-ptyprocess-0.5.2-3.el7.noarch.rpm > python2-pycryptodomex-3.9.7-1.el7.x86_64.rpm > python2-pyasn1-0.3.7-6.el7.noarch.rpm > python2-pycadf-2.6.0-1.el7.noarch.rpm > python2-psutil-5.2.2-2.el7.x86_64.rpm > python2-pyasn1-modules-0.3.7-6.el7.noarch.rpm > python2-positional-1.1.1-2.el7.noarch.rpm > python2-pygments-2.2.0-7.el7.noarch.rpm > python2-pyparsing-2.1.10-3.el7.noarch.rpm > python2-PyMySQL-0.9.2-2.el7.noarch.rpm > python2-pyroute2-0.4.19-1.el7.noarch.rpm > python2-pyngus-2.3.0-1.el7.noarch.rpm > python2-pysaml2-4.5.0-4.el7.noarch.rpm > python2-pyOpenSSL-17.3.0-3.el7.noarch.rpm > python2-pyOpenSSL-16.2.0-3.el7.noarch.rpm > python2-reno-2.5.0-1.el7.noarch.rpm > python2-qpid-proton-0.28.0-1.el7.x86_64.rpm > python2-requestsexceptions-1.4.0-1.el7.noarch.rpm > python2-rcssmin-1.0.6-2.el7.x86_64.rpm > python2-pytest-3.0.6-2.el7.noarch.rpm > python2-requests-2.21.0-2.el7.noarch.rpm > python2-pysnmp-4.3.2-3.el7.noarch.rpm > python2-requests-mock-1.5.2-3.el7.noarch.rpm > python2-ruamel-yaml-0.13.14-2.el7.x86_64.rpm > python2-retryz-0.1.8-1.el7.noarch.rpm > python2-rfc3986-1.2.0-1.el7.noarch.rpm > python2-ruamel-ordereddict-0.4.9-3.el7.x86_64.rpm > python2-rsa-3.4.1-1.el7.noarch.rpm > python2-rjsmin-1.0.12-2.el7.x86_64.rpm > python2-rpm-macros-3-34.el7.noarch.rpm > python2-requests-oauthlib-0.8.0-5.el7.noarch.rpm > python2-saharaclient-1.3.0-1.el7.noarch.rpm > python2-setuptools_scm-1.10.1-1.el7.noarch.rpm > python2-setuptools-22.0.5-1.el7.noarch.rpm > python2-scciclient-0.5.0-1.el7.noarch.rpm > python2-scipy-0.18.0-3.el7.x86_64.rpm > python2-scrypt-0.8.0-2.el7.x86_64.rpm > python2-senlinclient-1.4.0-1.el7.noarch.rpm > python2-scss-1.3.4-6.el7.x86_64.rpm > python2-sphinxcontrib-httpdomain-1.7.0-1.el7.noarch.rpm > python2-simplejson-3.10.0-7.el7.x86_64.rpm > python2-singledispatch-3.4.0.3-4.el7.noarch.rpm > python2-six-1.12.0-1.el7.noarch.rpm > python2-snowballstemmer-1.2.0-2.el7.noarch.rpm > python2-sphinx_rtd_theme-0.2.4-2.el7.0.noarch.rpm > python2-sphinx-1.6.2-3.el7.noarch.rpm > python2-sphinxcontrib-websupport-1.0.1-1.el7.noarch.rpm > python2-suds-0.7-0.4.94664ddd46a6.el7.noarch.rpm > python2-stevedore-1.25.1-1.el7.noarch.rpm > python2-swiftclient-3.4.0-1.el7.noarch.rpm > python2-sqlalchemy-1.1.11-1.el7.x86_64.rpm > python2-subunit-1.2.0-14.el7.noarch.rpm > python2-stestr-1.1.0-1.el7.noarch.rpm > python2-sphinx-theme-alabaster-0.7.9-4.el7.noarch.rpm > python2-statsd-3.2.1-5.el7.noarch.rpm > python2-tenacity-4.4.0-1.el7.noarch.rpm > python2-testresources-1.0.0-1.el7.noarch.rpm > python2-taskflow-2.14.1-1.el7.noarch.rpm > python2-tables-3.3.0-4.el7.x86_64.rpm > python2-tinyrpc-0.5-4.20170523git1f38ac.el7.noarch.rpm > python2-traceback2-1.4.0-7.el7.noarch.rpm > python2-testrepository-0.0.20-12.el7.noarch.rpm > python2-testscenarios-0.5.0-8.el7.noarch.rpm > python2-typing-3.6.1-1.el7.noarch.rpm > python2-webob-1.8.2-1.el7.noarch.rpm > python2-vine-1.1.3-2.el7.noarch.rpm > python2-troveclient-2.12.0-1.el7.noarch.rpm > python2-uritemplate-3.0.0-1.el7.noarch.rpm > python2-weakrefmethod-1.0.2-3.el7.noarch.rpm > python2-ujson-1.35-1.el7.x86_64.rpm > python2-twisted-16.1.1-3.el7.x86_64.rpm > python2-XStatic-1.0.1-8.el7.noarch.rpm > python2-XStatic-Angular-Bootstrap-2.2.0.0-1.el7.noarch.rpm > python2-XStatic-Angular-FileUpload-12.0.4.0-1.el7.noarch.rpm > python2-whoosh-2.7.4-5.el7.noarch.rpm > python2-XStatic-Angular-1.5.8.0-1.el7.noarch.rpm > python2-wsgi_intercept-1.2.2-1.el7.noarch.rpm > python2-wrapt-1.11.1-1.el7.x86_64.rpm > python2-XStatic-Angular-Gettext-2.3.8.0-1.el7.noarch.rpm > python2-XStatic-JSEncrypt-2.3.1.1-1.el7.noarch.rpm > python2-XStatic-Font-Awesome-4.7.0.0-3.el7.noarch.rpm > python2-XStatic-bootswatch-3.3.7.0-1.el7.noarch.rpm > python2-XStatic-Jasmine-2.4.1.1-1.el7.noarch.rpm > python2-XStatic-Angular-Schema-Form-0.8.13.0-0.1.pre_review.el7.noarch.rpm > python2-XStatic-mdi-1.4.57.0-4.el7.noarch.rpm > python2-XStatic-D3-3.5.17.0-1.el7.noarch.rpm > python2-XStatic-Bootstrap-SCSS-3.3.7.1-2.el7.noarch.rpm > python2-XStatic-objectpath-1.2.1.0-0.1.pre_review.el7.noarch.rpm > python2-yaql-1.1.0-3.el7.noarch.rpm > python2-XStatic-smart-table-1.4.13.2-1.el7.noarch.rpm > python2-yaql-1.1.3-2.el7.noarch.rpm > python2-XStatic-roboto-fontface-0.5.0.0-1.el7.noarch.rpm > python2-yappi-1.0-1.el7.x86_64.rpm > python2-XStatic-tv4-1.2.7.0-0.1.pre_review.el7.noarch.rpm > python2-XStatic-termjs-0.0.7.0-1.el7.noarch.rpm > python36-docutils-0.14-1.el7.noarch.rpm > python36-netaddr-0.7.18-3.el7.noarch.rpm > python36-pbr-4.2.0-3.el7.noarch.rpm > python36-mock-2.0.0-2.el7.noarch.rpm > python2-zake-0.2.2-2.el7.noarch.rpm > python36-iso8601-0.1.11-8.el7.noarch.rpm > python2-zaqarclient-1.7.0-1.el7.noarch.rpm > python3-3.6.8-10.el7.x86_64.rpm > python3-devel-3.6.8-10.el7.x86_64.rpm > python36-six-1.12.0-1.el7.noarch.rpm > python36-virtualenv-15.1.0-5.el7.noarch.rpm > python36-six-1.14.0-2.el7.noarch.rpm > python36-sqlalchemy-1.1.3-3.el7.x86_64.rpm > python3-libs-3.6.8-10.el7.x86_64.rpm > python36-psutil-5.6.7-1.el7.x86_64.rpm > python3-pip-9.0.3-5.el7.noarch.rpm > python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm > python3-setuptools-39.2.0-10.el7.noarch.rpm > python3-wheel-0.31.1-4.el7.noarch.rpm > python-backports-1.0-8.el7.x86_64.rpm > python-anyjson-0.3.3-3.el7.noarch.rpm > python3-rpm-macros-3-32.el7.noarch.rpm > python-aniso8601-0.82-3.el7.noarch.rpm > python3-rpm-generators-6-2.el7.noarch.rpm > python-Bottleneck-0.7.0-1.el7.x86_64.rpm > python-bson-3.0.3-1.el7.x86_64.rpm > python-betamax-0.7.1-1.el7.noarch.rpm > python-beautifulsoup4-4.6.0-1.el7.noarch.rpm > python-ceilometermiddleware-1.1.0-1.el7.noarch.rpm > python-boto3-1.4.6-5.el7.noarch.rpm > python-beaker-1.5.4-10.el7.noarch.rpm > python-cachetools-1.1.6-2.el7.noarch.rpm > python-cliff-2.8.2-1.el7.noarch.rpm > python-configshell-1.1.fb23-5.el7.noarch.rpm > python-cliff-tablib-1.1-3.el7.noarch.rpm > python-cherrypy-3.2.2-4.el7.noarch.rpm > python-configobj-4.7.2-7.el7.noarch.rpm > python-click-6.3-1.el7.noarch.rpm > python-cmd2-0.6.8-8.el7.noarch.rpm > python-characteristic-14.3.0-4.el7.noarch.rpm > python-croniter-0.3.4-2.el7.noarch.rpm > python-daemon-1.6-4.el7.noarch.rpm > python-decorator-3.4.0-3.el7.noarch.rpm > python-contextlib2-0.5.1-3.el7.noarch.rpm > python-deltarpm-3.6-3.el7.x86_64.rpm > python-dateutil-2.4.2-1.el7.noarch.rpm > python-construct-2.5.1-4.el7.noarch.rpm > python-d2to1-0.2.11-1.el7.noarch.rpm > python-django-bash-completion-1.11.20-1.el7.noarch.rpm > python-django-pyscss-2.0.2-1.el7.noarch.rpm > python-dns-1.15.0-5.el7.noarch.rpm > python-django-appconf-1.0.1-4.el7.noarch.rpm > python-docker-3.3.0-1.el7.src.rpm > python-django-compressor-2.0-1.el7.noarch.rpm > python-django-nose-1.4.3-1.el7.noarch.rpm > python-devel-2.7.5-89.el7.x86_64.rpm > python-docutils-0.11-0.3.20130715svn7687.el7.noarch.rpm > python-dracclient-1.3.0-1.el7.noarch.rpm > python-docker-pycreds-0.3.0-7.el7.noarch.rpm > python-dogpile-cache-0.6.2-1.el7.noarch.rpm > python-dogpile-core-0.4.1-2.el7.noarch.rpm > python-editor-0.4-4.el7.noarch.rpm > python-enum34-1.0.4-1.el7.noarch.rpm > python-ethtool-0.8-7.el7.x86_64.rpm > python-extras-0.0.3-2.el7.noarch.rpm > python-gobject-3.22.0-1.el7_4.1.x86_64.rpm > python-fixtures-3.0.0-2.el7.noarch.rpm > python-httplib2-0.9.2-1.el7.noarch.rpm > python-freezegun-0.3.8-2.el7.noarch.rpm > python-flake8-2.4.1-2.el7.noarch.rpm > python-firewall-0.5.3-5.el7.noarch.rpm > python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm > python-itsdangerous-0.23-2.el7.noarch.rpm > python-inotify-0.9.4-4.el7.noarch.rpm > python-ipaddr-2.1.11-1.el7.noarch.rpm > python-ipaddress-1.0.16-3.el7.noarch.rpm > python-javapackages-3.4.1-11.el7.noarch.rpm > python-IPy-0.75-6.el7.noarch.rpm > python-iniparse-0.4-9.el7.noarch.rpm > python-jsonpath-rw-1.2.3-2.el7.noarch.rpm > python-keyring-5.7.1-1.el7.src.rpm > python-kazoo-2.2.1-1.el7.noarch.rpm > python-kitchen-1.1.1-5.el7.noarch.rpm > python-kmod-0.9-4.el7.x86_64.rpm > python-kubernetes-8.0.0-8.el7.src.rpm > python-jwcrypto-0.4.2-1.el7.noarch.rpm > python-kerberos-1.1-15.el7.x86_64.rpm > python-kafka-1.3.1-1.el7.noarch.rpm > python-lockfile-0.9.1-4.el7.centos.noarch.rpm > python-lesscpy-0.9j-4.el7.noarch.rpm > python-logutils-0.3.3-3.el7.noarch.rpm > python-mako-0.8.1-2.el7.noarch.rpm > python-libs-2.7.5-89.el7.x86_64.rpm > python-linecache2-1.0.0-1.el7.noarch.rpm > python-lxml-3.2.1-4.el7.x86_64.rpm > python-linux-procfs-0.4.9-4.el7.noarch.rpm > python-migrate-0.11.0-1.el7.noarch.rpm > python-matplotlib-data-fonts-2.0.0-1.el7.noarch.rpm > python-netifaces-0.10.4-3.el7.x86_64.rpm > python-networkx-1.10-1.el7.noarch.rpm > python-memcached-1.58-1.el7.noarch.rpm > python-ncclient-0.4.2-2.el7.noarch.rpm > python-netaddr-0.7.18-1.el7.noarch.rpm > python-matplotlib-data-2.0.0-1.el7.noarch.rpm > python-openstackdocstheme-1.11.0-1.el7.src.rpm > python-networkx-core-1.10-1.el7.noarch.rpm > python-neutron-tests-11.0.6-1.el7.noarch.rpm > python-openstack-nose-plugin-0.11-4.el7.noarch.rpm > python-nose-1.3.7-7.el7.noarch.rpm > python-osc-lib-1.7.0-1.el7.src.rpm > python-oslo-cache-lang-1.30.3-1.el7.noarch.rpm > python-neutron-11.0.6-1.el7.noarch.rpm > python-oslo-messaging-5.30.6-1.el7.src.rpm > python-oslo-db-tests-4.25.1-1.el7.noarch.rpm > python-oslo-policy-lang-2.3.2-1.el7.noarch.rpm > python-oslo-db-lang-4.40.0-1.el7.noarch.rpm > python-oslo-i18n-lang-3.24.0-2.el7.noarch.rpm > python-oslo-middleware-lang-3.36.0-1.el7.noarch.rpm > python-oslo-log-lang-3.44.1-2.el7.noarch.rpm > python-oslo-concurrency-lang-3.29.1-1.el7.noarch.rpm > python-oslo-utils-lang-3.40.3-1.el7.noarch.rpm > python-oslo-privsep-lang-1.22.1-1.el7.noarch.rpm > python-oslo-vmware-lang-2.23.1-1.el7.noarch.rpm > python-os-testr-0.8.2-1.el7.noarch.rpm > python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm > python-oslo-versionedobjects-lang-1.33.3-1.el7.noarch.rpm > python-paramiko-2.1.1-9.el7.noarch.rpm > python-os-vif-1.9.1-1.el7.src.rpm > python-paste-deploy-1.5.2-6.el7.noarch.rpm > python-ply-3.4-11.el7.noarch.rpm > python-prettytable-0.7.2-3.el7.noarch.rpm > python-pathlib-1.0.1-1.el7.noarch.rpm > python-pep8-1.5.7-2.el7.noarch.rpm > python-proliantutils-2.4.0-1.el7.noarch.rpm > python-pint-0.6-2.el7.noarch.rpm > python-posix_ipc-0.9.8-1.el7.x86_64.rpm > python-pycurl-7.19.0-19.el7.x86_64.rpm > python-pycparser-2.14-1.el7.noarch.rpm > python-pyeclib-1.5.0-1.el7.x86_64.rpm > python-psycopg2-2.5.1-3.el7.src.rpm > python-pymongo-3.0.3-1.el7.x86_64.rpm > python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch.rpm > python-py-1.4.32-1.el7.noarch.rpm > python-pycadf-common-2.6.0-1.el7.noarch.rpm > python-repoze-lru-0.4-3.el7.noarch.rpm > python-retrying-1.2.3-4.el7.noarch.rpm > python-pytest-cov-2.5.1-1.el7.noarch.rpm > python-requests-kerberos-0.8.0-3.el7.noarch.rpm > python-redis-2.10.3-1.el7.noarch.rpm > python-repoze-who-2.1-1.el7.noarch.rpm > python-pytimeparse-1.1.5-1.el7.noarch.rpm > python-pyudev-0.15-9.el7.noarch.rpm > python-schedutils-0.4-6.el7.x86_64.rpm > python-rtslib-2.1.fb63-13.el7.noarch.rpm > python-setproctitle-1.1.9-4.el7.x86_64.rpm > python-rpm-macros-3-34.el7.noarch.rpm > python-semantic_version-2.4.2-2.el7.noarch.rpm > python-service-identity-14.0.0-4.el7.noarch.rpm > python-s3transfer-0.1.13-1.el7.noarch.rpm > python-routes-2.4.1-1.el7.noarch.rpm > python-sqlalchemy-utils-0.31.3-2.el7.noarch.rpm > python-simplejson-3.5.3-5.el7.x86_64.rpm > python-simplegeneric-0.8-7.el7.noarch.rpm > python-srpm-macros-3-34.el7.noarch.rpm > python-sphinx-locale-1.6.2-3.el7.noarch.rpm > python-slip-dbus-0.4.0-4.el7.noarch.rpm > python-sqlparse-0.1.18-5.el7.noarch.rpm > python-slip-0.4.0-4.el7.noarch.rpm > python-swift-2.15.1-1.el7.noarch.rpm > python-tempita-0.5.1-8.el7.noarch.rpm > python-subunit-1.0.0-1.el7.noarch.rpm > python-sysv_ipc-0.4.2-11.el7.x86_64.rpm > python-tablib-0.10.0-1.el7.noarch.rpm > python-subprocess32-3.2.6-4.el7.x86_64.rpm > python-tables-3.2.0-1.el7.x86_64.rpm > python-swift-tests-2.15.1-1.el7.noarch.rpm > python-testtools-1.8.0-2.el7.noarch.rpm > python-testscenarios-0.4-4.el7.noarch.rpm > python-unicodecsv-0.14.1-4.el7.noarch.rpm > python-trollius-2.1-4.el7.noarch.rpm > python-termcolor-1.1.0-4.el7.noarch.rpm > python-tooz-1.58.0-1.el7.noarch.rpm > python-testrepository-0.0.18-2.el7.noarch.rpm > python-UcsSdk-0.8.2.5-1.el7.noarch.rpm > python-voluptuous-0.8.9-1.el7.src.rpm > python-urlgrabber-3.10-9.el7.noarch.rpm > python-waitress-0.8.9-5.el7.noarch.rpm > python-versiontools-1.9.1-4.el7.noarch.rpm > python-unittest2-1.1.0-4.el7.noarch.rpm > python-warlock-1.0.1-1.el7.noarch.rpm > python-websocket-client-0.34.0-3.el7.noarch.rpm > python-urwid-1.1.1-3.el7.x86_64.rpm > python-webtest-2.0.23-1.el7.noarch.rpm > python-XStatic-Hogan-2.0.0.2-2.el7.noarch.rpm > python-wsme-0.9.2-1.el7.src.rpm > python-XStatic-Bootstrap-Datepicker-1.3.1.0-1.el7.noarch.rpm > python-XStatic-Angular-lrdragndrop-1.0.2.2-2.el7.noarch.rpm > python-werkzeug-0.9.1-2.el7.noarch.rpm > python-websockify-0.8.0-1.el7.noarch.rpm > python-XStatic-jQuery-1.10.2.1-1.el7.noarch.rpm > python-XStatic-Magic-Search-0.2.0.1-2.el7.noarch.rpm > python-XStatic-JQuery-TableSorter-2.14.5.1-2.el7.noarch.rpm > python-zmq-14.7.0-2.el7.x86_64.rpm > python-XStatic-JQuery-quicksearch-2.0.3.1-2.el7.noarch.rpm > python-XStatic-JQuery-Migrate-1.2.1.1-2.el7.noarch.rpm > python-XStatic-Rickshaw-1.5.0.0-4.el7.noarch.rpm > python-XStatic-Spin-1.2.5.2-2.el7.noarch.rpm > python-XStatic-jquery-ui-1.12.0.1-1.el7.noarch.rpm > qdox-1.12.1-10.el7.noarch.rpm > pytz-2016.10-2.el7.noarch.rpm > qrencode-devel-3.4.1-3.el7.x86_64.rpm > PyYAML-3.10-11.el7.x86_64.rpm > qemu-guest-agent-2.12.0-3.el7.x86_64.rpm > python-zope-interface-4.0.5-4.el7.x86_64.rpm > pyxattr-0.5.1-5.el7.x86_64.rpm > qpid-proton-c-0.28.0-1.el7.x86_64.rpm > rabbitmq-server-3.6.5-1.el7.noarch.rpm > quota-nls-4.01-17.el7.noarch.rpm > qt-settings-19-23.8.el7.centos.noarch.rpm > rabbitmq-server-3.6.5-1.el7.src.rpm > quota-4.01-17.el7.x86_64.rpm > qt-x11-4.8.7-2.el7.x86_64.rpm > qrencode-libs-3.4.1-3.el7.x86_64.rpm > qt-4.8.7-2.el7.x86_64.rpm > radvd-2.17-3.el7.x86_64.rpm > redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64.rpm > readline-devel-6.2-10.el7.x86_64.rpm > regexp-1.5-13.el7.noarch.rpm > readline-6.2-10.el7.x86_64.rpm > redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm > rdma-7.3_4.7_rc2-6.el7_3.noarch.rpm > redhat-rpm-config-9.1.0-87.el7.centos.noarch.rpm > rpcbind-0.2.0-47.el7.x86_64.rpm > rpm-4.11.3-35.el7.x86_64.rpm > roboto-fontface-common-0.5.0.0-1.el7.noarch.rpm > rpm-build-4.11.3-35.el7.x86_64.rpm > roboto-fontface-fonts-0.5.0.0-1.el7.noarch.rpm > rootfiles-8.1-11.el7.noarch.rpm > resource-agents-4.1.1-12.el7_6.7.src.rpm > rh-python36-mod_wsgi-4.5.17-2.el7.x86_64.rpm > rsync-3.1.2-4.el7.x86_64.rpm > rtctl-1.13-2.el7.noarch.rpm > ruby-2.0.0.648-36.el7.x86_64.rpm > rpm-libs-4.11.3-35.el7.x86_64.rpm > rpm-python-4.11.3-35.el7.x86_64.rpm > rpm-build-libs-4.11.3-35.el7.x86_64.rpm > ruby-devel-2.0.0.648-36.el7.x86_64.rpm > ruby-augeas-0.5.0-1.el7.x86_64.rpm > rubygem-rgen-0.6.6-2.el7.noarch.rpm > ruby-irb-2.0.0.648-36.el7.noarch.rpm > rubygem-rdoc-4.0.0-36.el7.noarch.rpm > rubygems-2.0.14.1-36.el7.noarch.rpm > rubygem-bigdecimal-1.2.0-36.el7.x86_64.rpm > rubygem-psych-2.0.0-36.el7.x86_64.rpm > rubygem-json-1.7.7-36.el7.x86_64.rpm > rubygem-io-console-0.4.2-36.el7.x86_64.rpm > sanlock-lib-3.6.0-1.el7.x86_64.rpm > sanlock-devel-3.6.0-1.el7.x86_64.rpm > sanlock-3.6.0-1.el7.x86_64.rpm > ruby-shadow-1.4.1-23.el7.x86_64.rpm > sazanami-mincho-fonts-0.20040629-22.el7.noarch.rpm > sazanami-fonts-common-0.20040629-22.el7.noarch.rpm > sazanami-gothic-fonts-0.20040629-22.el7.noarch.rpm > ruby-libs-2.0.0.648-36.el7.x86_64.rpm > SDL-devel-1.2.15-14.el7.x86_64.rpm > scl-utils-20130529-19.el7.x86_64.rpm > SDL-1.2.15-14.el7.x86_64.rpm > seabios-bin-1.11.0-2.el7.noarch.rpm > scl-utils-build-20130529-19.el7.x86_64.rpm > seavgabios-bin-1.11.0-2.el7.noarch.rpm > scrub-2.5.2-7.el7.x86_64.rpm > screen-4.1.0-0.27.20120314git3c2946.el7_9.x86_64.rpm > sed-4.2.2-5.el7.x86_64.rpm > sgml-common-0.6.3-39.el7.noarch.rpm > sgabios-bin-0.20110622svn-4.el7.noarch.rpm > setools-libs-3.3.8-4.el7.x86_64.rpm > setup-2.8.71-10.el7.src.rpm > sg3_utils-1.37-17.el7.x86_64.rpm > sg3_utils-libs-1.37-17.el7.x86_64.rpm > setup-2.8.71-10.el7.noarch.rpm > sharutils-4.13.3-8.el7.x86_64.rpm > shadow-utils-4.1.5.1-25.el7.x86_64.rpm > shim-15-1.el7.centos.src.rpm > sip-4.19-1.el7.x86_64.rpm > sil-mingzat-fonts-0.100-6.el7.noarch.rpm > sil-abyssinica-fonts-1.200-6.el7.noarch.rpm > shim-signed-15-1.el7.centos.src.rpm > shared-mime-info-1.8-4.el7.x86_64.rpm > snappy-1.1.0-3.el7.x86_64.rpm > sisu-inject-plexus-2.3.0-11.el7.noarch.rpm > slang-devel-2.2.4-11.el7.x86_64.rpm > slf4j-1.7.4-4.el7_4.noarch.rpm > smartmontools-6.5-1.el7.x86_64.rpm > slang-2.2.4-11.el7.x86_64.rpm > sisu-inject-bean-2.3.0-11.el7.noarch.rpm > snappy-devel-1.1.0-3.el7.x86_64.rpm > speex-1.2-0.19.rc1.el7.x86_64.rpm > spawn-fcgi-1.6.3-5.el7.x86_64.rpm > squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rpm > sqlite-3.7.17-8.el7_7.1.x86_64.rpm > socat-1.7.3.2-2.el7.x86_64.rpm > sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm > source-highlight-3.1.6-6.el7.x86_64.rpm > spax-1.5.2-13.el7.x86_64.rpm > subversion-libs-1.7.14-14.el7.x86_64.rpm > ssmtp-2.64-14.el7.x86_64.rpm > stix-math-fonts-1.1.0-5.el7.noarch.rpm > sshpass-1.06-1.el7.x86_64.rpm > subversion-1.7.14-14.el7.x86_64.rpm > stix-fonts-1.1.0-5.el7.noarch.rpm > strace-4.12-9.el7.x86_64.rpm > sudo-1.8.23-10.el7_9.1.src.rpm > syslinux-extlinux-4.05-15.el7.x86_64.rpm > syslog-ng-3.5.6-3.el7.x86_64.rpm > sysfsutils-2.1.0-16.el7.x86_64.rpm > supermin5-5.1.19-1.el7.x86_64.rpm > sysstat-10.1.5-17.el7.x86_64.rpm > swig-2.0.10-5.el7.x86_64.rpm > syslog-ng-libdbi-3.5.6-3.el7.x86_64.rpm > syslinux-4.05-15.el7.x86_64.rpm > sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm > taglib-1.8-7.20130218git.el7.x86_64.rpm > tboot-1.9.6-3.el7.src.rpm > tar-1.26-35.el7.x86_64.rpm > t1lib-5.1.2-14.el7.x86_64.rpm > targetcli-2.1.fb46-7.el7.noarch.rpm > systemd-219-78.el7_9.3.src.rpm > tangerine-fonts-1.3-2.el7.noarch.rpm > tcp_wrappers-libs-7.6-77.el7.x86_64.rpm > tcp_wrappers-7.6-77.el7.x86_64.rpm > tcl-devel-8.5.13-8.el7.x86_64.rpm > tcsh-6.18.01-15.el7.x86_64.rpm > terminus-fonts-4.38-3.el7.noarch.rpm > tcl-8.5.13-8.el7.x86_64.rpm > tcp_wrappers-devel-7.6-77.el7.x86_64.rpm > teamd-1.27-5.el7.x86_64.rpm > texlive-amsmath-svn29327.2.14-43.el7.noarch.rpm > texlive-algorithms-svn15878.0.1-43.el7.noarch.rpm > texlive-ae-svn15878.1.4-43.el7.noarch.rpm > texlive-amsfonts-svn29208.3.04-43.el7.noarch.rpm > texinfo-5.1-5.el7.x86_64.rpm > texi2html-1.82-10.el7.noarch.rpm > texlive-anysize-svn15878.0-43.el7.noarch.rpm > texlive-amscls-svn29207.0-43.el7.noarch.rpm > texlive-babel-svn24756.3.8m-43.el7.noarch.rpm > texlive-babelbib-svn25245.1.31-43.el7.noarch.rpm > texlive-base-2012-43.20130427_r30134.el7.noarch.rpm > texlive-avantgar-svn28614.0-43.el7.noarch.rpm > texlive-beamer-svn29349.3.26-43.el7.noarch.rpm > texlive-bera-svn20031.0-43.el7.noarch.rpm > texlive-beton-svn15878.0-43.el7.noarch.rpm > texlive-attachfile-svn21866.v1.5b-43.el7.noarch.rpm > texlive-charter-svn15878.0-43.el7.noarch.rpm > texlive-caption-svn29026.3.3__2013_02_03_-43.el7.noarch.rpm > texlive-bibtex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-breakurl-svn15878.1.30-43.el7.noarch.rpm > texlive-booktabs-svn15878.1.61803-43.el7.noarch.rpm > texlive-bookman-svn28614.0-43.el7.noarch.rpm > texlive-carlisle-svn18258.0-43.el7.noarch.rpm > texlive-bibtex-svn26689.0.99d-43.el7.noarch.rpm > texlive-chngcntr-svn17157.1.0a-43.el7.noarch.rpm > texlive-collection-basic-svn26314.0-43.20130427_r30134.el7.noarch.rpm > texlive-collection-documentation-base-svn17091.0-43.20130427_r30134.el7.noarch.rpm > texlive-cm-super-svn15878.0-43.el7.noarch.rpm > texlive-cmap-svn26568.0-43.el7.noarch.rpm > texlive-cite-svn19955.5.3-43.el7.noarch.rpm > texlive-cmextra-svn14075.0-43.el7.noarch.rpm > texlive-cm-svn29581.0-43.el7.noarch.rpm > texlive-csquotes-svn24393.5.1d-43.el7.noarch.rpm > texlive-courier-svn28614.0-43.el7.noarch.rpm > texlive-crop-svn15878.1.5-43.el7.noarch.rpm > texlive-colortbl-svn25394.v1.0a-43.el7.noarch.rpm > texlive-collection-latexrecommended-svn25795.0-43.20130427_r30134.el7.noarch.rpm > texlive-collection-latex-svn25030.0-43.20130427_r30134.el7.noarch.rpm > texlive-collection-fontsrecommended-svn28082.0-43.20130427_r30134.el7.noarch.rpm > texlive-ctable-svn26694.1.23-43.el7.noarch.rpm > texlive-dvipng-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-dvipdfmx-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-dvipdfmx-def-svn15878.0-43.el7.noarch.rpm > texlive-dvipdfm-bin-svn13663.0-43.20130427_r30134.el7.noarch.rpm > texlive-dvipdfm-svn26689.0.13.2d-43.el7.noarch.rpm > texlive-dvipdfmx-svn26765.0-43.el7.noarch.rpm > texlive-currfile-svn29012.0.7b-43.el7.noarch.rpm > texlive-dvipng-svn26689.1.14-43.el7.noarch.rpm > texlive-etex-pkg-svn15878.2.0-43.el7.noarch.rpm > texlive-enctex-svn28602.0-43.el7.noarch.rpm > texlive-dvips-svn29585.0-43.el7.noarch.rpm > texlive-eso-pic-svn21515.2.0c-43.el7.noarch.rpm > texlive-enumitem-svn24146.3.5.2-43.el7.noarch.rpm > texlive-ec-svn25033.1.0-43.el7.noarch.rpm > texlive-etex-svn22198.2.1-43.el7.noarch.rpm > texlive-dvips-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-euler-svn17261.2.5-43.el7.noarch.rpm > texlive-fancyref-svn15878.0.9c-43.el7.noarch.rpm > texlive-fancyhdr-svn15878.3.1-43.el7.noarch.rpm > texlive-etoolbox-svn20922.2.1-43.el7.noarch.rpm > texlive-extsizes-svn17263.1.4a-43.el7.noarch.rpm > texlive-fancybox-svn18304.1.4-43.el7.noarch.rpm > texlive-eurosym-svn17265.1.4_subrfix-43.el7.noarch.rpm > texlive-euro-svn22191.1.1-43.el7.noarch.rpm > texlive-fancyvrb-svn18492.2.8-43.el7.noarch.rpm > texlive-fix2col-svn17133.0-43.el7.noarch.rpm > texlive-fontspec-svn29412.v2.3a-43.el7.noarch.rpm > texlive-filehook-svn24280.0.5d-43.el7.noarch.rpm > texlive-footmisc-svn23330.5.5b-43.el7.noarch.rpm > texlive-filecontents-svn24250.1.3-43.el7.noarch.rpm > texlive-fpl-svn15878.1.002-43.el7.noarch.rpm > texlive-float-svn15878.1.3d-43.el7.noarch.rpm > texlive-gsftopk-svn26689.1.19.2-43.el7.noarch.rpm > texlive-graphics-svn25405.1.0o-43.el7.noarch.rpm > texlive-fp-svn15878.0-43.el7.noarch.rpm > texlive-geometry-svn19716.5.6-43.el7.noarch.rpm > texlive-gsftopk-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-helvetic-svn28614.0-43.el7.noarch.rpm > texlive-hyperref-svn28213.6.83m-43.el7.noarch.rpm > texlive-glyphlist-svn28576.0-43.el7.noarch.rpm > texlive-jknapltx-svn19440.0-43.el7.noarch.rpm > texlive-ifluatex-svn26725.1.3-43.el7.noarch.rpm > texlive-hyphen-base-svn29197.0-43.el7.noarch.rpm > texlive-kastrup-svn15878.0-43.el7.noarch.rpm > texlive-index-svn24099.4.1beta-43.el7.noarch.rpm > texlive-ifetex-svn24853.1.2-43.el7.noarch.rpm > texlive-ifxetex-svn19685.0.5-43.el7.noarch.rpm > texlive-hyph-utf8-svn29641.0-43.el7.noarch.rpm > texlive-l3packages-svn29361.SVN_4467-43.el7.noarch.rpm > texlive-l3kernel-svn29409.SVN_4469-43.el7.noarch.rpm > texlive-kpathsea-lib-2012-43.20130427_r30134.el7.x86_64.rpm > texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch.rpm > texlive-kpathsea-svn28792.0-43.el7.noarch.rpm > texlive-l3experimental-svn29361.SVN_4467-43.el7.noarch.rpm > texlive-koma-script-svn27255.3.11b-43.el7.noarch.rpm > texlive-kpathsea-bin-svn27347.0-43.20130427_r30134.el7.x86_64.rpm > texlive-ltxmisc-svn21927.0-43.el7.noarch.rpm > texlive-latex-bin-svn26689.0-43.el7.noarch.rpm > texlive-latex-svn27907.0-43.el7.noarch.rpm > texlive-lm-svn28119.2.004-43.el7.noarch.rpm > texlive-latex-fonts-svn28888.0-43.el7.noarch.rpm > texlive-lm-math-svn29044.1.958-43.el7.noarch.rpm > texlive-latexconfig-svn28991.0-43.el7.noarch.rpm > texlive-listings-svn15878.1.4-43.el7.noarch.rpm > texlive-luatexbase-svn22560.0.31-43.el7.noarch.rpm > texlive-makeindex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-luaotfload-svn26718.1.26-43.el7.noarch.rpm > texlive-lua-alt-getopt-svn29349.0.7.0-43.el7.noarch.rpm > texlive-luatex-svn26689.0.70.1-43.el7.noarch.rpm > texlive-luaotfload-bin-svn18579.0-43.20130427_r30134.el7.noarch.rpm > texlive-lualatex-math-svn29346.1.2-43.el7.noarch.rpm > texlive-luatex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm > texlive-metafont-svn26689.2.718281-43.el7.noarch.rpm > texlive-mathpazo-svn15878.1.003-43.el7.noarch.rpm > texlive-makeindex-svn26689.2.12-43.el7.noarch.rpm > texlive-mdwtools-svn15878.1.05.4-43.el7.noarch.rpm > texlive-marginnote-svn25880.v1.1i-43.el7.noarch.rpm > texlive-marvosym-svn29349.2.2a-43.el7.noarch.rpm > texlive-metafont-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm > texlive-memoir-svn21638.3.6j_patch_6.0g-43.el7.noarch.rpm > texlive-mh-svn29420.0-43.el7.noarch.rpm > texlive-mfnfss-svn19410.0-43.el7.noarch.rpm > texlive-mflogo-svn17487.0-43.el7.noarch.rpm > texlive-metalogo-svn18611.0.12-43.el7.noarch.rpm > texlive-mfware-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-microtype-svn29392.2.5-43.el7.noarch.rpm > texlive-misc-svn24955.0-43.el7.noarch.rpm > texlive-mfware-svn26689.0-43.el7.noarch.rpm > texlive-mptopdf-bin-svn18674.0-43.20130427_r30134.el7.noarch.rpm > texlive-ntgclass-svn15878.0-43.el7.noarch.rpm > texlive-ms-svn24467.0-43.el7.noarch.rpm > texlive-multido-svn18302.1.42-43.el7.noarch.rpm > texlive-mptopdf-svn26689.0-43.el7.noarch.rpm > texlive-natbib-svn20668.8.31b-43.el7.noarch.rpm > texlive-ncntrsbk-svn28614.0-43.el7.noarch.rpm > texlive-mparhack-svn15878.1.4-43.el7.noarch.rpm > texlive-pdfpages-svn27574.0.4t-43.el7.noarch.rpm > texlive-parallel-svn15878.0-43.el7.noarch.rpm > texlive-parskip-svn19963.2.0-43.el7.noarch.rpm > texlive-pdftex-bin-svn27321.0-43.20130427_r30134.el7.x86_64.rpm > texlive-oberdiek-svn26725.0-43.el7.noarch.rpm > texlive-paralist-svn15878.2.3b-43.el7.noarch.rpm > texlive-pdftex-def-svn22653.0.06d-43.el7.noarch.rpm > texlive-palatino-svn28614.0-43.el7.noarch.rpm > texlive-pgf-svn22614.2.10-43.el7.noarch.rpm > texlive-plain-svn26647.0-43.el7.noarch.rpm > texlive-pslatex-svn16416.0-43.el7.noarch.rpm > texlive-powerdot-svn25656.1.4i-43.el7.noarch.rpm > texlive-psfrag-svn15878.3.04-43.el7.noarch.rpm > texlive-psnfss-svn23394.9.2a-43.el7.noarch.rpm > texlive-preprint-svn16085.0-43.el7.noarch.rpm > texlive-pdftex-svn29585.1.40.11-43.el7.noarch.rpm > texlive-pst-grad-svn15878.1.06-43.el7.noarch.rpm > texlive-pst-fill-svn15878.1.01-43.el7.noarch.rpm > texlive-pst-eps-svn15878.1.0-43.el7.noarch.rpm > texlive-pspicture-svn15878.0-43.el7.noarch.rpm > texlive-pst-math-svn20176.0.61-43.el7.noarch.rpm > texlive-pst-3d-svn17257.1.10-43.el7.noarch.rpm > texlive-pst-coil-svn24020.1.06-43.el7.noarch.rpm > texlive-pst-blur-svn15878.2.0-43.el7.noarch.rpm > texlive-pst-plot-svn28729.1.44-43.el7.noarch.rpm > texlive-pst-text-svn15878.1.00-43.el7.noarch.rpm > texlive-pst-tree-svn24142.1.12-43.el7.noarch.rpm > texlive-pstricks-add-svn28750.3.59-43.el7.noarch.rpm > texlive-pstricks-svn29678.2.39-43.el7.noarch.rpm > texlive-pst-slpe-svn24391.1.31-43.el7.noarch.rpm > texlive-pxfonts-svn15878.0-43.el7.noarch.rpm > texlive-pst-node-svn27799.1.25-43.el7.noarch.rpm > texlive-qstest-svn15878.0-43.el7.noarch.rpm > texlive-sauerj-svn15878.0-43.el7.noarch.rpm > texlive-rotating-svn16832.2.16b-43.el7.noarch.rpm > texlive-section-svn20180.0-43.el7.noarch.rpm > texlive-rcs-svn15878.0-43.el7.noarch.rpm > texlive-seminar-svn18322.1.5-43.el7.noarch.rpm > texlive-rsfs-svn15878.0-43.el7.noarch.rpm > texlive-sansmath-svn17997.1.1-43.el7.noarch.rpm > texlive-tetex-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm > texlive-symbol-svn28614.0-43.el7.noarch.rpm > texlive-soul-svn15878.2.4-43.el7.noarch.rpm > texlive-subfig-svn15878.1.3-43.el7.noarch.rpm > texlive-setspace-svn24881.6.7a-43.el7.noarch.rpm > texlive-sepnum-svn20186.2.0-43.el7.noarch.rpm > texlive-tetex-svn29585.3.0-43.el7.noarch.rpm > texlive-showexpl-svn27790.v0.3j-43.el7.noarch.rpm > texlive-texconfig-svn29349.0-43.el7.noarch.rpm > texlive-tex-gyre-math-svn29045.0-43.el7.noarch.rpm > texlive-texlive.infra-bin-svn22566.0-43.20130427_r30134.el7.x86_64.rpm > texlive-tex-svn26689.3.1415926-43.el7.noarch.rpm > texlive-texconfig-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm > texlive-tex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm > texlive-texlive.infra-svn28217.0-43.el7.noarch.rpm > texlive-tex-gyre-svn18651.2.004-43.el7.noarch.rpm > texlive-txfonts-svn15878.0-43.el7.noarch.rpm > texlive-textcase-svn15878.0-43.el7.noarch.rpm > texlive-thumbpdf-bin-svn6898.0-43.20130427_r30134.el7.noarch.rpm > texlive-times-svn28614.0-43.el7.noarch.rpm > texlive-type1cm-svn21820.0-43.el7.noarch.rpm > texlive-tipa-svn29349.1.3-43.el7.noarch.rpm > texlive-tools-svn26263.0-43.el7.noarch.rpm > texlive-thumbpdf-svn26689.3.15-43.el7.noarch.rpm > texlive-utopia-svn15878.0-43.el7.noarch.rpm > texlive-unicode-math-svn29413.0.7d-43.el7.noarch.rpm > texlive-url-svn16864.3.2-43.el7.noarch.rpm > texlive-wasy-svn15878.0-43.el7.noarch.rpm > texlive-varwidth-svn24104.0.92-43.el7.noarch.rpm > texlive-underscore-svn18261.0-43.el7.noarch.rpm > texlive-typehtml-svn17134.0-43.el7.noarch.rpm > texlive-ucs-svn27549.2.1-43.el7.noarch.rpm > texlive-wasysym-svn15878.2.0-43.el7.noarch.rpm > texlive-xkeyval-svn27995.2.6a-43.el7.noarch.rpm > texlive-zapfding-svn28614.0-43.el7.noarch.rpm > texlive-xcolor-svn15878.2.11-43.el7.noarch.rpm > texlive-xdvi-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > texlive-zapfchan-svn28614.0-43.el7.noarch.rpm > texlive-xunicode-svn23897.0.981-43.el7.noarch.rpm > texlive-xdvi-svn26689.22.85-43.el7.noarch.rpm > thai-scalable-purisa-fonts-0.5.0-7.el7.noarch.rpm > texmacs-fedora-fonts-1.99.2-6.el7.noarch.rpm > thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm > thai-scalable-sawasdee-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-garuda-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-norasi-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-loma-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-kinnari-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-tlwgmono-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-tlwgtypist-fonts-0.5.0-7.el7.noarch.rpm > tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm > thai-scalable-umpush-fonts-0.5.0-7.el7.noarch.rpm > time-1.7-45.el7.x86_64.rpm > thai-scalable-tlwgtypewriter-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm > thai-scalable-tlwgtypo-fonts-0.5.0-7.el7.noarch.rpm > tomcat-servlet-3.0-api-7.0.76-8.el7_5.noarch.rpm > tk-8.5.13-6.el7.x86_64.rpm > tk-devel-8.5.13-6.el7.x86_64.rpm > tix-8.4.3-12.el7.x86_64.rpm > tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64.rpm > tpm2-abrmd-1.1.0-10.el7.x86_64.rpm > tix-devel-8.4.3-12.el7.x86_64.rpm > tpm2-abrmd-devel-1.1.0-10.el7.x86_64.rpm > traceroute-2.0.22-2.el7.x86_64.rpm > trabajo-fonts-2.0-2.el7.noarch.rpm > trousers-devel-0.3.14-2.el7.x86_64.rpm > tpm2-tss-1.4.0-2.el7.x86_64.rpm > tpm2-tss-devel-1.4.0-2.el7.x86_64.rpm > tpm2-tools-3.0.4-2.el7.src.rpm > ttmkfdir-3.0.9-42.el7.x86_64.rpm > trousers-0.3.14-2.el7.x86_64.rpm > unixODBC-devel-2.3.1-11.el7.x86_64.rpm > tulrich-tuffy-fonts-1.28-2.el7.noarch.rpm > tzdata-java-2018g-1.el7.noarch.rpm > tzdata-2018g-1.el7.noarch.rpm > unifont-fonts-10.0.07-2.el7.noarch.rpm > unixODBC-2.3.1-11.el7.x86_64.rpm > unbound-libs-1.6.6-5.el7_8.x86_64.rpm > tuna-0.13-6.el7.noarch.rpm > uriparser-0.7.5-9.el7.x86_64.rpm > ustr-1.0.4-16.el7.x86_64.rpm > usbredir-0.7.1-3.el7.x86_64.rpm > userspace-rcu-devel-0.10.0-3.el7.x86_64.rpm > userspace-rcu-0.10.0-3.el7.x86_64.rpm > unzip-6.0-21.el7.x86_64.rpm > usbredir-devel-0.7.1-3.el7.x86_64.rpm > urw-fonts-2.4-16.el7.noarch.rpm > virt-what-1.18-4.el7.x86_64.rpm > vim-filesystem-7.4.629-7.el7.x86_64.rpm > uuid-devel-1.6.2-26.el7.x86_64.rpm > uuid-1.6.2-26.el7.x86_64.rpm > vim-common-7.4.629-7.el7.x86_64.rpm > vim-enhanced-7.4.629-7.el7.x86_64.rpm > vim-minimal-7.4.629-7.el7.x86_64.rpm > ustr-devel-1.0.4-16.el7.x86_64.rpm > wavpack-4.60.1-9.el7.x86_64.rpm > web-assets-filesystem-5-1.el7.noarch.rpm > vlgothic-p-fonts-20130607-2.el7.noarch.rpm > wget-1.14-18.el7_6.1.x86_64.rpm > watchdog-5.13-12.el7.src.rpm > wayland-protocols-devel-1.14-1.el7.noarch.rpm > wayland-devel-1.15.0-1.el7.x86_64.rpm > vlgothic-fonts-20130607-2.el7.noarch.rpm > xalan-j2-2.7.1-23.el7.noarch.rpm > wqy-unibit-fonts-1.1.0-13.el7.noarch.rpm > wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm > xfsprogs-4.5.0-18.el7.x86_64.rpm > xbean-3.13-6.el7.noarch.rpm > xerces-j2-2.11.0-17.el7_0.noarch.rpm > wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch.rpm > which-2.20-7.el7.x86_64.rpm > xkeyboard-config-2.24-1.el7.noarch.rpm > xmlsec1-1.2.20-7.el7_4.x86_64.rpm > xhtml1-dtds-1.0-20020801.11.el7.noarch.rpm > xfsprogs-devel-4.5.0-18.el7.x86_64.rpm > xmlsec1-openssl-1.2.20-7.el7_4.x86_64.rpm > xml-commons-apis-1.4.01-16.el7.noarch.rpm > xml-commons-resolver-1.2-15.el7.noarch.rpm > xml-common-0.6.3-39.el7.noarch.rpm > xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm > XStatic-Angular-common-1.5.8.0-1.el7.noarch.rpm > xorg-x11-proto-devel-2018.4-1.el7.noarch.rpm > xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm > xorg-x11-font-utils-7.5-21.el7.x86_64.rpm > xstatic-angular-bootstrap-common-2.2.0.0-1.el7.noarch.rpm > xmlstarlet-1.6.1-1.el7.x86_64.rpm > xmlto-0.0.25-7.el7.x86_64.rpm > xstatic-jsencrypt-common-2.3.1.1-1.el7.noarch.rpm > xstatic-objectpath-common-1.2.1.0-0.1.pre_review.el7.noarch.rpm > xstatic-d3-common-3.5.17.0-1.el7.noarch.rpm > xstatic-angular-gettext-common-2.3.8.0-1.el7.noarch.rpm > xstatic-angular-schema-form-common-0.8.13.0-0.1.pre_review.el7.noarch.rpm > xstatic-angular-fileupload-common-12.0.4.0-1.el7.noarch.rpm > xstatic-bootstrap-scss-common-3.3.7.1-2.el7.noarch.rpm > xstatic-jasmine-common-2.4.1.1-1.el7.noarch.rpm > xstatic-smart-table-common-1.4.13.2-1.el7.noarch.rpm > xz-libs-5.2.2-1.el7.x86_64.rpm > xz-devel-5.2.2-1.el7.x86_64.rpm > yajl-devel-2.0.4-4.el7.x86_64.rpm > xz-5.2.2-1.el7.x86_64.rpm > xstatic-tv4-common-1.2.7.0-0.1.pre_review.el7.noarch.rpm > xstatic-termjs-common-0.0.7.0-1.el7.noarch.rpm > yajl-2.0.4-4.el7.x86_64.rpm > zip-3.0-11.el7.x86_64.rpm > yum-3.4.3-161.el7.centos.noarch.rpm > yum-utils-1.1.31-50.el7.noarch.rpm > zlib-1.2.7-18.el7.x86_64.rpm > yasm-1.2.0-4.el7.x86_64.rpm > yum-metadata-parser-1.1.4-10.el7.x86_64.rpm > zeromq-4.0.5-4.el7.x86_64.rpm > yum-plugin-fastestmirror-1.1.31-50.el7.noarch.rpm > zlib-devel-1.2.7-18.el7.x86_64.rpm > zvbi-fonts-0.2.35-1.el7.noarch.rpm > zziplib-0.13.62-9.el7.x86_64.rpm > > > > On Tuesday 28 September 2021 20:37:11 PM (+07:00), Scott Little wrote: > >> And when you look in those logs what do you see? >> >> Scott >> >> >> On 2021-09-27 10:59 a.m., Embedded Devel wrote: >>> [Please note: This e-mail is from an EXTERNAL e-mail address] >>> >>> it did continue, until the the end but did provide and error message about failed and missing rpms >>> >>> [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log >>> -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log >>> -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt >>> -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt >>> >>> >>> >>> On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: >>> >>>> I don't think the entitlement server message is a fatal one. >>>> >>>> Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages. >>>> >>>> >>>> On 2021-09-27 6:24 a.m., Embedded Devel wrote: >>>>> [Please note: This e-mail is from an EXTERNAL e-mail address] >>>>> >>>>> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>>> my errors below... >>>>> >>>>>> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container >>>>>> >>>>>> Download packages? >>>>>> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: >>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>>>> >>>>>> ended up with >>>>>> >>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >>>>>> >>>>>> so i register after hunting around google.... >>>>>> >>>>>> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach >>>>>> >>>>>> and re-run >>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>>>> >>>>>> now its saying >>>>>> >>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >>>>>> >>>>>> so... how do i resolve this, i cant fix things and help if i cant build and test :) >>>>> On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: >>>>> >>>>>> Hi, >>>>>> >>>>>> I'm trying to build StarlingX ISO following the Layered Build Guide. >>>>>> >>>>>> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: >>>>>> >>>>>> # go tool dist test -run=^test:0_1$ >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>>>> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>>>> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >>>>>> ##### API check >>>>>> # go tool dist test -run=^api$ >>>>>> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>>>> FAILED >>>>>> RPM build errors: >>>>>> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >>>>>> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} >>>>>> BUILDSTDERR: Macro expanded in comment on line 149: %{version} >>>>>> BUILDSTDERR: Macro expanded in comment on line 150: %{version} >>>>>> BUILDSTDERR: Macro expanded in comment on line 151: %{version} >>>>>> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >>>>>> Child return code was: 1 >>>>>> EXCEPTION: [Error()] >>>>>> Traceback (most recent call last): >>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace >>>>>> result = func(*args, **kw) >>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status >>>>>> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >>>>>> mockbuild.exception.Error: Command failed: >>>>>> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec >>>>>> >>>>>> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. >>>>>> >>>>>> How can I fix this? Can anybody give me some comments to fix this? >>>>>> >>>>>> Thanks, >>>>>> Shigeru >>>>>> >>>>>> _______________________________________________ >>>>>> Starlingx-discuss mailing list >>>>>> Starlingx-discuss at lists.starlingx.io >>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>>>> >>>>> -- >>>>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >>>>> >>>>> _______________________________________________ >>>>> Starlingx-discuss mailing list >>>>> Starlingx-discuss at lists.starlingx.io >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> >>>> _______________________________________________ >>>> Starlingx-discuss mailing list >>>> Starlingx-discuss at lists.starlingx.io >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>> >>> -- >>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >> >> > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Wed Sep 29 13:50:39 2021 From: lists at optimcloud.com (Embedded Devel) Date: Wed, 29 Sep 2021 13:50:39 +0000 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <7540d5ce-044a-6cc0-4964-f6da460de674@windriver.com> References: <7540d5ce-044a-6cc0-4964-f6da460de674@windriver.com> Message-ID: <1632923115439.3385151852.3900369438@optimcloud.com> definitely have access to the mirror ping mirror.starlingx.cengn.ca PING mirror.starlingx.cengn.ca (135.84.106.45) 56(84) bytes of data. 64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=1 ttl=48 time=258 ms 64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=2 ttl=48 time=257 ms 64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=3 ttl=48 time=257 ms ^C --- mirror.starlingx.cengn.ca ping statistics --- 3 packets transmitted, 3 received, 0% packet loss, time 2001ms [dingo at fb411205a904 /]$ cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools [dingo at fb411205a904 centos-mirror-tools]$ wget http://mirror.starlingx.cengn.ca/ --2021-09-29 13:45:01-- http://mirror.starlingx.cengn.ca/ Resolving mirror.starlingx.cengn.ca (mirror.starlingx.cengn.ca)... 135.84.106.45 Connecting to mirror.starlingx.cengn.ca (mirror.starlingx.cengn.ca)|135.84.106.45|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 612 [text/html] Saving to: ?index.html? 100%[=====================================================================================================================>] 612 --.-K/s in 0s 2021-09-29 13:45:02 (114 MB/s) - ?index.html? saved [612/612] as for the download logs, seeing this error same as before Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.docker.com; Unknown error" Trying other mirror. One of the configured repositories failed (Starlingx-download.docker.com_linux_centos_7_source_stable - download.docker.com_linux_centos_7_source_stable), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). 3. Run the command with the repository temporarily disabled yum --disablerepo=Starlingx-download.docker.com_linux_centos_7_source_stable ... 4. Disable the repository permanently, so yum won't use it by default. Yum will then just ignore the repository until you permanently enable it again or use --enablerepo for temporary usage: yum-config-manager --disable Starlingx-download.docker.com_linux_centos_7_source_stable or subscription-manager repos --disable=Starlingx-download.docker.com_linux_centos_7_source_stable 5. Configure the failing repository to be skipped, if it is unavailable. Note that yum will try to contact the repo. when it runs most commands, so will have to try and fail each time (and thus. yum will be be much slower). If it is a very temporary problem though, this is often a nice compromise: yum-config-manager --save --setopt=Starlingx-download.docker.com_linux_centos_7_source_stable.skip_if_unavailable=true failure: repodata/repomd.xml from Starlingx-download.docker.com_linux_centos_7_source_stable: [Errno 256] No more mirrors to try. https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.docker.com; Unknown error" makecache retry: 5 yum -c /localdisk/loadbuild/dingo/master/tmp/yum/yum.conf --releasever=7 clean all Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.001' Cleaning repos: CENGN_StarlingX-C7.6.1810-atomic which is odd... curl fails.... [dingo at fb411205a904 centos-mirror-tools]$ ping download.docker.com PING d2h67oheeuigaw.cloudfront.net (13.225.97.72) 56(84) bytes of data. 64 bytes from server-13-225-97-72.hkg60.r.cloudfront.net (13.225.97.72): icmp_seq=1 ttl=243 time=37.4 ms 64 bytes from server-13-225-97-72.hkg60.r.cloudfront.net (13.225.97.72): icmp_seq=2 ttl=243 time=33.3 ms ^C --- d2h67oheeuigaw.cloudfront.net ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 33.316/35.376/37.436/2.060 ms [dingo at fb411205a904 centos-mirror-tools]$ curl https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml curl: (6) Could not resolve host: download.docker.com; Unknown error [dingo at fb411205a904 centos-mirror-tools]$ ping download.docker.com PING download.docker.com (13.225.97.38) 56(84) bytes of data. 64 bytes from server-13-225-97-38.hkg60.r.cloudfront.net (13.225.97.38): icmp_seq=1 ttl=243 time=34.0 ms 64 bytes from server-13-225-97-38.hkg60.r.cloudfront.net (13.225.97.38): icmp_seq=2 ttl=243 time=33.8 ms ^C --- download.docker.com ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms On Wednesday 29 September 2021 20:41:16 PM (+07:00), Scott Little wrote: > Can you confirm you have network access to http://mirror.starlingx.cengn.ca/mirror/ ? > > Test both from the host, and from within the builder container. > > You may have a firewall or proxy issue. > > A discussion of proxy settings (if required) is included under ... > https://docs.starlingx.io/developer_resources/build_guide.html#prepare-the-base-docker-image > > Relevant logs to include in future correspondence would be ... > stx-tools/centos-mirror-tools/logs/*download*log > > ...or even the console output. > > Scott > > > On 2021-09-28 10:07 p.m., Embedded Devel wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > Welp for 1 it tells me like every file needed is missing, so building from tools doesnt work properly for some reason > > > > cat logs/L1_srpms_missing_centos3rdparties.log > > audit-2.8.4-4.el7.x86_64.rpm > > audit-libs-devel-2.8.4-4.el7.x86_64.rpm > > adwaita-icon-theme-3.28.0-1.el7.noarch.rpm > > audit-libs-2.8.4-4.el7.x86_64.rpm > > alsa-lib-devel-1.1.6-2.el7.x86_64.rpm > > audit-libs-python-2.8.4-4.el7.x86_64.rpm > > alsa-lib-1.1.6-2.el7.x86_64.rpm > > adwaita-cursor-theme-3.28.0-1.el7.noarch.rpm > > copy-jdk-configs-3.3-10.el7_5.noarch.rpm > > containernetworking-plugins-0.8.1-1.el7.centos.x86_64.rpm > > collectd-5.8.1-4.el7.x86_64.rpm > > devtoolset-7-binutils-2.28-11.el7.x86_64.rpm > > collectd-python-5.8.1-4.el7.x86_64.rpm > > CUnit-2.1.3-8.el7.x86_64.rpm > > CUnit-devel-2.1.3-8.el7.x86_64.rpm > > cppcheck-1.88-3.el7.x86_64.rpm > > devtoolset-7-gcc-7.3.1-5.10.el7.x86_64.rpm > > docker-ce-cli-18.09.6-3.el7.x86_64.rpm > > devtoolset-7-runtime-7.1-4.el7.x86_64.rpm > > elfutils-default-yama-scope-0.176-2.el7.noarch.rpm > > devtoolset-7-gcc-c++-7.3.1-5.10.el7.x86_64.rpm > > docker-ce-18.09.6-3.el7.x86_64.rpm > > devtoolset-7-libstdc++-devel-7.3.1-5.10.el7.x86_64.rpm > > elfutils-0.176-2.el7.x86_64.rpm > > gssproxy-0.7.0-21.el7.x86_64.rpm > > elfutils-libs-0.176-2.el7.x86_64.rpm > > gtk3-devel-3.22.30-3.el7.x86_64.rpm > > gtk3-3.22.30-3.el7.x86_64.rpm > > gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rpm > > elfutils-libelf-0.176-2.el7.x86_64.rpm > > elfutils-devel-0.176-2.el7.x86_64.rpm > > elfutils-libelf-devel-0.176-2.el7.x86_64.rpm > > gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm > > java-1.8.0-openjdk-devel-1.8.0.191.b12-1.el7_6.x86_64.rpm > > java-1.8.0-openjdk-headless-1.8.0.191.b12-1.el7_6.x86_64.rpm > > iprutils-2.4.16.1-1.el7.x86_64.rpm > > gtk3-devel-docs-3.22.30-3.el7.x86_64.rpm > > ima-evm-utils-1.1-2.el7.x86_64.rpm > > java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64.rpm > > ima-evm-utils-devel-1.1-2.el7.x86_64.rpm > > kata-ksm-throttler-1.11.0-3.1.x86_64.rpm > > kata-linux-container-5.4.32.73-3.1.x86_64.rpm > > kata-shim-1.11.0-3.1.x86_64.rpm > > kata-runtime-1.11.0-3.1.x86_64.rpm > > kata-proxy-1.11.0-3.1.x86_64.rpm > > kata-containers-image-1.11.0-3.1.x86_64.rpm > > kata-proxy-bin-1.11.0-3.1.x86_64.rpm > > kata-linux-container-debug-5.4.32.73-3.1.x86_64.rpm > > libcom_err-devel-1.42.9-13.el7.x86_64.rpm > > libldb-1.3.4-1.el7.x86_64.rpm > > libcom_err-1.42.9-13.el7.x86_64.rpm > > libdrm-devel-2.4.91-3.el7.x86_64.rpm > > kexec-tools-2.0.15-21.el7.x86_64.rpm > > libdrm-2.4.91-3.el7.x86_64.rpm > > libblkid-2.23.2-59.el7.x86_64.rpm > > kata-shim-bin-1.11.0-3.1.x86_64.rpm > > libsemanage-devel-2.5-14.el7.x86_64.rpm > > libtalloc-2.1.13-1.el7.x86_64.rpm > > libss-1.42.9-13.el7.x86_64.rpm > > liboath-devel-2.4.1-9.el7.x86_64.rpm > > libsemanage-2.5-14.el7.x86_64.rpm > > liboath-2.4.1-9.el7.x86_64.rpm > > libsemanage-python-2.5-14.el7.x86_64.rpm > > libss-devel-1.42.9-13.el7.x86_64.rpm > > libwbclient-4.10.16-5.el7.x86_64.rpm > > mesa-libEGL-18.0.5-3.el7.x86_64.rpm > > mesa-libEGL-devel-18.0.5-3.el7.x86_64.rpm > > lvm2-2.02.177-4.el7.x86_64.rpm > > libtevent-0.9.39-1.el7.x86_64.rpm > > lvm2-libs-2.02.177-4.el7.x86_64.rpm > > mesa-libgbm-18.0.5-3.el7.x86_64.rpm > > libtdb-1.3.18-1.el7.x86_64.rpm > > mesa-libglapi-18.0.5-3.el7.x86_64.rpm > > nss-softokn-freebl-3.53.1-6.el7_9.x86_64.rpm > > mesa-libGL-devel-18.0.5-3.el7.x86_64.rpm > > mesa-libGL-18.0.5-3.el7.x86_64.rpm > > NetworkManager-glib-1.12.0-8.el7_6.x86_64.rpm > > NetworkManager-glib-devel-1.12.0-8.el7_6.x86_64.rpm > > nss-softokn-devel-3.53.1-6.el7_9.x86_64.rpm > > nss-softokn-3.53.1-6.el7_9.x86_64.rpm > > openscap-1.2.17-2.el7.x86_64.rpm > > openstack-tempest-17.2.0-4.el7.noarch.rpm > > osinfo-db-20180531-1.el7.noarch.rpm > > nss-softokn-freebl-devel-3.53.1-6.el7_9.x86_64.rpm > > ntfs-3g-2017.3.23-11.el7.x86_64.rpm > > openscap-scanner-1.2.17-2.el7.x86_64.rpm > > ntfsprogs-2017.3.23-11.el7.x86_64.rpm > > ntfs-3g-devel-2017.3.23-11.el7.x86_64.rpm > > pulseaudio-libs-10.0-5.el7.x86_64.rpm > > policycoreutils-newrole-2.5-29.el7.x86_64.rpm > > policycoreutils-2.5-29.el7.x86_64.rpm > > OVMF-20180508-6.gitee3198e672e2.el7.noarch.rpm > > pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm > > policycoreutils-python-2.5-29.el7.x86_64.rpm > > policycoreutils-devel-2.5-29.el7.x86_64.rpm > > pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm > > python2-msgpack-0.6.1-2.el7.x86_64.rpm > > python2-requests-mock-1.5.2-3.el7.noarch.rpm > > python2-pysocks-1.6.8-6.el7.noarch.rpm > > python2-manilaclient-1.17.3-1.el7.noarch.rpm > > python2-os-brick-1.15.6-1.el7.noarch.rpm > > pykickstart-1.99.66.19-2.el7.noarch.rpm > > python2-mistralclient-3.1.4-1.el7.noarch.rpm > > python2-google-api-client-1.6.3-1.el7.noarch.rpm > > python2-sushy-1.1.1-1.el7.noarch.rpm > > python2-tempestconf-1.1.3-1.el7.noarch.rpm > > python-ironic-lib-2.10.1-1.el7.noarch.rpm > > python-ironic-inspector-client-2.1.0-1.el7.noarch.rpm > > python2-urllib3-1.21.1-1.el7.noarch.rpm > > python-tempest-17.2.0-4.el7.noarch.rpm > > python2-scapy-2.4.0-3.el7.noarch.rpm > > python-libguestfs-1.38.2-12.el7_6.1.x86_64.rpm > > qemu-vanilla-4.1.1+git.99c5874a9b-3.1.x86_64.rpm > > python-virtualenv-15.1.0-2.el7.noarch.rpm > > rest-0.8.1-2.el7.x86_64.rpm > > qemu-vanilla-data-4.1.1+git.99c5874a9b-3.1.x86_64.rpm > > samba-client-libs-4.10.16-5.el7.x86_64.rpm > > qemu-vanilla-bin-4.1.1+git.99c5874a9b-3.1.x86_64.rpm > > samba-common-libs-4.10.16-5.el7.x86_64.rpm > > samba-common-4.10.16-5.el7.noarch.rpm > > spice-server-0.14.0-9.el7.x86_64.rpm > > selinux-policy-devel-3.13.1-229.el7_6.6.noarch.rpm > > selinux-policy-minimum-3.13.1-229.el7_6.6.noarch.rpm > > selinux-policy-targeted-3.13.1-229.el7_6.6.noarch.rpm > > spice-protocol-0.12.14-1.el7.noarch.rpm > > selinux-policy-3.13.1-229.el7_6.6.noarch.rpm > > selinux-policy-mls-3.13.1-229.el7_6.6.noarch.rpm > > spice-server-devel-0.14.0-9.el7.x86_64.rpm > > systemd-libs-219-78.el7_9.3.x86_64.rpm > > systemtap-runtime-3.3-3.el7.x86_64.rpm > > systemd-219-78.el7_9.3.x86_64.rpm > > systemd-sysv-219-78.el7_9.3.x86_64.rpm > > systemtap-3.3-3.el7.x86_64.rpm > > systemtap-devel-3.3-3.el7.x86_64.rpm > > systemtap-client-3.3-3.el7.x86_64.rpm > > systemd-devel-219-78.el7_9.3.x86_64.rpm > > tkinter-2.7.5-76.el7.x86_64.rpm > > tcpdump-4.9.2-4.el7_7.1.x86_64.rpm > > valgrind-devel-3.13.0-13.el7.x86_64.rpm > > util-linux-2.23.2-59.el7.x86_64.rpm > > systemtap-sdt-devel-3.3-3.el7.x86_64.rpm > > valgrind-3.13.0-13.el7.x86_64.rpm > > tuned-profiles-realtime-2.8.0-5.el7.noarch.rpm > > tuned-2.8.0-5.el7.noarch.rpm > > > > [dingo at ffdf31df919a centos-mirror-tools]$ cat logs/L1_srpms_missing_centos.log > > adobe-source-han-sans-cn-fonts-1.000-2.el7.noarch.rpm > > adobe-source-han-sans-twhk-fonts-1.000-1.el7.noarch.rpm > > acpid-2.0.19-9.el7.x86_64.rpm > > adobe-source-sans-pro-fonts-2.020-1.el7.noarch.rpm > > abattis-cantarell-fonts-0.0.25-1.el7.noarch.rpm > > acl-2.2.51-14.el7.x86_64.rpm > > adobe-source-code-pro-fonts-2.030.1.050-5.el7.noarch.rpm > > acpica-tools-20160527-3.el7.x86_64.rpm > > aether-util-1.13.1-13.el7.noarch.rpm > > amiri-fonts-common-0.109-1.el7.noarch.rpm > > aether-connector-wagon-1.13.1-13.el7.noarch.rpm > > aether-api-1.13.1-13.el7.noarch.rpm > > anaconda-21.48.22.147-1.el7.centos.src.rpm > > aether-spi-1.13.1-13.el7.noarch.rpm > > amiri-fonts-0.109-1.el7.noarch.rpm > > aether-impl-1.13.1-13.el7.noarch.rpm > > apache-commons-logging-1.1.2-7.el7.noarch.rpm > > aopalliance-1.0-8.el7.noarch.rpm > > apache-commons-io-2.4-12.el7.noarch.rpm > > apache-commons-cli-1.2-13.el7.noarch.rpm > > apache-commons-net-3.2-8.el7.centos.noarch.rpm > > apache-commons-lang-2.6-15.el7.noarch.rpm > > apache-commons-codec-1.8-7.el7.noarch.rpm > > annobin-9.12-1.el7.x86_64.rpm > > artwiz-aleczapka-fonts-common-1.3-19.el7.noarch.rpm > > artwiz-aleczapka-kates-fonts-1.3-19.el7.noarch.rpm > > apr-1.4.8-3.el7_4.1.x86_64.rpm > > artwiz-aleczapka-fkp-fonts-1.3-19.el7.noarch.rpm > > artwiz-aleczapka-lime-fonts-1.3-19.el7.noarch.rpm > > artwiz-aleczapka-drift-fonts-1.3-19.el7.noarch.rpm > > artwiz-aleczapka-edges-fonts-1.3-19.el7.noarch.rpm > > apr-util-1.5.2-6.el7.x86_64.rpm > > at-3.1.13-24.el7.x86_64.rpm > > astigmatic-grand-hotel-fonts-1.000-3.el7.noarch.rpm > > atinject-1-13.20100611svn86.el7.noarch.rpm > > atk-devel-2.28.1-1.el7.x86_64.rpm > > artwiz-aleczapka-smoothansi-fonts-1.3-19.el7.noarch.rpm > > artwiz-aleczapka-nu-fonts-1.3-19.el7.noarch.rpm > > atk-2.28.1-1.el7.x86_64.rpm > > asciidoc-8.6.8-5.el7.noarch.rpm > > at-spi2-core-devel-2.28.0-1.el7.x86_64.rpm > > atlas-3.10.1-12.el7.x86_64.rpm > > at-spi2-atk-2.26.2-1.el7.x86_64.rpm > > attr-2.4.46-13.el7.x86_64.rpm > > augeas-1.4.0-6.el7.x86_64.rpm > > at-spi2-atk-devel-2.26.2-1.el7.x86_64.rpm > > at-spi2-core-2.28.0-1.el7.x86_64.rpm > > augeas-libs-1.4.0-6.el7.x86_64.rpm > > autogen-libopts-5.18-5.el7.x86_64.rpm > > autoconf-archive-2017.03.21-1.el7.noarch.rpm > > autogen-libopts-devel-5.18-5.el7.x86_64.rpm > > avahi-0.6.31-20.el7.x86_64.rpm > > autoconf-2.69-11.el7.noarch.rpm > > autogen-5.18-5.el7.x86_64.rpm > > automake-1.13.4-3.el7.noarch.rpm > > authconfig-6.2.8-30.el7.x86_64.rpm > > bash-completion-2.1-6.el7.noarch.rpm > > avalon-logkit-2.1-14.el7.noarch.rpm > > avahi-devel-0.6.31-20.el7.x86_64.rpm > > bash-4.2.46-34.el7.src.rpm > > avahi-libs-0.6.31-20.el7.x86_64.rpm > > avalon-framework-4.3-10.el7.noarch.rpm > > bash-4.2.46-34.el7.x86_64.rpm > > basesystem-10.0-7.el7.centos.noarch.rpm > > bind-libs-9.11.4-26.P2.el7.x86_64.rpm > > bind-libs-lite-9.11.4-26.P2.el7.x86_64.rpm > > bind-export-devel-9.11.4-26.P2.el7.x86_64.rpm > > bind-export-libs-9.11.4-26.P2.el7.x86_64.rpm > > bind-license-9.11.4-26.P2.el7.noarch.rpm > > bash-completion-extras-2.1-11.el7.noarch.rpm > > bc-1.06.95-13.el7.x86_64.rpm > > bcel-5.2-18.el7.noarch.rpm > > bitmap-fangsongti-fonts-0.3-21.el7.noarch.rpm > > bitmap-console-fonts-0.3-21.el7.noarch.rpm > > biosdevname-0.7.3-1.el7.x86_64.rpm > > binutils-2.27-41.base.el7.x86_64.rpm > > bind-utils-9.11.4-26.P2.el7.x86_64.rpm > > bind-lite-devel-9.11.4-26.P2.el7.x86_64.rpm > > bison-3.0.4-2.el7.x86_64.rpm > > binutils-devel-2.27-41.base.el7.x86_64.rpm > > bitmap-fixed-fonts-0.3-21.el7.noarch.rpm > > blosc-1.11.3-1.el7.x86_64.rpm > > bluez-libs-5.44-4.el7_4.x86_64.rpm > > boost-1.53.0-27.el7.x86_64.rpm > > bluez-libs-devel-5.44-4.el7_4.x86_64.rpm > > bitmap-lucida-typewriter-fonts-0.3-21.el7.noarch.rpm > > boost-atomic-1.53.0-27.el7.x86_64.rpm > > blas-3.4.2-8.el7.x86_64.rpm > > boost-locale-1.53.0-27.el7.x86_64.rpm > > boost-graph-1.53.0-27.el7.x86_64.rpm > > boost-devel-1.53.0-27.el7.x86_64.rpm > > boost-chrono-1.53.0-27.el7.x86_64.rpm > > boost-filesystem-1.53.0-27.el7.x86_64.rpm > > boost-iostreams-1.53.0-27.el7.x86_64.rpm > > boost-date-time-1.53.0-27.el7.x86_64.rpm > > boost-context-1.53.0-27.el7.x86_64.rpm > > boost-python-1.53.0-27.el7.x86_64.rpm > > boost-program-options-1.53.0-27.el7.x86_64.rpm > > boost-random-1.53.0-27.el7.x86_64.rpm > > boost-signals-1.53.0-27.el7.x86_64.rpm > > boost-regex-1.53.0-27.el7.x86_64.rpm > > boost-math-1.53.0-27.el7.x86_64.rpm > > boost-serialization-1.53.0-27.el7.x86_64.rpm > > boost-system-1.53.0-27.el7.x86_64.rpm > > bpg-mrgvlovani-caps-fonts-1.002-3.el7.noarch.rpm > > boost-test-1.53.0-27.el7.x86_64.rpm > > boost-timer-1.53.0-27.el7.x86_64.rpm > > bpg-fonts-common-20120413-3.el7.noarch.rpm > > bootswatch-common-3.3.7.0-1.el7.noarch.rpm > > boost-thread-1.53.0-27.el7.x86_64.rpm > > boost-wave-1.53.0-27.el7.x86_64.rpm > > bootswatch-fonts-3.3.7.0-1.el7.noarch.rpm > > bpg-mrgvlovani-fonts-1.002-3.el7.noarch.rpm > > bpg-nateli-condenced-fonts-2.003-3.el7.noarch.rpm > > bpg-nateli-fonts-2.003-3.el7.noarch.rpm > > brlapi-0.6.0-16.el7.x86_64.rpm > > brltty-4.5-16.el7.x86_64.rpm > > bpg-nateli-caps-fonts-2.003-3.el7.noarch.rpm > > brlapi-devel-0.6.0-16.el7.x86_64.rpm > > bridge-utils-1.5-9.el7.x86_64.rpm > > cairo-gobject-1.15.12-3.el7.x86_64.rpm > > cairo-devel-1.15.12-3.el7.x86_64.rpm > > bzip2-libs-1.0.6-13.el7.x86_64.rpm > > bzip2-devel-1.0.6-13.el7.x86_64.rpm > > bzip2-1.0.6-13.el7.x86_64.rpm > > cairo-1.15.12-3.el7.x86_64.rpm > > ca-certificates-2018.2.22-70.0.el7_5.noarch.rpm > > btrfs-progs-4.9.1-1.el7.x86_64.rpm > > c-ares-1.10.0-3.el7.x86_64.rpm > > cairo-gobject-devel-1.15.12-3.el7.x86_64.rpm > > cdparanoia-libs-10.2-17.el7.x86_64.rpm > > centos-indexhtml-7-9.el7.centos.noarch.rpm > > celt051-0.5.1.3-8.el7.x86_64.rpm > > cal10n-0.7.7-4.el7.noarch.rpm > > celt051-devel-0.5.1.3-8.el7.x86_64.rpm > > cdi-api-1.0-11.SP4.el7.noarch.rpm > > cglib-2.2-18.el7.noarch.rpm > > cf-sorts-mill-goudy-fonts-3.1-7.el7.noarch.rpm > > checkpolicy-2.5-8.el7.x86_64.rpm > > check-devel-0.9.9-5.el7.x86_64.rpm > > check-0.9.9-5.el7.x86_64.rpm > > centos-release-7-6.1810.2.el7.centos.x86_64.rpm > > centos-logos-70.0.6-3.el7.centos.noarch.rpm > > chkconfig-1.7.4-1.el7.x86_64.rpm > > colord-libs-1.3.4-1.el7.x86_64.rpm > > cmake-2.8.12.2-2.el7.x86_64.rpm > > cloud-init-19.4-7.el7.centos.3.x86_64.rpm > > cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm > > chrpath-0.16-0.el7.x86_64.rpm > > cloud-init-0.7.9-24.el7.centos.1.src.rpm > > cifs-utils-6.2-10.el7.x86_64.rpm > > cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm > > comic-neue-fonts-2.2-2.el7.noarch.rpm > > coolkey-1.1.0-40.el7.x86_64.rpm > > conntrack-tools-1.4.4-4.el7.x86_64.rpm > > conakry-fonts-20070829-14.el7.noarch.rpm > > compat-openmpi16-1.6.4-10.7.el7.x86_64.rpm > > comic-neue-fonts-common-2.2-2.el7.noarch.rpm > > comic-neue-angular-fonts-2.2-2.el7.noarch.rpm > > container-selinux-2.74-1.el7.noarch.rpm > > createrepo-0.9.9-28.el7.noarch.rpm > > cracklib-2.9.0-11.el7.x86_64.rpm > > cracklib-dicts-2.9.0-11.el7.x86_64.rpm > > cracklib-devel-2.9.0-11.el7.x86_64.rpm > > cpptest-1.1.1-9.el7.x86_64.rpm > > cpp-4.8.5-36.el7.x86_64.rpm > > cpio-2.11-27.el7.x86_64.rpm > > coreutils-8.22-23.el7.x86_64.rpm > > cryptsetup-libs-2.0.3-3.el7.x86_64.rpm > > cryptsetup-2.0.3-3.el7.x86_64.rpm > > ctags-5.8-13.el7.x86_64.rpm > > cronie-anacron-1.4.11-20.el7_6.x86_64.rpm > > cronie-1.4.11-20.el7_6.x86_64.rpm > > crudini-0.9-2.el7.noarch.rpm > > crontabs-1.11-6.20121102git.el7.noarch.rpm > > cryptsetup-devel-2.0.3-3.el7.x86_64.rpm > > curl-7.29.0-59.el7.x86_64.rpm > > cyrus-sasl-2.1.26-23.el7.x86_64.rpm > > cyrus-sasl-gssapi-2.1.26-23.el7.x86_64.rpm > > daxctl-libs-65-5.el7.x86_64.rpm > > cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm > > cups-client-1.6.3-51.el7.x86_64.rpm > > cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm > > cups-libs-1.6.3-51.el7.x86_64.rpm > > dbus-devel-1.10.24-15.el7.x86_64.rpm > > dbus-python-1.1.1-9.el7.x86_64.rpm > > dconf-0.28.0-4.el7.x86_64.rpm > > dbus-glib-devel-0.100-7.el7.x86_64.rpm > > dbus-glib-0.100-7.el7.x86_64.rpm > > dbus-1.10.24-15.el7.x86_64.rpm > > dbus-libs-1.10.24-15.el7.x86_64.rpm > > d-din-condensed-fonts-1.0-1.el7.noarch.rpm > > d-din-fonts-1.0-1.el7.noarch.rpm > > dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm > > d-din-exp-fonts-1.0-1.el7.noarch.rpm > > dejavu-lgc-sans-mono-fonts-2.33-6.el7.noarch.rpm > > dejavu-lgc-serif-fonts-2.33-6.el7.noarch.rpm > > dejavu-sans-fonts-2.33-6.el7.noarch.rpm > > dejavu-fonts-common-2.33-6.el7.noarch.rpm > > dejavu-lgc-sans-fonts-2.33-6.el7.noarch.rpm > > desktop-file-utils-0.23-1.el7.x86_64.rpm > > device-mapper-devel-1.02.146-4.el7.x86_64.rpm > > device-mapper-libs-1.02.146-4.el7.x86_64.rpm > > deltarpm-3.6-3.el7.x86_64.rpm > > device-mapper-event-1.02.146-4.el7.x86_64.rpm > > dejavu-serif-fonts-2.33-6.el7.noarch.rpm > > device-mapper-event-libs-1.02.146-4.el7.x86_64.rpm > > device-mapper-1.02.146-4.el7.x86_64.rpm > > devtoolset-8-dwz-0.12-1.1.el7.x86_64.rpm > > device-mapper-persistent-data-0.7.3-3.el7.x86_64.rpm > > devtoolset-8-build-8.1-1.el7.x86_64.rpm > > devtoolset-8-dyninst-9.3.2-6.el7.x86_64.rpm > > devtoolset-8-8.1-1.el7.x86_64.rpm > > device-mapper-multipath-libs-0.4.9-119.el7.x86_64.rpm > > device-mapper-multipath-0.4.9-119.el7.x86_64.rpm > > devtoolset-8-binutils-2.30-55.el7.2.x86_64.rpm > > devtoolset-8-gcc-8.3.1-3.2.el7.x86_64.rpm > > devtoolset-8-gcc-c++-8.3.1-3.2.el7.x86_64.rpm > > devtoolset-8-gcc-gfortran-8.3.1-3.2.el7.x86_64.rpm > > devtoolset-8-elfutils-0.176-1.el7.x86_64.rpm > > devtoolset-8-libquadmath-devel-8.3.1-3.2.el7.x86_64.rpm > > devtoolset-8-elfutils-libelf-0.176-1.el7.x86_64.rpm > > devtoolset-8-elfutils-libs-0.176-1.el7.x86_64.rpm > > devtoolset-8-gdb-8.2-3.el7.x86_64.rpm > > devtoolset-8-perftools-8.1-1.el7.x86_64.rpm > > devtoolset-8-libstdc++-devel-8.3.1-3.2.el7.x86_64.rpm > > devtoolset-8-runtime-8.1-1.el7.x86_64.rpm > > devtoolset-8-strace-4.24-4.el7.x86_64.rpm > > devtoolset-8-oprofile-1.3.0-2.el7.x86_64.rpm > > devtoolset-8-memstomp-0.1.5-5.el7.x86_64.rpm > > devtoolset-8-make-4.2.1-4.el7.x86_64.rpm > > devtoolset-8-ltrace-0.7.91-1.el7.x86_64.rpm > > devtoolset-8-toolchain-8.1-1.el7.x86_64.rpm > > devtoolset-8-valgrind-3.14.0-16.el7.x86_64.rpm > > devtoolset-8-systemtap-runtime-3.3-2.el7.x86_64.rpm > > devtoolset-8-systemtap-client-3.3-2.el7.x86_64.rpm > > dibbler-client-1.0.1-0.RC1.2.el7.x86_64.rpm > > dhcp-4.2.5-82.el7.centos.src.rpm > > devtoolset-8-systemtap-3.3-2.el7.x86_64.rpm > > devtoolset-8-systemtap-devel-3.3-2.el7.x86_64.rpm > > docbook-dtds-1.0-60.el7.noarch.rpm > > docbook-style-dsssl-1.79-18.el7.noarch.rpm > > docbook-style-xsl-1.78.1-3.el7.noarch.rpm > > diffutils-3.3-4.el7.x86_64.rpm > > dnsmasq-2.76-7.el7.src.rpm > > dnf-4.0.9.2-1.el7_6.noarch.rpm > > dmidecode-3.1-2.el7.x86_64.rpm > > dnf-data-4.0.9.2-1.el7_6.noarch.rpm > > dstat-0.7.2-12.el7.noarch.rpm > > dracut-config-rescue-033-554.el7.x86_64.rpm > > dracut-network-033-554.el7.x86_64.rpm > > dracut-033-554.el7.x86_64.rpm > > dosfstools-3.0.20-10.el7.x86_64.rpm > > doxygen-1.8.5-3.el7.x86_64.rpm > > docker-forward-journald-1.10.3-44.el7.centos.x86_64.rpm > > docbook-utils-0.6.14-36.el7.noarch.rpm > > e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm > > easymock2-2.5.2-12.el7.noarch.rpm > > dulwich-core-0.18.4-1.el7.x86_64.rpm > > dyninst-9.3.1-2.el7.x86_64.rpm > > e2fsprogs-1.42.9-13.el7.x86_64.rpm > > ebtables-2.0.10-16.el7.x86_64.rpm > > dwz-0.11-3.el7.x86_64.rpm > > e2fsprogs-devel-1.42.9-13.el7.x86_64.rpm > > efivar-libs-36-11.el7.x86_64.rpm > > epel-release-7-11.noarch.rpm > > elinks-0.12-0.37.pre6.el7.x86_64.rpm > > ed-1.9-4.el7.x86_64.rpm > > efivar-devel-36-11.el7.x86_64.rpm > > emacs-filesystem-24.3-22.el7.noarch.rpm > > efibootmgr-17-2.el7.x86_64.rpm > > environment-modules-3.2.10-10.el7.x86_64.rpm > > erlang-asn1-18.3.4.4-2.el7.x86_64.rpm > > erlang-cosFileTransfer-18.3.4.4-2.el7.x86_64.rpm > > erlang-18.3.4.4-2.el7.x86_64.rpm > > epel-rpm-macros-7-21.noarch.rpm > > erlang-cosNotification-18.3.4.4-2.el7.x86_64.rpm > > erlang-compiler-18.3.4.4-2.el7.x86_64.rpm > > erlang-cosEventDomain-18.3.4.4-2.el7.x86_64.rpm > > erlang-cosEvent-18.3.4.4-2.el7.x86_64.rpm > > erlang-erl_docgen-18.3.4.4-2.el7.x86_64.rpm > > erlang-diameter-18.3.4.4-2.el7.x86_64.rpm > > erlang-cosProperty-18.3.4.4-2.el7.x86_64.rpm > > erlang-cosTransactions-18.3.4.4-2.el7.x86_64.rpm > > erlang-cosTime-18.3.4.4-2.el7.x86_64.rpm > > erlang-crypto-18.3.4.4-2.el7.x86_64.rpm > > erlang-eldap-18.3.4.4-2.el7.x86_64.rpm > > erlang-edoc-18.3.4.4-2.el7.x86_64.rpm > > erlang-inets-18.3.4.4-2.el7.x86_64.rpm > > erlang-eunit-18.3.4.4-2.el7.x86_64.rpm > > erlang-jinterface-18.3.4.4-2.el7.x86_64.rpm > > erlang-hipe-18.3.4.4-2.el7.x86_64.rpm > > erlang-ic-18.3.4.4-2.el7.x86_64.rpm > > erlang-erts-18.3.4.4-2.el7.x86_64.rpm > > erlang-gs-18.3.4.4-2.el7.x86_64.rpm > > erlang-erl_interface-18.3.4.4-2.el7.x86_64.rpm > > erlang-orber-18.3.4.4-2.el7.x86_64.rpm > > erlang-mnesia-18.3.4.4-2.el7.x86_64.rpm > > erlang-ose-18.3.4.4-2.el7.x86_64.rpm > > erlang-otp_mibs-18.3.4.4-2.el7.x86_64.rpm > > erlang-odbc-18.3.4.4-2.el7.x86_64.rpm > > erlang-os_mon-18.3.4.4-2.el7.x86_64.rpm > > erlang-kernel-18.3.4.4-2.el7.x86_64.rpm > > erlang-parsetools-18.3.4.4-2.el7.x86_64.rpm > > erlang-snmp-18.3.4.4-2.el7.x86_64.rpm > > erlang-public_key-18.3.4.4-2.el7.x86_64.rpm > > erlang-ssl-18.3.4.4-2.el7.x86_64.rpm > > erlang-percept-18.3.4.4-2.el7.x86_64.rpm > > erlang-sasl-18.3.4.4-2.el7.x86_64.rpm > > erlang-ssh-18.3.4.4-2.el7.x86_64.rpm > > erlang-runtime_tools-18.3.4.4-2.el7.x86_64.rpm > > erlang-sd_notify-0.1-9.el7.x86_64.rpm > > erlang-tools-18.3.4.4-2.el7.x86_64.rpm > > erlang-syntax_tools-18.3.4.4-2.el7.x86_64.rpm > > erlang-xmerl-18.3.4.4-2.el7.x86_64.rpm > > ethtool-4.8-9.el7.x86_64.rpm > > eventlog-0.2.13-4.el7.x86_64.rpm > > erlang-stdlib-18.3.4.4-2.el7.x86_64.rpm > > expect-5.45-14.el7_1.x86_64.rpm > > eventlog-devel-0.2.13-4.el7.x86_64.rpm > > fedfs-utils-devel-0.10.5-0.el7.x86_64.rpm > > fedfs-utils-common-0.10.5-0.el7.noarch.rpm > > fedpkg-minimal-1.1.0-7.el7.noarch.rpm > > fcgi-2.4.0-25.el7.x86_64.rpm > > fedfs-utils-nsdbparams-0.10.5-0.el7.x86_64.rpm > > fcgi-devel-2.4.0-25.el7.x86_64.rpm > > fedfs-utils-lib-0.10.5-0.el7.x86_64.rpm > > facter-2.4.4-4.el7.src.rpm > > findutils-4.5.11-6.el7.x86_64.rpm > > fio-3.7-2.el7.x86_64.rpm > > fipscheck-1.4.1-6.el7.x86_64.rpm > > file-devel-5.11-37.el7.x86_64.rpm > > file-5.11-37.el7.x86_64.rpm > > felix-framework-4.2.1-5.el7.noarch.rpm > > filesystem-3.2-25.el7.x86_64.rpm > > file-libs-5.11-37.el7.x86_64.rpm > > fontawesome-fonts-web-4.4.0-1.el7.noarch.rpm > > fipscheck-lib-1.4.1-6.el7.x86_64.rpm > > fipscheck-devel-1.4.1-6.el7.x86_64.rpm > > firewalld-0.5.3-5.el7.noarch.rpm > > fontawesome-fonts-4.4.0-1.el7.noarch.rpm > > flac-libs-1.3.0-5.el7_1.x86_64.rpm > > flex-2.5.37-6.el7.x86_64.rpm > > firewalld-filesystem-0.5.3-5.el7.noarch.rpm > > fuse-2.9.2-11.el7.x86_64.rpm > > fontconfig-devel-2.13.0-4.3.el7.x86_64.rpm > > fribidi-devel-1.0.2-1.el7.x86_64.rpm > > freetype-devel-2.8-12.el7.x86_64.rpm > > fribidi-1.0.2-1.el7.x86_64.rpm > > fontconfig-2.13.0-4.3.el7.x86_64.rpm > > freetype-2.8-12.el7.x86_64.rpm > > fontpackages-filesystem-1.44-8.el7.noarch.rpm > > gamin-devel-0.1.10-16.el7.x86_64.rpm > > gc-7.2d-7.el7.x86_64.rpm > > gcc-c++-4.8.5-36.el7.x86_64.rpm > > fuse-devel-2.9.2-11.el7.x86_64.rpm > > gawk-4.0.2-4.el7_3.1.x86_64.rpm > > gcc-4.8.5-36.el7.x86_64.rpm > > gamin-0.1.10-16.el7.x86_64.rpm > > fuse-libs-2.9.2-11.el7.x86_64.rpm > > gd-2.0.35-26.el7.x86_64.rpm > > GConf2-3.2.6-8.el7.x86_64.rpm > > gdbm-devel-1.10-8.el7.x86_64.rpm > > gdb-7.6.1-114.el7.x86_64.rpm > > gdisk-0.8.10-2.el7.x86_64.rpm > > gdbm-1.10-8.el7.x86_64.rpm > > gdk-pixbuf2-devel-2.36.12-3.el7.x86_64.rpm > > gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm > > genisoimage-1.1.11-25.el7.x86_64.rpm > > GeoIP-devel-1.5.0-13.el7.x86_64.rpm > > geronimo-annotation-1.0-15.el7.noarch.rpm > > GeoIP-1.5.0-13.el7.x86_64.rpm > > gettext-common-devel-0.19.8.1-3.el7.noarch.rpm > > geronimo-jms-1.1.1-19.el7.noarch.rpm > > gettext-devel-0.19.8.1-3.el7.x86_64.rpm > > gettext-0.19.8.1-3.el7.x86_64.rpm > > giflib-4.1.6-9.el7.x86_64.rpm > > glade-libs-3.20.0-1.el7.x86_64.rpm > > ghostscript-9.07-31.el7_6.3.x86_64.rpm > > ghostscript-fonts-5.50-32.el7.noarch.rpm > > glibc-2.17-317.el7.x86_64.rpm > > gettext-libs-0.19.8.1-3.el7.x86_64.rpm > > git-1.8.3.1-20.el7.x86_64.rpm > > glade-devel-3.20.0-1.el7.x86_64.rpm > > glib-networking-2.56.1-1.el7.x86_64.rpm > > glusterfs-5.2-1.el7.x86_64.rpm > > gl-manpages-1.1-7.20130122.el7.noarch.rpm > > glibc-headers-2.17-317.el7.x86_64.rpm > > glibc-common-2.17-317.el7.x86_64.rpm > > glibc-static-2.17-317.el7.x86_64.rpm > > glibc-devel-2.17-317.el7.x86_64.rpm > > glusterfs-api-5.2-1.el7.x86_64.rpm > > glusterfs-devel-5.2-1.el7.x86_64.rpm > > glusterfs-api-devel-5.2-1.el7.x86_64.rpm > > glusterfs-libs-5.2-1.el7.x86_64.rpm > > glusterfs-cli-5.2-1.el7.x86_64.rpm > > glusterfs-server-5.2-1.el7.x86_64.rpm > > glusterfs-extra-xlators-5.2-1.el7.x86_64.rpm > > glusterfs-fuse-5.2-1.el7.x86_64.rpm > > glusterfs-client-xlators-5.2-1.el7.x86_64.rpm > > gnu-free-mono-fonts-20120503-8.el7.noarch.rpm > > gnu-efi-3.0.8-2.el7.x86_64.rpm > > gmp-6.0.0-15.el7.x86_64.rpm > > gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm > > gmp-devel-6.0.0-15.el7.x86_64.rpm > > gnu-efi-devel-3.0.8-2.el7.x86_64.rpm > > gnu-free-fonts-common-20120503-8.el7.noarch.rpm > > gnome-doc-utils-0.20.10-5.el7.noarch.rpm > > gnutls-c++-3.3.29-8.el7.x86_64.rpm > > gnutls-devel-3.3.29-8.el7.x86_64.rpm > > gnutls-dane-3.3.29-8.el7.x86_64.rpm > > gnu-free-sans-fonts-20120503-8.el7.noarch.rpm > > gnupg2-2.0.22-5.el7_5.x86_64.rpm > > gnu-free-serif-fonts-20120503-8.el7.noarch.rpm > > gnutls-3.3.29-8.el7.x86_64.rpm > > gnulib-devel-0-14.20150325git.el7.noarch.rpm > > golang-1.11.2-3.el7.x86_64.rpm > > golang-github-cpuguy83-go-md2man-1.0.4-4.el7.x86_64.rpm > > gobject-introspection-devel-1.56.1-1.el7.x86_64.rpm > > gnutls-utils-3.3.29-8.el7.x86_64.rpm > > golang-bin-1.11.2-3.el7.x86_64.rpm > > golang-src-1.11.2-3.el7.noarch.rpm > > go-bindata-3.0.7-9.gita0ff256.el7.x86_64.rpm > > gobject-introspection-1.56.1-1.el7.x86_64.rpm > > google-droid-serif-fonts-20120715-12.el7.noarch.rpm > > google-droid-sans-mono-fonts-20120715-12.el7.noarch.rpm > > google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch.rpm > > google-noto-cjk-fonts-1.004-7.el7.noarch.rpm > > google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch.rpm > > google-guice-3.1.3-9.el7.noarch.rpm > > google-droid-sans-fonts-20120715-12.el7.noarch.rpm > > google-noto-fonts-common-20141117-5.el7.noarch.rpm > > google-noto-serif-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-simplified-chinese-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-traditional-chinese-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-ui-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-korean-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-japanese-fonts-20141117-5.el7.noarch.rpm > > google-noto-sans-cjk-fonts-20141117-5.el7.noarch.rpm > > google-roboto-fonts-2.138-1.el7.noarch.rpm > > google-roboto-mono-fonts-2.000986-0.1.20150923git.el7.noarch.rpm > > google-roboto-slab-fonts-1.100263-0.5.20150923git.el7.noarch.rpm > > gperftools-libs-2.6.1-1.el7.x86_64.rpm > > gperf-3.0.4-8.el7.x86_64.rpm > > google-roboto-condensed-fonts-2.138-1.el7.noarch.rpm > > gperftools-devel-2.6.1-1.el7.x86_64.rpm > > go-srpm-macros-2-17.el7.noarch.rpm > > graphite2-devel-1.3.10-1.el7_3.x86_64.rpm > > gpm-1.20.7-5.el7.x86_64.rpm > > graphviz-2.30.1-21.el7.x86_64.rpm > > gpm-devel-1.20.7-5.el7.x86_64.rpm > > gpgme-1.3.2-5.el7.x86_64.rpm > > grep-2.20-3.el7.x86_64.rpm > > gpm-libs-1.20.7-5.el7.x86_64.rpm > > graphite2-1.3.10-1.el7_3.x86_64.rpm > > gsm-1.0.13-11.el7.x86_64.rpm > > groff-1.22.2-8.el7.x86_64.rpm > > gstreamer-plugins-good-0.10.31-13.el7.x86_64.rpm > > gstreamer-0.10.36-7.el7.x86_64.rpm > > grubby-8.28-25.el7.src.rpm > > grub2-2.02-0.86.el7.centos.src.rpm > > groff-base-1.22.2-8.el7.x86_64.rpm > > gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm > > gzip-1.5-10.el7.x86_64.rpm > > guava-13.0-6.el7.noarch.rpm > > gstreamer-tools-0.10.36-7.el7.x86_64.rpm > > gtk-doc-1.28-2.el7.x86_64.rpm > > gtk2-2.24.31-1.el7.x86_64.rpm > > guile-2.0.9-5.el7.x86_64.rpm > > gtk2-devel-2.24.31-1.el7.x86_64.rpm > > hamcrest-1.3-6.el7.noarch.rpm > > haproxy-1.5.18-8.el7.src.rpm > > hdf5-mpich-1.8.13-7.el7.x86_64.rpm > > harfbuzz-devel-1.7.5-2.el7.x86_64.rpm > > hardlink-1.0-19.el7.x86_64.rpm > > harfbuzz-icu-1.7.5-2.el7.x86_64.rpm > > hdf5-openmpi-1.8.13-7.el7.x86_64.rpm > > hdf5-1.8.13-7.el7.x86_64.rpm > > harfbuzz-1.7.5-2.el7.x86_64.rpm > > hicolor-icon-theme-0.12-7.el7.noarch.rpm > > heat-cfntools-1.3.0-2.el7.noarch.rpm > > hiera-1.3.4-5.el7.noarch.rpm > > hivex-1.3.10-6.9.el7.x86_64.rpm > > hiredis-0.12.1-1.el7.x86_64.rpm > > hdparm-9.43-5.el7.x86_64.rpm > > hiredis-devel-0.12.1-1.el7.x86_64.rpm > > help2man-1.41.1-3.el7.noarch.rpm > > hostname-3.13-3.el7.x86_64.rpm > > horai-ume-gothic-fonts-610-2.el7.noarch.rpm > > horai-ume-pmincho-fonts-610-2.el7.noarch.rpm > > httpcomponents-client-4.2.5-5.el7_0.noarch.rpm > > horai-ume-mincho-fonts-610-2.el7.noarch.rpm > > hmaccalc-0.9.13-4.el7.x86_64.rpm > > horai-ume-uigothic-fonts-610-2.el7.noarch.rpm > > horai-ume-pgothic-fonts-610-2.el7.noarch.rpm > > impallari-lobster-fonts-1.4-8.el7.noarch.rpm > > infinipath-psm-3.3-26_g604758e_open.2.el7.x86_64.rpm > > httpd-tools-2.4.6-95.el7.centos.x86_64.rpm > > hwloc-libs-1.11.8-4.el7.x86_64.rpm > > infiniband-diags-2.0.0-2.el7.x86_64.rpm > > httpd-2.4.6-95.el7.centos.x86_64.rpm > > httpcomponents-core-4.2.4-6.el7.noarch.rpm > > hwdata-0.252-9.1.el7.x86_64.rpm > > ipa-mincho-fonts-003.03-5.el7.noarch.rpm > > ipa-pmincho-fonts-003.03-5.el7.noarch.rpm > > iotop-0.6-4.el7.noarch.rpm > > ipa-gothic-fonts-003.03-5.el7.noarch.rpm > > initscripts-9.49.46-1.el7.src.rpm > > ipa-pgothic-fonts-003.03-5.el7.noarch.rpm > > info-5.1-5.el7.x86_64.rpm > > intltool-0.50.2-7.el7.noarch.rpm > > ipset-6.38-3.el7_6.x86_64.rpm > > iptables-1.4.21-28.el7.x86_64.rpm > > ipmitool-1.8.18-9.el7_7.x86_64.rpm > > iptables-services-1.4.21-28.el7.x86_64.rpm > > iptables-utils-1.4.21-28.el7.x86_64.rpm > > ipset-libs-6.38-3.el7_6.x86_64.rpm > > iproute-4.11.0-14.el7.x86_64.rpm > > iperf3-3.1.7-2.el7.x86_64.rpm > > iso-codes-3.46-2.el7.noarch.rpm > > ivykis-devel-0.36.3-1.el7.x86_64.rpm > > isomd5sum-1.0.10-5.el7.x86_64.rpm > > iscsi-initiator-utils-iscsiuio-6.2.0.874-10.el7.x86_64.rpm > > ivykis-0.36.3-1.el7.x86_64.rpm > > ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch.rpm > > iscsi-initiator-utils-6.2.0.874-10.el7.x86_64.rpm > > iputils-20160308-10.el7.x86_64.rpm > > javamail-1.4.6-8.el7.noarch.rpm > > javassist-3.16.1-10.el7.noarch.rpm > > javapackages-tools-3.4.1-11.el7.noarch.rpm > > jakarta-commons-httpclient-3.1-16.el7_0.noarch.rpm > > jasper-libs-1.900.1-33.el7.x86_64.rpm > > jasper-devel-1.900.1-33.el7.x86_64.rpm > > jansson-2.10-1.el7.x86_64.rpm > > jbigkit-libs-2.0-11.el7.x86_64.rpm > > jboss-transaction-1.1-api-1.0.1-8.el7.noarch.rpm > > jboss-servlet-3.0-api-1.0.1-9.el7.noarch.rpm > > jboss-ejb-3.1-api-1.0.2-10.el7.noarch.rpm > > jomolhari-fonts-0.003-17.el7.noarch.rpm > > jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch.rpm > > jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarch.rpm > > jline-1.0-8.el7.noarch.rpm > > jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904.el7.noarch.rpm > > json-glib-1.4.2-2.el7.x86_64.rpm > > json-c-0.11-4.el7_0.x86_64.rpm > > js-1.8.5-20.el7.x86_64.rpm > > jsch-0.1.50-5.el7.noarch.rpm > > jsoup-1.6.1-10.el7.noarch.rpm > > jq-1.5-1.el7.x86_64.rpm > > json-c-devel-0.11-4.el7_0.x86_64.rpm > > json-glib-devel-1.4.2-2.el7.x86_64.rpm > > julietaula-montserrat-fonts-7.200-5.el7.noarch.rpm > > kbd-1.15.5-15.el7.x86_64.rpm > > keyutils-1.5.8-3.el7.x86_64.rpm > > kde-filesystem-4-47.el7.x86_64.rpm > > jzlib-1.1.1-6.el7.noarch.rpm > > junit-4.11-8.el7.noarch.rpm > > kbd-legacy-1.15.5-15.el7.noarch.rpm > > kbd-misc-1.15.5-15.el7.noarch.rpm > > khmeros-bokor-fonts-5.0-17.el7.noarch.rpm > > khmeros-fonts-common-5.0-17.el7.noarch.rpm > > khmeros-handwritten-fonts-5.0-17.el7.noarch.rpm > > khmeros-metal-chrieng-fonts-5.0-17.el7.noarch.rpm > > keyutils-libs-1.5.8-3.el7.x86_64.rpm > > keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm > > khmeros-battambang-fonts-5.0-17.el7.noarch.rpm > > khmeros-base-fonts-5.0-17.el7.noarch.rpm > > khmeros-muol-fonts-5.0-17.el7.noarch.rpm > > kpartx-0.4.9-119.el7.x86_64.rpm > > kmod-libs-20-23.el7.x86_64.rpm > > krb5-devel-1.15.1-34.el7.x86_64.rpm > > kmod-devel-20-23.el7.x86_64.rpm > > krb5-libs-1.15.1-34.el7.x86_64.rpm > > khmeros-siemreap-fonts-5.0-17.el7.noarch.rpm > > kmod-20-23.el7.x86_64.rpm > > leveldb-1.12.0-11.el7.x86_64.rpm > > latex2html-2012-3.el7.noarch.rpm > > lato-fonts-2.015-1.el7.noarch.rpm > > lapack-3.4.2-8.el7.x86_64.rpm > > ldns-1.6.16-10.el7.x86_64.rpm > > lcms2-2.6-3.el7.x86_64.rpm > > lbzip2-2.5-1.el7.x86_64.rpm > > less-458-9.el7.x86_64.rpm > > libaio-0.3.109-13.el7.x86_64.rpm > > libacl-devel-2.2.51-14.el7.x86_64.rpm > > libarchive-devel-3.1.2-10.el7_2.x86_64.rpm > > libaio-devel-0.3.109-13.el7.x86_64.rpm > > libarchive-3.1.2-10.el7_2.x86_64.rpm > > leveldb-devel-1.12.0-11.el7.x86_64.rpm > > levien-inconsolata-fonts-1.01-11.el7.noarch.rpm > > libacl-2.2.51-14.el7.x86_64.rpm > > libatomic_ops-devel-7.2d-7.el7.x86_64.rpm > > libbabeltrace-devel-1.2.4-3.1.el7.x86_64.rpm > > libavc1394-0.5.3-14.el7.x86_64.rpm > > libbabeltrace-1.2.4-3.1.el7.x86_64.rpm > > libattr-2.4.46-13.el7.x86_64.rpm > > libattr-devel-2.4.46-13.el7.x86_64.rpm > > libassuan-2.1.0-3.el7.x86_64.rpm > > libasyncns-0.8-7.el7.x86_64.rpm > > libcap-ng-0.7.5-4.el7.x86_64.rpm > > libcacard-devel-2.5.2-2.1.el7.x86_64.rpm > > libcap-ng-devel-0.7.5-4.el7.x86_64.rpm > > libcap-2.22-9.el7.x86_64.rpm > > libbasicobjects-0.1.1-32.el7.x86_64.rpm > > libblkid-devel-2.23.2-59.el7.x86_64.rpm > > libcap-devel-2.22-9.el7.x86_64.rpm > > libcacard-2.5.2-2.1.el7.x86_64.rpm > > libcroco-0.6.12-4.el7.x86_64.rpm > > libcomps-0.1.8-12.el7.x86_64.rpm > > libconfig-1.4.9-5.el7.x86_64.rpm > > libcmocka-1.1.5-1.el7.x86_64.rpm > > libcollection-0.7.0-32.el7.x86_64.rpm > > libcgroup-tools-0.41-21.el7.x86_64.rpm > > libcgroup-0.41-21.el7.x86_64.rpm > > libcmocka-devel-1.1.5-1.el7.x86_64.rpm > > libdb-utils-5.3.21-24.el7.x86_64.rpm > > libdb-5.3.21-24.el7.x86_64.rpm > > libdbi-devel-0.8.4-6.el7.x86_64.rpm > > libdbi-0.8.4-6.el7.x86_64.rpm > > libdaemon-0.14-7.el7.x86_64.rpm > > libdb-devel-5.3.21-24.el7.x86_64.rpm > > libcurl-7.29.0-59.el7.x86_64.rpm > > libcurl-devel-7.29.0-59.el7.x86_64.rpm > > libepoxy-devel-1.5.2-1.el7.x86_64.rpm > > libdv-1.0.0-17.el7.x86_64.rpm > > libedit-3.0-12.20121213cvs.el7.x86_64.rpm > > libepoxy-1.5.2-1.el7.x86_64.rpm > > libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm > > libdnf-0.22.5-1.el7_6.x86_64.rpm > > libdwarf-20130207-4.el7.x86_64.rpm > > liberasurecode-1.5.0-1.el7.x86_64.rpm > > liberation-fonts-common-1.07.2-16.el7.noarch.rpm > > liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm > > liberation-serif-fonts-1.07.2-16.el7.noarch.rpm > > libesmtp-devel-1.0.6-7.el7.x86_64.rpm > > liberation-mono-fonts-1.07.2-16.el7.noarch.rpm > > liberation-sans-fonts-1.07.2-16.el7.noarch.rpm > > libestr-0.1.9-2.el7.x86_64.rpm > > libesmtp-1.0.6-7.el7.x86_64.rpm > > libfabric-1.6.1-2.el7.x86_64.rpm > > libevent-2.0.21-4.el7.src.rpm > > libfontenc-1.1.3-3.el7.x86_64.rpm > > libffi-3.0.13-18.el7.x86_64.rpm > > libgcrypt-1.5.3-14.el7.x86_64.rpm > > libffi-devel-3.0.13-18.el7.x86_64.rpm > > libev-4.15-7.el7.x86_64.rpm > > libgcc-4.8.5-36.el7.x86_64.rpm > > libgfortran-4.8.5-36.el7.x86_64.rpm > > libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libgcrypt-devel-1.5.3-14.el7.x86_64.rpm > > libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm > > libguestfs-1.38.2-12.el7_6.1.x86_64.rpm > > libgpg-error-devel-1.12-3.el7.x86_64.rpm > > libgnomekbd-3.26.0-1.el7.x86_64.rpm > > libgnome-keyring-3.12.0-1.el7.x86_64.rpm > > libgpg-error-1.12-3.el7.x86_64.rpm > > libgomp-4.8.5-36.el7.x86_64.rpm > > libgnomekbd-devel-3.26.0-1.el7.x86_64.rpm > > libgusb-0.2.9-1.el7.x86_64.rpm > > libICE-devel-1.0.9-9.el7.x86_64.rpm > > libibmad-1.3.13-1.el7.x86_64.rpm > > libidn-devel-1.28-4.el7.x86_64.rpm > > libicu-devel-50.1.2-17.el7.x86_64.rpm > > libICE-1.0.9-9.el7.x86_64.rpm > > libidn-1.28-4.el7.x86_64.rpm > > libicu-50.1.2-17.el7.x86_64.rpm > > libiscsi-devel-1.9.0-7.el7.x86_64.rpm > > libiec61883-1.2.0-10.el7.x86_64.rpm > > libiscsi-1.9.0-7.el7.x86_64.rpm > > libjpeg-turbo-1.2.90-8.el7.x86_64.rpm > > libimagequant-2.8.2-2.el7.x86_64.rpm > > libjpeg-turbo-devel-1.2.90-8.el7.x86_64.rpm > > libini_config-1.3.1-32.el7.x86_64.rpm > > libkadm5-1.15.1-34.el7.x86_64.rpm > > libmnl-1.0.3-7.el7.x86_64.rpm > > libmicrohttpd-devel-0.9.59-2.el7.x86_64.rpm > > libmnl-devel-1.0.3-7.el7.x86_64.rpm > > libmongo-client-0.1.8-1.el7.x86_64.rpm > > libmicrohttpd-0.9.59-2.el7.x86_64.rpm > > libmng-1.0.10-14.el7.x86_64.rpm > > libmodulemd-1.6.3-1.el7.x86_64.rpm > > libmodman-2.0.1-8.el7.x86_64.rpm > > libmount-2.23.2-59.el7.x86_64.rpm > > libndp-1.2-7.el7.x86_64.rpm > > libmount-devel-2.23.2-59.el7.x86_64.rpm > > libnet-devel-1.1.6-7.el7.x86_64.rpm > > libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm > > libmongo-client-devel-0.1.8-1.el7.x86_64.rpm > > libnet-1.1.6-7.el7.x86_64.rpm > > libmpc-1.0.1-3.el7.x86_64.rpm > > libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm > > libnetfilter_cthelper-1.0.0-9.el7.x86_64.rpm > > libnetfilter_conntrack-devel-1.0.6-1.el7_3.x86_64.rpm > > libnfnetlink-devel-1.0.1-4.el7.x86_64.rpm > > libnfsidmap-devel-0.25-19.el7.x86_64.rpm > > libnfsidmap-0.25-19.el7.x86_64.rpm > > libnetfilter_cttimeout-1.0.0-6.el7.x86_64.rpm > > libnfnetlink-1.0.1-4.el7.x86_64.rpm > > libogg-devel-1.3.0-7.el7.x86_64.rpm > > libnl3-cli-3.2.28-4.el7.x86_64.rpm > > libnl-1.1.4-3.el7.x86_64.rpm > > libnl3-devel-3.2.28-4.el7.x86_64.rpm > > libnl-devel-1.1.4-3.el7.x86_64.rpm > > libnl3-3.2.28-4.el7.x86_64.rpm > > libosinfo-1.1.0-2.el7.x86_64.rpm > > libogg-1.3.0-7.el7.x86_64.rpm > > libpciaccess-0.14-1.el7.x86_64.rpm > > libpciaccess-devel-0.14-1.el7.x86_64.rpm > > libpcap-1.5.3-11.el7.x86_64.rpm > > libpipeline-1.2.3-3.el7.x86_64.rpm > > libpmem-1.5.1-2.1.el7.x86_64.rpm > > libpmemblk-1.5.1-2.1.el7.x86_64.rpm > > libpcap-devel-1.5.3-11.el7.x86_64.rpm > > libpath_utils-0.2.1-32.el7.x86_64.rpm > > libraw1394-2.1.0-2.el7.x86_64.rpm > > libpsm2-compat-10.3.58-1.el7.x86_64.rpm > > libproxy-0.4.11-11.el7.x86_64.rpm > > libpsm2-10.3.58-1.el7.x86_64.rpm > > libpwquality-1.2.3-5.el7.x86_64.rpm > > libquadmath-4.8.5-36.el7.x86_64.rpm > > libqhull-2015.2-1.el7.x86_64.rpm > > librdmacm-17.2-3.el7.x86_64.rpm > > libseccomp-devel-2.3.1-3.el7.x86_64.rpm > > libselinux-2.5-14.1.el7.x86_64.rpm > > librsvg2-2.40.20-1.el7.x86_64.rpm > > libreport-filesystem-2.1.11-42.el7.centos.x86_64.rpm > > librepo-1.8.1-7.el7.x86_64.rpm > > libref_array-0.1.5-32.el7.x86_64.rpm > > libseccomp-2.3.1-3.el7.x86_64.rpm > > librdmacm-devel-1.1.0-2.el7.x86_64.rpm > > libselinux-utils-2.5-14.1.el7.x86_64.rpm > > libselinux-ruby-2.5-14.1.el7.x86_64.rpm > > libselinux-python-2.5-14.1.el7.x86_64.rpm > > libsepol-2.5-10.el7.x86_64.rpm > > libselinux-devel-2.5-14.1.el7.x86_64.rpm > > libSM-1.2.2-2.el7.x86_64.rpm > > libsepol-devel-2.5-10.el7.x86_64.rpm > > libshout-2.2.2-11.el7.x86_64.rpm > > libssh2-1.8.0-4.el7.x86_64.rpm > > libsndfile-1.0.25-12.el7.x86_64.rpm > > libsmartcols-2.23.2-59.el7.x86_64.rpm > > libSM-devel-1.2.2-2.el7.x86_64.rpm > > libstdc++-4.8.5-36.el7.x86_64.rpm > > libsolv-0.6.34-4.el7.x86_64.rpm > > libssh2-devel-1.8.0-4.el7.x86_64.rpm > > libsoup-2.62.2-2.el7.x86_64.rpm > > libteam-1.27-5.el7.x86_64.rpm > > libtheora-1.1.1-8.el7.x86_64.rpm > > libtiff-4.0.3-35.el7.x86_64.rpm > > libthai-0.1.14-9.el7.x86_64.rpm > > libsysfs-2.1.0-16.el7.x86_64.rpm > > libtasn1-4.10-1.el7.x86_64.rpm > > libtasn1-devel-4.10-1.el7.x86_64.rpm > > libstdc++-devel-4.8.5-36.el7.x86_64.rpm > > libtool-2.4.2-22.el7_3.x86_64.rpm > > libtirpc-devel-0.2.4-0.15.el7.x86_64.rpm > > libtimezonemap-devel-0.4.4-1.el7.x86_64.rpm > > libtommath-1.0-8.el7.x86_64.rpm > > libtomcrypt-1.17-33.20170623gitcd6e602.el7.x86_64.rpm > > libtiff-devel-4.0.3-35.el7.x86_64.rpm > > libtirpc-0.2.4-0.15.el7.x86_64.rpm > > libtimezonemap-0.4.4-1.el7.x86_64.rpm > > libusb-0.1.4-3.el7.x86_64.rpm > > libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm > > libusb-devel-0.1.4-3.el7.x86_64.rpm > > libunistring-0.9.3-9.el7.x86_64.rpm > > libusal-1.1.11-25.el7.x86_64.rpm > > libtool-ltdl-devel-2.4.2-22.el7_3.x86_64.rpm > > libunwind-1.2-2.el7.x86_64.rpm > > libusbx-1.0.21-1.el7.x86_64.rpm > > libuuid-2.23.2-59.el7.x86_64.rpm > > libv4l-0.9.5-4.el7.x86_64.rpm > > libutempter-devel-1.1.6-4.el7.x86_64.rpm > > libuuid-devel-2.23.2-59.el7.x86_64.rpm > > libuser-devel-0.60-9.el7.x86_64.rpm > > libuser-0.60-9.el7.x86_64.rpm > > libutempter-1.1.6-4.el7.x86_64.rpm > > libusbx-devel-1.0.21-1.el7.x86_64.rpm > > libwayland-client-1.15.0-1.el7.x86_64.rpm > > libverto-0.2.5-4.el7.x86_64.rpm > > libverto-devel-0.2.5-4.el7.x86_64.rpm > > libwayland-cursor-1.15.0-1.el7.x86_64.rpm > > libvorbis-1.3.3-8.el7.1.x86_64.rpm > > libverto-libevent-0.2.5-4.el7.x86_64.rpm > > libvisual-0.4.0-16.el7.x86_64.rpm > > libverto-tevent-0.2.5-4.el7.x86_64.rpm > > libXau-1.0.8-2.1.el7.x86_64.rpm > > libX11-common-1.6.7-2.el7.noarch.rpm > > libXau-devel-1.0.8-2.1.el7.x86_64.rpm > > libwayland-egl-1.15.0-1.el7.x86_64.rpm > > libX11-1.6.7-2.el7.x86_64.rpm > > libwayland-server-1.15.0-1.el7.x86_64.rpm > > libX11-devel-1.6.7-2.el7.x86_64.rpm > > libwebp-0.3.0-7.el7.x86_64.rpm > > libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm > > libXcursor-1.1.15-1.el7.x86_64.rpm > > libxcb-1.13-1.el7.x86_64.rpm > > libXdamage-1.1.4-4.1.el7.x86_64.rpm > > libXaw-1.0.13-4.el7.x86_64.rpm > > libXcomposite-0.4.4-4.1.el7.x86_64.rpm > > libxcb-devel-1.13-1.el7.x86_64.rpm > > libXcursor-devel-1.1.15-1.el7.x86_64.rpm > > libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm > > libXext-1.3.3-3.el7.x86_64.rpm > > libXft-2.3.2-2.el7.x86_64.rpm > > libXfixes-5.0.3-1.el7.x86_64.rpm > > libXfont-1.5.4-1.el7.x86_64.rpm > > libXft-devel-2.3.2-2.el7.x86_64.rpm > > libXfixes-devel-5.0.3-1.el7.x86_64.rpm > > libXext-devel-1.3.3-3.el7.x86_64.rpm > > libXi-devel-1.7.9-1.el7.x86_64.rpm > > libxklavier-5.4-7.el7.x86_64.rpm > > libxkbfile-1.0.9-3.el7.x86_64.rpm > > libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm > > libxkbcommon-0.7.1-3.el7.x86_64.rpm > > libXinerama-1.1.3-2.1.el7.x86_64.rpm > > libXi-1.7.9-1.el7.x86_64.rpm > > libxkbcommon-devel-0.7.1-3.el7.x86_64.rpm > > libxklavier-devel-5.4-7.el7.x86_64.rpm > > libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm > > libXrandr-1.5.1-2.el7.x86_64.rpm > > libXpm-3.5.12-1.el7.x86_64.rpm > > libxml2-2.9.1-6.el7_2.3.x86_64.rpm > > libXmu-1.1.2-2.el7.x86_64.rpm > > libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm > > libXpm-devel-3.5.12-1.el7.x86_64.rpm > > libxslt-python-1.1.28-6.el7.x86_64.rpm > > libXrender-devel-0.9.10-1.el7.x86_64.rpm > > libxshmfence-1.2-1.el7.x86_64.rpm > > libXrender-0.9.10-1.el7.x86_64.rpm > > libxslt-devel-1.1.28-6.el7.x86_64.rpm > > libXrandr-devel-1.5.1-2.el7.x86_64.rpm > > libXt-1.1.5-3.el7.x86_64.rpm > > libxslt-1.1.28-6.el7.x86_64.rpm > > libzstd-1.4.2-1.el7.x86_64.rpm > > libyaml-0.1.4-11.el7_0.x86_64.rpm > > libXxf86vm-devel-1.1.4-1.el7.x86_64.rpm > > lighttpd-1.4.54-1.el7.src.rpm > > libXv-1.0.11-1.el7.x86_64.rpm > > libXxf86vm-1.1.4-1.el7.x86_64.rpm > > libXt-devel-1.1.5-3.el7.x86_64.rpm > > libXtst-1.2.3-1.el7.x86_64.rpm > > linux-libertine-biolinum-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm > > linux-firmware-20190429-72.gitddde598.el7.noarch.rpm > > linuxptp-2.0-2.el7.x86_64.rpm > > linux-libertine-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm > > linuxdoc-tools-0.9.68-5.el7.x86_64.rpm > > linux-libertine-fonts-common-5.3.0-6.2012_07_02.el7.noarch.rpm > > linuxptp-2.0-2.el7.src.rpm > > linuxconsoletools-1.4.5-3.el7.x86_64.rpm > > log4j-1.2.17-16.el7_4.noarch.rpm > > lldpad-1.0.1-3.git036e314.el7.x86_64.rpm > > lsof-4.87-6.el7.x86_64.rpm > > lksctp-tools-1.0.17-2.el7.x86_64.rpm > > lsscsi-0.27-6.el7.x86_64.rpm > > lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm > > logrotate-3.8.6-17.el7.src.rpm > > lm_sensors-devel-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm > > lttng-ust-2.10.0-1.el7.x86_64.rpm > > lz4-1.7.5-2.el7.x86_64.rpm > > lua-devel-5.1.4-15.el7.x86_64.rpm > > lyx-fonts-2.2.3-1.el7.noarch.rpm > > lynx-2.8.8-0.3.dev15.el7.x86_64.rpm > > lz4-devel-1.7.5-2.el7.x86_64.rpm > > lttng-ust-devel-2.10.0-1.el7.x86_64.rpm > > lua-5.1.4-15.el7.x86_64.rpm > > mailcap-2.1.41-2.el7.noarch.rpm > > m2crypto-0.21.1-17.el7.x86_64.rpm > > mailx-12.5-19.el7.x86_64.rpm > > lzop-1.03-10.el7.x86_64.rpm > > m4-1.4.16-10.el7.x86_64.rpm > > lzo-2.06-8.el7.x86_64.rpm > > lzo-devel-2.06-8.el7.x86_64.rpm > > lzo-minilzo-2.06-8.el7.x86_64.rpm > > make-3.82-23.el7.x86_64.rpm > > mercurial-2.6.2-8.el7_4.x86_64.rpm > > mdi-fonts-1.4.57.0-4.el7.noarch.rpm > > man-db-2.6.3-11.el7.x86_64.rpm > > memcached-1.4.39-1.el7.x86_64.rpm > > mdi-common-1.4.57.0-4.el7.noarch.rpm > > mcstrans-0.3.4-5.el7.x86_64.rpm > > mdadm-4.1-rc1_2.el7.x86_64.rpm > > mozilla-fira-fonts-common-4.202-1.el7.noarch.rpm > > moyogo-molengo-fonts-0.10-9.el7.noarch.rpm > > mesa-libwayland-egl-18.0.5-3.el7.x86_64.rpm > > mesa-libwayland-egl-devel-18.0.5-3.el7.x86_64.rpm > > mesa-libGLU-9.0.0-4.el7.x86_64.rpm > > microcode_ctl-2.1-73.el7.x86_64.rpm > > mesa-libGLU-devel-9.0.0-4.el7.x86_64.rpm > > mod_wsgi-3.4-18.el7.x86_64.rpm > > mpich-3.0-3.0.4-10.el7.x86_64.rpm > > mozilla-fira-sans-fonts-4.202-1.el7.noarch.rpm > > mozilla-fira-mono-fonts-4.202-1.el7.noarch.rpm > > mpfr-3.1.1-4.el7.x86_64.rpm > > mpich-3.0.4-8.el7.x86_64.rpm > > mozjs17-17.0.0-20.el7.x86_64.rpm > > mph-2b-damase-fonts-002.000-3.el7.noarch.rpm > > mtools-4.0.18-5.el7.x86_64.rpm > > mvapich2-2.0-psm-2.0a-9.el7.x86_64.rpm > > multilib-rpm-config-1-6.el7.noarch.rpm > > ncurses-5.9-14.20130511.el7_4.x86_64.rpm > > mvapich2-2.0-2.0a-9.el7.x86_64.rpm > > mvapich2-psm-2.0a-3.el7.x86_64.rpm > > mvapich2-common-2.0a-3.el7.noarch.rpm > > MySQL-python-1.2.5-1.el7.x86_64.rpm > > mvapich2-2.0a-3.el7.x86_64.rpm > > ndctl-libs-65-5.el7.x86_64.rpm > > ncurses-static-5.9-14.20130511.el7_4.x86_64.rpm > > neon-0.30.0-3.el7.x86_64.rpm > > ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm > > ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm > > ncurses-base-5.9-14.20130511.el7_4.noarch.rpm > > netcf-devel-0.2.8-4.el7.x86_64.rpm > > nekohtml-1.9.14-13.el7.noarch.rpm > > netpbm-progs-10.79.00-7.el7.x86_64.rpm > > netpbm-10.79.00-7.el7.x86_64.rpm > > netcf-libs-0.2.8-4.el7.x86_64.rpm > > net-tools-2.0-0.24.20131004git.el7.src.rpm > > nettle-2.7.1-8.el7.x86_64.rpm > > net-tools-2.0-0.24.20131004git.el7.x86_64.rpm > > newt-0.52.15-4.el7.x86_64.rpm > > nettle-devel-2.7.1-8.el7.x86_64.rpm > > nspr-devel-4.25.0-2.el7_9.x86_64.rpm > > nspr-4.25.0-2.el7_9.x86_64.rpm > > nscd-2.17-317.el7.x86_64.rpm > > nss-3.53.1-3.el7_9.x86_64.rpm > > nmap-ncat-6.40-16.el7.x86_64.rpm > > nfs-utils-1.3.0-0.61.el7.x86_64.rpm > > newt-devel-0.52.15-4.el7.x86_64.rpm > > newt-python-0.52.15-4.el7.x86_64.rpm > > nss-sysinit-3.53.1-3.el7_9.x86_64.rpm > > nss-pam-ldapd-0.8.13-16.el7.x86_64.rpm > > nss_compat_ossl-0.9.6-8.el7.x86_64.rpm > > nss-util-3.53.1-1.el7_9.x86_64.rpm > > nss-devel-3.53.1-3.el7_9.x86_64.rpm > > nss-tools-3.53.1-3.el7_9.x86_64.rpm > > nss-util-devel-3.53.1-1.el7_9.x86_64.rpm > > nss-pem-1.0.3-5.el7.x86_64.rpm > > OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm > > numactl-devel-2.0.9-7.el7.x86_64.rpm > > objectweb-asm-3.3.1-9.el7.noarch.rpm > > nvme-cli-1.8.1-3.el7.x86_64.rpm > > numactl-libs-2.0.9-7.el7.x86_64.rpm > > oniguruma-5.9.5-3.el7.x86_64.rpm > > oflb-asana-math-fonts-0.954-1.el7.noarch.rpm > > ntp-4.2.6p5-29.el7.centos.2.src.rpm > > openpgm-5.2.122-2.el7.x86_64.rpm > > openjpeg-libs-1.5.1-18.el7.x86_64.rpm > > openldap-2.4.44-20.el7.x86_64.rpm > > openjade-1.3.2-45.el7.x86_64.rpm > > openjpeg2-2.3.1-3.el7_7.x86_64.rpm > > openmpi-1.10.7-2.el7.x86_64.rpm > > openldap-2.4.44-20.el7.src.rpm > > open-sans-fonts-1.10-1.el7.noarch.rpm > > opensp-1.5.2-19.el7.x86_64.rpm > > opensc-0.16.0-10.20170227git777e2a3.el7.x86_64.rpm > > openssh-clients-7.4p1-21.el7.x86_64.rpm > > openscap-scanner-1.2.17-13.el7_9.x86_64.rpm > > openssh-7.4p1-21.el7.x86_64.rpm > > openscap-1.2.17-13.el7_9.x86_64.rpm > > opensm-libs-3.3.20-3.el7.x86_64.rpm > > openssh-7.4p1-21.el7.src.rpm > > openstack-barbican-api-9.0.0-1.el7.noarch.rpm > > openstack-barbican-worker-9.0.0-1.el7.noarch.rpm > > openstack-barbican-keystone-listener-9.0.0-1.el7.noarch.rpm > > openssl-1.0.2k-16.el7.x86_64.rpm > > openstack-barbican-common-9.0.0-1.el7.noarch.rpm > > openssl-devel-1.0.2k-16.el7.x86_64.rpm > > openstack-barbican-9.0.0-1.el7.noarch.rpm > > openssl-libs-1.0.2k-16.el7.x86_64.rpm > > openstack-nova-cert-14.0.8-1.el7.noarch.rpm > > openstack-swift-object-2.15.1-1.el7.noarch.rpm > > openstack-swift-proxy-2.15.1-1.el7.noarch.rpm > > openstack-swift-doc-2.15.1-1.el7.noarch.rpm > > openstack-keystone-16.0.0-1.el7.src.rpm > > openstack-macros-2018.1.2-0.noarch.rpm > > openstack-swift-container-2.15.1-1.el7.noarch.rpm > > openstack-swift-account-2.15.1-1.el7.noarch.rpm > > oxygen-sans-fonts-5.4.3-3.el7.noarch.rpm > > opus-1.0.2-6.el7.x86_64.rpm > > os-prober-1.58-9.el7.x86_64.rpm > > oxygen-mono-fonts-5.4.3-3.el7.noarch.rpm > > oxygen-fonts-common-5.4.3-3.el7.noarch.rpm > > overpass-fonts-2.1-1.el7.noarch.rpm > > osinfo-db-tools-1.1.0-1.el7.x86_64.rpm > > orc-0.4.26-1.el7.x86_64.rpm > > p11-kit-0.23.5-3.el7.x86_64.rpm > > p11-kit-trust-0.23.5-3.el7.x86_64.rpm > > p11-kit-devel-0.23.5-3.el7.x86_64.rpm > > paktype-tehreer-fonts-4.1-2.el7.noarch.rpm > > paktype-naqsh-fonts-4.1-2.el7.noarch.rpm > > paktype-naskh-basic-fonts-4.1-3.el7.noarch.rpm > > pam-1.1.8-22.el7.x86_64.rpm > > pakchois-0.4-10.el7.x86_64.rpm > > passwd-0.79-4.el7.x86_64.rpm > > paratype-pt-sans-fonts-20101909-3.el7.noarch.rpm > > pango-devel-1.42.4-1.el7.x86_64.rpm > > paratype-pt-sans-caption-fonts-20101909-3.el7.noarch.rpm > > patch-2.7.1-10.el7_5.x86_64.rpm > > pam-devel-1.1.8-22.el7.x86_64.rpm > > pango-1.42.4-1.el7.x86_64.rpm > > parted-3.1-29.el7.src.rpm > > pcsc-lite-ccid-1.4.10-14.el7.x86_64.rpm > > pcsc-lite-1.8.8-8.el7.x86_64.rpm > > pciutils-3.5.1-3.el7.x86_64.rpm > > pciutils-devel-3.5.1-3.el7.x86_64.rpm > > pcre-8.32-17.el7.x86_64.rpm > > pcre-devel-8.32-17.el7.x86_64.rpm > > pciutils-libs-3.5.1-3.el7.x86_64.rpm > > patchutils-0.3.3-4.el7.x86_64.rpm > > perl-constant-1.27-2.el7.noarch.rpm > > perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm > > perl-Business-ISBN-2.06-2.el7.noarch.rpm > > pcsc-lite-libs-1.8.8-8.el7.x86_64.rpm > > perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm > > perl-Carp-1.26-244.el7.noarch.rpm > > perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm > > perl-5.16.3-299.el7_9.x86_64.rpm > > perl-Encode-2.51-7.el7.x86_64.rpm > > perl-Data-Dumper-2.145-3.el7.x86_64.rpm > > perl-devel-5.16.3-299.el7_9.x86_64.rpm > > perl-Digest-1.17-245.el7.noarch.rpm > > perl-Digest-MD5-2.52-3.el7.x86_64.rpm > > perl-Env-1.04-2.el7.noarch.rpm > > perl-Encode-Locale-1.03-5.el7.noarch.rpm > > perl-Error-0.17020-2.el7.noarch.rpm > > perl-ExtUtils-Embed-1.30-299.el7_9.noarch.rpm > > perl-Exporter-5.68-3.el7.noarch.rpm > > perl-ExtUtils-Install-1.58-299.el7_9.noarch.rpm > > perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm > > perl-File-Temp-0.23.01-3.el7.noarch.rpm > > perl-ExtUtils-ParseXS-3.18-3.el7.noarch.rpm > > perl-File-Path-2.09-2.el7.noarch.rpm > > perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm > > perl-hivex-1.3.10-6.9.el7.x86_64.rpm > > perl-Filter-1.49-3.el7.x86_64.rpm > > perl-HTML-Tagset-3.20-15.el7.noarch.rpm > > perl-Git-1.8.3.1-20.el7.noarch.rpm > > perl-gettext-1.05-28.el7.x86_64.rpm > > perl-Getopt-Long-2.40-3.el7.noarch.rpm > > perl-HTML-Parser-3.71-4.el7.x86_64.rpm > > perl-generators-1.08-7.el7.noarch.rpm > > perl-IO-HTML-1.00-2.el7.noarch.rpm > > perl-IO-Compress-2.061-2.el7.noarch.rpm > > perl-HTTP-Message-6.06-6.el7.noarch.rpm > > perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm > > perl-HTTP-Date-6.02-8.el7.noarch.rpm > > perl-HTTP-Tiny-0.033-3.el7.noarch.rpm > > perl-libintl-1.20-12.el7.x86_64.rpm > > perl-libs-5.16.3-299.el7_9.x86_64.rpm > > perl-macros-5.16.3-299.el7_9.x86_64.rpm > > perl-Pod-Simple-3.28-4.el7.noarch.rpm > > perl-parent-0.225-244.el7.noarch.rpm > > perl-podlators-2.5.1-3.el7.noarch.rpm > > perl-Pod-Parser-1.61-2.el7.noarch.rpm > > perl-Pod-Perldoc-3.20-4.el7.noarch.rpm > > perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm > > perl-PathTools-3.40-5.el7.x86_64.rpm > > perl-Test-Harness-3.28-3.el7.noarch.rpm > > perl-Pod-Usage-1.63-3.el7.noarch.rpm > > perl-Socket-2.010-4.el7.x86_64.rpm > > perl-SGMLSpm-1.03ii-31.el7.noarch.rpm > > perl-srpm-macros-1-8.el7.noarch.rpm > > perl-Storable-2.45-3.el7.x86_64.rpm > > perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm > > perl-TermReadKey-2.30-20.el7.x86_64.rpm > > perl-threads-1.87-4.el7.x86_64.rpm > > perl-TimeDate-2.30-2.el7.noarch.rpm > > perl-Test-Simple-0.98-243.el7.noarch.rpm > > perl-threads-shared-1.43-6.el7.x86_64.rpm > > perl-Text-ParseWords-3.29-4.el7.noarch.rpm > > perl-Text-Unidecode-0.04-20.el7.noarch.rpm > > perl-Time-HiRes-1.9725-3.el7.x86_64.rpm > > perl-Thread-Queue-3.02-2.el7.noarch.rpm > > perl-XML-XPath-1.13-22.el7.noarch.rpm > > phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm > > phonon-4.6.0-10.el7.x86_64.rpm > > perl-Time-Local-1.2300-2.el7.noarch.rpm > > perl-version-0.99.07-3.el7.x86_64.rpm > > perl-URI-1.60-9.el7.noarch.rpm > > perl-XML-Parser-2.41-10.el7.x86_64.rpm > > pesign-0.109-10.el7.x86_64.rpm > > plexus-component-api-1.0-0.16.alpha15.el7.noarch.rpm > > pigz-2.3.4-1.el7.x86_64.rpm > > pixman-devel-0.34.0-1.el7.x86_64.rpm > > pixman-0.34.0-1.el7.x86_64.rpm > > pkgconfig-0.27.1-4.el7.x86_64.rpm > > plexus-cipher-1.7-5.el7.noarch.rpm > > pinentry-0.8.1-17.el7.x86_64.rpm > > plexus-classworlds-2.4.2-8.el7.noarch.rpm > > pm-utils-1.4.1-27.el7.x86_64.rpm > > plexus-sec-dispatcher-1.4-13.el7.noarch.rpm > > plexus-interpolation-1.15-8.el7.noarch.rpm > > po4a-0.44-10.el7.noarch.rpm > > plexus-interactivity-1.0-0.14.alpha6.el7.noarch.rpm > > plexus-containers-component-annotations-1.5.5-14.el7.noarch.rpm > > plexus-containers-container-default-1.5.5-14.el7.noarch.rpm > > plexus-utils-3.0.9-9.el7.noarch.rpm > > popt-1.13-16.el7.x86_64.rpm > > popt-devel-1.13-16.el7.x86_64.rpm > > polkit-pkla-compat-0.1-4.el7.x86_64.rpm > > poppler-data-0.4.6-3.el7.noarch.rpm > > polkit-docs-0.112-26.el7.noarch.rpm > > polkit-0.112-26.el7.x86_64.rpm > > poppler-0.26.5-20.el7.x86_64.rpm > > polkit-devel-0.112-26.el7.x86_64.rpm > > psmisc-22.20-15.el7.x86_64.rpm > > pps-tools-devel-0-0.9.20120407git0deb9c.el7.x86_64.rpm > > postgresql-server-9.2.24-1.el7_5.x86_64.rpm > > postgresql-contrib-9.2.24-1.el7_5.x86_64.rpm > > postgresql-libs-9.2.24-1.el7_5.x86_64.rpm > > procps-ng-3.3.10-28.el7.x86_64.rpm > > postgresql-9.2.24-1.el7_5.x86_64.rpm > > postgresql-devel-9.2.24-1.el7_5.x86_64.rpm > > puppet-barbican-11.3.0-1.el7.noarch.rpm > > puppet-aodh-11.3.0-1.el7.noarch.rpm > > puppet-apache-1.10.0-2.05a0aacgit.el7.noarch.rpm > > puppet-4.8.2-1.el7.src.rpm > > psutils-1.17-44.el7.x86_64.rpm > > puppet-ceph-2.4.1-1.el7.src.rpm > > puppet-certmonger-1.1.1-1.1157a7egit.el7.noarch.rpm > > pth-2.0.7-23.el7.x86_64.rpm > > puppet-haproxy-1.5.0-4.6ffcb07git.el7.src.rpm > > puppet-horizon-11.5.0-1.el7.src.rpm > > puppet-inifile-1.6.0-2.c1f1d1egit.el7.noarch.rpm > > puppet-etcd-1.11.0-1.f43e129git.el7.noarch.rpm > > puppet-concat-2.2.0-2.fdf4a84git.el7.noarch.rpm > > puppet-firewall-1.8.2-2.2f892e9git.el7.noarch.rpm > > puppet-collectd-5.1.0-2.4a3843cgit.el7.noarch.rpm > > puppet-keystone-11.3.0-1.el7.src.rpm > > puppet-rsync-0.4.0-1.8cc3c6fgit.el7.noarch.rpm > > puppet-nssdb-1.0.1-1.el7.noarch.rpm > > puppet-rabbitmq-5.6.0-4.5ac45degit.el7.src.rpm > > puppet-oslo-11.3.0-1.el7.src.rpm > > puppet-memcached-3.0.2-1.adf8b63git.el7.noarch.rpm > > puppet-kmod-2.1.1-2.0d69a96git.el7.noarch.rpm > > puppet-openstacklib-11.5.0-1.el7.src.rpm > > puppet-mysql-3.11.0-1.920dd76git.el7.noarch.rpm > > puppet-vcsrepo-1.4.0-2.6c88fb3git.el7.noarch.rpm > > puppet-stdlib-4.18.0-2.el7.src.rpm > > puppet-sysctl-0.0.11-1.el7.noarch.rpm > > puppet-vswitch-7.3.0-1.el7.noarch.rpm > > puppet-staging-1.0.4-1.b466d93git.el7.src.rpm > > puppet-vlan-0.1.0-1.el7.noarch.rpm > > puppet-xinetd-2.0.0-4.1d1e6d4git.el7.noarch.rpm > > puppet-tempest-11.3.0-1.el7.noarch.rpm > > pysendfile-2.0.0-5.el7.x86_64.rpm > > pyflakes-1.3.0-2.el7.noarch.rpm > > pygpgme-0.3-9.el7.x86_64.rpm > > PyQt4-4.12-1.el7.x86_64.rpm > > pyliblzma-0.5.3-11.el7.x86_64.rpm > > pyparted-3.9-15.el7.x86_64.rpm > > pycairo-1.8.10-8.el7.x86_64.rpm > > pyparsing-2.1.10-3.el7.noarch.rpm > > python2-automaton-1.12.1-1.el7.noarch.rpm > > python2-alembic-0.9.7-1.el7.noarch.rpm > > pyserial-2.6-6.el7.noarch.rpm > > python-2.7.5-89.el7.src.rpm > > python2-appdirs-1.4.0-4.el7.noarch.rpm > > python2-amqp-2.1.4-3.el7.noarch.rpm > > python2-asn1crypto-0.23.0-2.el7.noarch.rpm > > python-2.7.5-89.el7.x86_64.rpm > > python2-boto-2.45.0-3.el7.noarch.rpm > > python2-botocore-1.12.75-1.el7.noarch.rpm > > python2-barbican-8.0.0-0.1.0rc1.el7.noarch.rpm > > python2-bitmath-1.3.1-1.el7.noarch.rpm > > python2-cachez-0.1.0-2.el7.noarch.rpm > > python2-barbicanclient-4.5.3-1.el7.noarch.rpm > > python2-babel-2.3.4-1.el7.noarch.rpm > > python2-bcrypt-3.1.6-2.el7.x86_64.rpm > > python2-chardet-3.0.4-7.el7.noarch.rpm > > python2-congressclient-1.8.0-1.el7.noarch.rpm > > python2-cliff-2.13.0-1.el7.noarch.rpm > > python2-castellan-0.19.0-1.el7.noarch.rpm > > python2-certifi-2018.10.15-5.el7.noarch.rpm > > python2-colorama-0.3.7-2.el7.noarch.rpm > > python2-cffi-1.11.2-1.el7.x86_64.rpm > > python2-ceilometerclient-2.9.0-1.el7.noarch.rpm > > python2-cryptography-2.5-1.el7.x86_64.rpm > > python2-cursive-0.1.2-1.el7.noarch.rpm > > python2-daiquiri-1.2.1-1.el7.noarch.rpm > > python2-cycler-0.10.0-2.el7.noarch.rpm > > python2-Cython-0.25.2-3.el7.x86_64.rpm > > python2-crypto-2.6.1-15.el7.x86_64.rpm > > python2-coverage-4.4.1-1.el7.x86_64.rpm > > python2-cotyledon-1.6.3-1.el7.noarch.rpm > > python2-deprecation-1.0-3.el7.noarch.rpm > > python2-designateclient-2.7.0-1.el7.noarch.rpm > > python2-debtcollector-1.22.0-2.el7.noarch.rpm > > python2-django-babel-0.4.0-2.el7.noarch.rpm > > python2-defusedxml-0.5.0-2.el7.noarch.rpm > > python2-django-1.11.20-1.el7.noarch.rpm > > python2-dateutil-2.6.1-1.el7.noarch.rpm > > python2-ddt-1.2.0-2.el7.noarch.rpm > > python2-django-debreach-1.5.2-1.el7.noarch.rpm > > python2-django-babel-0.6.2-1.el7.noarch.rpm > > python2-django-compressor-2.1-5.el7.noarch.rpm > > python2-extras-1.0.0-2.el7.noarch.rpm > > python2-dulwich-0.18.4-1.el7.x86_64.rpm > > python2-eventlet-0.24.1-3.el7.noarch.rpm > > python2-dnf-4.0.9.2-1.el7_6.noarch.rpm > > python2-django-formtools-2.1-1.el7.noarch.rpm > > python2-funcsigs-1.0.2-4.el7.noarch.rpm > > python2-flask-restful-0.3.6-7.el7.noarch.rpm > > python2-functools32-3.2.3.2-1.el7.noarch.rpm > > python2-future-0.16.0-4.el7.noarch.rpm > > python2-futures-3.1.1-5.el7.noarch.rpm > > python2-flask-1.0.2-1.el7.noarch.rpm > > python2-fasteners-0.14.1-6.el7.noarch.rpm > > python2-fixtures-3.0.0-7.el7.noarch.rpm > > python2-gflags-2.0-5.el7.noarch.rpm > > python2-gabbi-1.33.0-1.el7.noarch.rpm > > python2-gluster-5.2-1.el7.x86_64.rpm > > python2-google-auth-1.3.0-1.el7.noarch.rpm > > python2-greenlet-0.4.9-1.el7.x86_64.rpm > > python2-gevent-1.1.2-2.el7.x86_64.rpm > > python2-gnocchiclient-3.3.1-1.el7.noarch.rpm > > python2-futurist-1.3.1-1.el7.noarch.rpm > > python2-ipaddress-1.0.18-5.el7.noarch.rpm > > python2-iso8601-0.1.11-8.el7.noarch.rpm > > python2-gunicorn-19.7.1-1.el7.noarch.rpm > > python2-hacking-0.13.0-1.el7.noarch.rpm > > python2-hawkey-0.22.5-1.el7_6.x86_64.rpm > > python2-imagesize-0.7.1-5.el7.noarch.rpm > > python2-idna-2.5-1.el7.noarch.rpm > > python2-influxdb-4.0.0-1.el7.1.noarch.rpm > > python2-jmespath-0.9.0-5.el7.noarch.rpm > > python2-jsonpatch-1.21-1.el7.noarch.rpm > > python2-jsonpatch-1.14-1.el7.noarch.rpm > > python2-jsonpointer-1.10-4.el7.noarch.rpm > > python2-jsonpath-rw-ext-1.0.0-1.el7.noarch.rpm > > python2-json-logger-0.1.7-1.el7.noarch.rpm > > python2-jinja2-2.8.1-1.el7.noarch.rpm > > python2-jsonschema-2.6.0-2.el7.noarch.rpm > > python2-ldappool-2.1.0-1.el7.noarch.rpm > > python2-ldap-3.1.0-1.el7.x86_64.rpm > > python2-libcomps-0.1.8-12.el7.x86_64.rpm > > python2-kombu-4.0.2-5.el7.noarch.rpm > > python2-keystonemiddleware-7.0.1-2.el7.noarch.rpm > > python2-jwt-1.6.1-1.el7.noarch.rpm > > python2-libdnf-0.22.5-1.el7_6.x86_64.rpm > > python2-ldap3-2.4.1-3.el7.noarch.rpm > > python2-microversion-parse-0.1.4-2.el7.noarch.rpm > > python2-matplotlib-tk-2.0.0-1.el7.x86_64.rpm > > python2-marathon-0.8.8-1.el7.noarch.rpm > > python2-matplotlib-2.0.0-1.el7.x86_64.rpm > > python2-mccabe-0.6.1-7.el7.noarch.rpm > > python2-mimeparse-1.6.0-5.el7.noarch.rpm > > python2-lz4-0.9.0-1.el7.x86_64.rpm > > python2-markupsafe-0.23-16.el7.x86_64.rpm > > python2-mox3-0.23.0-1.el7.noarch.rpm > > python2-netaddr-0.7.19-5.el7.noarch.rpm > > python2-mock-2.0.0-1.el7.noarch.rpm > > python2-monascaclient-1.7.1-1.el7.noarch.rpm > > python2-numexpr-2.6.1-3.el7.x86_64.rpm > > python2-munch-2.2.0-2.el7.noarch.rpm > > python2-murano-pkg-check-0.3.0-2.el7.noarch.rpm > > python2-monotonic-1.5-1.el7.noarch.rpm > > python2-osc-lib-tests-1.14.1-2.el7.noarch.rpm > > python2-osc-lib-1.14.1-2.el7.noarch.rpm > > python2-numpy-1.11.2-2.el7.x86_64.rpm > > python2-olefile-0.46-2.el7.noarch.rpm > > python2-os-client-config-1.28.0-1.el7.noarch.rpm > > python2-oauthlib-2.0.1-8.el7.noarch.rpm > > python2-openstack-doc-tools-1.3.0-2.el7.noarch.rpm > > python2-oauth2client-4.0.0-2.el7.noarch.rpm > > python2-oslo-db-4.40.0-1.el7.noarch.rpm > > python2-oslo-concurrency-3.29.1-1.el7.noarch.rpm > > python2-oslo-i18n-3.24.0-2.el7.noarch.rpm > > python2-oslo-cache-1.30.3-1.el7.noarch.rpm > > python2-oslo-config-6.8.1-1.el7.noarch.rpm > > python2-oslo-db-tests-4.40.0-1.el7.noarch.rpm > > python2-oslo-log-3.44.1-2.el7.noarch.rpm > > python2-oslo-context-2.22.1-1.el7.noarch.rpm > > python2-oslo-policy-2.3.2-1.el7.noarch.rpm > > python2-oslo-reports-1.22.1-1.el7.noarch.rpm > > python2-oslo-serialization-2.29.2-2.el7.noarch.rpm > > python2-oslo-middleware-3.36.0-1.el7.noarch.rpm > > python2-oslo-sphinx-4.15.2-1.el7.noarch.rpm > > python2-oslo-rootwrap-5.9.1-1.el7.noarch.rpm > > python2-oslo-privsep-1.22.1-1.el7.noarch.rpm > > python2-oslo-service-1.38.0-1.el7.noarch.rpm > > python2-oslo-versionedobjects-tests-1.33.3-1.el7.noarch.rpm > > python2-oslotest-2.17.1-1.el7.noarch.rpm > > python2-oslo-vmware-2.23.1-1.el7.noarch.rpm > > python2-oslo-upgradecheck-0.2.1-1.el7.noarch.rpm > > python2-oslo-utils-3.40.3-1.el7.noarch.rpm > > python2-oslo-versionedobjects-1.33.3-1.el7.noarch.rpm > > python2-osprofiler-1.11.0-1.el7.noarch.rpm > > python2-osprofiler-2.3.0-1.el7.noarch.rpm > > python2-os-win-2.2.0-1.el7.noarch.rpm > > python2-pandas-0.19.1-2.el7.2.x86_64.rpm > > python2-pankoclient-0.3.0-1.el7.noarch.rpm > > python2-os-traits-0.3.3-1.el7.noarch.rpm > > python2-os-service-types-1.3.0-1.el7.noarch.rpm > > python2-ovsdbapp-0.4.3-1.el7.noarch.rpm > > python2-os-xenapi-0.2.0-1.el7.noarch.rpm > > python2-passlib-1.7.0-4.el7.noarch.rpm > > python2-pillow-4.0.0-1.el7.x86_64.rpm > > python2-pika-0.10.0-10.el7.noarch.rpm > > python2-persist-queue-0.1.4-1.el7.noarch.rpm > > python2-pika_pool-0.1.3-3.el7.noarch.rpm > > python2-pecan-1.1.2-1.el7.noarch.rpm > > python2-pbr-3.1.1-1.el7.noarch.rpm > > python2-pifpaf-0.12.0-1.el7.noarch.rpm > > python2-pexpect-4.6-1.el7.noarch.rpm > > python2-pycodestyle-2.0.0-5.el7.noarch.rpm > > python2-ptyprocess-0.5.2-3.el7.noarch.rpm > > python2-pycryptodomex-3.9.7-1.el7.x86_64.rpm > > python2-pyasn1-0.3.7-6.el7.noarch.rpm > > python2-pycadf-2.6.0-1.el7.noarch.rpm > > python2-psutil-5.2.2-2.el7.x86_64.rpm > > python2-pyasn1-modules-0.3.7-6.el7.noarch.rpm > > python2-positional-1.1.1-2.el7.noarch.rpm > > python2-pygments-2.2.0-7.el7.noarch.rpm > > python2-pyparsing-2.1.10-3.el7.noarch.rpm > > python2-PyMySQL-0.9.2-2.el7.noarch.rpm > > python2-pyroute2-0.4.19-1.el7.noarch.rpm > > python2-pyngus-2.3.0-1.el7.noarch.rpm > > python2-pysaml2-4.5.0-4.el7.noarch.rpm > > python2-pyOpenSSL-17.3.0-3.el7.noarch.rpm > > python2-pyOpenSSL-16.2.0-3.el7.noarch.rpm > > python2-reno-2.5.0-1.el7.noarch.rpm > > python2-qpid-proton-0.28.0-1.el7.x86_64.rpm > > python2-requestsexceptions-1.4.0-1.el7.noarch.rpm > > python2-rcssmin-1.0.6-2.el7.x86_64.rpm > > python2-pytest-3.0.6-2.el7.noarch.rpm > > python2-requests-2.21.0-2.el7.noarch.rpm > > python2-pysnmp-4.3.2-3.el7.noarch.rpm > > python2-requests-mock-1.5.2-3.el7.noarch.rpm > > python2-ruamel-yaml-0.13.14-2.el7.x86_64.rpm > > python2-retryz-0.1.8-1.el7.noarch.rpm > > python2-rfc3986-1.2.0-1.el7.noarch.rpm > > python2-ruamel-ordereddict-0.4.9-3.el7.x86_64.rpm > > python2-rsa-3.4.1-1.el7.noarch.rpm > > python2-rjsmin-1.0.12-2.el7.x86_64.rpm > > python2-rpm-macros-3-34.el7.noarch.rpm > > python2-requests-oauthlib-0.8.0-5.el7.noarch.rpm > > python2-saharaclient-1.3.0-1.el7.noarch.rpm > > python2-setuptools_scm-1.10.1-1.el7.noarch.rpm > > python2-setuptools-22.0.5-1.el7.noarch.rpm > > python2-scciclient-0.5.0-1.el7.noarch.rpm > > python2-scipy-0.18.0-3.el7.x86_64.rpm > > python2-scrypt-0.8.0-2.el7.x86_64.rpm > > python2-senlinclient-1.4.0-1.el7.noarch.rpm > > python2-scss-1.3.4-6.el7.x86_64.rpm > > python2-sphinxcontrib-httpdomain-1.7.0-1.el7.noarch.rpm > > python2-simplejson-3.10.0-7.el7.x86_64.rpm > > python2-singledispatch-3.4.0.3-4.el7.noarch.rpm > > python2-six-1.12.0-1.el7.noarch.rpm > > python2-snowballstemmer-1.2.0-2.el7.noarch.rpm > > python2-sphinx_rtd_theme-0.2.4-2.el7.0.noarch.rpm > > python2-sphinx-1.6.2-3.el7.noarch.rpm > > python2-sphinxcontrib-websupport-1.0.1-1.el7.noarch.rpm > > python2-suds-0.7-0.4.94664ddd46a6.el7.noarch.rpm > > python2-stevedore-1.25.1-1.el7.noarch.rpm > > python2-swiftclient-3.4.0-1.el7.noarch.rpm > > python2-sqlalchemy-1.1.11-1.el7.x86_64.rpm > > python2-subunit-1.2.0-14.el7.noarch.rpm > > python2-stestr-1.1.0-1.el7.noarch.rpm > > python2-sphinx-theme-alabaster-0.7.9-4.el7.noarch.rpm > > python2-statsd-3.2.1-5.el7.noarch.rpm > > python2-tenacity-4.4.0-1.el7.noarch.rpm > > python2-testresources-1.0.0-1.el7.noarch.rpm > > python2-taskflow-2.14.1-1.el7.noarch.rpm > > python2-tables-3.3.0-4.el7.x86_64.rpm > > python2-tinyrpc-0.5-4.20170523git1f38ac.el7.noarch.rpm > > python2-traceback2-1.4.0-7.el7.noarch.rpm > > python2-testrepository-0.0.20-12.el7.noarch.rpm > > python2-testscenarios-0.5.0-8.el7.noarch.rpm > > python2-typing-3.6.1-1.el7.noarch.rpm > > python2-webob-1.8.2-1.el7.noarch.rpm > > python2-vine-1.1.3-2.el7.noarch.rpm > > python2-troveclient-2.12.0-1.el7.noarch.rpm > > python2-uritemplate-3.0.0-1.el7.noarch.rpm > > python2-weakrefmethod-1.0.2-3.el7.noarch.rpm > > python2-ujson-1.35-1.el7.x86_64.rpm > > python2-twisted-16.1.1-3.el7.x86_64.rpm > > python2-XStatic-1.0.1-8.el7.noarch.rpm > > python2-XStatic-Angular-Bootstrap-2.2.0.0-1.el7.noarch.rpm > > python2-XStatic-Angular-FileUpload-12.0.4.0-1.el7.noarch.rpm > > python2-whoosh-2.7.4-5.el7.noarch.rpm > > python2-XStatic-Angular-1.5.8.0-1.el7.noarch.rpm > > python2-wsgi_intercept-1.2.2-1.el7.noarch.rpm > > python2-wrapt-1.11.1-1.el7.x86_64.rpm > > python2-XStatic-Angular-Gettext-2.3.8.0-1.el7.noarch.rpm > > python2-XStatic-JSEncrypt-2.3.1.1-1.el7.noarch.rpm > > python2-XStatic-Font-Awesome-4.7.0.0-3.el7.noarch.rpm > > python2-XStatic-bootswatch-3.3.7.0-1.el7.noarch.rpm > > python2-XStatic-Jasmine-2.4.1.1-1.el7.noarch.rpm > > python2-XStatic-Angular-Schema-Form-0.8.13.0-0.1.pre_review.el7.noarch.rpm > > python2-XStatic-mdi-1.4.57.0-4.el7.noarch.rpm > > python2-XStatic-D3-3.5.17.0-1.el7.noarch.rpm > > python2-XStatic-Bootstrap-SCSS-3.3.7.1-2.el7.noarch.rpm > > python2-XStatic-objectpath-1.2.1.0-0.1.pre_review.el7.noarch.rpm > > python2-yaql-1.1.0-3.el7.noarch.rpm > > python2-XStatic-smart-table-1.4.13.2-1.el7.noarch.rpm > > python2-yaql-1.1.3-2.el7.noarch.rpm > > python2-XStatic-roboto-fontface-0.5.0.0-1.el7.noarch.rpm > > python2-yappi-1.0-1.el7.x86_64.rpm > > python2-XStatic-tv4-1.2.7.0-0.1.pre_review.el7.noarch.rpm > > python2-XStatic-termjs-0.0.7.0-1.el7.noarch.rpm > > python36-docutils-0.14-1.el7.noarch.rpm > > python36-netaddr-0.7.18-3.el7.noarch.rpm > > python36-pbr-4.2.0-3.el7.noarch.rpm > > python36-mock-2.0.0-2.el7.noarch.rpm > > python2-zake-0.2.2-2.el7.noarch.rpm > > python36-iso8601-0.1.11-8.el7.noarch.rpm > > python2-zaqarclient-1.7.0-1.el7.noarch.rpm > > python3-3.6.8-10.el7.x86_64.rpm > > python3-devel-3.6.8-10.el7.x86_64.rpm > > python36-six-1.12.0-1.el7.noarch.rpm > > python36-virtualenv-15.1.0-5.el7.noarch.rpm > > python36-six-1.14.0-2.el7.noarch.rpm > > python36-sqlalchemy-1.1.3-3.el7.x86_64.rpm > > python3-libs-3.6.8-10.el7.x86_64.rpm > > python36-psutil-5.6.7-1.el7.x86_64.rpm > > python3-pip-9.0.3-5.el7.noarch.rpm > > python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm > > python3-setuptools-39.2.0-10.el7.noarch.rpm > > python3-wheel-0.31.1-4.el7.noarch.rpm > > python-backports-1.0-8.el7.x86_64.rpm > > python-anyjson-0.3.3-3.el7.noarch.rpm > > python3-rpm-macros-3-32.el7.noarch.rpm > > python-aniso8601-0.82-3.el7.noarch.rpm > > python3-rpm-generators-6-2.el7.noarch.rpm > > python-Bottleneck-0.7.0-1.el7.x86_64.rpm > > python-bson-3.0.3-1.el7.x86_64.rpm > > python-betamax-0.7.1-1.el7.noarch.rpm > > python-beautifulsoup4-4.6.0-1.el7.noarch.rpm > > python-ceilometermiddleware-1.1.0-1.el7.noarch.rpm > > python-boto3-1.4.6-5.el7.noarch.rpm > > python-beaker-1.5.4-10.el7.noarch.rpm > > python-cachetools-1.1.6-2.el7.noarch.rpm > > python-cliff-2.8.2-1.el7.noarch.rpm > > python-configshell-1.1.fb23-5.el7.noarch.rpm > > python-cliff-tablib-1.1-3.el7.noarch.rpm > > python-cherrypy-3.2.2-4.el7.noarch.rpm > > python-configobj-4.7.2-7.el7.noarch.rpm > > python-click-6.3-1.el7.noarch.rpm > > python-cmd2-0.6.8-8.el7.noarch.rpm > > python-characteristic-14.3.0-4.el7.noarch.rpm > > python-croniter-0.3.4-2.el7.noarch.rpm > > python-daemon-1.6-4.el7.noarch.rpm > > python-decorator-3.4.0-3.el7.noarch.rpm > > python-contextlib2-0.5.1-3.el7.noarch.rpm > > python-deltarpm-3.6-3.el7.x86_64.rpm > > python-dateutil-2.4.2-1.el7.noarch.rpm > > python-construct-2.5.1-4.el7.noarch.rpm > > python-d2to1-0.2.11-1.el7.noarch.rpm > > python-django-bash-completion-1.11.20-1.el7.noarch.rpm > > python-django-pyscss-2.0.2-1.el7.noarch.rpm > > python-dns-1.15.0-5.el7.noarch.rpm > > python-django-appconf-1.0.1-4.el7.noarch.rpm > > python-docker-3.3.0-1.el7.src.rpm > > python-django-compressor-2.0-1.el7.noarch.rpm > > python-django-nose-1.4.3-1.el7.noarch.rpm > > python-devel-2.7.5-89.el7.x86_64.rpm > > python-docutils-0.11-0.3.20130715svn7687.el7.noarch.rpm > > python-dracclient-1.3.0-1.el7.noarch.rpm > > python-docker-pycreds-0.3.0-7.el7.noarch.rpm > > python-dogpile-cache-0.6.2-1.el7.noarch.rpm > > python-dogpile-core-0.4.1-2.el7.noarch.rpm > > python-editor-0.4-4.el7.noarch.rpm > > python-enum34-1.0.4-1.el7.noarch.rpm > > python-ethtool-0.8-7.el7.x86_64.rpm > > python-extras-0.0.3-2.el7.noarch.rpm > > python-gobject-3.22.0-1.el7_4.1.x86_64.rpm > > python-fixtures-3.0.0-2.el7.noarch.rpm > > python-httplib2-0.9.2-1.el7.noarch.rpm > > python-freezegun-0.3.8-2.el7.noarch.rpm > > python-flake8-2.4.1-2.el7.noarch.rpm > > python-firewall-0.5.3-5.el7.noarch.rpm > > python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm > > python-itsdangerous-0.23-2.el7.noarch.rpm > > python-inotify-0.9.4-4.el7.noarch.rpm > > python-ipaddr-2.1.11-1.el7.noarch.rpm > > python-ipaddress-1.0.16-3.el7.noarch.rpm > > python-javapackages-3.4.1-11.el7.noarch.rpm > > python-IPy-0.75-6.el7.noarch.rpm > > python-iniparse-0.4-9.el7.noarch.rpm > > python-jsonpath-rw-1.2.3-2.el7.noarch.rpm > > python-keyring-5.7.1-1.el7.src.rpm > > python-kazoo-2.2.1-1.el7.noarch.rpm > > python-kitchen-1.1.1-5.el7.noarch.rpm > > python-kmod-0.9-4.el7.x86_64.rpm > > python-kubernetes-8.0.0-8.el7.src.rpm > > python-jwcrypto-0.4.2-1.el7.noarch.rpm > > python-kerberos-1.1-15.el7.x86_64.rpm > > python-kafka-1.3.1-1.el7.noarch.rpm > > python-lockfile-0.9.1-4.el7.centos.noarch.rpm > > python-lesscpy-0.9j-4.el7.noarch.rpm > > python-logutils-0.3.3-3.el7.noarch.rpm > > python-mako-0.8.1-2.el7.noarch.rpm > > python-libs-2.7.5-89.el7.x86_64.rpm > > python-linecache2-1.0.0-1.el7.noarch.rpm > > python-lxml-3.2.1-4.el7.x86_64.rpm > > python-linux-procfs-0.4.9-4.el7.noarch.rpm > > python-migrate-0.11.0-1.el7.noarch.rpm > > python-matplotlib-data-fonts-2.0.0-1.el7.noarch.rpm > > python-netifaces-0.10.4-3.el7.x86_64.rpm > > python-networkx-1.10-1.el7.noarch.rpm > > python-memcached-1.58-1.el7.noarch.rpm > > python-ncclient-0.4.2-2.el7.noarch.rpm > > python-netaddr-0.7.18-1.el7.noarch.rpm > > python-matplotlib-data-2.0.0-1.el7.noarch.rpm > > python-openstackdocstheme-1.11.0-1.el7.src.rpm > > python-networkx-core-1.10-1.el7.noarch.rpm > > python-neutron-tests-11.0.6-1.el7.noarch.rpm > > python-openstack-nose-plugin-0.11-4.el7.noarch.rpm > > python-nose-1.3.7-7.el7.noarch.rpm > > python-osc-lib-1.7.0-1.el7.src.rpm > > python-oslo-cache-lang-1.30.3-1.el7.noarch.rpm > > python-neutron-11.0.6-1.el7.noarch.rpm > > python-oslo-messaging-5.30.6-1.el7.src.rpm > > python-oslo-db-tests-4.25.1-1.el7.noarch.rpm > > python-oslo-policy-lang-2.3.2-1.el7.noarch.rpm > > python-oslo-db-lang-4.40.0-1.el7.noarch.rpm > > python-oslo-i18n-lang-3.24.0-2.el7.noarch.rpm > > python-oslo-middleware-lang-3.36.0-1.el7.noarch.rpm > > python-oslo-log-lang-3.44.1-2.el7.noarch.rpm > > python-oslo-concurrency-lang-3.29.1-1.el7.noarch.rpm > > python-oslo-utils-lang-3.40.3-1.el7.noarch.rpm > > python-oslo-privsep-lang-1.22.1-1.el7.noarch.rpm > > python-oslo-vmware-lang-2.23.1-1.el7.noarch.rpm > > python-os-testr-0.8.2-1.el7.noarch.rpm > > python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm > > python-oslo-versionedobjects-lang-1.33.3-1.el7.noarch.rpm > > python-paramiko-2.1.1-9.el7.noarch.rpm > > python-os-vif-1.9.1-1.el7.src.rpm > > python-paste-deploy-1.5.2-6.el7.noarch.rpm > > python-ply-3.4-11.el7.noarch.rpm > > python-prettytable-0.7.2-3.el7.noarch.rpm > > python-pathlib-1.0.1-1.el7.noarch.rpm > > python-pep8-1.5.7-2.el7.noarch.rpm > > python-proliantutils-2.4.0-1.el7.noarch.rpm > > python-pint-0.6-2.el7.noarch.rpm > > python-posix_ipc-0.9.8-1.el7.x86_64.rpm > > python-pycurl-7.19.0-19.el7.x86_64.rpm > > python-pycparser-2.14-1.el7.noarch.rpm > > python-pyeclib-1.5.0-1.el7.x86_64.rpm > > python-psycopg2-2.5.1-3.el7.src.rpm > > python-pymongo-3.0.3-1.el7.x86_64.rpm > > python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch.rpm > > python-py-1.4.32-1.el7.noarch.rpm > > python-pycadf-common-2.6.0-1.el7.noarch.rpm > > python-repoze-lru-0.4-3.el7.noarch.rpm > > python-retrying-1.2.3-4.el7.noarch.rpm > > python-pytest-cov-2.5.1-1.el7.noarch.rpm > > python-requests-kerberos-0.8.0-3.el7.noarch.rpm > > python-redis-2.10.3-1.el7.noarch.rpm > > python-repoze-who-2.1-1.el7.noarch.rpm > > python-pytimeparse-1.1.5-1.el7.noarch.rpm > > python-pyudev-0.15-9.el7.noarch.rpm > > python-schedutils-0.4-6.el7.x86_64.rpm > > python-rtslib-2.1.fb63-13.el7.noarch.rpm > > python-setproctitle-1.1.9-4.el7.x86_64.rpm > > python-rpm-macros-3-34.el7.noarch.rpm > > python-semantic_version-2.4.2-2.el7.noarch.rpm > > python-service-identity-14.0.0-4.el7.noarch.rpm > > python-s3transfer-0.1.13-1.el7.noarch.rpm > > python-routes-2.4.1-1.el7.noarch.rpm > > python-sqlalchemy-utils-0.31.3-2.el7.noarch.rpm > > python-simplejson-3.5.3-5.el7.x86_64.rpm > > python-simplegeneric-0.8-7.el7.noarch.rpm > > python-srpm-macros-3-34.el7.noarch.rpm > > python-sphinx-locale-1.6.2-3.el7.noarch.rpm > > python-slip-dbus-0.4.0-4.el7.noarch.rpm > > python-sqlparse-0.1.18-5.el7.noarch.rpm > > python-slip-0.4.0-4.el7.noarch.rpm > > python-swift-2.15.1-1.el7.noarch.rpm > > python-tempita-0.5.1-8.el7.noarch.rpm > > python-subunit-1.0.0-1.el7.noarch.rpm > > python-sysv_ipc-0.4.2-11.el7.x86_64.rpm > > python-tablib-0.10.0-1.el7.noarch.rpm > > python-subprocess32-3.2.6-4.el7.x86_64.rpm > > python-tables-3.2.0-1.el7.x86_64.rpm > > python-swift-tests-2.15.1-1.el7.noarch.rpm > > python-testtools-1.8.0-2.el7.noarch.rpm > > python-testscenarios-0.4-4.el7.noarch.rpm > > python-unicodecsv-0.14.1-4.el7.noarch.rpm > > python-trollius-2.1-4.el7.noarch.rpm > > python-termcolor-1.1.0-4.el7.noarch.rpm > > python-tooz-1.58.0-1.el7.noarch.rpm > > python-testrepository-0.0.18-2.el7.noarch.rpm > > python-UcsSdk-0.8.2.5-1.el7.noarch.rpm > > python-voluptuous-0.8.9-1.el7.src.rpm > > python-urlgrabber-3.10-9.el7.noarch.rpm > > python-waitress-0.8.9-5.el7.noarch.rpm > > python-versiontools-1.9.1-4.el7.noarch.rpm > > python-unittest2-1.1.0-4.el7.noarch.rpm > > python-warlock-1.0.1-1.el7.noarch.rpm > > python-websocket-client-0.34.0-3.el7.noarch.rpm > > python-urwid-1.1.1-3.el7.x86_64.rpm > > python-webtest-2.0.23-1.el7.noarch.rpm > > python-XStatic-Hogan-2.0.0.2-2.el7.noarch.rpm > > python-wsme-0.9.2-1.el7.src.rpm > > python-XStatic-Bootstrap-Datepicker-1.3.1.0-1.el7.noarch.rpm > > python-XStatic-Angular-lrdragndrop-1.0.2.2-2.el7.noarch.rpm > > python-werkzeug-0.9.1-2.el7.noarch.rpm > > python-websockify-0.8.0-1.el7.noarch.rpm > > python-XStatic-jQuery-1.10.2.1-1.el7.noarch.rpm > > python-XStatic-Magic-Search-0.2.0.1-2.el7.noarch.rpm > > python-XStatic-JQuery-TableSorter-2.14.5.1-2.el7.noarch.rpm > > python-zmq-14.7.0-2.el7.x86_64.rpm > > python-XStatic-JQuery-quicksearch-2.0.3.1-2.el7.noarch.rpm > > python-XStatic-JQuery-Migrate-1.2.1.1-2.el7.noarch.rpm > > python-XStatic-Rickshaw-1.5.0.0-4.el7.noarch.rpm > > python-XStatic-Spin-1.2.5.2-2.el7.noarch.rpm > > python-XStatic-jquery-ui-1.12.0.1-1.el7.noarch.rpm > > qdox-1.12.1-10.el7.noarch.rpm > > pytz-2016.10-2.el7.noarch.rpm > > qrencode-devel-3.4.1-3.el7.x86_64.rpm > > PyYAML-3.10-11.el7.x86_64.rpm > > qemu-guest-agent-2.12.0-3.el7.x86_64.rpm > > python-zope-interface-4.0.5-4.el7.x86_64.rpm > > pyxattr-0.5.1-5.el7.x86_64.rpm > > qpid-proton-c-0.28.0-1.el7.x86_64.rpm > > rabbitmq-server-3.6.5-1.el7.noarch.rpm > > quota-nls-4.01-17.el7.noarch.rpm > > qt-settings-19-23.8.el7.centos.noarch.rpm > > rabbitmq-server-3.6.5-1.el7.src.rpm > > quota-4.01-17.el7.x86_64.rpm > > qt-x11-4.8.7-2.el7.x86_64.rpm > > qrencode-libs-3.4.1-3.el7.x86_64.rpm > > qt-4.8.7-2.el7.x86_64.rpm > > radvd-2.17-3.el7.x86_64.rpm > > redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64.rpm > > readline-devel-6.2-10.el7.x86_64.rpm > > regexp-1.5-13.el7.noarch.rpm > > readline-6.2-10.el7.x86_64.rpm > > redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm > > rdma-7.3_4.7_rc2-6.el7_3.noarch.rpm > > redhat-rpm-config-9.1.0-87.el7.centos.noarch.rpm > > rpcbind-0.2.0-47.el7.x86_64.rpm > > rpm-4.11.3-35.el7.x86_64.rpm > > roboto-fontface-common-0.5.0.0-1.el7.noarch.rpm > > rpm-build-4.11.3-35.el7.x86_64.rpm > > roboto-fontface-fonts-0.5.0.0-1.el7.noarch.rpm > > rootfiles-8.1-11.el7.noarch.rpm > > resource-agents-4.1.1-12.el7_6.7.src.rpm > > rh-python36-mod_wsgi-4.5.17-2.el7.x86_64.rpm > > rsync-3.1.2-4.el7.x86_64.rpm > > rtctl-1.13-2.el7.noarch.rpm > > ruby-2.0.0.648-36.el7.x86_64.rpm > > rpm-libs-4.11.3-35.el7.x86_64.rpm > > rpm-python-4.11.3-35.el7.x86_64.rpm > > rpm-build-libs-4.11.3-35.el7.x86_64.rpm > > ruby-devel-2.0.0.648-36.el7.x86_64.rpm > > ruby-augeas-0.5.0-1.el7.x86_64.rpm > > rubygem-rgen-0.6.6-2.el7.noarch.rpm > > ruby-irb-2.0.0.648-36.el7.noarch.rpm > > rubygem-rdoc-4.0.0-36.el7.noarch.rpm > > rubygems-2.0.14.1-36.el7.noarch.rpm > > rubygem-bigdecimal-1.2.0-36.el7.x86_64.rpm > > rubygem-psych-2.0.0-36.el7.x86_64.rpm > > rubygem-json-1.7.7-36.el7.x86_64.rpm > > rubygem-io-console-0.4.2-36.el7.x86_64.rpm > > sanlock-lib-3.6.0-1.el7.x86_64.rpm > > sanlock-devel-3.6.0-1.el7.x86_64.rpm > > sanlock-3.6.0-1.el7.x86_64.rpm > > ruby-shadow-1.4.1-23.el7.x86_64.rpm > > sazanami-mincho-fonts-0.20040629-22.el7.noarch.rpm > > sazanami-fonts-common-0.20040629-22.el7.noarch.rpm > > sazanami-gothic-fonts-0.20040629-22.el7.noarch.rpm > > ruby-libs-2.0.0.648-36.el7.x86_64.rpm > > SDL-devel-1.2.15-14.el7.x86_64.rpm > > scl-utils-20130529-19.el7.x86_64.rpm > > SDL-1.2.15-14.el7.x86_64.rpm > > seabios-bin-1.11.0-2.el7.noarch.rpm > > scl-utils-build-20130529-19.el7.x86_64.rpm > > seavgabios-bin-1.11.0-2.el7.noarch.rpm > > scrub-2.5.2-7.el7.x86_64.rpm > > screen-4.1.0-0.27.20120314git3c2946.el7_9.x86_64.rpm > > sed-4.2.2-5.el7.x86_64.rpm > > sgml-common-0.6.3-39.el7.noarch.rpm > > sgabios-bin-0.20110622svn-4.el7.noarch.rpm > > setools-libs-3.3.8-4.el7.x86_64.rpm > > setup-2.8.71-10.el7.src.rpm > > sg3_utils-1.37-17.el7.x86_64.rpm > > sg3_utils-libs-1.37-17.el7.x86_64.rpm > > setup-2.8.71-10.el7.noarch.rpm > > sharutils-4.13.3-8.el7.x86_64.rpm > > shadow-utils-4.1.5.1-25.el7.x86_64.rpm > > shim-15-1.el7.centos.src.rpm > > sip-4.19-1.el7.x86_64.rpm > > sil-mingzat-fonts-0.100-6.el7.noarch.rpm > > sil-abyssinica-fonts-1.200-6.el7.noarch.rpm > > shim-signed-15-1.el7.centos.src.rpm > > shared-mime-info-1.8-4.el7.x86_64.rpm > > snappy-1.1.0-3.el7.x86_64.rpm > > sisu-inject-plexus-2.3.0-11.el7.noarch.rpm > > slang-devel-2.2.4-11.el7.x86_64.rpm > > slf4j-1.7.4-4.el7_4.noarch.rpm > > smartmontools-6.5-1.el7.x86_64.rpm > > slang-2.2.4-11.el7.x86_64.rpm > > sisu-inject-bean-2.3.0-11.el7.noarch.rpm > > snappy-devel-1.1.0-3.el7.x86_64.rpm > > speex-1.2-0.19.rc1.el7.x86_64.rpm > > spawn-fcgi-1.6.3-5.el7.x86_64.rpm > > squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rpm > > sqlite-3.7.17-8.el7_7.1.x86_64.rpm > > socat-1.7.3.2-2.el7.x86_64.rpm > > sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm > > source-highlight-3.1.6-6.el7.x86_64.rpm > > spax-1.5.2-13.el7.x86_64.rpm > > subversion-libs-1.7.14-14.el7.x86_64.rpm > > ssmtp-2.64-14.el7.x86_64.rpm > > stix-math-fonts-1.1.0-5.el7.noarch.rpm > > sshpass-1.06-1.el7.x86_64.rpm > > subversion-1.7.14-14.el7.x86_64.rpm > > stix-fonts-1.1.0-5.el7.noarch.rpm > > strace-4.12-9.el7.x86_64.rpm > > sudo-1.8.23-10.el7_9.1.src.rpm > > syslinux-extlinux-4.05-15.el7.x86_64.rpm > > syslog-ng-3.5.6-3.el7.x86_64.rpm > > sysfsutils-2.1.0-16.el7.x86_64.rpm > > supermin5-5.1.19-1.el7.x86_64.rpm > > sysstat-10.1.5-17.el7.x86_64.rpm > > swig-2.0.10-5.el7.x86_64.rpm > > syslog-ng-libdbi-3.5.6-3.el7.x86_64.rpm > > syslinux-4.05-15.el7.x86_64.rpm > > sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm > > taglib-1.8-7.20130218git.el7.x86_64.rpm > > tboot-1.9.6-3.el7.src.rpm > > tar-1.26-35.el7.x86_64.rpm > > t1lib-5.1.2-14.el7.x86_64.rpm > > targetcli-2.1.fb46-7.el7.noarch.rpm > > systemd-219-78.el7_9.3.src.rpm > > tangerine-fonts-1.3-2.el7.noarch.rpm > > tcp_wrappers-libs-7.6-77.el7.x86_64.rpm > > tcp_wrappers-7.6-77.el7.x86_64.rpm > > tcl-devel-8.5.13-8.el7.x86_64.rpm > > tcsh-6.18.01-15.el7.x86_64.rpm > > terminus-fonts-4.38-3.el7.noarch.rpm > > tcl-8.5.13-8.el7.x86_64.rpm > > tcp_wrappers-devel-7.6-77.el7.x86_64.rpm > > teamd-1.27-5.el7.x86_64.rpm > > texlive-amsmath-svn29327.2.14-43.el7.noarch.rpm > > texlive-algorithms-svn15878.0.1-43.el7.noarch.rpm > > texlive-ae-svn15878.1.4-43.el7.noarch.rpm > > texlive-amsfonts-svn29208.3.04-43.el7.noarch.rpm > > texinfo-5.1-5.el7.x86_64.rpm > > texi2html-1.82-10.el7.noarch.rpm > > texlive-anysize-svn15878.0-43.el7.noarch.rpm > > texlive-amscls-svn29207.0-43.el7.noarch.rpm > > texlive-babel-svn24756.3.8m-43.el7.noarch.rpm > > texlive-babelbib-svn25245.1.31-43.el7.noarch.rpm > > texlive-base-2012-43.20130427_r30134.el7.noarch.rpm > > texlive-avantgar-svn28614.0-43.el7.noarch.rpm > > texlive-beamer-svn29349.3.26-43.el7.noarch.rpm > > texlive-bera-svn20031.0-43.el7.noarch.rpm > > texlive-beton-svn15878.0-43.el7.noarch.rpm > > texlive-attachfile-svn21866.v1.5b-43.el7.noarch.rpm > > texlive-charter-svn15878.0-43.el7.noarch.rpm > > texlive-caption-svn29026.3.3__2013_02_03_-43.el7.noarch.rpm > > texlive-bibtex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-breakurl-svn15878.1.30-43.el7.noarch.rpm > > texlive-booktabs-svn15878.1.61803-43.el7.noarch.rpm > > texlive-bookman-svn28614.0-43.el7.noarch.rpm > > texlive-carlisle-svn18258.0-43.el7.noarch.rpm > > texlive-bibtex-svn26689.0.99d-43.el7.noarch.rpm > > texlive-chngcntr-svn17157.1.0a-43.el7.noarch.rpm > > texlive-collection-basic-svn26314.0-43.20130427_r30134.el7.noarch.rpm > > texlive-collection-documentation-base-svn17091.0-43.20130427_r30134.el7.noarch.rpm > > texlive-cm-super-svn15878.0-43.el7.noarch.rpm > > texlive-cmap-svn26568.0-43.el7.noarch.rpm > > texlive-cite-svn19955.5.3-43.el7.noarch.rpm > > texlive-cmextra-svn14075.0-43.el7.noarch.rpm > > texlive-cm-svn29581.0-43.el7.noarch.rpm > > texlive-csquotes-svn24393.5.1d-43.el7.noarch.rpm > > texlive-courier-svn28614.0-43.el7.noarch.rpm > > texlive-crop-svn15878.1.5-43.el7.noarch.rpm > > texlive-colortbl-svn25394.v1.0a-43.el7.noarch.rpm > > texlive-collection-latexrecommended-svn25795.0-43.20130427_r30134.el7.noarch.rpm > > texlive-collection-latex-svn25030.0-43.20130427_r30134.el7.noarch.rpm > > texlive-collection-fontsrecommended-svn28082.0-43.20130427_r30134.el7.noarch.rpm > > texlive-ctable-svn26694.1.23-43.el7.noarch.rpm > > texlive-dvipng-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-dvipdfmx-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-dvipdfmx-def-svn15878.0-43.el7.noarch.rpm > > texlive-dvipdfm-bin-svn13663.0-43.20130427_r30134.el7.noarch.rpm > > texlive-dvipdfm-svn26689.0.13.2d-43.el7.noarch.rpm > > texlive-dvipdfmx-svn26765.0-43.el7.noarch.rpm > > texlive-currfile-svn29012.0.7b-43.el7.noarch.rpm > > texlive-dvipng-svn26689.1.14-43.el7.noarch.rpm > > texlive-etex-pkg-svn15878.2.0-43.el7.noarch.rpm > > texlive-enctex-svn28602.0-43.el7.noarch.rpm > > texlive-dvips-svn29585.0-43.el7.noarch.rpm > > texlive-eso-pic-svn21515.2.0c-43.el7.noarch.rpm > > texlive-enumitem-svn24146.3.5.2-43.el7.noarch.rpm > > texlive-ec-svn25033.1.0-43.el7.noarch.rpm > > texlive-etex-svn22198.2.1-43.el7.noarch.rpm > > texlive-dvips-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-euler-svn17261.2.5-43.el7.noarch.rpm > > texlive-fancyref-svn15878.0.9c-43.el7.noarch.rpm > > texlive-fancyhdr-svn15878.3.1-43.el7.noarch.rpm > > texlive-etoolbox-svn20922.2.1-43.el7.noarch.rpm > > texlive-extsizes-svn17263.1.4a-43.el7.noarch.rpm > > texlive-fancybox-svn18304.1.4-43.el7.noarch.rpm > > texlive-eurosym-svn17265.1.4_subrfix-43.el7.noarch.rpm > > texlive-euro-svn22191.1.1-43.el7.noarch.rpm > > texlive-fancyvrb-svn18492.2.8-43.el7.noarch.rpm > > texlive-fix2col-svn17133.0-43.el7.noarch.rpm > > texlive-fontspec-svn29412.v2.3a-43.el7.noarch.rpm > > texlive-filehook-svn24280.0.5d-43.el7.noarch.rpm > > texlive-footmisc-svn23330.5.5b-43.el7.noarch.rpm > > texlive-filecontents-svn24250.1.3-43.el7.noarch.rpm > > texlive-fpl-svn15878.1.002-43.el7.noarch.rpm > > texlive-float-svn15878.1.3d-43.el7.noarch.rpm > > texlive-gsftopk-svn26689.1.19.2-43.el7.noarch.rpm > > texlive-graphics-svn25405.1.0o-43.el7.noarch.rpm > > texlive-fp-svn15878.0-43.el7.noarch.rpm > > texlive-geometry-svn19716.5.6-43.el7.noarch.rpm > > texlive-gsftopk-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-helvetic-svn28614.0-43.el7.noarch.rpm > > texlive-hyperref-svn28213.6.83m-43.el7.noarch.rpm > > texlive-glyphlist-svn28576.0-43.el7.noarch.rpm > > texlive-jknapltx-svn19440.0-43.el7.noarch.rpm > > texlive-ifluatex-svn26725.1.3-43.el7.noarch.rpm > > texlive-hyphen-base-svn29197.0-43.el7.noarch.rpm > > texlive-kastrup-svn15878.0-43.el7.noarch.rpm > > texlive-index-svn24099.4.1beta-43.el7.noarch.rpm > > texlive-ifetex-svn24853.1.2-43.el7.noarch.rpm > > texlive-ifxetex-svn19685.0.5-43.el7.noarch.rpm > > texlive-hyph-utf8-svn29641.0-43.el7.noarch.rpm > > texlive-l3packages-svn29361.SVN_4467-43.el7.noarch.rpm > > texlive-l3kernel-svn29409.SVN_4469-43.el7.noarch.rpm > > texlive-kpathsea-lib-2012-43.20130427_r30134.el7.x86_64.rpm > > texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch.rpm > > texlive-kpathsea-svn28792.0-43.el7.noarch.rpm > > texlive-l3experimental-svn29361.SVN_4467-43.el7.noarch.rpm > > texlive-koma-script-svn27255.3.11b-43.el7.noarch.rpm > > texlive-kpathsea-bin-svn27347.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-ltxmisc-svn21927.0-43.el7.noarch.rpm > > texlive-latex-bin-svn26689.0-43.el7.noarch.rpm > > texlive-latex-svn27907.0-43.el7.noarch.rpm > > texlive-lm-svn28119.2.004-43.el7.noarch.rpm > > texlive-latex-fonts-svn28888.0-43.el7.noarch.rpm > > texlive-lm-math-svn29044.1.958-43.el7.noarch.rpm > > texlive-latexconfig-svn28991.0-43.el7.noarch.rpm > > texlive-listings-svn15878.1.4-43.el7.noarch.rpm > > texlive-luatexbase-svn22560.0.31-43.el7.noarch.rpm > > texlive-makeindex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-luaotfload-svn26718.1.26-43.el7.noarch.rpm > > texlive-lua-alt-getopt-svn29349.0.7.0-43.el7.noarch.rpm > > texlive-luatex-svn26689.0.70.1-43.el7.noarch.rpm > > texlive-luaotfload-bin-svn18579.0-43.20130427_r30134.el7.noarch.rpm > > texlive-lualatex-math-svn29346.1.2-43.el7.noarch.rpm > > texlive-luatex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-metafont-svn26689.2.718281-43.el7.noarch.rpm > > texlive-mathpazo-svn15878.1.003-43.el7.noarch.rpm > > texlive-makeindex-svn26689.2.12-43.el7.noarch.rpm > > texlive-mdwtools-svn15878.1.05.4-43.el7.noarch.rpm > > texlive-marginnote-svn25880.v1.1i-43.el7.noarch.rpm > > texlive-marvosym-svn29349.2.2a-43.el7.noarch.rpm > > texlive-metafont-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-memoir-svn21638.3.6j_patch_6.0g-43.el7.noarch.rpm > > texlive-mh-svn29420.0-43.el7.noarch.rpm > > texlive-mfnfss-svn19410.0-43.el7.noarch.rpm > > texlive-mflogo-svn17487.0-43.el7.noarch.rpm > > texlive-metalogo-svn18611.0.12-43.el7.noarch.rpm > > texlive-mfware-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-microtype-svn29392.2.5-43.el7.noarch.rpm > > texlive-misc-svn24955.0-43.el7.noarch.rpm > > texlive-mfware-svn26689.0-43.el7.noarch.rpm > > texlive-mptopdf-bin-svn18674.0-43.20130427_r30134.el7.noarch.rpm > > texlive-ntgclass-svn15878.0-43.el7.noarch.rpm > > texlive-ms-svn24467.0-43.el7.noarch.rpm > > texlive-multido-svn18302.1.42-43.el7.noarch.rpm > > texlive-mptopdf-svn26689.0-43.el7.noarch.rpm > > texlive-natbib-svn20668.8.31b-43.el7.noarch.rpm > > texlive-ncntrsbk-svn28614.0-43.el7.noarch.rpm > > texlive-mparhack-svn15878.1.4-43.el7.noarch.rpm > > texlive-pdfpages-svn27574.0.4t-43.el7.noarch.rpm > > texlive-parallel-svn15878.0-43.el7.noarch.rpm > > texlive-parskip-svn19963.2.0-43.el7.noarch.rpm > > texlive-pdftex-bin-svn27321.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-oberdiek-svn26725.0-43.el7.noarch.rpm > > texlive-paralist-svn15878.2.3b-43.el7.noarch.rpm > > texlive-pdftex-def-svn22653.0.06d-43.el7.noarch.rpm > > texlive-palatino-svn28614.0-43.el7.noarch.rpm > > texlive-pgf-svn22614.2.10-43.el7.noarch.rpm > > texlive-plain-svn26647.0-43.el7.noarch.rpm > > texlive-pslatex-svn16416.0-43.el7.noarch.rpm > > texlive-powerdot-svn25656.1.4i-43.el7.noarch.rpm > > texlive-psfrag-svn15878.3.04-43.el7.noarch.rpm > > texlive-psnfss-svn23394.9.2a-43.el7.noarch.rpm > > texlive-preprint-svn16085.0-43.el7.noarch.rpm > > texlive-pdftex-svn29585.1.40.11-43.el7.noarch.rpm > > texlive-pst-grad-svn15878.1.06-43.el7.noarch.rpm > > texlive-pst-fill-svn15878.1.01-43.el7.noarch.rpm > > texlive-pst-eps-svn15878.1.0-43.el7.noarch.rpm > > texlive-pspicture-svn15878.0-43.el7.noarch.rpm > > texlive-pst-math-svn20176.0.61-43.el7.noarch.rpm > > texlive-pst-3d-svn17257.1.10-43.el7.noarch.rpm > > texlive-pst-coil-svn24020.1.06-43.el7.noarch.rpm > > texlive-pst-blur-svn15878.2.0-43.el7.noarch.rpm > > texlive-pst-plot-svn28729.1.44-43.el7.noarch.rpm > > texlive-pst-text-svn15878.1.00-43.el7.noarch.rpm > > texlive-pst-tree-svn24142.1.12-43.el7.noarch.rpm > > texlive-pstricks-add-svn28750.3.59-43.el7.noarch.rpm > > texlive-pstricks-svn29678.2.39-43.el7.noarch.rpm > > texlive-pst-slpe-svn24391.1.31-43.el7.noarch.rpm > > texlive-pxfonts-svn15878.0-43.el7.noarch.rpm > > texlive-pst-node-svn27799.1.25-43.el7.noarch.rpm > > texlive-qstest-svn15878.0-43.el7.noarch.rpm > > texlive-sauerj-svn15878.0-43.el7.noarch.rpm > > texlive-rotating-svn16832.2.16b-43.el7.noarch.rpm > > texlive-section-svn20180.0-43.el7.noarch.rpm > > texlive-rcs-svn15878.0-43.el7.noarch.rpm > > texlive-seminar-svn18322.1.5-43.el7.noarch.rpm > > texlive-rsfs-svn15878.0-43.el7.noarch.rpm > > texlive-sansmath-svn17997.1.1-43.el7.noarch.rpm > > texlive-tetex-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm > > texlive-symbol-svn28614.0-43.el7.noarch.rpm > > texlive-soul-svn15878.2.4-43.el7.noarch.rpm > > texlive-subfig-svn15878.1.3-43.el7.noarch.rpm > > texlive-setspace-svn24881.6.7a-43.el7.noarch.rpm > > texlive-sepnum-svn20186.2.0-43.el7.noarch.rpm > > texlive-tetex-svn29585.3.0-43.el7.noarch.rpm > > texlive-showexpl-svn27790.v0.3j-43.el7.noarch.rpm > > texlive-texconfig-svn29349.0-43.el7.noarch.rpm > > texlive-tex-gyre-math-svn29045.0-43.el7.noarch.rpm > > texlive-texlive.infra-bin-svn22566.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-tex-svn26689.3.1415926-43.el7.noarch.rpm > > texlive-texconfig-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm > > texlive-tex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-texlive.infra-svn28217.0-43.el7.noarch.rpm > > texlive-tex-gyre-svn18651.2.004-43.el7.noarch.rpm > > texlive-txfonts-svn15878.0-43.el7.noarch.rpm > > texlive-textcase-svn15878.0-43.el7.noarch.rpm > > texlive-thumbpdf-bin-svn6898.0-43.20130427_r30134.el7.noarch.rpm > > texlive-times-svn28614.0-43.el7.noarch.rpm > > texlive-type1cm-svn21820.0-43.el7.noarch.rpm > > texlive-tipa-svn29349.1.3-43.el7.noarch.rpm > > texlive-tools-svn26263.0-43.el7.noarch.rpm > > texlive-thumbpdf-svn26689.3.15-43.el7.noarch.rpm > > texlive-utopia-svn15878.0-43.el7.noarch.rpm > > texlive-unicode-math-svn29413.0.7d-43.el7.noarch.rpm > > texlive-url-svn16864.3.2-43.el7.noarch.rpm > > texlive-wasy-svn15878.0-43.el7.noarch.rpm > > texlive-varwidth-svn24104.0.92-43.el7.noarch.rpm > > texlive-underscore-svn18261.0-43.el7.noarch.rpm > > texlive-typehtml-svn17134.0-43.el7.noarch.rpm > > texlive-ucs-svn27549.2.1-43.el7.noarch.rpm > > texlive-wasysym-svn15878.2.0-43.el7.noarch.rpm > > texlive-xkeyval-svn27995.2.6a-43.el7.noarch.rpm > > texlive-zapfding-svn28614.0-43.el7.noarch.rpm > > texlive-xcolor-svn15878.2.11-43.el7.noarch.rpm > > texlive-xdvi-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm > > texlive-zapfchan-svn28614.0-43.el7.noarch.rpm > > texlive-xunicode-svn23897.0.981-43.el7.noarch.rpm > > texlive-xdvi-svn26689.22.85-43.el7.noarch.rpm > > thai-scalable-purisa-fonts-0.5.0-7.el7.noarch.rpm > > texmacs-fedora-fonts-1.99.2-6.el7.noarch.rpm > > thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm > > thai-scalable-sawasdee-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-garuda-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-norasi-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-loma-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-kinnari-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-tlwgmono-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-tlwgtypist-fonts-0.5.0-7.el7.noarch.rpm > > tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm > > thai-scalable-umpush-fonts-0.5.0-7.el7.noarch.rpm > > time-1.7-45.el7.x86_64.rpm > > thai-scalable-tlwgtypewriter-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm > > thai-scalable-tlwgtypo-fonts-0.5.0-7.el7.noarch.rpm > > tomcat-servlet-3.0-api-7.0.76-8.el7_5.noarch.rpm > > tk-8.5.13-6.el7.x86_64.rpm > > tk-devel-8.5.13-6.el7.x86_64.rpm > > tix-8.4.3-12.el7.x86_64.rpm > > tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64.rpm > > tpm2-abrmd-1.1.0-10.el7.x86_64.rpm > > tix-devel-8.4.3-12.el7.x86_64.rpm > > tpm2-abrmd-devel-1.1.0-10.el7.x86_64.rpm > > traceroute-2.0.22-2.el7.x86_64.rpm > > trabajo-fonts-2.0-2.el7.noarch.rpm > > trousers-devel-0.3.14-2.el7.x86_64.rpm > > tpm2-tss-1.4.0-2.el7.x86_64.rpm > > tpm2-tss-devel-1.4.0-2.el7.x86_64.rpm > > tpm2-tools-3.0.4-2.el7.src.rpm > > ttmkfdir-3.0.9-42.el7.x86_64.rpm > > trousers-0.3.14-2.el7.x86_64.rpm > > unixODBC-devel-2.3.1-11.el7.x86_64.rpm > > tulrich-tuffy-fonts-1.28-2.el7.noarch.rpm > > tzdata-java-2018g-1.el7.noarch.rpm > > tzdata-2018g-1.el7.noarch.rpm > > unifont-fonts-10.0.07-2.el7.noarch.rpm > > unixODBC-2.3.1-11.el7.x86_64.rpm > > unbound-libs-1.6.6-5.el7_8.x86_64.rpm > > tuna-0.13-6.el7.noarch.rpm > > uriparser-0.7.5-9.el7.x86_64.rpm > > ustr-1.0.4-16.el7.x86_64.rpm > > usbredir-0.7.1-3.el7.x86_64.rpm > > userspace-rcu-devel-0.10.0-3.el7.x86_64.rpm > > userspace-rcu-0.10.0-3.el7.x86_64.rpm > > unzip-6.0-21.el7.x86_64.rpm > > usbredir-devel-0.7.1-3.el7.x86_64.rpm > > urw-fonts-2.4-16.el7.noarch.rpm > > virt-what-1.18-4.el7.x86_64.rpm > > vim-filesystem-7.4.629-7.el7.x86_64.rpm > > uuid-devel-1.6.2-26.el7.x86_64.rpm > > uuid-1.6.2-26.el7.x86_64.rpm > > vim-common-7.4.629-7.el7.x86_64.rpm > > vim-enhanced-7.4.629-7.el7.x86_64.rpm > > vim-minimal-7.4.629-7.el7.x86_64.rpm > > ustr-devel-1.0.4-16.el7.x86_64.rpm > > wavpack-4.60.1-9.el7.x86_64.rpm > > web-assets-filesystem-5-1.el7.noarch.rpm > > vlgothic-p-fonts-20130607-2.el7.noarch.rpm > > wget-1.14-18.el7_6.1.x86_64.rpm > > watchdog-5.13-12.el7.src.rpm > > wayland-protocols-devel-1.14-1.el7.noarch.rpm > > wayland-devel-1.15.0-1.el7.x86_64.rpm > > vlgothic-fonts-20130607-2.el7.noarch.rpm > > xalan-j2-2.7.1-23.el7.noarch.rpm > > wqy-unibit-fonts-1.1.0-13.el7.noarch.rpm > > wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm > > xfsprogs-4.5.0-18.el7.x86_64.rpm > > xbean-3.13-6.el7.noarch.rpm > > xerces-j2-2.11.0-17.el7_0.noarch.rpm > > wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch.rpm > > which-2.20-7.el7.x86_64.rpm > > xkeyboard-config-2.24-1.el7.noarch.rpm > > xmlsec1-1.2.20-7.el7_4.x86_64.rpm > > xhtml1-dtds-1.0-20020801.11.el7.noarch.rpm > > xfsprogs-devel-4.5.0-18.el7.x86_64.rpm > > xmlsec1-openssl-1.2.20-7.el7_4.x86_64.rpm > > xml-commons-apis-1.4.01-16.el7.noarch.rpm > > xml-commons-resolver-1.2-15.el7.noarch.rpm > > xml-common-0.6.3-39.el7.noarch.rpm > > xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm > > XStatic-Angular-common-1.5.8.0-1.el7.noarch.rpm > > xorg-x11-proto-devel-2018.4-1.el7.noarch.rpm > > xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm > > xorg-x11-font-utils-7.5-21.el7.x86_64.rpm > > xstatic-angular-bootstrap-common-2.2.0.0-1.el7.noarch.rpm > > xmlstarlet-1.6.1-1.el7.x86_64.rpm > > xmlto-0.0.25-7.el7.x86_64.rpm > > xstatic-jsencrypt-common-2.3.1.1-1.el7.noarch.rpm > > xstatic-objectpath-common-1.2.1.0-0.1.pre_review.el7.noarch.rpm > > xstatic-d3-common-3.5.17.0-1.el7.noarch.rpm > > xstatic-angular-gettext-common-2.3.8.0-1.el7.noarch.rpm > > xstatic-angular-schema-form-common-0.8.13.0-0.1.pre_review.el7.noarch.rpm > > xstatic-angular-fileupload-common-12.0.4.0-1.el7.noarch.rpm > > xstatic-bootstrap-scss-common-3.3.7.1-2.el7.noarch.rpm > > xstatic-jasmine-common-2.4.1.1-1.el7.noarch.rpm > > xstatic-smart-table-common-1.4.13.2-1.el7.noarch.rpm > > xz-libs-5.2.2-1.el7.x86_64.rpm > > xz-devel-5.2.2-1.el7.x86_64.rpm > > yajl-devel-2.0.4-4.el7.x86_64.rpm > > xz-5.2.2-1.el7.x86_64.rpm > > xstatic-tv4-common-1.2.7.0-0.1.pre_review.el7.noarch.rpm > > xstatic-termjs-common-0.0.7.0-1.el7.noarch.rpm > > yajl-2.0.4-4.el7.x86_64.rpm > > zip-3.0-11.el7.x86_64.rpm > > yum-3.4.3-161.el7.centos.noarch.rpm > > yum-utils-1.1.31-50.el7.noarch.rpm > > zlib-1.2.7-18.el7.x86_64.rpm > > yasm-1.2.0-4.el7.x86_64.rpm > > yum-metadata-parser-1.1.4-10.el7.x86_64.rpm > > zeromq-4.0.5-4.el7.x86_64.rpm > > yum-plugin-fastestmirror-1.1.31-50.el7.noarch.rpm > > zlib-devel-1.2.7-18.el7.x86_64.rpm > > zvbi-fonts-0.2.35-1.el7.noarch.rpm > > zziplib-0.13.62-9.el7.x86_64.rpm > > > > > > > > On Tuesday 28 September 2021 20:37:11 PM (+07:00), Scott Little wrote: > > > >> And when you look in those logs what do you see? > >> > >> Scott > >> > >> > >> On 2021-09-27 10:59 a.m., Embedded Devel wrote: > >>> [Please note: This e-mail is from an EXTERNAL e-mail address] > >>> > >>> it did continue, until the the end but did provide and error message about failed and missing rpms > >>> > >>> [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log > >>> -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log > >>> -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log > >>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt > >>> -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt > >>> > >>> > >>> > >>> On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: > >>> > >>>> I don't think the entitlement server message is a fatal one. > >>>> > >>>> Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages. > >>>> > >>>> > >>>> On 2021-09-27 6:24 a.m., Embedded Devel wrote: > >>>>> [Please note: This e-mail is from an EXTERNAL e-mail address] > >>>>> > >>>>> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >>>>> my errors below... > >>>>> > >>>>>> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container > >>>>>> > >>>>>> Download packages? > >>>>>> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: > >>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >>>>>> > >>>>>> ended up with > >>>>>> > >>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > >>>>>> > >>>>>> so i register after hunting around google.... > >>>>>> > >>>>>> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach > >>>>>> > >>>>>> and re-run > >>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh > >>>>>> > >>>>>> now its saying > >>>>>> > >>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. > >>>>>> > >>>>>> so... how do i resolve this, i cant fix things and help if i cant build and test :) > >>>>> On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: > >>>>> > >>>>>> Hi, > >>>>>> > >>>>>> I'm trying to build StarlingX ISO following the Layered Build Guide. > >>>>>> > >>>>>> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: > >>>>>> > >>>>>> # go tool dist test -run=^test:0_1$ > >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >>>>>> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 > >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >>>>>> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go > >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std > >>>>>> ##### API check > >>>>>> # go tool dist test -run=^api$ > >>>>>> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt > >>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE > >>>>>> FAILED > >>>>>> RPM build errors: > >>>>>> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > >>>>>> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} > >>>>>> BUILDSTDERR: Macro expanded in comment on line 149: %{version} > >>>>>> BUILDSTDERR: Macro expanded in comment on line 150: %{version} > >>>>>> BUILDSTDERR: Macro expanded in comment on line 151: %{version} > >>>>>> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) > >>>>>> Child return code was: 1 > >>>>>> EXCEPTION: [Error()] > >>>>>> Traceback (most recent call last): > >>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > >>>>>> result = func(*args, **kw) > >>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status > >>>>>> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) > >>>>>> mockbuild.exception.Error: Command failed: > >>>>>> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec > >>>>>> > >>>>>> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. > >>>>>> > >>>>>> How can I fix this? Can anybody give me some comments to fix this? > >>>>>> > >>>>>> Thanks, > >>>>>> Shigeru > >>>>>> > >>>>>> _______________________________________________ > >>>>>> Starlingx-discuss mailing list > >>>>>> Starlingx-discuss at lists.starlingx.io > >>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>>>>> > >>>>> -- > >>>>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > >>>>> > >>>>> _______________________________________________ > >>>>> Starlingx-discuss mailing list > >>>>> Starlingx-discuss at lists.starlingx.io > >>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>>> > >>>> _______________________________________________ > >>>> Starlingx-discuss mailing list > >>>> Starlingx-discuss at lists.starlingx.io > >>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > >>>> > >>> -- > >>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > >> > >> > > -- > > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From scott.little at windriver.com Wed Sep 29 14:10:56 2021 From: scott.little at windriver.com (Scott Little) Date: Wed, 29 Sep 2021 10:10:56 -0400 Subject: [Starlingx-discuss] Cannot build golang-1.13.15 package In-Reply-To: <1632923115439.3385151852.3900369438@optimcloud.com> References: <7540d5ce-044a-6cc0-4964-f6da460de674@windriver.com> <1632923115439.3385151852.3900369438@optimcloud.com> Message-ID: <00c71913-e42d-8e61-ca4d-3e53fb8341aa@windriver.com> Please explore the fix proposed under... basically to force ipv4 https://stackoverflow.com/questions/48056566/could-not-resolve-host-download-docker-com-while-installing-docker-ce cd /stx-tools/centos-mirror-tools use 'grep curl *sh' to identify places in the download code that need the '-4' arguement to be added. dl_rpms_from_url.sh: download_cmd="curl --silent --output $rpm_name ${download_url}" download_mirror.sh:??? curl --silent --fail ${url} > ${list} || download_mirror.sh:??????? curl --silent --fail --output /dev/null ${repomod_url} || download_mirror.sh:??? curl --silent --fail ${url} > ${list} || download_mirror.sh:??? curl --silent --fail ${url} > ${list} || download_mirror.sh:??? curl --silent --fail ${url} > ${dest} || Let us know if this resolves your issue and we can raise a launchpad to make the fix official. Scott On 2021-09-29 9:50 a.m., Embedded Devel wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > definitely have access to the mirror > > ping mirror.starlingx.cengn.ca > PING mirror.starlingx.cengn.ca (135.84.106.45) 56(84) bytes of data. > 64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=1 ttl=48 time=258 ms > 64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=2 ttl=48 time=257 ms > 64 bytes from 135.84.106.45 (135.84.106.45): icmp_seq=3 ttl=48 time=257 ms > ^C > --- mirror.starlingx.cengn.ca ping statistics --- > 3 packets transmitted, 3 received, 0% packet loss, time 2001ms > > > [dingo at fb411205a904 /]$ cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools > [dingo at fb411205a904 centos-mirror-tools]$ wget http://mirror.starlingx.cengn.ca/ > --2021-09-29 13:45:01-- http://mirror.starlingx.cengn.ca/ > Resolving mirror.starlingx.cengn.ca (mirror.starlingx.cengn.ca)... 135.84.106.45 > Connecting to mirror.starlingx.cengn.ca (mirror.starlingx.cengn.ca)|135.84.106.45|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 612 [text/html] > Saving to: ?index.html? > > 100%[=====================================================================================================================>] 612 --.-K/s in 0s > > 2021-09-29 13:45:02 (114 MB/s) - ?index.html? saved [612/612] > > as for the download logs, seeing this error same as before > > Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager > > This system is not registered with an entitlement server. You can use subscription-manager to register. > > https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.docker.com; Unknown error" > Trying other mirror. > > > One of the configured repositories failed (Starlingx-download.docker.com_linux_centos_7_source_stable - download.docker.com_linux_centos_7_source_stable), > and yum doesn't have enough cached data to continue. At this point the only > safe thing yum can do is fail. There are a few ways to work "fix" this: > > 1. Contact the upstream for the repository and get them to fix the problem. > > 2. Reconfigure the baseurl/etc. for the repository, to point to a working > upstream. This is most often useful if you are using a newer > distribution release than is supported by the repository (and the > packages for the previous distribution release still work). > > 3. Run the command with the repository temporarily disabled > yum --disablerepo=Starlingx-download.docker.com_linux_centos_7_source_stable ... > > 4. Disable the repository permanently, so yum won't use it by default. Yum > will then just ignore the repository until you permanently enable it > again or use --enablerepo for temporary usage: > > yum-config-manager --disable Starlingx-download.docker.com_linux_centos_7_source_stable > or > subscription-manager repos --disable=Starlingx-download.docker.com_linux_centos_7_source_stable > > 5. Configure the failing repository to be skipped, if it is unavailable. > Note that yum will try to contact the repo. when it runs most commands, > so will have to try and fail each time (and thus. yum will be be much > slower). If it is a very temporary problem though, this is often a nice > compromise: > > yum-config-manager --save --setopt=Starlingx-download.docker.com_linux_centos_7_source_stable.skip_if_unavailable=true > > failure: repodata/repomd.xml from Starlingx-download.docker.com_linux_centos_7_source_stable: [Errno 256] No more mirrors to try. > https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: download.docker.com; Unknown error" > makecache retry: 5 > yum -c /localdisk/loadbuild/dingo/master/tmp/yum/yum.conf --releasever=7 clean all > Loaded plugins: ovl, product-id, search-disabled-repos, subscription-manager > ovl: Error while doing RPMdb copy-up: > [Errno 13] Permission denied: '/var/lib/rpm/__db.001' > Cleaning repos: CENGN_StarlingX-C7.6.1810-atomic > > > which is odd... curl fails.... > > > [dingo at fb411205a904 centos-mirror-tools]$ ping download.docker.com > PING d2h67oheeuigaw.cloudfront.net (13.225.97.72) 56(84) bytes of data. > 64 bytes from server-13-225-97-72.hkg60.r.cloudfront.net (13.225.97.72): icmp_seq=1 ttl=243 time=37.4 ms > 64 bytes from server-13-225-97-72.hkg60.r.cloudfront.net (13.225.97.72): icmp_seq=2 ttl=243 time=33.3 ms > ^C > --- d2h67oheeuigaw.cloudfront.net ping statistics --- > 2 packets transmitted, 2 received, 0% packet loss, time 1001ms > rtt min/avg/max/mdev = 33.316/35.376/37.436/2.060 ms > [dingo at fb411205a904 centos-mirror-tools]$ curl https://download.docker.com/linux/centos/7/source/stable/repodata/repomd.xml > curl: (6) Could not resolve host: download.docker.com; Unknown error > [dingo at fb411205a904 centos-mirror-tools]$ ping download.docker.com > PING download.docker.com (13.225.97.38) 56(84) bytes of data. > 64 bytes from server-13-225-97-38.hkg60.r.cloudfront.net (13.225.97.38): icmp_seq=1 ttl=243 time=34.0 ms > 64 bytes from server-13-225-97-38.hkg60.r.cloudfront.net (13.225.97.38): icmp_seq=2 ttl=243 time=33.8 ms > ^C > --- download.docker.com ping statistics --- > 2 packets transmitted, 2 received, 0% packet loss, time 1001ms > > > > > On Wednesday 29 September 2021 20:41:16 PM (+07:00), Scott Little wrote: > >> Can you confirm you have network access to http://mirror.starlingx.cengn.ca/mirror/ ? >> >> Test both from the host, and from within the builder container. >> >> You may have a firewall or proxy issue. >> >> A discussion of proxy settings (if required) is included under ... >> https://docs.starlingx.io/developer_resources/build_guide.html#prepare-the-base-docker-image >> >> Relevant logs to include in future correspondence would be ... >> stx-tools/centos-mirror-tools/logs/*download*log >> >> ...or even the console output. >> >> Scott >> >> >> On 2021-09-28 10:07 p.m., Embedded Devel wrote: >>> [Please note: This e-mail is from an EXTERNAL e-mail address] >>> >>> Welp for 1 it tells me like every file needed is missing, so building from tools doesnt work properly for some reason >>> >>> cat logs/L1_srpms_missing_centos3rdparties.log >>> audit-2.8.4-4.el7.x86_64.rpm >>> audit-libs-devel-2.8.4-4.el7.x86_64.rpm >>> adwaita-icon-theme-3.28.0-1.el7.noarch.rpm >>> audit-libs-2.8.4-4.el7.x86_64.rpm >>> alsa-lib-devel-1.1.6-2.el7.x86_64.rpm >>> audit-libs-python-2.8.4-4.el7.x86_64.rpm >>> alsa-lib-1.1.6-2.el7.x86_64.rpm >>> adwaita-cursor-theme-3.28.0-1.el7.noarch.rpm >>> copy-jdk-configs-3.3-10.el7_5.noarch.rpm >>> containernetworking-plugins-0.8.1-1.el7.centos.x86_64.rpm >>> collectd-5.8.1-4.el7.x86_64.rpm >>> devtoolset-7-binutils-2.28-11.el7.x86_64.rpm >>> collectd-python-5.8.1-4.el7.x86_64.rpm >>> CUnit-2.1.3-8.el7.x86_64.rpm >>> CUnit-devel-2.1.3-8.el7.x86_64.rpm >>> cppcheck-1.88-3.el7.x86_64.rpm >>> devtoolset-7-gcc-7.3.1-5.10.el7.x86_64.rpm >>> docker-ce-cli-18.09.6-3.el7.x86_64.rpm >>> devtoolset-7-runtime-7.1-4.el7.x86_64.rpm >>> elfutils-default-yama-scope-0.176-2.el7.noarch.rpm >>> devtoolset-7-gcc-c++-7.3.1-5.10.el7.x86_64.rpm >>> docker-ce-18.09.6-3.el7.x86_64.rpm >>> devtoolset-7-libstdc++-devel-7.3.1-5.10.el7.x86_64.rpm >>> elfutils-0.176-2.el7.x86_64.rpm >>> gssproxy-0.7.0-21.el7.x86_64.rpm >>> elfutils-libs-0.176-2.el7.x86_64.rpm >>> gtk3-devel-3.22.30-3.el7.x86_64.rpm >>> gtk3-3.22.30-3.el7.x86_64.rpm >>> gsettings-desktop-schemas-3.28.0-2.el7.x86_64.rpm >>> elfutils-libelf-0.176-2.el7.x86_64.rpm >>> elfutils-devel-0.176-2.el7.x86_64.rpm >>> elfutils-libelf-devel-0.176-2.el7.x86_64.rpm >>> gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm >>> java-1.8.0-openjdk-devel-1.8.0.191.b12-1.el7_6.x86_64.rpm >>> java-1.8.0-openjdk-headless-1.8.0.191.b12-1.el7_6.x86_64.rpm >>> iprutils-2.4.16.1-1.el7.x86_64.rpm >>> gtk3-devel-docs-3.22.30-3.el7.x86_64.rpm >>> ima-evm-utils-1.1-2.el7.x86_64.rpm >>> java-1.8.0-openjdk-1.8.0.191.b12-1.el7_6.x86_64.rpm >>> ima-evm-utils-devel-1.1-2.el7.x86_64.rpm >>> kata-ksm-throttler-1.11.0-3.1.x86_64.rpm >>> kata-linux-container-5.4.32.73-3.1.x86_64.rpm >>> kata-shim-1.11.0-3.1.x86_64.rpm >>> kata-runtime-1.11.0-3.1.x86_64.rpm >>> kata-proxy-1.11.0-3.1.x86_64.rpm >>> kata-containers-image-1.11.0-3.1.x86_64.rpm >>> kata-proxy-bin-1.11.0-3.1.x86_64.rpm >>> kata-linux-container-debug-5.4.32.73-3.1.x86_64.rpm >>> libcom_err-devel-1.42.9-13.el7.x86_64.rpm >>> libldb-1.3.4-1.el7.x86_64.rpm >>> libcom_err-1.42.9-13.el7.x86_64.rpm >>> libdrm-devel-2.4.91-3.el7.x86_64.rpm >>> kexec-tools-2.0.15-21.el7.x86_64.rpm >>> libdrm-2.4.91-3.el7.x86_64.rpm >>> libblkid-2.23.2-59.el7.x86_64.rpm >>> kata-shim-bin-1.11.0-3.1.x86_64.rpm >>> libsemanage-devel-2.5-14.el7.x86_64.rpm >>> libtalloc-2.1.13-1.el7.x86_64.rpm >>> libss-1.42.9-13.el7.x86_64.rpm >>> liboath-devel-2.4.1-9.el7.x86_64.rpm >>> libsemanage-2.5-14.el7.x86_64.rpm >>> liboath-2.4.1-9.el7.x86_64.rpm >>> libsemanage-python-2.5-14.el7.x86_64.rpm >>> libss-devel-1.42.9-13.el7.x86_64.rpm >>> libwbclient-4.10.16-5.el7.x86_64.rpm >>> mesa-libEGL-18.0.5-3.el7.x86_64.rpm >>> mesa-libEGL-devel-18.0.5-3.el7.x86_64.rpm >>> lvm2-2.02.177-4.el7.x86_64.rpm >>> libtevent-0.9.39-1.el7.x86_64.rpm >>> lvm2-libs-2.02.177-4.el7.x86_64.rpm >>> mesa-libgbm-18.0.5-3.el7.x86_64.rpm >>> libtdb-1.3.18-1.el7.x86_64.rpm >>> mesa-libglapi-18.0.5-3.el7.x86_64.rpm >>> nss-softokn-freebl-3.53.1-6.el7_9.x86_64.rpm >>> mesa-libGL-devel-18.0.5-3.el7.x86_64.rpm >>> mesa-libGL-18.0.5-3.el7.x86_64.rpm >>> NetworkManager-glib-1.12.0-8.el7_6.x86_64.rpm >>> NetworkManager-glib-devel-1.12.0-8.el7_6.x86_64.rpm >>> nss-softokn-devel-3.53.1-6.el7_9.x86_64.rpm >>> nss-softokn-3.53.1-6.el7_9.x86_64.rpm >>> openscap-1.2.17-2.el7.x86_64.rpm >>> openstack-tempest-17.2.0-4.el7.noarch.rpm >>> osinfo-db-20180531-1.el7.noarch.rpm >>> nss-softokn-freebl-devel-3.53.1-6.el7_9.x86_64.rpm >>> ntfs-3g-2017.3.23-11.el7.x86_64.rpm >>> openscap-scanner-1.2.17-2.el7.x86_64.rpm >>> ntfsprogs-2017.3.23-11.el7.x86_64.rpm >>> ntfs-3g-devel-2017.3.23-11.el7.x86_64.rpm >>> pulseaudio-libs-10.0-5.el7.x86_64.rpm >>> policycoreutils-newrole-2.5-29.el7.x86_64.rpm >>> policycoreutils-2.5-29.el7.x86_64.rpm >>> OVMF-20180508-6.gitee3198e672e2.el7.noarch.rpm >>> pulseaudio-libs-devel-10.0-5.el7.x86_64.rpm >>> policycoreutils-python-2.5-29.el7.x86_64.rpm >>> policycoreutils-devel-2.5-29.el7.x86_64.rpm >>> pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm >>> python2-msgpack-0.6.1-2.el7.x86_64.rpm >>> python2-requests-mock-1.5.2-3.el7.noarch.rpm >>> python2-pysocks-1.6.8-6.el7.noarch.rpm >>> python2-manilaclient-1.17.3-1.el7.noarch.rpm >>> python2-os-brick-1.15.6-1.el7.noarch.rpm >>> pykickstart-1.99.66.19-2.el7.noarch.rpm >>> python2-mistralclient-3.1.4-1.el7.noarch.rpm >>> python2-google-api-client-1.6.3-1.el7.noarch.rpm >>> python2-sushy-1.1.1-1.el7.noarch.rpm >>> python2-tempestconf-1.1.3-1.el7.noarch.rpm >>> python-ironic-lib-2.10.1-1.el7.noarch.rpm >>> python-ironic-inspector-client-2.1.0-1.el7.noarch.rpm >>> python2-urllib3-1.21.1-1.el7.noarch.rpm >>> python-tempest-17.2.0-4.el7.noarch.rpm >>> python2-scapy-2.4.0-3.el7.noarch.rpm >>> python-libguestfs-1.38.2-12.el7_6.1.x86_64.rpm >>> qemu-vanilla-4.1.1+git.99c5874a9b-3.1.x86_64.rpm >>> python-virtualenv-15.1.0-2.el7.noarch.rpm >>> rest-0.8.1-2.el7.x86_64.rpm >>> qemu-vanilla-data-4.1.1+git.99c5874a9b-3.1.x86_64.rpm >>> samba-client-libs-4.10.16-5.el7.x86_64.rpm >>> qemu-vanilla-bin-4.1.1+git.99c5874a9b-3.1.x86_64.rpm >>> samba-common-libs-4.10.16-5.el7.x86_64.rpm >>> samba-common-4.10.16-5.el7.noarch.rpm >>> spice-server-0.14.0-9.el7.x86_64.rpm >>> selinux-policy-devel-3.13.1-229.el7_6.6.noarch.rpm >>> selinux-policy-minimum-3.13.1-229.el7_6.6.noarch.rpm >>> selinux-policy-targeted-3.13.1-229.el7_6.6.noarch.rpm >>> spice-protocol-0.12.14-1.el7.noarch.rpm >>> selinux-policy-3.13.1-229.el7_6.6.noarch.rpm >>> selinux-policy-mls-3.13.1-229.el7_6.6.noarch.rpm >>> spice-server-devel-0.14.0-9.el7.x86_64.rpm >>> systemd-libs-219-78.el7_9.3.x86_64.rpm >>> systemtap-runtime-3.3-3.el7.x86_64.rpm >>> systemd-219-78.el7_9.3.x86_64.rpm >>> systemd-sysv-219-78.el7_9.3.x86_64.rpm >>> systemtap-3.3-3.el7.x86_64.rpm >>> systemtap-devel-3.3-3.el7.x86_64.rpm >>> systemtap-client-3.3-3.el7.x86_64.rpm >>> systemd-devel-219-78.el7_9.3.x86_64.rpm >>> tkinter-2.7.5-76.el7.x86_64.rpm >>> tcpdump-4.9.2-4.el7_7.1.x86_64.rpm >>> valgrind-devel-3.13.0-13.el7.x86_64.rpm >>> util-linux-2.23.2-59.el7.x86_64.rpm >>> systemtap-sdt-devel-3.3-3.el7.x86_64.rpm >>> valgrind-3.13.0-13.el7.x86_64.rpm >>> tuned-profiles-realtime-2.8.0-5.el7.noarch.rpm >>> tuned-2.8.0-5.el7.noarch.rpm >>> >>> [dingo at ffdf31df919a centos-mirror-tools]$ cat logs/L1_srpms_missing_centos.log >>> adobe-source-han-sans-cn-fonts-1.000-2.el7.noarch.rpm >>> adobe-source-han-sans-twhk-fonts-1.000-1.el7.noarch.rpm >>> acpid-2.0.19-9.el7.x86_64.rpm >>> adobe-source-sans-pro-fonts-2.020-1.el7.noarch.rpm >>> abattis-cantarell-fonts-0.0.25-1.el7.noarch.rpm >>> acl-2.2.51-14.el7.x86_64.rpm >>> adobe-source-code-pro-fonts-2.030.1.050-5.el7.noarch.rpm >>> acpica-tools-20160527-3.el7.x86_64.rpm >>> aether-util-1.13.1-13.el7.noarch.rpm >>> amiri-fonts-common-0.109-1.el7.noarch.rpm >>> aether-connector-wagon-1.13.1-13.el7.noarch.rpm >>> aether-api-1.13.1-13.el7.noarch.rpm >>> anaconda-21.48.22.147-1.el7.centos.src.rpm >>> aether-spi-1.13.1-13.el7.noarch.rpm >>> amiri-fonts-0.109-1.el7.noarch.rpm >>> aether-impl-1.13.1-13.el7.noarch.rpm >>> apache-commons-logging-1.1.2-7.el7.noarch.rpm >>> aopalliance-1.0-8.el7.noarch.rpm >>> apache-commons-io-2.4-12.el7.noarch.rpm >>> apache-commons-cli-1.2-13.el7.noarch.rpm >>> apache-commons-net-3.2-8.el7.centos.noarch.rpm >>> apache-commons-lang-2.6-15.el7.noarch.rpm >>> apache-commons-codec-1.8-7.el7.noarch.rpm >>> annobin-9.12-1.el7.x86_64.rpm >>> artwiz-aleczapka-fonts-common-1.3-19.el7.noarch.rpm >>> artwiz-aleczapka-kates-fonts-1.3-19.el7.noarch.rpm >>> apr-1.4.8-3.el7_4.1.x86_64.rpm >>> artwiz-aleczapka-fkp-fonts-1.3-19.el7.noarch.rpm >>> artwiz-aleczapka-lime-fonts-1.3-19.el7.noarch.rpm >>> artwiz-aleczapka-drift-fonts-1.3-19.el7.noarch.rpm >>> artwiz-aleczapka-edges-fonts-1.3-19.el7.noarch.rpm >>> apr-util-1.5.2-6.el7.x86_64.rpm >>> at-3.1.13-24.el7.x86_64.rpm >>> astigmatic-grand-hotel-fonts-1.000-3.el7.noarch.rpm >>> atinject-1-13.20100611svn86.el7.noarch.rpm >>> atk-devel-2.28.1-1.el7.x86_64.rpm >>> artwiz-aleczapka-smoothansi-fonts-1.3-19.el7.noarch.rpm >>> artwiz-aleczapka-nu-fonts-1.3-19.el7.noarch.rpm >>> atk-2.28.1-1.el7.x86_64.rpm >>> asciidoc-8.6.8-5.el7.noarch.rpm >>> at-spi2-core-devel-2.28.0-1.el7.x86_64.rpm >>> atlas-3.10.1-12.el7.x86_64.rpm >>> at-spi2-atk-2.26.2-1.el7.x86_64.rpm >>> attr-2.4.46-13.el7.x86_64.rpm >>> augeas-1.4.0-6.el7.x86_64.rpm >>> at-spi2-atk-devel-2.26.2-1.el7.x86_64.rpm >>> at-spi2-core-2.28.0-1.el7.x86_64.rpm >>> augeas-libs-1.4.0-6.el7.x86_64.rpm >>> autogen-libopts-5.18-5.el7.x86_64.rpm >>> autoconf-archive-2017.03.21-1.el7.noarch.rpm >>> autogen-libopts-devel-5.18-5.el7.x86_64.rpm >>> avahi-0.6.31-20.el7.x86_64.rpm >>> autoconf-2.69-11.el7.noarch.rpm >>> autogen-5.18-5.el7.x86_64.rpm >>> automake-1.13.4-3.el7.noarch.rpm >>> authconfig-6.2.8-30.el7.x86_64.rpm >>> bash-completion-2.1-6.el7.noarch.rpm >>> avalon-logkit-2.1-14.el7.noarch.rpm >>> avahi-devel-0.6.31-20.el7.x86_64.rpm >>> bash-4.2.46-34.el7.src.rpm >>> avahi-libs-0.6.31-20.el7.x86_64.rpm >>> avalon-framework-4.3-10.el7.noarch.rpm >>> bash-4.2.46-34.el7.x86_64.rpm >>> basesystem-10.0-7.el7.centos.noarch.rpm >>> bind-libs-9.11.4-26.P2.el7.x86_64.rpm >>> bind-libs-lite-9.11.4-26.P2.el7.x86_64.rpm >>> bind-export-devel-9.11.4-26.P2.el7.x86_64.rpm >>> bind-export-libs-9.11.4-26.P2.el7.x86_64.rpm >>> bind-license-9.11.4-26.P2.el7.noarch.rpm >>> bash-completion-extras-2.1-11.el7.noarch.rpm >>> bc-1.06.95-13.el7.x86_64.rpm >>> bcel-5.2-18.el7.noarch.rpm >>> bitmap-fangsongti-fonts-0.3-21.el7.noarch.rpm >>> bitmap-console-fonts-0.3-21.el7.noarch.rpm >>> biosdevname-0.7.3-1.el7.x86_64.rpm >>> binutils-2.27-41.base.el7.x86_64.rpm >>> bind-utils-9.11.4-26.P2.el7.x86_64.rpm >>> bind-lite-devel-9.11.4-26.P2.el7.x86_64.rpm >>> bison-3.0.4-2.el7.x86_64.rpm >>> binutils-devel-2.27-41.base.el7.x86_64.rpm >>> bitmap-fixed-fonts-0.3-21.el7.noarch.rpm >>> blosc-1.11.3-1.el7.x86_64.rpm >>> bluez-libs-5.44-4.el7_4.x86_64.rpm >>> boost-1.53.0-27.el7.x86_64.rpm >>> bluez-libs-devel-5.44-4.el7_4.x86_64.rpm >>> bitmap-lucida-typewriter-fonts-0.3-21.el7.noarch.rpm >>> boost-atomic-1.53.0-27.el7.x86_64.rpm >>> blas-3.4.2-8.el7.x86_64.rpm >>> boost-locale-1.53.0-27.el7.x86_64.rpm >>> boost-graph-1.53.0-27.el7.x86_64.rpm >>> boost-devel-1.53.0-27.el7.x86_64.rpm >>> boost-chrono-1.53.0-27.el7.x86_64.rpm >>> boost-filesystem-1.53.0-27.el7.x86_64.rpm >>> boost-iostreams-1.53.0-27.el7.x86_64.rpm >>> boost-date-time-1.53.0-27.el7.x86_64.rpm >>> boost-context-1.53.0-27.el7.x86_64.rpm >>> boost-python-1.53.0-27.el7.x86_64.rpm >>> boost-program-options-1.53.0-27.el7.x86_64.rpm >>> boost-random-1.53.0-27.el7.x86_64.rpm >>> boost-signals-1.53.0-27.el7.x86_64.rpm >>> boost-regex-1.53.0-27.el7.x86_64.rpm >>> boost-math-1.53.0-27.el7.x86_64.rpm >>> boost-serialization-1.53.0-27.el7.x86_64.rpm >>> boost-system-1.53.0-27.el7.x86_64.rpm >>> bpg-mrgvlovani-caps-fonts-1.002-3.el7.noarch.rpm >>> boost-test-1.53.0-27.el7.x86_64.rpm >>> boost-timer-1.53.0-27.el7.x86_64.rpm >>> bpg-fonts-common-20120413-3.el7.noarch.rpm >>> bootswatch-common-3.3.7.0-1.el7.noarch.rpm >>> boost-thread-1.53.0-27.el7.x86_64.rpm >>> boost-wave-1.53.0-27.el7.x86_64.rpm >>> bootswatch-fonts-3.3.7.0-1.el7.noarch.rpm >>> bpg-mrgvlovani-fonts-1.002-3.el7.noarch.rpm >>> bpg-nateli-condenced-fonts-2.003-3.el7.noarch.rpm >>> bpg-nateli-fonts-2.003-3.el7.noarch.rpm >>> brlapi-0.6.0-16.el7.x86_64.rpm >>> brltty-4.5-16.el7.x86_64.rpm >>> bpg-nateli-caps-fonts-2.003-3.el7.noarch.rpm >>> brlapi-devel-0.6.0-16.el7.x86_64.rpm >>> bridge-utils-1.5-9.el7.x86_64.rpm >>> cairo-gobject-1.15.12-3.el7.x86_64.rpm >>> cairo-devel-1.15.12-3.el7.x86_64.rpm >>> bzip2-libs-1.0.6-13.el7.x86_64.rpm >>> bzip2-devel-1.0.6-13.el7.x86_64.rpm >>> bzip2-1.0.6-13.el7.x86_64.rpm >>> cairo-1.15.12-3.el7.x86_64.rpm >>> ca-certificates-2018.2.22-70.0.el7_5.noarch.rpm >>> btrfs-progs-4.9.1-1.el7.x86_64.rpm >>> c-ares-1.10.0-3.el7.x86_64.rpm >>> cairo-gobject-devel-1.15.12-3.el7.x86_64.rpm >>> cdparanoia-libs-10.2-17.el7.x86_64.rpm >>> centos-indexhtml-7-9.el7.centos.noarch.rpm >>> celt051-0.5.1.3-8.el7.x86_64.rpm >>> cal10n-0.7.7-4.el7.noarch.rpm >>> celt051-devel-0.5.1.3-8.el7.x86_64.rpm >>> cdi-api-1.0-11.SP4.el7.noarch.rpm >>> cglib-2.2-18.el7.noarch.rpm >>> cf-sorts-mill-goudy-fonts-3.1-7.el7.noarch.rpm >>> checkpolicy-2.5-8.el7.x86_64.rpm >>> check-devel-0.9.9-5.el7.x86_64.rpm >>> check-0.9.9-5.el7.x86_64.rpm >>> centos-release-7-6.1810.2.el7.centos.x86_64.rpm >>> centos-logos-70.0.6-3.el7.centos.noarch.rpm >>> chkconfig-1.7.4-1.el7.x86_64.rpm >>> colord-libs-1.3.4-1.el7.x86_64.rpm >>> cmake-2.8.12.2-2.el7.x86_64.rpm >>> cloud-init-19.4-7.el7.centos.3.x86_64.rpm >>> cjkuni-ukai-fonts-0.2.20080216.1-51.el7.noarch.rpm >>> chrpath-0.16-0.el7.x86_64.rpm >>> cloud-init-0.7.9-24.el7.centos.1.src.rpm >>> cifs-utils-6.2-10.el7.x86_64.rpm >>> cjkuni-uming-fonts-0.2.20080216.1-53.el7.noarch.rpm >>> comic-neue-fonts-2.2-2.el7.noarch.rpm >>> coolkey-1.1.0-40.el7.x86_64.rpm >>> conntrack-tools-1.4.4-4.el7.x86_64.rpm >>> conakry-fonts-20070829-14.el7.noarch.rpm >>> compat-openmpi16-1.6.4-10.7.el7.x86_64.rpm >>> comic-neue-fonts-common-2.2-2.el7.noarch.rpm >>> comic-neue-angular-fonts-2.2-2.el7.noarch.rpm >>> container-selinux-2.74-1.el7.noarch.rpm >>> createrepo-0.9.9-28.el7.noarch.rpm >>> cracklib-2.9.0-11.el7.x86_64.rpm >>> cracklib-dicts-2.9.0-11.el7.x86_64.rpm >>> cracklib-devel-2.9.0-11.el7.x86_64.rpm >>> cpptest-1.1.1-9.el7.x86_64.rpm >>> cpp-4.8.5-36.el7.x86_64.rpm >>> cpio-2.11-27.el7.x86_64.rpm >>> coreutils-8.22-23.el7.x86_64.rpm >>> cryptsetup-libs-2.0.3-3.el7.x86_64.rpm >>> cryptsetup-2.0.3-3.el7.x86_64.rpm >>> ctags-5.8-13.el7.x86_64.rpm >>> cronie-anacron-1.4.11-20.el7_6.x86_64.rpm >>> cronie-1.4.11-20.el7_6.x86_64.rpm >>> crudini-0.9-2.el7.noarch.rpm >>> crontabs-1.11-6.20121102git.el7.noarch.rpm >>> cryptsetup-devel-2.0.3-3.el7.x86_64.rpm >>> curl-7.29.0-59.el7.x86_64.rpm >>> cyrus-sasl-2.1.26-23.el7.x86_64.rpm >>> cyrus-sasl-gssapi-2.1.26-23.el7.x86_64.rpm >>> daxctl-libs-65-5.el7.x86_64.rpm >>> cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm >>> cups-client-1.6.3-51.el7.x86_64.rpm >>> cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm >>> cups-libs-1.6.3-51.el7.x86_64.rpm >>> dbus-devel-1.10.24-15.el7.x86_64.rpm >>> dbus-python-1.1.1-9.el7.x86_64.rpm >>> dconf-0.28.0-4.el7.x86_64.rpm >>> dbus-glib-devel-0.100-7.el7.x86_64.rpm >>> dbus-glib-0.100-7.el7.x86_64.rpm >>> dbus-1.10.24-15.el7.x86_64.rpm >>> dbus-libs-1.10.24-15.el7.x86_64.rpm >>> d-din-condensed-fonts-1.0-1.el7.noarch.rpm >>> d-din-fonts-1.0-1.el7.noarch.rpm >>> dejavu-sans-mono-fonts-2.33-6.el7.noarch.rpm >>> d-din-exp-fonts-1.0-1.el7.noarch.rpm >>> dejavu-lgc-sans-mono-fonts-2.33-6.el7.noarch.rpm >>> dejavu-lgc-serif-fonts-2.33-6.el7.noarch.rpm >>> dejavu-sans-fonts-2.33-6.el7.noarch.rpm >>> dejavu-fonts-common-2.33-6.el7.noarch.rpm >>> dejavu-lgc-sans-fonts-2.33-6.el7.noarch.rpm >>> desktop-file-utils-0.23-1.el7.x86_64.rpm >>> device-mapper-devel-1.02.146-4.el7.x86_64.rpm >>> device-mapper-libs-1.02.146-4.el7.x86_64.rpm >>> deltarpm-3.6-3.el7.x86_64.rpm >>> device-mapper-event-1.02.146-4.el7.x86_64.rpm >>> dejavu-serif-fonts-2.33-6.el7.noarch.rpm >>> device-mapper-event-libs-1.02.146-4.el7.x86_64.rpm >>> device-mapper-1.02.146-4.el7.x86_64.rpm >>> devtoolset-8-dwz-0.12-1.1.el7.x86_64.rpm >>> device-mapper-persistent-data-0.7.3-3.el7.x86_64.rpm >>> devtoolset-8-build-8.1-1.el7.x86_64.rpm >>> devtoolset-8-dyninst-9.3.2-6.el7.x86_64.rpm >>> devtoolset-8-8.1-1.el7.x86_64.rpm >>> device-mapper-multipath-libs-0.4.9-119.el7.x86_64.rpm >>> device-mapper-multipath-0.4.9-119.el7.x86_64.rpm >>> devtoolset-8-binutils-2.30-55.el7.2.x86_64.rpm >>> devtoolset-8-gcc-8.3.1-3.2.el7.x86_64.rpm >>> devtoolset-8-gcc-c++-8.3.1-3.2.el7.x86_64.rpm >>> devtoolset-8-gcc-gfortran-8.3.1-3.2.el7.x86_64.rpm >>> devtoolset-8-elfutils-0.176-1.el7.x86_64.rpm >>> devtoolset-8-libquadmath-devel-8.3.1-3.2.el7.x86_64.rpm >>> devtoolset-8-elfutils-libelf-0.176-1.el7.x86_64.rpm >>> devtoolset-8-elfutils-libs-0.176-1.el7.x86_64.rpm >>> devtoolset-8-gdb-8.2-3.el7.x86_64.rpm >>> devtoolset-8-perftools-8.1-1.el7.x86_64.rpm >>> devtoolset-8-libstdc++-devel-8.3.1-3.2.el7.x86_64.rpm >>> devtoolset-8-runtime-8.1-1.el7.x86_64.rpm >>> devtoolset-8-strace-4.24-4.el7.x86_64.rpm >>> devtoolset-8-oprofile-1.3.0-2.el7.x86_64.rpm >>> devtoolset-8-memstomp-0.1.5-5.el7.x86_64.rpm >>> devtoolset-8-make-4.2.1-4.el7.x86_64.rpm >>> devtoolset-8-ltrace-0.7.91-1.el7.x86_64.rpm >>> devtoolset-8-toolchain-8.1-1.el7.x86_64.rpm >>> devtoolset-8-valgrind-3.14.0-16.el7.x86_64.rpm >>> devtoolset-8-systemtap-runtime-3.3-2.el7.x86_64.rpm >>> devtoolset-8-systemtap-client-3.3-2.el7.x86_64.rpm >>> dibbler-client-1.0.1-0.RC1.2.el7.x86_64.rpm >>> dhcp-4.2.5-82.el7.centos.src.rpm >>> devtoolset-8-systemtap-3.3-2.el7.x86_64.rpm >>> devtoolset-8-systemtap-devel-3.3-2.el7.x86_64.rpm >>> docbook-dtds-1.0-60.el7.noarch.rpm >>> docbook-style-dsssl-1.79-18.el7.noarch.rpm >>> docbook-style-xsl-1.78.1-3.el7.noarch.rpm >>> diffutils-3.3-4.el7.x86_64.rpm >>> dnsmasq-2.76-7.el7.src.rpm >>> dnf-4.0.9.2-1.el7_6.noarch.rpm >>> dmidecode-3.1-2.el7.x86_64.rpm >>> dnf-data-4.0.9.2-1.el7_6.noarch.rpm >>> dstat-0.7.2-12.el7.noarch.rpm >>> dracut-config-rescue-033-554.el7.x86_64.rpm >>> dracut-network-033-554.el7.x86_64.rpm >>> dracut-033-554.el7.x86_64.rpm >>> dosfstools-3.0.20-10.el7.x86_64.rpm >>> doxygen-1.8.5-3.el7.x86_64.rpm >>> docker-forward-journald-1.10.3-44.el7.centos.x86_64.rpm >>> docbook-utils-0.6.14-36.el7.noarch.rpm >>> e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm >>> easymock2-2.5.2-12.el7.noarch.rpm >>> dulwich-core-0.18.4-1.el7.x86_64.rpm >>> dyninst-9.3.1-2.el7.x86_64.rpm >>> e2fsprogs-1.42.9-13.el7.x86_64.rpm >>> ebtables-2.0.10-16.el7.x86_64.rpm >>> dwz-0.11-3.el7.x86_64.rpm >>> e2fsprogs-devel-1.42.9-13.el7.x86_64.rpm >>> efivar-libs-36-11.el7.x86_64.rpm >>> epel-release-7-11.noarch.rpm >>> elinks-0.12-0.37.pre6.el7.x86_64.rpm >>> ed-1.9-4.el7.x86_64.rpm >>> efivar-devel-36-11.el7.x86_64.rpm >>> emacs-filesystem-24.3-22.el7.noarch.rpm >>> efibootmgr-17-2.el7.x86_64.rpm >>> environment-modules-3.2.10-10.el7.x86_64.rpm >>> erlang-asn1-18.3.4.4-2.el7.x86_64.rpm >>> erlang-cosFileTransfer-18.3.4.4-2.el7.x86_64.rpm >>> erlang-18.3.4.4-2.el7.x86_64.rpm >>> epel-rpm-macros-7-21.noarch.rpm >>> erlang-cosNotification-18.3.4.4-2.el7.x86_64.rpm >>> erlang-compiler-18.3.4.4-2.el7.x86_64.rpm >>> erlang-cosEventDomain-18.3.4.4-2.el7.x86_64.rpm >>> erlang-cosEvent-18.3.4.4-2.el7.x86_64.rpm >>> erlang-erl_docgen-18.3.4.4-2.el7.x86_64.rpm >>> erlang-diameter-18.3.4.4-2.el7.x86_64.rpm >>> erlang-cosProperty-18.3.4.4-2.el7.x86_64.rpm >>> erlang-cosTransactions-18.3.4.4-2.el7.x86_64.rpm >>> erlang-cosTime-18.3.4.4-2.el7.x86_64.rpm >>> erlang-crypto-18.3.4.4-2.el7.x86_64.rpm >>> erlang-eldap-18.3.4.4-2.el7.x86_64.rpm >>> erlang-edoc-18.3.4.4-2.el7.x86_64.rpm >>> erlang-inets-18.3.4.4-2.el7.x86_64.rpm >>> erlang-eunit-18.3.4.4-2.el7.x86_64.rpm >>> erlang-jinterface-18.3.4.4-2.el7.x86_64.rpm >>> erlang-hipe-18.3.4.4-2.el7.x86_64.rpm >>> erlang-ic-18.3.4.4-2.el7.x86_64.rpm >>> erlang-erts-18.3.4.4-2.el7.x86_64.rpm >>> erlang-gs-18.3.4.4-2.el7.x86_64.rpm >>> erlang-erl_interface-18.3.4.4-2.el7.x86_64.rpm >>> erlang-orber-18.3.4.4-2.el7.x86_64.rpm >>> erlang-mnesia-18.3.4.4-2.el7.x86_64.rpm >>> erlang-ose-18.3.4.4-2.el7.x86_64.rpm >>> erlang-otp_mibs-18.3.4.4-2.el7.x86_64.rpm >>> erlang-odbc-18.3.4.4-2.el7.x86_64.rpm >>> erlang-os_mon-18.3.4.4-2.el7.x86_64.rpm >>> erlang-kernel-18.3.4.4-2.el7.x86_64.rpm >>> erlang-parsetools-18.3.4.4-2.el7.x86_64.rpm >>> erlang-snmp-18.3.4.4-2.el7.x86_64.rpm >>> erlang-public_key-18.3.4.4-2.el7.x86_64.rpm >>> erlang-ssl-18.3.4.4-2.el7.x86_64.rpm >>> erlang-percept-18.3.4.4-2.el7.x86_64.rpm >>> erlang-sasl-18.3.4.4-2.el7.x86_64.rpm >>> erlang-ssh-18.3.4.4-2.el7.x86_64.rpm >>> erlang-runtime_tools-18.3.4.4-2.el7.x86_64.rpm >>> erlang-sd_notify-0.1-9.el7.x86_64.rpm >>> erlang-tools-18.3.4.4-2.el7.x86_64.rpm >>> erlang-syntax_tools-18.3.4.4-2.el7.x86_64.rpm >>> erlang-xmerl-18.3.4.4-2.el7.x86_64.rpm >>> ethtool-4.8-9.el7.x86_64.rpm >>> eventlog-0.2.13-4.el7.x86_64.rpm >>> erlang-stdlib-18.3.4.4-2.el7.x86_64.rpm >>> expect-5.45-14.el7_1.x86_64.rpm >>> eventlog-devel-0.2.13-4.el7.x86_64.rpm >>> fedfs-utils-devel-0.10.5-0.el7.x86_64.rpm >>> fedfs-utils-common-0.10.5-0.el7.noarch.rpm >>> fedpkg-minimal-1.1.0-7.el7.noarch.rpm >>> fcgi-2.4.0-25.el7.x86_64.rpm >>> fedfs-utils-nsdbparams-0.10.5-0.el7.x86_64.rpm >>> fcgi-devel-2.4.0-25.el7.x86_64.rpm >>> fedfs-utils-lib-0.10.5-0.el7.x86_64.rpm >>> facter-2.4.4-4.el7.src.rpm >>> findutils-4.5.11-6.el7.x86_64.rpm >>> fio-3.7-2.el7.x86_64.rpm >>> fipscheck-1.4.1-6.el7.x86_64.rpm >>> file-devel-5.11-37.el7.x86_64.rpm >>> file-5.11-37.el7.x86_64.rpm >>> felix-framework-4.2.1-5.el7.noarch.rpm >>> filesystem-3.2-25.el7.x86_64.rpm >>> file-libs-5.11-37.el7.x86_64.rpm >>> fontawesome-fonts-web-4.4.0-1.el7.noarch.rpm >>> fipscheck-lib-1.4.1-6.el7.x86_64.rpm >>> fipscheck-devel-1.4.1-6.el7.x86_64.rpm >>> firewalld-0.5.3-5.el7.noarch.rpm >>> fontawesome-fonts-4.4.0-1.el7.noarch.rpm >>> flac-libs-1.3.0-5.el7_1.x86_64.rpm >>> flex-2.5.37-6.el7.x86_64.rpm >>> firewalld-filesystem-0.5.3-5.el7.noarch.rpm >>> fuse-2.9.2-11.el7.x86_64.rpm >>> fontconfig-devel-2.13.0-4.3.el7.x86_64.rpm >>> fribidi-devel-1.0.2-1.el7.x86_64.rpm >>> freetype-devel-2.8-12.el7.x86_64.rpm >>> fribidi-1.0.2-1.el7.x86_64.rpm >>> fontconfig-2.13.0-4.3.el7.x86_64.rpm >>> freetype-2.8-12.el7.x86_64.rpm >>> fontpackages-filesystem-1.44-8.el7.noarch.rpm >>> gamin-devel-0.1.10-16.el7.x86_64.rpm >>> gc-7.2d-7.el7.x86_64.rpm >>> gcc-c++-4.8.5-36.el7.x86_64.rpm >>> fuse-devel-2.9.2-11.el7.x86_64.rpm >>> gawk-4.0.2-4.el7_3.1.x86_64.rpm >>> gcc-4.8.5-36.el7.x86_64.rpm >>> gamin-0.1.10-16.el7.x86_64.rpm >>> fuse-libs-2.9.2-11.el7.x86_64.rpm >>> gd-2.0.35-26.el7.x86_64.rpm >>> GConf2-3.2.6-8.el7.x86_64.rpm >>> gdbm-devel-1.10-8.el7.x86_64.rpm >>> gdb-7.6.1-114.el7.x86_64.rpm >>> gdisk-0.8.10-2.el7.x86_64.rpm >>> gdbm-1.10-8.el7.x86_64.rpm >>> gdk-pixbuf2-devel-2.36.12-3.el7.x86_64.rpm >>> gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm >>> genisoimage-1.1.11-25.el7.x86_64.rpm >>> GeoIP-devel-1.5.0-13.el7.x86_64.rpm >>> geronimo-annotation-1.0-15.el7.noarch.rpm >>> GeoIP-1.5.0-13.el7.x86_64.rpm >>> gettext-common-devel-0.19.8.1-3.el7.noarch.rpm >>> geronimo-jms-1.1.1-19.el7.noarch.rpm >>> gettext-devel-0.19.8.1-3.el7.x86_64.rpm >>> gettext-0.19.8.1-3.el7.x86_64.rpm >>> giflib-4.1.6-9.el7.x86_64.rpm >>> glade-libs-3.20.0-1.el7.x86_64.rpm >>> ghostscript-9.07-31.el7_6.3.x86_64.rpm >>> ghostscript-fonts-5.50-32.el7.noarch.rpm >>> glibc-2.17-317.el7.x86_64.rpm >>> gettext-libs-0.19.8.1-3.el7.x86_64.rpm >>> git-1.8.3.1-20.el7.x86_64.rpm >>> glade-devel-3.20.0-1.el7.x86_64.rpm >>> glib-networking-2.56.1-1.el7.x86_64.rpm >>> glusterfs-5.2-1.el7.x86_64.rpm >>> gl-manpages-1.1-7.20130122.el7.noarch.rpm >>> glibc-headers-2.17-317.el7.x86_64.rpm >>> glibc-common-2.17-317.el7.x86_64.rpm >>> glibc-static-2.17-317.el7.x86_64.rpm >>> glibc-devel-2.17-317.el7.x86_64.rpm >>> glusterfs-api-5.2-1.el7.x86_64.rpm >>> glusterfs-devel-5.2-1.el7.x86_64.rpm >>> glusterfs-api-devel-5.2-1.el7.x86_64.rpm >>> glusterfs-libs-5.2-1.el7.x86_64.rpm >>> glusterfs-cli-5.2-1.el7.x86_64.rpm >>> glusterfs-server-5.2-1.el7.x86_64.rpm >>> glusterfs-extra-xlators-5.2-1.el7.x86_64.rpm >>> glusterfs-fuse-5.2-1.el7.x86_64.rpm >>> glusterfs-client-xlators-5.2-1.el7.x86_64.rpm >>> gnu-free-mono-fonts-20120503-8.el7.noarch.rpm >>> gnu-efi-3.0.8-2.el7.x86_64.rpm >>> gmp-6.0.0-15.el7.x86_64.rpm >>> gnome-doc-utils-stylesheets-0.20.10-5.el7.noarch.rpm >>> gmp-devel-6.0.0-15.el7.x86_64.rpm >>> gnu-efi-devel-3.0.8-2.el7.x86_64.rpm >>> gnu-free-fonts-common-20120503-8.el7.noarch.rpm >>> gnome-doc-utils-0.20.10-5.el7.noarch.rpm >>> gnutls-c++-3.3.29-8.el7.x86_64.rpm >>> gnutls-devel-3.3.29-8.el7.x86_64.rpm >>> gnutls-dane-3.3.29-8.el7.x86_64.rpm >>> gnu-free-sans-fonts-20120503-8.el7.noarch.rpm >>> gnupg2-2.0.22-5.el7_5.x86_64.rpm >>> gnu-free-serif-fonts-20120503-8.el7.noarch.rpm >>> gnutls-3.3.29-8.el7.x86_64.rpm >>> gnulib-devel-0-14.20150325git.el7.noarch.rpm >>> golang-1.11.2-3.el7.x86_64.rpm >>> golang-github-cpuguy83-go-md2man-1.0.4-4.el7.x86_64.rpm >>> gobject-introspection-devel-1.56.1-1.el7.x86_64.rpm >>> gnutls-utils-3.3.29-8.el7.x86_64.rpm >>> golang-bin-1.11.2-3.el7.x86_64.rpm >>> golang-src-1.11.2-3.el7.noarch.rpm >>> go-bindata-3.0.7-9.gita0ff256.el7.x86_64.rpm >>> gobject-introspection-1.56.1-1.el7.x86_64.rpm >>> google-droid-serif-fonts-20120715-12.el7.noarch.rpm >>> google-droid-sans-mono-fonts-20120715-12.el7.noarch.rpm >>> google-crosextra-caladea-fonts-1.002-0.4.20130214.el7.noarch.rpm >>> google-noto-cjk-fonts-1.004-7.el7.noarch.rpm >>> google-crosextra-carlito-fonts-1.103-0.2.20130920.el7.noarch.rpm >>> google-guice-3.1.3-9.el7.noarch.rpm >>> google-droid-sans-fonts-20120715-12.el7.noarch.rpm >>> google-noto-fonts-common-20141117-5.el7.noarch.rpm >>> google-noto-serif-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-simplified-chinese-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-traditional-chinese-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-ui-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-korean-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-japanese-fonts-20141117-5.el7.noarch.rpm >>> google-noto-sans-cjk-fonts-20141117-5.el7.noarch.rpm >>> google-roboto-fonts-2.138-1.el7.noarch.rpm >>> google-roboto-mono-fonts-2.000986-0.1.20150923git.el7.noarch.rpm >>> google-roboto-slab-fonts-1.100263-0.5.20150923git.el7.noarch.rpm >>> gperftools-libs-2.6.1-1.el7.x86_64.rpm >>> gperf-3.0.4-8.el7.x86_64.rpm >>> google-roboto-condensed-fonts-2.138-1.el7.noarch.rpm >>> gperftools-devel-2.6.1-1.el7.x86_64.rpm >>> go-srpm-macros-2-17.el7.noarch.rpm >>> graphite2-devel-1.3.10-1.el7_3.x86_64.rpm >>> gpm-1.20.7-5.el7.x86_64.rpm >>> graphviz-2.30.1-21.el7.x86_64.rpm >>> gpm-devel-1.20.7-5.el7.x86_64.rpm >>> gpgme-1.3.2-5.el7.x86_64.rpm >>> grep-2.20-3.el7.x86_64.rpm >>> gpm-libs-1.20.7-5.el7.x86_64.rpm >>> graphite2-1.3.10-1.el7_3.x86_64.rpm >>> gsm-1.0.13-11.el7.x86_64.rpm >>> groff-1.22.2-8.el7.x86_64.rpm >>> gstreamer-plugins-good-0.10.31-13.el7.x86_64.rpm >>> gstreamer-0.10.36-7.el7.x86_64.rpm >>> grubby-8.28-25.el7.src.rpm >>> grub2-2.02-0.86.el7.centos.src.rpm >>> groff-base-1.22.2-8.el7.x86_64.rpm >>> gstreamer-plugins-base-0.10.36-10.el7.x86_64.rpm >>> gzip-1.5-10.el7.x86_64.rpm >>> guava-13.0-6.el7.noarch.rpm >>> gstreamer-tools-0.10.36-7.el7.x86_64.rpm >>> gtk-doc-1.28-2.el7.x86_64.rpm >>> gtk2-2.24.31-1.el7.x86_64.rpm >>> guile-2.0.9-5.el7.x86_64.rpm >>> gtk2-devel-2.24.31-1.el7.x86_64.rpm >>> hamcrest-1.3-6.el7.noarch.rpm >>> haproxy-1.5.18-8.el7.src.rpm >>> hdf5-mpich-1.8.13-7.el7.x86_64.rpm >>> harfbuzz-devel-1.7.5-2.el7.x86_64.rpm >>> hardlink-1.0-19.el7.x86_64.rpm >>> harfbuzz-icu-1.7.5-2.el7.x86_64.rpm >>> hdf5-openmpi-1.8.13-7.el7.x86_64.rpm >>> hdf5-1.8.13-7.el7.x86_64.rpm >>> harfbuzz-1.7.5-2.el7.x86_64.rpm >>> hicolor-icon-theme-0.12-7.el7.noarch.rpm >>> heat-cfntools-1.3.0-2.el7.noarch.rpm >>> hiera-1.3.4-5.el7.noarch.rpm >>> hivex-1.3.10-6.9.el7.x86_64.rpm >>> hiredis-0.12.1-1.el7.x86_64.rpm >>> hdparm-9.43-5.el7.x86_64.rpm >>> hiredis-devel-0.12.1-1.el7.x86_64.rpm >>> help2man-1.41.1-3.el7.noarch.rpm >>> hostname-3.13-3.el7.x86_64.rpm >>> horai-ume-gothic-fonts-610-2.el7.noarch.rpm >>> horai-ume-pmincho-fonts-610-2.el7.noarch.rpm >>> httpcomponents-client-4.2.5-5.el7_0.noarch.rpm >>> horai-ume-mincho-fonts-610-2.el7.noarch.rpm >>> hmaccalc-0.9.13-4.el7.x86_64.rpm >>> horai-ume-uigothic-fonts-610-2.el7.noarch.rpm >>> horai-ume-pgothic-fonts-610-2.el7.noarch.rpm >>> impallari-lobster-fonts-1.4-8.el7.noarch.rpm >>> infinipath-psm-3.3-26_g604758e_open.2.el7.x86_64.rpm >>> httpd-tools-2.4.6-95.el7.centos.x86_64.rpm >>> hwloc-libs-1.11.8-4.el7.x86_64.rpm >>> infiniband-diags-2.0.0-2.el7.x86_64.rpm >>> httpd-2.4.6-95.el7.centos.x86_64.rpm >>> httpcomponents-core-4.2.4-6.el7.noarch.rpm >>> hwdata-0.252-9.1.el7.x86_64.rpm >>> ipa-mincho-fonts-003.03-5.el7.noarch.rpm >>> ipa-pmincho-fonts-003.03-5.el7.noarch.rpm >>> iotop-0.6-4.el7.noarch.rpm >>> ipa-gothic-fonts-003.03-5.el7.noarch.rpm >>> initscripts-9.49.46-1.el7.src.rpm >>> ipa-pgothic-fonts-003.03-5.el7.noarch.rpm >>> info-5.1-5.el7.x86_64.rpm >>> intltool-0.50.2-7.el7.noarch.rpm >>> ipset-6.38-3.el7_6.x86_64.rpm >>> iptables-1.4.21-28.el7.x86_64.rpm >>> ipmitool-1.8.18-9.el7_7.x86_64.rpm >>> iptables-services-1.4.21-28.el7.x86_64.rpm >>> iptables-utils-1.4.21-28.el7.x86_64.rpm >>> ipset-libs-6.38-3.el7_6.x86_64.rpm >>> iproute-4.11.0-14.el7.x86_64.rpm >>> iperf3-3.1.7-2.el7.x86_64.rpm >>> iso-codes-3.46-2.el7.noarch.rpm >>> ivykis-devel-0.36.3-1.el7.x86_64.rpm >>> isomd5sum-1.0.10-5.el7.x86_64.rpm >>> iscsi-initiator-utils-iscsiuio-6.2.0.874-10.el7.x86_64.rpm >>> ivykis-0.36.3-1.el7.x86_64.rpm >>> ipxe-roms-qemu-20170123-1.git4e85b27.el7_4.1.noarch.rpm >>> iscsi-initiator-utils-6.2.0.874-10.el7.x86_64.rpm >>> iputils-20160308-10.el7.x86_64.rpm >>> javamail-1.4.6-8.el7.noarch.rpm >>> javassist-3.16.1-10.el7.noarch.rpm >>> javapackages-tools-3.4.1-11.el7.noarch.rpm >>> jakarta-commons-httpclient-3.1-16.el7_0.noarch.rpm >>> jasper-libs-1.900.1-33.el7.x86_64.rpm >>> jasper-devel-1.900.1-33.el7.x86_64.rpm >>> jansson-2.10-1.el7.x86_64.rpm >>> jbigkit-libs-2.0-11.el7.x86_64.rpm >>> jboss-transaction-1.1-api-1.0.1-8.el7.noarch.rpm >>> jboss-servlet-3.0-api-1.0.1-9.el7.noarch.rpm >>> jboss-ejb-3.1-api-1.0.2-10.el7.noarch.rpm >>> jomolhari-fonts-0.003-17.el7.noarch.rpm >>> jboss-jaxrpc-1.1-api-1.0.1-7.el7.noarch.rpm >>> jboss-el-2.2-api-1.0.1-0.7.20120212git2fabd8.el7.noarch.rpm >>> jline-1.0-8.el7.noarch.rpm >>> jboss-interceptors-1.1-api-1.0.2-0.9.20120319git49a904.el7.noarch.rpm >>> json-glib-1.4.2-2.el7.x86_64.rpm >>> json-c-0.11-4.el7_0.x86_64.rpm >>> js-1.8.5-20.el7.x86_64.rpm >>> jsch-0.1.50-5.el7.noarch.rpm >>> jsoup-1.6.1-10.el7.noarch.rpm >>> jq-1.5-1.el7.x86_64.rpm >>> json-c-devel-0.11-4.el7_0.x86_64.rpm >>> json-glib-devel-1.4.2-2.el7.x86_64.rpm >>> julietaula-montserrat-fonts-7.200-5.el7.noarch.rpm >>> kbd-1.15.5-15.el7.x86_64.rpm >>> keyutils-1.5.8-3.el7.x86_64.rpm >>> kde-filesystem-4-47.el7.x86_64.rpm >>> jzlib-1.1.1-6.el7.noarch.rpm >>> junit-4.11-8.el7.noarch.rpm >>> kbd-legacy-1.15.5-15.el7.noarch.rpm >>> kbd-misc-1.15.5-15.el7.noarch.rpm >>> khmeros-bokor-fonts-5.0-17.el7.noarch.rpm >>> khmeros-fonts-common-5.0-17.el7.noarch.rpm >>> khmeros-handwritten-fonts-5.0-17.el7.noarch.rpm >>> khmeros-metal-chrieng-fonts-5.0-17.el7.noarch.rpm >>> keyutils-libs-1.5.8-3.el7.x86_64.rpm >>> keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm >>> khmeros-battambang-fonts-5.0-17.el7.noarch.rpm >>> khmeros-base-fonts-5.0-17.el7.noarch.rpm >>> khmeros-muol-fonts-5.0-17.el7.noarch.rpm >>> kpartx-0.4.9-119.el7.x86_64.rpm >>> kmod-libs-20-23.el7.x86_64.rpm >>> krb5-devel-1.15.1-34.el7.x86_64.rpm >>> kmod-devel-20-23.el7.x86_64.rpm >>> krb5-libs-1.15.1-34.el7.x86_64.rpm >>> khmeros-siemreap-fonts-5.0-17.el7.noarch.rpm >>> kmod-20-23.el7.x86_64.rpm >>> leveldb-1.12.0-11.el7.x86_64.rpm >>> latex2html-2012-3.el7.noarch.rpm >>> lato-fonts-2.015-1.el7.noarch.rpm >>> lapack-3.4.2-8.el7.x86_64.rpm >>> ldns-1.6.16-10.el7.x86_64.rpm >>> lcms2-2.6-3.el7.x86_64.rpm >>> lbzip2-2.5-1.el7.x86_64.rpm >>> less-458-9.el7.x86_64.rpm >>> libaio-0.3.109-13.el7.x86_64.rpm >>> libacl-devel-2.2.51-14.el7.x86_64.rpm >>> libarchive-devel-3.1.2-10.el7_2.x86_64.rpm >>> libaio-devel-0.3.109-13.el7.x86_64.rpm >>> libarchive-3.1.2-10.el7_2.x86_64.rpm >>> leveldb-devel-1.12.0-11.el7.x86_64.rpm >>> levien-inconsolata-fonts-1.01-11.el7.noarch.rpm >>> libacl-2.2.51-14.el7.x86_64.rpm >>> libatomic_ops-devel-7.2d-7.el7.x86_64.rpm >>> libbabeltrace-devel-1.2.4-3.1.el7.x86_64.rpm >>> libavc1394-0.5.3-14.el7.x86_64.rpm >>> libbabeltrace-1.2.4-3.1.el7.x86_64.rpm >>> libattr-2.4.46-13.el7.x86_64.rpm >>> libattr-devel-2.4.46-13.el7.x86_64.rpm >>> libassuan-2.1.0-3.el7.x86_64.rpm >>> libasyncns-0.8-7.el7.x86_64.rpm >>> libcap-ng-0.7.5-4.el7.x86_64.rpm >>> libcacard-devel-2.5.2-2.1.el7.x86_64.rpm >>> libcap-ng-devel-0.7.5-4.el7.x86_64.rpm >>> libcap-2.22-9.el7.x86_64.rpm >>> libbasicobjects-0.1.1-32.el7.x86_64.rpm >>> libblkid-devel-2.23.2-59.el7.x86_64.rpm >>> libcap-devel-2.22-9.el7.x86_64.rpm >>> libcacard-2.5.2-2.1.el7.x86_64.rpm >>> libcroco-0.6.12-4.el7.x86_64.rpm >>> libcomps-0.1.8-12.el7.x86_64.rpm >>> libconfig-1.4.9-5.el7.x86_64.rpm >>> libcmocka-1.1.5-1.el7.x86_64.rpm >>> libcollection-0.7.0-32.el7.x86_64.rpm >>> libcgroup-tools-0.41-21.el7.x86_64.rpm >>> libcgroup-0.41-21.el7.x86_64.rpm >>> libcmocka-devel-1.1.5-1.el7.x86_64.rpm >>> libdb-utils-5.3.21-24.el7.x86_64.rpm >>> libdb-5.3.21-24.el7.x86_64.rpm >>> libdbi-devel-0.8.4-6.el7.x86_64.rpm >>> libdbi-0.8.4-6.el7.x86_64.rpm >>> libdaemon-0.14-7.el7.x86_64.rpm >>> libdb-devel-5.3.21-24.el7.x86_64.rpm >>> libcurl-7.29.0-59.el7.x86_64.rpm >>> libcurl-devel-7.29.0-59.el7.x86_64.rpm >>> libepoxy-devel-1.5.2-1.el7.x86_64.rpm >>> libdv-1.0.0-17.el7.x86_64.rpm >>> libedit-3.0-12.20121213cvs.el7.x86_64.rpm >>> libepoxy-1.5.2-1.el7.x86_64.rpm >>> libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm >>> libdnf-0.22.5-1.el7_6.x86_64.rpm >>> libdwarf-20130207-4.el7.x86_64.rpm >>> liberasurecode-1.5.0-1.el7.x86_64.rpm >>> liberation-fonts-common-1.07.2-16.el7.noarch.rpm >>> liberation-narrow-fonts-1.07.2-16.el7.noarch.rpm >>> liberation-serif-fonts-1.07.2-16.el7.noarch.rpm >>> libesmtp-devel-1.0.6-7.el7.x86_64.rpm >>> liberation-mono-fonts-1.07.2-16.el7.noarch.rpm >>> liberation-sans-fonts-1.07.2-16.el7.noarch.rpm >>> libestr-0.1.9-2.el7.x86_64.rpm >>> libesmtp-1.0.6-7.el7.x86_64.rpm >>> libfabric-1.6.1-2.el7.x86_64.rpm >>> libevent-2.0.21-4.el7.src.rpm >>> libfontenc-1.1.3-3.el7.x86_64.rpm >>> libffi-3.0.13-18.el7.x86_64.rpm >>> libgcrypt-1.5.3-14.el7.x86_64.rpm >>> libffi-devel-3.0.13-18.el7.x86_64.rpm >>> libev-4.15-7.el7.x86_64.rpm >>> libgcc-4.8.5-36.el7.x86_64.rpm >>> libgfortran-4.8.5-36.el7.x86_64.rpm >>> libglvnd-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libglvnd-core-devel-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libgcrypt-devel-1.5.3-14.el7.x86_64.rpm >>> libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm >>> libguestfs-1.38.2-12.el7_6.1.x86_64.rpm >>> libgpg-error-devel-1.12-3.el7.x86_64.rpm >>> libgnomekbd-3.26.0-1.el7.x86_64.rpm >>> libgnome-keyring-3.12.0-1.el7.x86_64.rpm >>> libgpg-error-1.12-3.el7.x86_64.rpm >>> libgomp-4.8.5-36.el7.x86_64.rpm >>> libgnomekbd-devel-3.26.0-1.el7.x86_64.rpm >>> libgusb-0.2.9-1.el7.x86_64.rpm >>> libICE-devel-1.0.9-9.el7.x86_64.rpm >>> libibmad-1.3.13-1.el7.x86_64.rpm >>> libidn-devel-1.28-4.el7.x86_64.rpm >>> libicu-devel-50.1.2-17.el7.x86_64.rpm >>> libICE-1.0.9-9.el7.x86_64.rpm >>> libidn-1.28-4.el7.x86_64.rpm >>> libicu-50.1.2-17.el7.x86_64.rpm >>> libiscsi-devel-1.9.0-7.el7.x86_64.rpm >>> libiec61883-1.2.0-10.el7.x86_64.rpm >>> libiscsi-1.9.0-7.el7.x86_64.rpm >>> libjpeg-turbo-1.2.90-8.el7.x86_64.rpm >>> libimagequant-2.8.2-2.el7.x86_64.rpm >>> libjpeg-turbo-devel-1.2.90-8.el7.x86_64.rpm >>> libini_config-1.3.1-32.el7.x86_64.rpm >>> libkadm5-1.15.1-34.el7.x86_64.rpm >>> libmnl-1.0.3-7.el7.x86_64.rpm >>> libmicrohttpd-devel-0.9.59-2.el7.x86_64.rpm >>> libmnl-devel-1.0.3-7.el7.x86_64.rpm >>> libmongo-client-0.1.8-1.el7.x86_64.rpm >>> libmicrohttpd-0.9.59-2.el7.x86_64.rpm >>> libmng-1.0.10-14.el7.x86_64.rpm >>> libmodulemd-1.6.3-1.el7.x86_64.rpm >>> libmodman-2.0.1-8.el7.x86_64.rpm >>> libmount-2.23.2-59.el7.x86_64.rpm >>> libndp-1.2-7.el7.x86_64.rpm >>> libmount-devel-2.23.2-59.el7.x86_64.rpm >>> libnet-devel-1.1.6-7.el7.x86_64.rpm >>> libnetfilter_conntrack-1.0.6-1.el7_3.x86_64.rpm >>> libmongo-client-devel-0.1.8-1.el7.x86_64.rpm >>> libnet-1.1.6-7.el7.x86_64.rpm >>> libmpc-1.0.1-3.el7.x86_64.rpm >>> libnetfilter_queue-1.0.2-2.el7_2.x86_64.rpm >>> libnetfilter_cthelper-1.0.0-9.el7.x86_64.rpm >>> libnetfilter_conntrack-devel-1.0.6-1.el7_3.x86_64.rpm >>> libnfnetlink-devel-1.0.1-4.el7.x86_64.rpm >>> libnfsidmap-devel-0.25-19.el7.x86_64.rpm >>> libnfsidmap-0.25-19.el7.x86_64.rpm >>> libnetfilter_cttimeout-1.0.0-6.el7.x86_64.rpm >>> libnfnetlink-1.0.1-4.el7.x86_64.rpm >>> libogg-devel-1.3.0-7.el7.x86_64.rpm >>> libnl3-cli-3.2.28-4.el7.x86_64.rpm >>> libnl-1.1.4-3.el7.x86_64.rpm >>> libnl3-devel-3.2.28-4.el7.x86_64.rpm >>> libnl-devel-1.1.4-3.el7.x86_64.rpm >>> libnl3-3.2.28-4.el7.x86_64.rpm >>> libosinfo-1.1.0-2.el7.x86_64.rpm >>> libogg-1.3.0-7.el7.x86_64.rpm >>> libpciaccess-0.14-1.el7.x86_64.rpm >>> libpciaccess-devel-0.14-1.el7.x86_64.rpm >>> libpcap-1.5.3-11.el7.x86_64.rpm >>> libpipeline-1.2.3-3.el7.x86_64.rpm >>> libpmem-1.5.1-2.1.el7.x86_64.rpm >>> libpmemblk-1.5.1-2.1.el7.x86_64.rpm >>> libpcap-devel-1.5.3-11.el7.x86_64.rpm >>> libpath_utils-0.2.1-32.el7.x86_64.rpm >>> libraw1394-2.1.0-2.el7.x86_64.rpm >>> libpsm2-compat-10.3.58-1.el7.x86_64.rpm >>> libproxy-0.4.11-11.el7.x86_64.rpm >>> libpsm2-10.3.58-1.el7.x86_64.rpm >>> libpwquality-1.2.3-5.el7.x86_64.rpm >>> libquadmath-4.8.5-36.el7.x86_64.rpm >>> libqhull-2015.2-1.el7.x86_64.rpm >>> librdmacm-17.2-3.el7.x86_64.rpm >>> libseccomp-devel-2.3.1-3.el7.x86_64.rpm >>> libselinux-2.5-14.1.el7.x86_64.rpm >>> librsvg2-2.40.20-1.el7.x86_64.rpm >>> libreport-filesystem-2.1.11-42.el7.centos.x86_64.rpm >>> librepo-1.8.1-7.el7.x86_64.rpm >>> libref_array-0.1.5-32.el7.x86_64.rpm >>> libseccomp-2.3.1-3.el7.x86_64.rpm >>> librdmacm-devel-1.1.0-2.el7.x86_64.rpm >>> libselinux-utils-2.5-14.1.el7.x86_64.rpm >>> libselinux-ruby-2.5-14.1.el7.x86_64.rpm >>> libselinux-python-2.5-14.1.el7.x86_64.rpm >>> libsepol-2.5-10.el7.x86_64.rpm >>> libselinux-devel-2.5-14.1.el7.x86_64.rpm >>> libSM-1.2.2-2.el7.x86_64.rpm >>> libsepol-devel-2.5-10.el7.x86_64.rpm >>> libshout-2.2.2-11.el7.x86_64.rpm >>> libssh2-1.8.0-4.el7.x86_64.rpm >>> libsndfile-1.0.25-12.el7.x86_64.rpm >>> libsmartcols-2.23.2-59.el7.x86_64.rpm >>> libSM-devel-1.2.2-2.el7.x86_64.rpm >>> libstdc++-4.8.5-36.el7.x86_64.rpm >>> libsolv-0.6.34-4.el7.x86_64.rpm >>> libssh2-devel-1.8.0-4.el7.x86_64.rpm >>> libsoup-2.62.2-2.el7.x86_64.rpm >>> libteam-1.27-5.el7.x86_64.rpm >>> libtheora-1.1.1-8.el7.x86_64.rpm >>> libtiff-4.0.3-35.el7.x86_64.rpm >>> libthai-0.1.14-9.el7.x86_64.rpm >>> libsysfs-2.1.0-16.el7.x86_64.rpm >>> libtasn1-4.10-1.el7.x86_64.rpm >>> libtasn1-devel-4.10-1.el7.x86_64.rpm >>> libstdc++-devel-4.8.5-36.el7.x86_64.rpm >>> libtool-2.4.2-22.el7_3.x86_64.rpm >>> libtirpc-devel-0.2.4-0.15.el7.x86_64.rpm >>> libtimezonemap-devel-0.4.4-1.el7.x86_64.rpm >>> libtommath-1.0-8.el7.x86_64.rpm >>> libtomcrypt-1.17-33.20170623gitcd6e602.el7.x86_64.rpm >>> libtiff-devel-4.0.3-35.el7.x86_64.rpm >>> libtirpc-0.2.4-0.15.el7.x86_64.rpm >>> libtimezonemap-0.4.4-1.el7.x86_64.rpm >>> libusb-0.1.4-3.el7.x86_64.rpm >>> libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm >>> libusb-devel-0.1.4-3.el7.x86_64.rpm >>> libunistring-0.9.3-9.el7.x86_64.rpm >>> libusal-1.1.11-25.el7.x86_64.rpm >>> libtool-ltdl-devel-2.4.2-22.el7_3.x86_64.rpm >>> libunwind-1.2-2.el7.x86_64.rpm >>> libusbx-1.0.21-1.el7.x86_64.rpm >>> libuuid-2.23.2-59.el7.x86_64.rpm >>> libv4l-0.9.5-4.el7.x86_64.rpm >>> libutempter-devel-1.1.6-4.el7.x86_64.rpm >>> libuuid-devel-2.23.2-59.el7.x86_64.rpm >>> libuser-devel-0.60-9.el7.x86_64.rpm >>> libuser-0.60-9.el7.x86_64.rpm >>> libutempter-1.1.6-4.el7.x86_64.rpm >>> libusbx-devel-1.0.21-1.el7.x86_64.rpm >>> libwayland-client-1.15.0-1.el7.x86_64.rpm >>> libverto-0.2.5-4.el7.x86_64.rpm >>> libverto-devel-0.2.5-4.el7.x86_64.rpm >>> libwayland-cursor-1.15.0-1.el7.x86_64.rpm >>> libvorbis-1.3.3-8.el7.1.x86_64.rpm >>> libverto-libevent-0.2.5-4.el7.x86_64.rpm >>> libvisual-0.4.0-16.el7.x86_64.rpm >>> libverto-tevent-0.2.5-4.el7.x86_64.rpm >>> libXau-1.0.8-2.1.el7.x86_64.rpm >>> libX11-common-1.6.7-2.el7.noarch.rpm >>> libXau-devel-1.0.8-2.1.el7.x86_64.rpm >>> libwayland-egl-1.15.0-1.el7.x86_64.rpm >>> libX11-1.6.7-2.el7.x86_64.rpm >>> libwayland-server-1.15.0-1.el7.x86_64.rpm >>> libX11-devel-1.6.7-2.el7.x86_64.rpm >>> libwebp-0.3.0-7.el7.x86_64.rpm >>> libXcomposite-devel-0.4.4-4.1.el7.x86_64.rpm >>> libXcursor-1.1.15-1.el7.x86_64.rpm >>> libxcb-1.13-1.el7.x86_64.rpm >>> libXdamage-1.1.4-4.1.el7.x86_64.rpm >>> libXaw-1.0.13-4.el7.x86_64.rpm >>> libXcomposite-0.4.4-4.1.el7.x86_64.rpm >>> libxcb-devel-1.13-1.el7.x86_64.rpm >>> libXcursor-devel-1.1.15-1.el7.x86_64.rpm >>> libXdamage-devel-1.1.4-4.1.el7.x86_64.rpm >>> libXext-1.3.3-3.el7.x86_64.rpm >>> libXft-2.3.2-2.el7.x86_64.rpm >>> libXfixes-5.0.3-1.el7.x86_64.rpm >>> libXfont-1.5.4-1.el7.x86_64.rpm >>> libXft-devel-2.3.2-2.el7.x86_64.rpm >>> libXfixes-devel-5.0.3-1.el7.x86_64.rpm >>> libXext-devel-1.3.3-3.el7.x86_64.rpm >>> libXi-devel-1.7.9-1.el7.x86_64.rpm >>> libxklavier-5.4-7.el7.x86_64.rpm >>> libxkbfile-1.0.9-3.el7.x86_64.rpm >>> libXinerama-devel-1.1.3-2.1.el7.x86_64.rpm >>> libxkbcommon-0.7.1-3.el7.x86_64.rpm >>> libXinerama-1.1.3-2.1.el7.x86_64.rpm >>> libXi-1.7.9-1.el7.x86_64.rpm >>> libxkbcommon-devel-0.7.1-3.el7.x86_64.rpm >>> libxklavier-devel-5.4-7.el7.x86_64.rpm >>> libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm >>> libXrandr-1.5.1-2.el7.x86_64.rpm >>> libXpm-3.5.12-1.el7.x86_64.rpm >>> libxml2-2.9.1-6.el7_2.3.x86_64.rpm >>> libXmu-1.1.2-2.el7.x86_64.rpm >>> libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm >>> libXpm-devel-3.5.12-1.el7.x86_64.rpm >>> libxslt-python-1.1.28-6.el7.x86_64.rpm >>> libXrender-devel-0.9.10-1.el7.x86_64.rpm >>> libxshmfence-1.2-1.el7.x86_64.rpm >>> libXrender-0.9.10-1.el7.x86_64.rpm >>> libxslt-devel-1.1.28-6.el7.x86_64.rpm >>> libXrandr-devel-1.5.1-2.el7.x86_64.rpm >>> libXt-1.1.5-3.el7.x86_64.rpm >>> libxslt-1.1.28-6.el7.x86_64.rpm >>> libzstd-1.4.2-1.el7.x86_64.rpm >>> libyaml-0.1.4-11.el7_0.x86_64.rpm >>> libXxf86vm-devel-1.1.4-1.el7.x86_64.rpm >>> lighttpd-1.4.54-1.el7.src.rpm >>> libXv-1.0.11-1.el7.x86_64.rpm >>> libXxf86vm-1.1.4-1.el7.x86_64.rpm >>> libXt-devel-1.1.5-3.el7.x86_64.rpm >>> libXtst-1.2.3-1.el7.x86_64.rpm >>> linux-libertine-biolinum-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm >>> linux-firmware-20190429-72.gitddde598.el7.noarch.rpm >>> linuxptp-2.0-2.el7.x86_64.rpm >>> linux-libertine-fonts-5.3.0-6.2012_07_02.el7.noarch.rpm >>> linuxdoc-tools-0.9.68-5.el7.x86_64.rpm >>> linux-libertine-fonts-common-5.3.0-6.2012_07_02.el7.noarch.rpm >>> linuxptp-2.0-2.el7.src.rpm >>> linuxconsoletools-1.4.5-3.el7.x86_64.rpm >>> log4j-1.2.17-16.el7_4.noarch.rpm >>> lldpad-1.0.1-3.git036e314.el7.x86_64.rpm >>> lsof-4.87-6.el7.x86_64.rpm >>> lksctp-tools-1.0.17-2.el7.x86_64.rpm >>> lsscsi-0.27-6.el7.x86_64.rpm >>> lm_sensors-libs-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm >>> logrotate-3.8.6-17.el7.src.rpm >>> lm_sensors-devel-3.4.0-6.20160601gitf9185e5.el7.x86_64.rpm >>> lttng-ust-2.10.0-1.el7.x86_64.rpm >>> lz4-1.7.5-2.el7.x86_64.rpm >>> lua-devel-5.1.4-15.el7.x86_64.rpm >>> lyx-fonts-2.2.3-1.el7.noarch.rpm >>> lynx-2.8.8-0.3.dev15.el7.x86_64.rpm >>> lz4-devel-1.7.5-2.el7.x86_64.rpm >>> lttng-ust-devel-2.10.0-1.el7.x86_64.rpm >>> lua-5.1.4-15.el7.x86_64.rpm >>> mailcap-2.1.41-2.el7.noarch.rpm >>> m2crypto-0.21.1-17.el7.x86_64.rpm >>> mailx-12.5-19.el7.x86_64.rpm >>> lzop-1.03-10.el7.x86_64.rpm >>> m4-1.4.16-10.el7.x86_64.rpm >>> lzo-2.06-8.el7.x86_64.rpm >>> lzo-devel-2.06-8.el7.x86_64.rpm >>> lzo-minilzo-2.06-8.el7.x86_64.rpm >>> make-3.82-23.el7.x86_64.rpm >>> mercurial-2.6.2-8.el7_4.x86_64.rpm >>> mdi-fonts-1.4.57.0-4.el7.noarch.rpm >>> man-db-2.6.3-11.el7.x86_64.rpm >>> memcached-1.4.39-1.el7.x86_64.rpm >>> mdi-common-1.4.57.0-4.el7.noarch.rpm >>> mcstrans-0.3.4-5.el7.x86_64.rpm >>> mdadm-4.1-rc1_2.el7.x86_64.rpm >>> mozilla-fira-fonts-common-4.202-1.el7.noarch.rpm >>> moyogo-molengo-fonts-0.10-9.el7.noarch.rpm >>> mesa-libwayland-egl-18.0.5-3.el7.x86_64.rpm >>> mesa-libwayland-egl-devel-18.0.5-3.el7.x86_64.rpm >>> mesa-libGLU-9.0.0-4.el7.x86_64.rpm >>> microcode_ctl-2.1-73.el7.x86_64.rpm >>> mesa-libGLU-devel-9.0.0-4.el7.x86_64.rpm >>> mod_wsgi-3.4-18.el7.x86_64.rpm >>> mpich-3.0-3.0.4-10.el7.x86_64.rpm >>> mozilla-fira-sans-fonts-4.202-1.el7.noarch.rpm >>> mozilla-fira-mono-fonts-4.202-1.el7.noarch.rpm >>> mpfr-3.1.1-4.el7.x86_64.rpm >>> mpich-3.0.4-8.el7.x86_64.rpm >>> mozjs17-17.0.0-20.el7.x86_64.rpm >>> mph-2b-damase-fonts-002.000-3.el7.noarch.rpm >>> mtools-4.0.18-5.el7.x86_64.rpm >>> mvapich2-2.0-psm-2.0a-9.el7.x86_64.rpm >>> multilib-rpm-config-1-6.el7.noarch.rpm >>> ncurses-5.9-14.20130511.el7_4.x86_64.rpm >>> mvapich2-2.0-2.0a-9.el7.x86_64.rpm >>> mvapich2-psm-2.0a-3.el7.x86_64.rpm >>> mvapich2-common-2.0a-3.el7.noarch.rpm >>> MySQL-python-1.2.5-1.el7.x86_64.rpm >>> mvapich2-2.0a-3.el7.x86_64.rpm >>> ndctl-libs-65-5.el7.x86_64.rpm >>> ncurses-static-5.9-14.20130511.el7_4.x86_64.rpm >>> neon-0.30.0-3.el7.x86_64.rpm >>> ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm >>> ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm >>> ncurses-base-5.9-14.20130511.el7_4.noarch.rpm >>> netcf-devel-0.2.8-4.el7.x86_64.rpm >>> nekohtml-1.9.14-13.el7.noarch.rpm >>> netpbm-progs-10.79.00-7.el7.x86_64.rpm >>> netpbm-10.79.00-7.el7.x86_64.rpm >>> netcf-libs-0.2.8-4.el7.x86_64.rpm >>> net-tools-2.0-0.24.20131004git.el7.src.rpm >>> nettle-2.7.1-8.el7.x86_64.rpm >>> net-tools-2.0-0.24.20131004git.el7.x86_64.rpm >>> newt-0.52.15-4.el7.x86_64.rpm >>> nettle-devel-2.7.1-8.el7.x86_64.rpm >>> nspr-devel-4.25.0-2.el7_9.x86_64.rpm >>> nspr-4.25.0-2.el7_9.x86_64.rpm >>> nscd-2.17-317.el7.x86_64.rpm >>> nss-3.53.1-3.el7_9.x86_64.rpm >>> nmap-ncat-6.40-16.el7.x86_64.rpm >>> nfs-utils-1.3.0-0.61.el7.x86_64.rpm >>> newt-devel-0.52.15-4.el7.x86_64.rpm >>> newt-python-0.52.15-4.el7.x86_64.rpm >>> nss-sysinit-3.53.1-3.el7_9.x86_64.rpm >>> nss-pam-ldapd-0.8.13-16.el7.x86_64.rpm >>> nss_compat_ossl-0.9.6-8.el7.x86_64.rpm >>> nss-util-3.53.1-1.el7_9.x86_64.rpm >>> nss-devel-3.53.1-3.el7_9.x86_64.rpm >>> nss-tools-3.53.1-3.el7_9.x86_64.rpm >>> nss-util-devel-3.53.1-1.el7_9.x86_64.rpm >>> nss-pem-1.0.3-5.el7.x86_64.rpm >>> OpenIPMI-modalias-2.0.23-2.el7.x86_64.rpm >>> numactl-devel-2.0.9-7.el7.x86_64.rpm >>> objectweb-asm-3.3.1-9.el7.noarch.rpm >>> nvme-cli-1.8.1-3.el7.x86_64.rpm >>> numactl-libs-2.0.9-7.el7.x86_64.rpm >>> oniguruma-5.9.5-3.el7.x86_64.rpm >>> oflb-asana-math-fonts-0.954-1.el7.noarch.rpm >>> ntp-4.2.6p5-29.el7.centos.2.src.rpm >>> openpgm-5.2.122-2.el7.x86_64.rpm >>> openjpeg-libs-1.5.1-18.el7.x86_64.rpm >>> openldap-2.4.44-20.el7.x86_64.rpm >>> openjade-1.3.2-45.el7.x86_64.rpm >>> openjpeg2-2.3.1-3.el7_7.x86_64.rpm >>> openmpi-1.10.7-2.el7.x86_64.rpm >>> openldap-2.4.44-20.el7.src.rpm >>> open-sans-fonts-1.10-1.el7.noarch.rpm >>> opensp-1.5.2-19.el7.x86_64.rpm >>> opensc-0.16.0-10.20170227git777e2a3.el7.x86_64.rpm >>> openssh-clients-7.4p1-21.el7.x86_64.rpm >>> openscap-scanner-1.2.17-13.el7_9.x86_64.rpm >>> openssh-7.4p1-21.el7.x86_64.rpm >>> openscap-1.2.17-13.el7_9.x86_64.rpm >>> opensm-libs-3.3.20-3.el7.x86_64.rpm >>> openssh-7.4p1-21.el7.src.rpm >>> openstack-barbican-api-9.0.0-1.el7.noarch.rpm >>> openstack-barbican-worker-9.0.0-1.el7.noarch.rpm >>> openstack-barbican-keystone-listener-9.0.0-1.el7.noarch.rpm >>> openssl-1.0.2k-16.el7.x86_64.rpm >>> openstack-barbican-common-9.0.0-1.el7.noarch.rpm >>> openssl-devel-1.0.2k-16.el7.x86_64.rpm >>> openstack-barbican-9.0.0-1.el7.noarch.rpm >>> openssl-libs-1.0.2k-16.el7.x86_64.rpm >>> openstack-nova-cert-14.0.8-1.el7.noarch.rpm >>> openstack-swift-object-2.15.1-1.el7.noarch.rpm >>> openstack-swift-proxy-2.15.1-1.el7.noarch.rpm >>> openstack-swift-doc-2.15.1-1.el7.noarch.rpm >>> openstack-keystone-16.0.0-1.el7.src.rpm >>> openstack-macros-2018.1.2-0.noarch.rpm >>> openstack-swift-container-2.15.1-1.el7.noarch.rpm >>> openstack-swift-account-2.15.1-1.el7.noarch.rpm >>> oxygen-sans-fonts-5.4.3-3.el7.noarch.rpm >>> opus-1.0.2-6.el7.x86_64.rpm >>> os-prober-1.58-9.el7.x86_64.rpm >>> oxygen-mono-fonts-5.4.3-3.el7.noarch.rpm >>> oxygen-fonts-common-5.4.3-3.el7.noarch.rpm >>> overpass-fonts-2.1-1.el7.noarch.rpm >>> osinfo-db-tools-1.1.0-1.el7.x86_64.rpm >>> orc-0.4.26-1.el7.x86_64.rpm >>> p11-kit-0.23.5-3.el7.x86_64.rpm >>> p11-kit-trust-0.23.5-3.el7.x86_64.rpm >>> p11-kit-devel-0.23.5-3.el7.x86_64.rpm >>> paktype-tehreer-fonts-4.1-2.el7.noarch.rpm >>> paktype-naqsh-fonts-4.1-2.el7.noarch.rpm >>> paktype-naskh-basic-fonts-4.1-3.el7.noarch.rpm >>> pam-1.1.8-22.el7.x86_64.rpm >>> pakchois-0.4-10.el7.x86_64.rpm >>> passwd-0.79-4.el7.x86_64.rpm >>> paratype-pt-sans-fonts-20101909-3.el7.noarch.rpm >>> pango-devel-1.42.4-1.el7.x86_64.rpm >>> paratype-pt-sans-caption-fonts-20101909-3.el7.noarch.rpm >>> patch-2.7.1-10.el7_5.x86_64.rpm >>> pam-devel-1.1.8-22.el7.x86_64.rpm >>> pango-1.42.4-1.el7.x86_64.rpm >>> parted-3.1-29.el7.src.rpm >>> pcsc-lite-ccid-1.4.10-14.el7.x86_64.rpm >>> pcsc-lite-1.8.8-8.el7.x86_64.rpm >>> pciutils-3.5.1-3.el7.x86_64.rpm >>> pciutils-devel-3.5.1-3.el7.x86_64.rpm >>> pcre-8.32-17.el7.x86_64.rpm >>> pcre-devel-8.32-17.el7.x86_64.rpm >>> pciutils-libs-3.5.1-3.el7.x86_64.rpm >>> patchutils-0.3.3-4.el7.x86_64.rpm >>> perl-constant-1.27-2.el7.noarch.rpm >>> perl-Business-ISBN-Data-20120719.001-2.el7.noarch.rpm >>> perl-Business-ISBN-2.06-2.el7.noarch.rpm >>> pcsc-lite-libs-1.8.8-8.el7.x86_64.rpm >>> perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm >>> perl-Carp-1.26-244.el7.noarch.rpm >>> perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm >>> perl-5.16.3-299.el7_9.x86_64.rpm >>> perl-Encode-2.51-7.el7.x86_64.rpm >>> perl-Data-Dumper-2.145-3.el7.x86_64.rpm >>> perl-devel-5.16.3-299.el7_9.x86_64.rpm >>> perl-Digest-1.17-245.el7.noarch.rpm >>> perl-Digest-MD5-2.52-3.el7.x86_64.rpm >>> perl-Env-1.04-2.el7.noarch.rpm >>> perl-Encode-Locale-1.03-5.el7.noarch.rpm >>> perl-Error-0.17020-2.el7.noarch.rpm >>> perl-ExtUtils-Embed-1.30-299.el7_9.noarch.rpm >>> perl-Exporter-5.68-3.el7.noarch.rpm >>> perl-ExtUtils-Install-1.58-299.el7_9.noarch.rpm >>> perl-ExtUtils-MakeMaker-6.68-3.el7.noarch.rpm >>> perl-File-Temp-0.23.01-3.el7.noarch.rpm >>> perl-ExtUtils-ParseXS-3.18-3.el7.noarch.rpm >>> perl-File-Path-2.09-2.el7.noarch.rpm >>> perl-ExtUtils-Manifest-1.61-244.el7.noarch.rpm >>> perl-hivex-1.3.10-6.9.el7.x86_64.rpm >>> perl-Filter-1.49-3.el7.x86_64.rpm >>> perl-HTML-Tagset-3.20-15.el7.noarch.rpm >>> perl-Git-1.8.3.1-20.el7.noarch.rpm >>> perl-gettext-1.05-28.el7.x86_64.rpm >>> perl-Getopt-Long-2.40-3.el7.noarch.rpm >>> perl-HTML-Parser-3.71-4.el7.x86_64.rpm >>> perl-generators-1.08-7.el7.noarch.rpm >>> perl-IO-HTML-1.00-2.el7.noarch.rpm >>> perl-IO-Compress-2.061-2.el7.noarch.rpm >>> perl-HTTP-Message-6.06-6.el7.noarch.rpm >>> perl-LWP-MediaTypes-6.02-2.el7.noarch.rpm >>> perl-HTTP-Date-6.02-8.el7.noarch.rpm >>> perl-HTTP-Tiny-0.033-3.el7.noarch.rpm >>> perl-libintl-1.20-12.el7.x86_64.rpm >>> perl-libs-5.16.3-299.el7_9.x86_64.rpm >>> perl-macros-5.16.3-299.el7_9.x86_64.rpm >>> perl-Pod-Simple-3.28-4.el7.noarch.rpm >>> perl-parent-0.225-244.el7.noarch.rpm >>> perl-podlators-2.5.1-3.el7.noarch.rpm >>> perl-Pod-Parser-1.61-2.el7.noarch.rpm >>> perl-Pod-Perldoc-3.20-4.el7.noarch.rpm >>> perl-Pod-Escapes-1.04-299.el7_9.noarch.rpm >>> perl-PathTools-3.40-5.el7.x86_64.rpm >>> perl-Test-Harness-3.28-3.el7.noarch.rpm >>> perl-Pod-Usage-1.63-3.el7.noarch.rpm >>> perl-Socket-2.010-4.el7.x86_64.rpm >>> perl-SGMLSpm-1.03ii-31.el7.noarch.rpm >>> perl-srpm-macros-1-8.el7.noarch.rpm >>> perl-Storable-2.45-3.el7.x86_64.rpm >>> perl-Scalar-List-Utils-1.27-248.el7.x86_64.rpm >>> perl-TermReadKey-2.30-20.el7.x86_64.rpm >>> perl-threads-1.87-4.el7.x86_64.rpm >>> perl-TimeDate-2.30-2.el7.noarch.rpm >>> perl-Test-Simple-0.98-243.el7.noarch.rpm >>> perl-threads-shared-1.43-6.el7.x86_64.rpm >>> perl-Text-ParseWords-3.29-4.el7.noarch.rpm >>> perl-Text-Unidecode-0.04-20.el7.noarch.rpm >>> perl-Time-HiRes-1.9725-3.el7.x86_64.rpm >>> perl-Thread-Queue-3.02-2.el7.noarch.rpm >>> perl-XML-XPath-1.13-22.el7.noarch.rpm >>> phonon-backend-gstreamer-4.6.3-3.el7.x86_64.rpm >>> phonon-4.6.0-10.el7.x86_64.rpm >>> perl-Time-Local-1.2300-2.el7.noarch.rpm >>> perl-version-0.99.07-3.el7.x86_64.rpm >>> perl-URI-1.60-9.el7.noarch.rpm >>> perl-XML-Parser-2.41-10.el7.x86_64.rpm >>> pesign-0.109-10.el7.x86_64.rpm >>> plexus-component-api-1.0-0.16.alpha15.el7.noarch.rpm >>> pigz-2.3.4-1.el7.x86_64.rpm >>> pixman-devel-0.34.0-1.el7.x86_64.rpm >>> pixman-0.34.0-1.el7.x86_64.rpm >>> pkgconfig-0.27.1-4.el7.x86_64.rpm >>> plexus-cipher-1.7-5.el7.noarch.rpm >>> pinentry-0.8.1-17.el7.x86_64.rpm >>> plexus-classworlds-2.4.2-8.el7.noarch.rpm >>> pm-utils-1.4.1-27.el7.x86_64.rpm >>> plexus-sec-dispatcher-1.4-13.el7.noarch.rpm >>> plexus-interpolation-1.15-8.el7.noarch.rpm >>> po4a-0.44-10.el7.noarch.rpm >>> plexus-interactivity-1.0-0.14.alpha6.el7.noarch.rpm >>> plexus-containers-component-annotations-1.5.5-14.el7.noarch.rpm >>> plexus-containers-container-default-1.5.5-14.el7.noarch.rpm >>> plexus-utils-3.0.9-9.el7.noarch.rpm >>> popt-1.13-16.el7.x86_64.rpm >>> popt-devel-1.13-16.el7.x86_64.rpm >>> polkit-pkla-compat-0.1-4.el7.x86_64.rpm >>> poppler-data-0.4.6-3.el7.noarch.rpm >>> polkit-docs-0.112-26.el7.noarch.rpm >>> polkit-0.112-26.el7.x86_64.rpm >>> poppler-0.26.5-20.el7.x86_64.rpm >>> polkit-devel-0.112-26.el7.x86_64.rpm >>> psmisc-22.20-15.el7.x86_64.rpm >>> pps-tools-devel-0-0.9.20120407git0deb9c.el7.x86_64.rpm >>> postgresql-server-9.2.24-1.el7_5.x86_64.rpm >>> postgresql-contrib-9.2.24-1.el7_5.x86_64.rpm >>> postgresql-libs-9.2.24-1.el7_5.x86_64.rpm >>> procps-ng-3.3.10-28.el7.x86_64.rpm >>> postgresql-9.2.24-1.el7_5.x86_64.rpm >>> postgresql-devel-9.2.24-1.el7_5.x86_64.rpm >>> puppet-barbican-11.3.0-1.el7.noarch.rpm >>> puppet-aodh-11.3.0-1.el7.noarch.rpm >>> puppet-apache-1.10.0-2.05a0aacgit.el7.noarch.rpm >>> puppet-4.8.2-1.el7.src.rpm >>> psutils-1.17-44.el7.x86_64.rpm >>> puppet-ceph-2.4.1-1.el7.src.rpm >>> puppet-certmonger-1.1.1-1.1157a7egit.el7.noarch.rpm >>> pth-2.0.7-23.el7.x86_64.rpm >>> puppet-haproxy-1.5.0-4.6ffcb07git.el7.src.rpm >>> puppet-horizon-11.5.0-1.el7.src.rpm >>> puppet-inifile-1.6.0-2.c1f1d1egit.el7.noarch.rpm >>> puppet-etcd-1.11.0-1.f43e129git.el7.noarch.rpm >>> puppet-concat-2.2.0-2.fdf4a84git.el7.noarch.rpm >>> puppet-firewall-1.8.2-2.2f892e9git.el7.noarch.rpm >>> puppet-collectd-5.1.0-2.4a3843cgit.el7.noarch.rpm >>> puppet-keystone-11.3.0-1.el7.src.rpm >>> puppet-rsync-0.4.0-1.8cc3c6fgit.el7.noarch.rpm >>> puppet-nssdb-1.0.1-1.el7.noarch.rpm >>> puppet-rabbitmq-5.6.0-4.5ac45degit.el7.src.rpm >>> puppet-oslo-11.3.0-1.el7.src.rpm >>> puppet-memcached-3.0.2-1.adf8b63git.el7.noarch.rpm >>> puppet-kmod-2.1.1-2.0d69a96git.el7.noarch.rpm >>> puppet-openstacklib-11.5.0-1.el7.src.rpm >>> puppet-mysql-3.11.0-1.920dd76git.el7.noarch.rpm >>> puppet-vcsrepo-1.4.0-2.6c88fb3git.el7.noarch.rpm >>> puppet-stdlib-4.18.0-2.el7.src.rpm >>> puppet-sysctl-0.0.11-1.el7.noarch.rpm >>> puppet-vswitch-7.3.0-1.el7.noarch.rpm >>> puppet-staging-1.0.4-1.b466d93git.el7.src.rpm >>> puppet-vlan-0.1.0-1.el7.noarch.rpm >>> puppet-xinetd-2.0.0-4.1d1e6d4git.el7.noarch.rpm >>> puppet-tempest-11.3.0-1.el7.noarch.rpm >>> pysendfile-2.0.0-5.el7.x86_64.rpm >>> pyflakes-1.3.0-2.el7.noarch.rpm >>> pygpgme-0.3-9.el7.x86_64.rpm >>> PyQt4-4.12-1.el7.x86_64.rpm >>> pyliblzma-0.5.3-11.el7.x86_64.rpm >>> pyparted-3.9-15.el7.x86_64.rpm >>> pycairo-1.8.10-8.el7.x86_64.rpm >>> pyparsing-2.1.10-3.el7.noarch.rpm >>> python2-automaton-1.12.1-1.el7.noarch.rpm >>> python2-alembic-0.9.7-1.el7.noarch.rpm >>> pyserial-2.6-6.el7.noarch.rpm >>> python-2.7.5-89.el7.src.rpm >>> python2-appdirs-1.4.0-4.el7.noarch.rpm >>> python2-amqp-2.1.4-3.el7.noarch.rpm >>> python2-asn1crypto-0.23.0-2.el7.noarch.rpm >>> python-2.7.5-89.el7.x86_64.rpm >>> python2-boto-2.45.0-3.el7.noarch.rpm >>> python2-botocore-1.12.75-1.el7.noarch.rpm >>> python2-barbican-8.0.0-0.1.0rc1.el7.noarch.rpm >>> python2-bitmath-1.3.1-1.el7.noarch.rpm >>> python2-cachez-0.1.0-2.el7.noarch.rpm >>> python2-barbicanclient-4.5.3-1.el7.noarch.rpm >>> python2-babel-2.3.4-1.el7.noarch.rpm >>> python2-bcrypt-3.1.6-2.el7.x86_64.rpm >>> python2-chardet-3.0.4-7.el7.noarch.rpm >>> python2-congressclient-1.8.0-1.el7.noarch.rpm >>> python2-cliff-2.13.0-1.el7.noarch.rpm >>> python2-castellan-0.19.0-1.el7.noarch.rpm >>> python2-certifi-2018.10.15-5.el7.noarch.rpm >>> python2-colorama-0.3.7-2.el7.noarch.rpm >>> python2-cffi-1.11.2-1.el7.x86_64.rpm >>> python2-ceilometerclient-2.9.0-1.el7.noarch.rpm >>> python2-cryptography-2.5-1.el7.x86_64.rpm >>> python2-cursive-0.1.2-1.el7.noarch.rpm >>> python2-daiquiri-1.2.1-1.el7.noarch.rpm >>> python2-cycler-0.10.0-2.el7.noarch.rpm >>> python2-Cython-0.25.2-3.el7.x86_64.rpm >>> python2-crypto-2.6.1-15.el7.x86_64.rpm >>> python2-coverage-4.4.1-1.el7.x86_64.rpm >>> python2-cotyledon-1.6.3-1.el7.noarch.rpm >>> python2-deprecation-1.0-3.el7.noarch.rpm >>> python2-designateclient-2.7.0-1.el7.noarch.rpm >>> python2-debtcollector-1.22.0-2.el7.noarch.rpm >>> python2-django-babel-0.4.0-2.el7.noarch.rpm >>> python2-defusedxml-0.5.0-2.el7.noarch.rpm >>> python2-django-1.11.20-1.el7.noarch.rpm >>> python2-dateutil-2.6.1-1.el7.noarch.rpm >>> python2-ddt-1.2.0-2.el7.noarch.rpm >>> python2-django-debreach-1.5.2-1.el7.noarch.rpm >>> python2-django-babel-0.6.2-1.el7.noarch.rpm >>> python2-django-compressor-2.1-5.el7.noarch.rpm >>> python2-extras-1.0.0-2.el7.noarch.rpm >>> python2-dulwich-0.18.4-1.el7.x86_64.rpm >>> python2-eventlet-0.24.1-3.el7.noarch.rpm >>> python2-dnf-4.0.9.2-1.el7_6.noarch.rpm >>> python2-django-formtools-2.1-1.el7.noarch.rpm >>> python2-funcsigs-1.0.2-4.el7.noarch.rpm >>> python2-flask-restful-0.3.6-7.el7.noarch.rpm >>> python2-functools32-3.2.3.2-1.el7.noarch.rpm >>> python2-future-0.16.0-4.el7.noarch.rpm >>> python2-futures-3.1.1-5.el7.noarch.rpm >>> python2-flask-1.0.2-1.el7.noarch.rpm >>> python2-fasteners-0.14.1-6.el7.noarch.rpm >>> python2-fixtures-3.0.0-7.el7.noarch.rpm >>> python2-gflags-2.0-5.el7.noarch.rpm >>> python2-gabbi-1.33.0-1.el7.noarch.rpm >>> python2-gluster-5.2-1.el7.x86_64.rpm >>> python2-google-auth-1.3.0-1.el7.noarch.rpm >>> python2-greenlet-0.4.9-1.el7.x86_64.rpm >>> python2-gevent-1.1.2-2.el7.x86_64.rpm >>> python2-gnocchiclient-3.3.1-1.el7.noarch.rpm >>> python2-futurist-1.3.1-1.el7.noarch.rpm >>> python2-ipaddress-1.0.18-5.el7.noarch.rpm >>> python2-iso8601-0.1.11-8.el7.noarch.rpm >>> python2-gunicorn-19.7.1-1.el7.noarch.rpm >>> python2-hacking-0.13.0-1.el7.noarch.rpm >>> python2-hawkey-0.22.5-1.el7_6.x86_64.rpm >>> python2-imagesize-0.7.1-5.el7.noarch.rpm >>> python2-idna-2.5-1.el7.noarch.rpm >>> python2-influxdb-4.0.0-1.el7.1.noarch.rpm >>> python2-jmespath-0.9.0-5.el7.noarch.rpm >>> python2-jsonpatch-1.21-1.el7.noarch.rpm >>> python2-jsonpatch-1.14-1.el7.noarch.rpm >>> python2-jsonpointer-1.10-4.el7.noarch.rpm >>> python2-jsonpath-rw-ext-1.0.0-1.el7.noarch.rpm >>> python2-json-logger-0.1.7-1.el7.noarch.rpm >>> python2-jinja2-2.8.1-1.el7.noarch.rpm >>> python2-jsonschema-2.6.0-2.el7.noarch.rpm >>> python2-ldappool-2.1.0-1.el7.noarch.rpm >>> python2-ldap-3.1.0-1.el7.x86_64.rpm >>> python2-libcomps-0.1.8-12.el7.x86_64.rpm >>> python2-kombu-4.0.2-5.el7.noarch.rpm >>> python2-keystonemiddleware-7.0.1-2.el7.noarch.rpm >>> python2-jwt-1.6.1-1.el7.noarch.rpm >>> python2-libdnf-0.22.5-1.el7_6.x86_64.rpm >>> python2-ldap3-2.4.1-3.el7.noarch.rpm >>> python2-microversion-parse-0.1.4-2.el7.noarch.rpm >>> python2-matplotlib-tk-2.0.0-1.el7.x86_64.rpm >>> python2-marathon-0.8.8-1.el7.noarch.rpm >>> python2-matplotlib-2.0.0-1.el7.x86_64.rpm >>> python2-mccabe-0.6.1-7.el7.noarch.rpm >>> python2-mimeparse-1.6.0-5.el7.noarch.rpm >>> python2-lz4-0.9.0-1.el7.x86_64.rpm >>> python2-markupsafe-0.23-16.el7.x86_64.rpm >>> python2-mox3-0.23.0-1.el7.noarch.rpm >>> python2-netaddr-0.7.19-5.el7.noarch.rpm >>> python2-mock-2.0.0-1.el7.noarch.rpm >>> python2-monascaclient-1.7.1-1.el7.noarch.rpm >>> python2-numexpr-2.6.1-3.el7.x86_64.rpm >>> python2-munch-2.2.0-2.el7.noarch.rpm >>> python2-murano-pkg-check-0.3.0-2.el7.noarch.rpm >>> python2-monotonic-1.5-1.el7.noarch.rpm >>> python2-osc-lib-tests-1.14.1-2.el7.noarch.rpm >>> python2-osc-lib-1.14.1-2.el7.noarch.rpm >>> python2-numpy-1.11.2-2.el7.x86_64.rpm >>> python2-olefile-0.46-2.el7.noarch.rpm >>> python2-os-client-config-1.28.0-1.el7.noarch.rpm >>> python2-oauthlib-2.0.1-8.el7.noarch.rpm >>> python2-openstack-doc-tools-1.3.0-2.el7.noarch.rpm >>> python2-oauth2client-4.0.0-2.el7.noarch.rpm >>> python2-oslo-db-4.40.0-1.el7.noarch.rpm >>> python2-oslo-concurrency-3.29.1-1.el7.noarch.rpm >>> python2-oslo-i18n-3.24.0-2.el7.noarch.rpm >>> python2-oslo-cache-1.30.3-1.el7.noarch.rpm >>> python2-oslo-config-6.8.1-1.el7.noarch.rpm >>> python2-oslo-db-tests-4.40.0-1.el7.noarch.rpm >>> python2-oslo-log-3.44.1-2.el7.noarch.rpm >>> python2-oslo-context-2.22.1-1.el7.noarch.rpm >>> python2-oslo-policy-2.3.2-1.el7.noarch.rpm >>> python2-oslo-reports-1.22.1-1.el7.noarch.rpm >>> python2-oslo-serialization-2.29.2-2.el7.noarch.rpm >>> python2-oslo-middleware-3.36.0-1.el7.noarch.rpm >>> python2-oslo-sphinx-4.15.2-1.el7.noarch.rpm >>> python2-oslo-rootwrap-5.9.1-1.el7.noarch.rpm >>> python2-oslo-privsep-1.22.1-1.el7.noarch.rpm >>> python2-oslo-service-1.38.0-1.el7.noarch.rpm >>> python2-oslo-versionedobjects-tests-1.33.3-1.el7.noarch.rpm >>> python2-oslotest-2.17.1-1.el7.noarch.rpm >>> python2-oslo-vmware-2.23.1-1.el7.noarch.rpm >>> python2-oslo-upgradecheck-0.2.1-1.el7.noarch.rpm >>> python2-oslo-utils-3.40.3-1.el7.noarch.rpm >>> python2-oslo-versionedobjects-1.33.3-1.el7.noarch.rpm >>> python2-osprofiler-1.11.0-1.el7.noarch.rpm >>> python2-osprofiler-2.3.0-1.el7.noarch.rpm >>> python2-os-win-2.2.0-1.el7.noarch.rpm >>> python2-pandas-0.19.1-2.el7.2.x86_64.rpm >>> python2-pankoclient-0.3.0-1.el7.noarch.rpm >>> python2-os-traits-0.3.3-1.el7.noarch.rpm >>> python2-os-service-types-1.3.0-1.el7.noarch.rpm >>> python2-ovsdbapp-0.4.3-1.el7.noarch.rpm >>> python2-os-xenapi-0.2.0-1.el7.noarch.rpm >>> python2-passlib-1.7.0-4.el7.noarch.rpm >>> python2-pillow-4.0.0-1.el7.x86_64.rpm >>> python2-pika-0.10.0-10.el7.noarch.rpm >>> python2-persist-queue-0.1.4-1.el7.noarch.rpm >>> python2-pika_pool-0.1.3-3.el7.noarch.rpm >>> python2-pecan-1.1.2-1.el7.noarch.rpm >>> python2-pbr-3.1.1-1.el7.noarch.rpm >>> python2-pifpaf-0.12.0-1.el7.noarch.rpm >>> python2-pexpect-4.6-1.el7.noarch.rpm >>> python2-pycodestyle-2.0.0-5.el7.noarch.rpm >>> python2-ptyprocess-0.5.2-3.el7.noarch.rpm >>> python2-pycryptodomex-3.9.7-1.el7.x86_64.rpm >>> python2-pyasn1-0.3.7-6.el7.noarch.rpm >>> python2-pycadf-2.6.0-1.el7.noarch.rpm >>> python2-psutil-5.2.2-2.el7.x86_64.rpm >>> python2-pyasn1-modules-0.3.7-6.el7.noarch.rpm >>> python2-positional-1.1.1-2.el7.noarch.rpm >>> python2-pygments-2.2.0-7.el7.noarch.rpm >>> python2-pyparsing-2.1.10-3.el7.noarch.rpm >>> python2-PyMySQL-0.9.2-2.el7.noarch.rpm >>> python2-pyroute2-0.4.19-1.el7.noarch.rpm >>> python2-pyngus-2.3.0-1.el7.noarch.rpm >>> python2-pysaml2-4.5.0-4.el7.noarch.rpm >>> python2-pyOpenSSL-17.3.0-3.el7.noarch.rpm >>> python2-pyOpenSSL-16.2.0-3.el7.noarch.rpm >>> python2-reno-2.5.0-1.el7.noarch.rpm >>> python2-qpid-proton-0.28.0-1.el7.x86_64.rpm >>> python2-requestsexceptions-1.4.0-1.el7.noarch.rpm >>> python2-rcssmin-1.0.6-2.el7.x86_64.rpm >>> python2-pytest-3.0.6-2.el7.noarch.rpm >>> python2-requests-2.21.0-2.el7.noarch.rpm >>> python2-pysnmp-4.3.2-3.el7.noarch.rpm >>> python2-requests-mock-1.5.2-3.el7.noarch.rpm >>> python2-ruamel-yaml-0.13.14-2.el7.x86_64.rpm >>> python2-retryz-0.1.8-1.el7.noarch.rpm >>> python2-rfc3986-1.2.0-1.el7.noarch.rpm >>> python2-ruamel-ordereddict-0.4.9-3.el7.x86_64.rpm >>> python2-rsa-3.4.1-1.el7.noarch.rpm >>> python2-rjsmin-1.0.12-2.el7.x86_64.rpm >>> python2-rpm-macros-3-34.el7.noarch.rpm >>> python2-requests-oauthlib-0.8.0-5.el7.noarch.rpm >>> python2-saharaclient-1.3.0-1.el7.noarch.rpm >>> python2-setuptools_scm-1.10.1-1.el7.noarch.rpm >>> python2-setuptools-22.0.5-1.el7.noarch.rpm >>> python2-scciclient-0.5.0-1.el7.noarch.rpm >>> python2-scipy-0.18.0-3.el7.x86_64.rpm >>> python2-scrypt-0.8.0-2.el7.x86_64.rpm >>> python2-senlinclient-1.4.0-1.el7.noarch.rpm >>> python2-scss-1.3.4-6.el7.x86_64.rpm >>> python2-sphinxcontrib-httpdomain-1.7.0-1.el7.noarch.rpm >>> python2-simplejson-3.10.0-7.el7.x86_64.rpm >>> python2-singledispatch-3.4.0.3-4.el7.noarch.rpm >>> python2-six-1.12.0-1.el7.noarch.rpm >>> python2-snowballstemmer-1.2.0-2.el7.noarch.rpm >>> python2-sphinx_rtd_theme-0.2.4-2.el7.0.noarch.rpm >>> python2-sphinx-1.6.2-3.el7.noarch.rpm >>> python2-sphinxcontrib-websupport-1.0.1-1.el7.noarch.rpm >>> python2-suds-0.7-0.4.94664ddd46a6.el7.noarch.rpm >>> python2-stevedore-1.25.1-1.el7.noarch.rpm >>> python2-swiftclient-3.4.0-1.el7.noarch.rpm >>> python2-sqlalchemy-1.1.11-1.el7.x86_64.rpm >>> python2-subunit-1.2.0-14.el7.noarch.rpm >>> python2-stestr-1.1.0-1.el7.noarch.rpm >>> python2-sphinx-theme-alabaster-0.7.9-4.el7.noarch.rpm >>> python2-statsd-3.2.1-5.el7.noarch.rpm >>> python2-tenacity-4.4.0-1.el7.noarch.rpm >>> python2-testresources-1.0.0-1.el7.noarch.rpm >>> python2-taskflow-2.14.1-1.el7.noarch.rpm >>> python2-tables-3.3.0-4.el7.x86_64.rpm >>> python2-tinyrpc-0.5-4.20170523git1f38ac.el7.noarch.rpm >>> python2-traceback2-1.4.0-7.el7.noarch.rpm >>> python2-testrepository-0.0.20-12.el7.noarch.rpm >>> python2-testscenarios-0.5.0-8.el7.noarch.rpm >>> python2-typing-3.6.1-1.el7.noarch.rpm >>> python2-webob-1.8.2-1.el7.noarch.rpm >>> python2-vine-1.1.3-2.el7.noarch.rpm >>> python2-troveclient-2.12.0-1.el7.noarch.rpm >>> python2-uritemplate-3.0.0-1.el7.noarch.rpm >>> python2-weakrefmethod-1.0.2-3.el7.noarch.rpm >>> python2-ujson-1.35-1.el7.x86_64.rpm >>> python2-twisted-16.1.1-3.el7.x86_64.rpm >>> python2-XStatic-1.0.1-8.el7.noarch.rpm >>> python2-XStatic-Angular-Bootstrap-2.2.0.0-1.el7.noarch.rpm >>> python2-XStatic-Angular-FileUpload-12.0.4.0-1.el7.noarch.rpm >>> python2-whoosh-2.7.4-5.el7.noarch.rpm >>> python2-XStatic-Angular-1.5.8.0-1.el7.noarch.rpm >>> python2-wsgi_intercept-1.2.2-1.el7.noarch.rpm >>> python2-wrapt-1.11.1-1.el7.x86_64.rpm >>> python2-XStatic-Angular-Gettext-2.3.8.0-1.el7.noarch.rpm >>> python2-XStatic-JSEncrypt-2.3.1.1-1.el7.noarch.rpm >>> python2-XStatic-Font-Awesome-4.7.0.0-3.el7.noarch.rpm >>> python2-XStatic-bootswatch-3.3.7.0-1.el7.noarch.rpm >>> python2-XStatic-Jasmine-2.4.1.1-1.el7.noarch.rpm >>> python2-XStatic-Angular-Schema-Form-0.8.13.0-0.1.pre_review.el7.noarch.rpm >>> python2-XStatic-mdi-1.4.57.0-4.el7.noarch.rpm >>> python2-XStatic-D3-3.5.17.0-1.el7.noarch.rpm >>> python2-XStatic-Bootstrap-SCSS-3.3.7.1-2.el7.noarch.rpm >>> python2-XStatic-objectpath-1.2.1.0-0.1.pre_review.el7.noarch.rpm >>> python2-yaql-1.1.0-3.el7.noarch.rpm >>> python2-XStatic-smart-table-1.4.13.2-1.el7.noarch.rpm >>> python2-yaql-1.1.3-2.el7.noarch.rpm >>> python2-XStatic-roboto-fontface-0.5.0.0-1.el7.noarch.rpm >>> python2-yappi-1.0-1.el7.x86_64.rpm >>> python2-XStatic-tv4-1.2.7.0-0.1.pre_review.el7.noarch.rpm >>> python2-XStatic-termjs-0.0.7.0-1.el7.noarch.rpm >>> python36-docutils-0.14-1.el7.noarch.rpm >>> python36-netaddr-0.7.18-3.el7.noarch.rpm >>> python36-pbr-4.2.0-3.el7.noarch.rpm >>> python36-mock-2.0.0-2.el7.noarch.rpm >>> python2-zake-0.2.2-2.el7.noarch.rpm >>> python36-iso8601-0.1.11-8.el7.noarch.rpm >>> python2-zaqarclient-1.7.0-1.el7.noarch.rpm >>> python3-3.6.8-10.el7.x86_64.rpm >>> python3-devel-3.6.8-10.el7.x86_64.rpm >>> python36-six-1.12.0-1.el7.noarch.rpm >>> python36-virtualenv-15.1.0-5.el7.noarch.rpm >>> python36-six-1.14.0-2.el7.noarch.rpm >>> python36-sqlalchemy-1.1.3-3.el7.x86_64.rpm >>> python3-libs-3.6.8-10.el7.x86_64.rpm >>> python36-psutil-5.6.7-1.el7.x86_64.rpm >>> python3-pip-9.0.3-5.el7.noarch.rpm >>> python-backports-ssl_match_hostname-3.5.0.1-1.el7.noarch.rpm >>> python3-setuptools-39.2.0-10.el7.noarch.rpm >>> python3-wheel-0.31.1-4.el7.noarch.rpm >>> python-backports-1.0-8.el7.x86_64.rpm >>> python-anyjson-0.3.3-3.el7.noarch.rpm >>> python3-rpm-macros-3-32.el7.noarch.rpm >>> python-aniso8601-0.82-3.el7.noarch.rpm >>> python3-rpm-generators-6-2.el7.noarch.rpm >>> python-Bottleneck-0.7.0-1.el7.x86_64.rpm >>> python-bson-3.0.3-1.el7.x86_64.rpm >>> python-betamax-0.7.1-1.el7.noarch.rpm >>> python-beautifulsoup4-4.6.0-1.el7.noarch.rpm >>> python-ceilometermiddleware-1.1.0-1.el7.noarch.rpm >>> python-boto3-1.4.6-5.el7.noarch.rpm >>> python-beaker-1.5.4-10.el7.noarch.rpm >>> python-cachetools-1.1.6-2.el7.noarch.rpm >>> python-cliff-2.8.2-1.el7.noarch.rpm >>> python-configshell-1.1.fb23-5.el7.noarch.rpm >>> python-cliff-tablib-1.1-3.el7.noarch.rpm >>> python-cherrypy-3.2.2-4.el7.noarch.rpm >>> python-configobj-4.7.2-7.el7.noarch.rpm >>> python-click-6.3-1.el7.noarch.rpm >>> python-cmd2-0.6.8-8.el7.noarch.rpm >>> python-characteristic-14.3.0-4.el7.noarch.rpm >>> python-croniter-0.3.4-2.el7.noarch.rpm >>> python-daemon-1.6-4.el7.noarch.rpm >>> python-decorator-3.4.0-3.el7.noarch.rpm >>> python-contextlib2-0.5.1-3.el7.noarch.rpm >>> python-deltarpm-3.6-3.el7.x86_64.rpm >>> python-dateutil-2.4.2-1.el7.noarch.rpm >>> python-construct-2.5.1-4.el7.noarch.rpm >>> python-d2to1-0.2.11-1.el7.noarch.rpm >>> python-django-bash-completion-1.11.20-1.el7.noarch.rpm >>> python-django-pyscss-2.0.2-1.el7.noarch.rpm >>> python-dns-1.15.0-5.el7.noarch.rpm >>> python-django-appconf-1.0.1-4.el7.noarch.rpm >>> python-docker-3.3.0-1.el7.src.rpm >>> python-django-compressor-2.0-1.el7.noarch.rpm >>> python-django-nose-1.4.3-1.el7.noarch.rpm >>> python-devel-2.7.5-89.el7.x86_64.rpm >>> python-docutils-0.11-0.3.20130715svn7687.el7.noarch.rpm >>> python-dracclient-1.3.0-1.el7.noarch.rpm >>> python-docker-pycreds-0.3.0-7.el7.noarch.rpm >>> python-dogpile-cache-0.6.2-1.el7.noarch.rpm >>> python-dogpile-core-0.4.1-2.el7.noarch.rpm >>> python-editor-0.4-4.el7.noarch.rpm >>> python-enum34-1.0.4-1.el7.noarch.rpm >>> python-ethtool-0.8-7.el7.x86_64.rpm >>> python-extras-0.0.3-2.el7.noarch.rpm >>> python-gobject-3.22.0-1.el7_4.1.x86_64.rpm >>> python-fixtures-3.0.0-2.el7.noarch.rpm >>> python-httplib2-0.9.2-1.el7.noarch.rpm >>> python-freezegun-0.3.8-2.el7.noarch.rpm >>> python-flake8-2.4.1-2.el7.noarch.rpm >>> python-firewall-0.5.3-5.el7.noarch.rpm >>> python-gobject-base-3.22.0-1.el7_4.1.x86_64.rpm >>> python-itsdangerous-0.23-2.el7.noarch.rpm >>> python-inotify-0.9.4-4.el7.noarch.rpm >>> python-ipaddr-2.1.11-1.el7.noarch.rpm >>> python-ipaddress-1.0.16-3.el7.noarch.rpm >>> python-javapackages-3.4.1-11.el7.noarch.rpm >>> python-IPy-0.75-6.el7.noarch.rpm >>> python-iniparse-0.4-9.el7.noarch.rpm >>> python-jsonpath-rw-1.2.3-2.el7.noarch.rpm >>> python-keyring-5.7.1-1.el7.src.rpm >>> python-kazoo-2.2.1-1.el7.noarch.rpm >>> python-kitchen-1.1.1-5.el7.noarch.rpm >>> python-kmod-0.9-4.el7.x86_64.rpm >>> python-kubernetes-8.0.0-8.el7.src.rpm >>> python-jwcrypto-0.4.2-1.el7.noarch.rpm >>> python-kerberos-1.1-15.el7.x86_64.rpm >>> python-kafka-1.3.1-1.el7.noarch.rpm >>> python-lockfile-0.9.1-4.el7.centos.noarch.rpm >>> python-lesscpy-0.9j-4.el7.noarch.rpm >>> python-logutils-0.3.3-3.el7.noarch.rpm >>> python-mako-0.8.1-2.el7.noarch.rpm >>> python-libs-2.7.5-89.el7.x86_64.rpm >>> python-linecache2-1.0.0-1.el7.noarch.rpm >>> python-lxml-3.2.1-4.el7.x86_64.rpm >>> python-linux-procfs-0.4.9-4.el7.noarch.rpm >>> python-migrate-0.11.0-1.el7.noarch.rpm >>> python-matplotlib-data-fonts-2.0.0-1.el7.noarch.rpm >>> python-netifaces-0.10.4-3.el7.x86_64.rpm >>> python-networkx-1.10-1.el7.noarch.rpm >>> python-memcached-1.58-1.el7.noarch.rpm >>> python-ncclient-0.4.2-2.el7.noarch.rpm >>> python-netaddr-0.7.18-1.el7.noarch.rpm >>> python-matplotlib-data-2.0.0-1.el7.noarch.rpm >>> python-openstackdocstheme-1.11.0-1.el7.src.rpm >>> python-networkx-core-1.10-1.el7.noarch.rpm >>> python-neutron-tests-11.0.6-1.el7.noarch.rpm >>> python-openstack-nose-plugin-0.11-4.el7.noarch.rpm >>> python-nose-1.3.7-7.el7.noarch.rpm >>> python-osc-lib-1.7.0-1.el7.src.rpm >>> python-oslo-cache-lang-1.30.3-1.el7.noarch.rpm >>> python-neutron-11.0.6-1.el7.noarch.rpm >>> python-oslo-messaging-5.30.6-1.el7.src.rpm >>> python-oslo-db-tests-4.25.1-1.el7.noarch.rpm >>> python-oslo-policy-lang-2.3.2-1.el7.noarch.rpm >>> python-oslo-db-lang-4.40.0-1.el7.noarch.rpm >>> python-oslo-i18n-lang-3.24.0-2.el7.noarch.rpm >>> python-oslo-middleware-lang-3.36.0-1.el7.noarch.rpm >>> python-oslo-log-lang-3.44.1-2.el7.noarch.rpm >>> python-oslo-concurrency-lang-3.29.1-1.el7.noarch.rpm >>> python-oslo-utils-lang-3.40.3-1.el7.noarch.rpm >>> python-oslo-privsep-lang-1.22.1-1.el7.noarch.rpm >>> python-oslo-vmware-lang-2.23.1-1.el7.noarch.rpm >>> python-os-testr-0.8.2-1.el7.noarch.rpm >>> python-paste-1.7.5.1-9.20111221hg1498.el7.noarch.rpm >>> python-oslo-versionedobjects-lang-1.33.3-1.el7.noarch.rpm >>> python-paramiko-2.1.1-9.el7.noarch.rpm >>> python-os-vif-1.9.1-1.el7.src.rpm >>> python-paste-deploy-1.5.2-6.el7.noarch.rpm >>> python-ply-3.4-11.el7.noarch.rpm >>> python-prettytable-0.7.2-3.el7.noarch.rpm >>> python-pathlib-1.0.1-1.el7.noarch.rpm >>> python-pep8-1.5.7-2.el7.noarch.rpm >>> python-proliantutils-2.4.0-1.el7.noarch.rpm >>> python-pint-0.6-2.el7.noarch.rpm >>> python-posix_ipc-0.9.8-1.el7.x86_64.rpm >>> python-pycurl-7.19.0-19.el7.x86_64.rpm >>> python-pycparser-2.14-1.el7.noarch.rpm >>> python-pyeclib-1.5.0-1.el7.x86_64.rpm >>> python-psycopg2-2.5.1-3.el7.src.rpm >>> python-pymongo-3.0.3-1.el7.x86_64.rpm >>> python-pyelftools-0.22-0.5.git20130619.a1d9681.el7.noarch.rpm >>> python-py-1.4.32-1.el7.noarch.rpm >>> python-pycadf-common-2.6.0-1.el7.noarch.rpm >>> python-repoze-lru-0.4-3.el7.noarch.rpm >>> python-retrying-1.2.3-4.el7.noarch.rpm >>> python-pytest-cov-2.5.1-1.el7.noarch.rpm >>> python-requests-kerberos-0.8.0-3.el7.noarch.rpm >>> python-redis-2.10.3-1.el7.noarch.rpm >>> python-repoze-who-2.1-1.el7.noarch.rpm >>> python-pytimeparse-1.1.5-1.el7.noarch.rpm >>> python-pyudev-0.15-9.el7.noarch.rpm >>> python-schedutils-0.4-6.el7.x86_64.rpm >>> python-rtslib-2.1.fb63-13.el7.noarch.rpm >>> python-setproctitle-1.1.9-4.el7.x86_64.rpm >>> python-rpm-macros-3-34.el7.noarch.rpm >>> python-semantic_version-2.4.2-2.el7.noarch.rpm >>> python-service-identity-14.0.0-4.el7.noarch.rpm >>> python-s3transfer-0.1.13-1.el7.noarch.rpm >>> python-routes-2.4.1-1.el7.noarch.rpm >>> python-sqlalchemy-utils-0.31.3-2.el7.noarch.rpm >>> python-simplejson-3.5.3-5.el7.x86_64.rpm >>> python-simplegeneric-0.8-7.el7.noarch.rpm >>> python-srpm-macros-3-34.el7.noarch.rpm >>> python-sphinx-locale-1.6.2-3.el7.noarch.rpm >>> python-slip-dbus-0.4.0-4.el7.noarch.rpm >>> python-sqlparse-0.1.18-5.el7.noarch.rpm >>> python-slip-0.4.0-4.el7.noarch.rpm >>> python-swift-2.15.1-1.el7.noarch.rpm >>> python-tempita-0.5.1-8.el7.noarch.rpm >>> python-subunit-1.0.0-1.el7.noarch.rpm >>> python-sysv_ipc-0.4.2-11.el7.x86_64.rpm >>> python-tablib-0.10.0-1.el7.noarch.rpm >>> python-subprocess32-3.2.6-4.el7.x86_64.rpm >>> python-tables-3.2.0-1.el7.x86_64.rpm >>> python-swift-tests-2.15.1-1.el7.noarch.rpm >>> python-testtools-1.8.0-2.el7.noarch.rpm >>> python-testscenarios-0.4-4.el7.noarch.rpm >>> python-unicodecsv-0.14.1-4.el7.noarch.rpm >>> python-trollius-2.1-4.el7.noarch.rpm >>> python-termcolor-1.1.0-4.el7.noarch.rpm >>> python-tooz-1.58.0-1.el7.noarch.rpm >>> python-testrepository-0.0.18-2.el7.noarch.rpm >>> python-UcsSdk-0.8.2.5-1.el7.noarch.rpm >>> python-voluptuous-0.8.9-1.el7.src.rpm >>> python-urlgrabber-3.10-9.el7.noarch.rpm >>> python-waitress-0.8.9-5.el7.noarch.rpm >>> python-versiontools-1.9.1-4.el7.noarch.rpm >>> python-unittest2-1.1.0-4.el7.noarch.rpm >>> python-warlock-1.0.1-1.el7.noarch.rpm >>> python-websocket-client-0.34.0-3.el7.noarch.rpm >>> python-urwid-1.1.1-3.el7.x86_64.rpm >>> python-webtest-2.0.23-1.el7.noarch.rpm >>> python-XStatic-Hogan-2.0.0.2-2.el7.noarch.rpm >>> python-wsme-0.9.2-1.el7.src.rpm >>> python-XStatic-Bootstrap-Datepicker-1.3.1.0-1.el7.noarch.rpm >>> python-XStatic-Angular-lrdragndrop-1.0.2.2-2.el7.noarch.rpm >>> python-werkzeug-0.9.1-2.el7.noarch.rpm >>> python-websockify-0.8.0-1.el7.noarch.rpm >>> python-XStatic-jQuery-1.10.2.1-1.el7.noarch.rpm >>> python-XStatic-Magic-Search-0.2.0.1-2.el7.noarch.rpm >>> python-XStatic-JQuery-TableSorter-2.14.5.1-2.el7.noarch.rpm >>> python-zmq-14.7.0-2.el7.x86_64.rpm >>> python-XStatic-JQuery-quicksearch-2.0.3.1-2.el7.noarch.rpm >>> python-XStatic-JQuery-Migrate-1.2.1.1-2.el7.noarch.rpm >>> python-XStatic-Rickshaw-1.5.0.0-4.el7.noarch.rpm >>> python-XStatic-Spin-1.2.5.2-2.el7.noarch.rpm >>> python-XStatic-jquery-ui-1.12.0.1-1.el7.noarch.rpm >>> qdox-1.12.1-10.el7.noarch.rpm >>> pytz-2016.10-2.el7.noarch.rpm >>> qrencode-devel-3.4.1-3.el7.x86_64.rpm >>> PyYAML-3.10-11.el7.x86_64.rpm >>> qemu-guest-agent-2.12.0-3.el7.x86_64.rpm >>> python-zope-interface-4.0.5-4.el7.x86_64.rpm >>> pyxattr-0.5.1-5.el7.x86_64.rpm >>> qpid-proton-c-0.28.0-1.el7.x86_64.rpm >>> rabbitmq-server-3.6.5-1.el7.noarch.rpm >>> quota-nls-4.01-17.el7.noarch.rpm >>> qt-settings-19-23.8.el7.centos.noarch.rpm >>> rabbitmq-server-3.6.5-1.el7.src.rpm >>> quota-4.01-17.el7.x86_64.rpm >>> qt-x11-4.8.7-2.el7.x86_64.rpm >>> qrencode-libs-3.4.1-3.el7.x86_64.rpm >>> qt-4.8.7-2.el7.x86_64.rpm >>> radvd-2.17-3.el7.x86_64.rpm >>> redhat-lsb-submod-security-4.1-27.el7.centos.1.x86_64.rpm >>> readline-devel-6.2-10.el7.x86_64.rpm >>> regexp-1.5-13.el7.noarch.rpm >>> readline-6.2-10.el7.x86_64.rpm >>> redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm >>> rdma-7.3_4.7_rc2-6.el7_3.noarch.rpm >>> redhat-rpm-config-9.1.0-87.el7.centos.noarch.rpm >>> rpcbind-0.2.0-47.el7.x86_64.rpm >>> rpm-4.11.3-35.el7.x86_64.rpm >>> roboto-fontface-common-0.5.0.0-1.el7.noarch.rpm >>> rpm-build-4.11.3-35.el7.x86_64.rpm >>> roboto-fontface-fonts-0.5.0.0-1.el7.noarch.rpm >>> rootfiles-8.1-11.el7.noarch.rpm >>> resource-agents-4.1.1-12.el7_6.7.src.rpm >>> rh-python36-mod_wsgi-4.5.17-2.el7.x86_64.rpm >>> rsync-3.1.2-4.el7.x86_64.rpm >>> rtctl-1.13-2.el7.noarch.rpm >>> ruby-2.0.0.648-36.el7.x86_64.rpm >>> rpm-libs-4.11.3-35.el7.x86_64.rpm >>> rpm-python-4.11.3-35.el7.x86_64.rpm >>> rpm-build-libs-4.11.3-35.el7.x86_64.rpm >>> ruby-devel-2.0.0.648-36.el7.x86_64.rpm >>> ruby-augeas-0.5.0-1.el7.x86_64.rpm >>> rubygem-rgen-0.6.6-2.el7.noarch.rpm >>> ruby-irb-2.0.0.648-36.el7.noarch.rpm >>> rubygem-rdoc-4.0.0-36.el7.noarch.rpm >>> rubygems-2.0.14.1-36.el7.noarch.rpm >>> rubygem-bigdecimal-1.2.0-36.el7.x86_64.rpm >>> rubygem-psych-2.0.0-36.el7.x86_64.rpm >>> rubygem-json-1.7.7-36.el7.x86_64.rpm >>> rubygem-io-console-0.4.2-36.el7.x86_64.rpm >>> sanlock-lib-3.6.0-1.el7.x86_64.rpm >>> sanlock-devel-3.6.0-1.el7.x86_64.rpm >>> sanlock-3.6.0-1.el7.x86_64.rpm >>> ruby-shadow-1.4.1-23.el7.x86_64.rpm >>> sazanami-mincho-fonts-0.20040629-22.el7.noarch.rpm >>> sazanami-fonts-common-0.20040629-22.el7.noarch.rpm >>> sazanami-gothic-fonts-0.20040629-22.el7.noarch.rpm >>> ruby-libs-2.0.0.648-36.el7.x86_64.rpm >>> SDL-devel-1.2.15-14.el7.x86_64.rpm >>> scl-utils-20130529-19.el7.x86_64.rpm >>> SDL-1.2.15-14.el7.x86_64.rpm >>> seabios-bin-1.11.0-2.el7.noarch.rpm >>> scl-utils-build-20130529-19.el7.x86_64.rpm >>> seavgabios-bin-1.11.0-2.el7.noarch.rpm >>> scrub-2.5.2-7.el7.x86_64.rpm >>> screen-4.1.0-0.27.20120314git3c2946.el7_9.x86_64.rpm >>> sed-4.2.2-5.el7.x86_64.rpm >>> sgml-common-0.6.3-39.el7.noarch.rpm >>> sgabios-bin-0.20110622svn-4.el7.noarch.rpm >>> setools-libs-3.3.8-4.el7.x86_64.rpm >>> setup-2.8.71-10.el7.src.rpm >>> sg3_utils-1.37-17.el7.x86_64.rpm >>> sg3_utils-libs-1.37-17.el7.x86_64.rpm >>> setup-2.8.71-10.el7.noarch.rpm >>> sharutils-4.13.3-8.el7.x86_64.rpm >>> shadow-utils-4.1.5.1-25.el7.x86_64.rpm >>> shim-15-1.el7.centos.src.rpm >>> sip-4.19-1.el7.x86_64.rpm >>> sil-mingzat-fonts-0.100-6.el7.noarch.rpm >>> sil-abyssinica-fonts-1.200-6.el7.noarch.rpm >>> shim-signed-15-1.el7.centos.src.rpm >>> shared-mime-info-1.8-4.el7.x86_64.rpm >>> snappy-1.1.0-3.el7.x86_64.rpm >>> sisu-inject-plexus-2.3.0-11.el7.noarch.rpm >>> slang-devel-2.2.4-11.el7.x86_64.rpm >>> slf4j-1.7.4-4.el7_4.noarch.rpm >>> smartmontools-6.5-1.el7.x86_64.rpm >>> slang-2.2.4-11.el7.x86_64.rpm >>> sisu-inject-bean-2.3.0-11.el7.noarch.rpm >>> snappy-devel-1.1.0-3.el7.x86_64.rpm >>> speex-1.2-0.19.rc1.el7.x86_64.rpm >>> spawn-fcgi-1.6.3-5.el7.x86_64.rpm >>> squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64.rpm >>> sqlite-3.7.17-8.el7_7.1.x86_64.rpm >>> socat-1.7.3.2-2.el7.x86_64.rpm >>> sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm >>> source-highlight-3.1.6-6.el7.x86_64.rpm >>> spax-1.5.2-13.el7.x86_64.rpm >>> subversion-libs-1.7.14-14.el7.x86_64.rpm >>> ssmtp-2.64-14.el7.x86_64.rpm >>> stix-math-fonts-1.1.0-5.el7.noarch.rpm >>> sshpass-1.06-1.el7.x86_64.rpm >>> subversion-1.7.14-14.el7.x86_64.rpm >>> stix-fonts-1.1.0-5.el7.noarch.rpm >>> strace-4.12-9.el7.x86_64.rpm >>> sudo-1.8.23-10.el7_9.1.src.rpm >>> syslinux-extlinux-4.05-15.el7.x86_64.rpm >>> syslog-ng-3.5.6-3.el7.x86_64.rpm >>> sysfsutils-2.1.0-16.el7.x86_64.rpm >>> supermin5-5.1.19-1.el7.x86_64.rpm >>> sysstat-10.1.5-17.el7.x86_64.rpm >>> swig-2.0.10-5.el7.x86_64.rpm >>> syslog-ng-libdbi-3.5.6-3.el7.x86_64.rpm >>> syslinux-4.05-15.el7.x86_64.rpm >>> sysvinit-tools-2.88-14.dsf.el7.x86_64.rpm >>> taglib-1.8-7.20130218git.el7.x86_64.rpm >>> tboot-1.9.6-3.el7.src.rpm >>> tar-1.26-35.el7.x86_64.rpm >>> t1lib-5.1.2-14.el7.x86_64.rpm >>> targetcli-2.1.fb46-7.el7.noarch.rpm >>> systemd-219-78.el7_9.3.src.rpm >>> tangerine-fonts-1.3-2.el7.noarch.rpm >>> tcp_wrappers-libs-7.6-77.el7.x86_64.rpm >>> tcp_wrappers-7.6-77.el7.x86_64.rpm >>> tcl-devel-8.5.13-8.el7.x86_64.rpm >>> tcsh-6.18.01-15.el7.x86_64.rpm >>> terminus-fonts-4.38-3.el7.noarch.rpm >>> tcl-8.5.13-8.el7.x86_64.rpm >>> tcp_wrappers-devel-7.6-77.el7.x86_64.rpm >>> teamd-1.27-5.el7.x86_64.rpm >>> texlive-amsmath-svn29327.2.14-43.el7.noarch.rpm >>> texlive-algorithms-svn15878.0.1-43.el7.noarch.rpm >>> texlive-ae-svn15878.1.4-43.el7.noarch.rpm >>> texlive-amsfonts-svn29208.3.04-43.el7.noarch.rpm >>> texinfo-5.1-5.el7.x86_64.rpm >>> texi2html-1.82-10.el7.noarch.rpm >>> texlive-anysize-svn15878.0-43.el7.noarch.rpm >>> texlive-amscls-svn29207.0-43.el7.noarch.rpm >>> texlive-babel-svn24756.3.8m-43.el7.noarch.rpm >>> texlive-babelbib-svn25245.1.31-43.el7.noarch.rpm >>> texlive-base-2012-43.20130427_r30134.el7.noarch.rpm >>> texlive-avantgar-svn28614.0-43.el7.noarch.rpm >>> texlive-beamer-svn29349.3.26-43.el7.noarch.rpm >>> texlive-bera-svn20031.0-43.el7.noarch.rpm >>> texlive-beton-svn15878.0-43.el7.noarch.rpm >>> texlive-attachfile-svn21866.v1.5b-43.el7.noarch.rpm >>> texlive-charter-svn15878.0-43.el7.noarch.rpm >>> texlive-caption-svn29026.3.3__2013_02_03_-43.el7.noarch.rpm >>> texlive-bibtex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-breakurl-svn15878.1.30-43.el7.noarch.rpm >>> texlive-booktabs-svn15878.1.61803-43.el7.noarch.rpm >>> texlive-bookman-svn28614.0-43.el7.noarch.rpm >>> texlive-carlisle-svn18258.0-43.el7.noarch.rpm >>> texlive-bibtex-svn26689.0.99d-43.el7.noarch.rpm >>> texlive-chngcntr-svn17157.1.0a-43.el7.noarch.rpm >>> texlive-collection-basic-svn26314.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-collection-documentation-base-svn17091.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-cm-super-svn15878.0-43.el7.noarch.rpm >>> texlive-cmap-svn26568.0-43.el7.noarch.rpm >>> texlive-cite-svn19955.5.3-43.el7.noarch.rpm >>> texlive-cmextra-svn14075.0-43.el7.noarch.rpm >>> texlive-cm-svn29581.0-43.el7.noarch.rpm >>> texlive-csquotes-svn24393.5.1d-43.el7.noarch.rpm >>> texlive-courier-svn28614.0-43.el7.noarch.rpm >>> texlive-crop-svn15878.1.5-43.el7.noarch.rpm >>> texlive-colortbl-svn25394.v1.0a-43.el7.noarch.rpm >>> texlive-collection-latexrecommended-svn25795.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-collection-latex-svn25030.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-collection-fontsrecommended-svn28082.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-ctable-svn26694.1.23-43.el7.noarch.rpm >>> texlive-dvipng-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-dvipdfmx-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-dvipdfmx-def-svn15878.0-43.el7.noarch.rpm >>> texlive-dvipdfm-bin-svn13663.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-dvipdfm-svn26689.0.13.2d-43.el7.noarch.rpm >>> texlive-dvipdfmx-svn26765.0-43.el7.noarch.rpm >>> texlive-currfile-svn29012.0.7b-43.el7.noarch.rpm >>> texlive-dvipng-svn26689.1.14-43.el7.noarch.rpm >>> texlive-etex-pkg-svn15878.2.0-43.el7.noarch.rpm >>> texlive-enctex-svn28602.0-43.el7.noarch.rpm >>> texlive-dvips-svn29585.0-43.el7.noarch.rpm >>> texlive-eso-pic-svn21515.2.0c-43.el7.noarch.rpm >>> texlive-enumitem-svn24146.3.5.2-43.el7.noarch.rpm >>> texlive-ec-svn25033.1.0-43.el7.noarch.rpm >>> texlive-etex-svn22198.2.1-43.el7.noarch.rpm >>> texlive-dvips-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-euler-svn17261.2.5-43.el7.noarch.rpm >>> texlive-fancyref-svn15878.0.9c-43.el7.noarch.rpm >>> texlive-fancyhdr-svn15878.3.1-43.el7.noarch.rpm >>> texlive-etoolbox-svn20922.2.1-43.el7.noarch.rpm >>> texlive-extsizes-svn17263.1.4a-43.el7.noarch.rpm >>> texlive-fancybox-svn18304.1.4-43.el7.noarch.rpm >>> texlive-eurosym-svn17265.1.4_subrfix-43.el7.noarch.rpm >>> texlive-euro-svn22191.1.1-43.el7.noarch.rpm >>> texlive-fancyvrb-svn18492.2.8-43.el7.noarch.rpm >>> texlive-fix2col-svn17133.0-43.el7.noarch.rpm >>> texlive-fontspec-svn29412.v2.3a-43.el7.noarch.rpm >>> texlive-filehook-svn24280.0.5d-43.el7.noarch.rpm >>> texlive-footmisc-svn23330.5.5b-43.el7.noarch.rpm >>> texlive-filecontents-svn24250.1.3-43.el7.noarch.rpm >>> texlive-fpl-svn15878.1.002-43.el7.noarch.rpm >>> texlive-float-svn15878.1.3d-43.el7.noarch.rpm >>> texlive-gsftopk-svn26689.1.19.2-43.el7.noarch.rpm >>> texlive-graphics-svn25405.1.0o-43.el7.noarch.rpm >>> texlive-fp-svn15878.0-43.el7.noarch.rpm >>> texlive-geometry-svn19716.5.6-43.el7.noarch.rpm >>> texlive-gsftopk-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-helvetic-svn28614.0-43.el7.noarch.rpm >>> texlive-hyperref-svn28213.6.83m-43.el7.noarch.rpm >>> texlive-glyphlist-svn28576.0-43.el7.noarch.rpm >>> texlive-jknapltx-svn19440.0-43.el7.noarch.rpm >>> texlive-ifluatex-svn26725.1.3-43.el7.noarch.rpm >>> texlive-hyphen-base-svn29197.0-43.el7.noarch.rpm >>> texlive-kastrup-svn15878.0-43.el7.noarch.rpm >>> texlive-index-svn24099.4.1beta-43.el7.noarch.rpm >>> texlive-ifetex-svn24853.1.2-43.el7.noarch.rpm >>> texlive-ifxetex-svn19685.0.5-43.el7.noarch.rpm >>> texlive-hyph-utf8-svn29641.0-43.el7.noarch.rpm >>> texlive-l3packages-svn29361.SVN_4467-43.el7.noarch.rpm >>> texlive-l3kernel-svn29409.SVN_4469-43.el7.noarch.rpm >>> texlive-kpathsea-lib-2012-43.20130427_r30134.el7.x86_64.rpm >>> texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-kpathsea-svn28792.0-43.el7.noarch.rpm >>> texlive-l3experimental-svn29361.SVN_4467-43.el7.noarch.rpm >>> texlive-koma-script-svn27255.3.11b-43.el7.noarch.rpm >>> texlive-kpathsea-bin-svn27347.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-ltxmisc-svn21927.0-43.el7.noarch.rpm >>> texlive-latex-bin-svn26689.0-43.el7.noarch.rpm >>> texlive-latex-svn27907.0-43.el7.noarch.rpm >>> texlive-lm-svn28119.2.004-43.el7.noarch.rpm >>> texlive-latex-fonts-svn28888.0-43.el7.noarch.rpm >>> texlive-lm-math-svn29044.1.958-43.el7.noarch.rpm >>> texlive-latexconfig-svn28991.0-43.el7.noarch.rpm >>> texlive-listings-svn15878.1.4-43.el7.noarch.rpm >>> texlive-luatexbase-svn22560.0.31-43.el7.noarch.rpm >>> texlive-makeindex-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-luaotfload-svn26718.1.26-43.el7.noarch.rpm >>> texlive-lua-alt-getopt-svn29349.0.7.0-43.el7.noarch.rpm >>> texlive-luatex-svn26689.0.70.1-43.el7.noarch.rpm >>> texlive-luaotfload-bin-svn18579.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-lualatex-math-svn29346.1.2-43.el7.noarch.rpm >>> texlive-luatex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-metafont-svn26689.2.718281-43.el7.noarch.rpm >>> texlive-mathpazo-svn15878.1.003-43.el7.noarch.rpm >>> texlive-makeindex-svn26689.2.12-43.el7.noarch.rpm >>> texlive-mdwtools-svn15878.1.05.4-43.el7.noarch.rpm >>> texlive-marginnote-svn25880.v1.1i-43.el7.noarch.rpm >>> texlive-marvosym-svn29349.2.2a-43.el7.noarch.rpm >>> texlive-metafont-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-memoir-svn21638.3.6j_patch_6.0g-43.el7.noarch.rpm >>> texlive-mh-svn29420.0-43.el7.noarch.rpm >>> texlive-mfnfss-svn19410.0-43.el7.noarch.rpm >>> texlive-mflogo-svn17487.0-43.el7.noarch.rpm >>> texlive-metalogo-svn18611.0.12-43.el7.noarch.rpm >>> texlive-mfware-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-microtype-svn29392.2.5-43.el7.noarch.rpm >>> texlive-misc-svn24955.0-43.el7.noarch.rpm >>> texlive-mfware-svn26689.0-43.el7.noarch.rpm >>> texlive-mptopdf-bin-svn18674.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-ntgclass-svn15878.0-43.el7.noarch.rpm >>> texlive-ms-svn24467.0-43.el7.noarch.rpm >>> texlive-multido-svn18302.1.42-43.el7.noarch.rpm >>> texlive-mptopdf-svn26689.0-43.el7.noarch.rpm >>> texlive-natbib-svn20668.8.31b-43.el7.noarch.rpm >>> texlive-ncntrsbk-svn28614.0-43.el7.noarch.rpm >>> texlive-mparhack-svn15878.1.4-43.el7.noarch.rpm >>> texlive-pdfpages-svn27574.0.4t-43.el7.noarch.rpm >>> texlive-parallel-svn15878.0-43.el7.noarch.rpm >>> texlive-parskip-svn19963.2.0-43.el7.noarch.rpm >>> texlive-pdftex-bin-svn27321.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-oberdiek-svn26725.0-43.el7.noarch.rpm >>> texlive-paralist-svn15878.2.3b-43.el7.noarch.rpm >>> texlive-pdftex-def-svn22653.0.06d-43.el7.noarch.rpm >>> texlive-palatino-svn28614.0-43.el7.noarch.rpm >>> texlive-pgf-svn22614.2.10-43.el7.noarch.rpm >>> texlive-plain-svn26647.0-43.el7.noarch.rpm >>> texlive-pslatex-svn16416.0-43.el7.noarch.rpm >>> texlive-powerdot-svn25656.1.4i-43.el7.noarch.rpm >>> texlive-psfrag-svn15878.3.04-43.el7.noarch.rpm >>> texlive-psnfss-svn23394.9.2a-43.el7.noarch.rpm >>> texlive-preprint-svn16085.0-43.el7.noarch.rpm >>> texlive-pdftex-svn29585.1.40.11-43.el7.noarch.rpm >>> texlive-pst-grad-svn15878.1.06-43.el7.noarch.rpm >>> texlive-pst-fill-svn15878.1.01-43.el7.noarch.rpm >>> texlive-pst-eps-svn15878.1.0-43.el7.noarch.rpm >>> texlive-pspicture-svn15878.0-43.el7.noarch.rpm >>> texlive-pst-math-svn20176.0.61-43.el7.noarch.rpm >>> texlive-pst-3d-svn17257.1.10-43.el7.noarch.rpm >>> texlive-pst-coil-svn24020.1.06-43.el7.noarch.rpm >>> texlive-pst-blur-svn15878.2.0-43.el7.noarch.rpm >>> texlive-pst-plot-svn28729.1.44-43.el7.noarch.rpm >>> texlive-pst-text-svn15878.1.00-43.el7.noarch.rpm >>> texlive-pst-tree-svn24142.1.12-43.el7.noarch.rpm >>> texlive-pstricks-add-svn28750.3.59-43.el7.noarch.rpm >>> texlive-pstricks-svn29678.2.39-43.el7.noarch.rpm >>> texlive-pst-slpe-svn24391.1.31-43.el7.noarch.rpm >>> texlive-pxfonts-svn15878.0-43.el7.noarch.rpm >>> texlive-pst-node-svn27799.1.25-43.el7.noarch.rpm >>> texlive-qstest-svn15878.0-43.el7.noarch.rpm >>> texlive-sauerj-svn15878.0-43.el7.noarch.rpm >>> texlive-rotating-svn16832.2.16b-43.el7.noarch.rpm >>> texlive-section-svn20180.0-43.el7.noarch.rpm >>> texlive-rcs-svn15878.0-43.el7.noarch.rpm >>> texlive-seminar-svn18322.1.5-43.el7.noarch.rpm >>> texlive-rsfs-svn15878.0-43.el7.noarch.rpm >>> texlive-sansmath-svn17997.1.1-43.el7.noarch.rpm >>> texlive-tetex-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-symbol-svn28614.0-43.el7.noarch.rpm >>> texlive-soul-svn15878.2.4-43.el7.noarch.rpm >>> texlive-subfig-svn15878.1.3-43.el7.noarch.rpm >>> texlive-setspace-svn24881.6.7a-43.el7.noarch.rpm >>> texlive-sepnum-svn20186.2.0-43.el7.noarch.rpm >>> texlive-tetex-svn29585.3.0-43.el7.noarch.rpm >>> texlive-showexpl-svn27790.v0.3j-43.el7.noarch.rpm >>> texlive-texconfig-svn29349.0-43.el7.noarch.rpm >>> texlive-tex-gyre-math-svn29045.0-43.el7.noarch.rpm >>> texlive-texlive.infra-bin-svn22566.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-tex-svn26689.3.1415926-43.el7.noarch.rpm >>> texlive-texconfig-bin-svn27344.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-tex-bin-svn26912.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-texlive.infra-svn28217.0-43.el7.noarch.rpm >>> texlive-tex-gyre-svn18651.2.004-43.el7.noarch.rpm >>> texlive-txfonts-svn15878.0-43.el7.noarch.rpm >>> texlive-textcase-svn15878.0-43.el7.noarch.rpm >>> texlive-thumbpdf-bin-svn6898.0-43.20130427_r30134.el7.noarch.rpm >>> texlive-times-svn28614.0-43.el7.noarch.rpm >>> texlive-type1cm-svn21820.0-43.el7.noarch.rpm >>> texlive-tipa-svn29349.1.3-43.el7.noarch.rpm >>> texlive-tools-svn26263.0-43.el7.noarch.rpm >>> texlive-thumbpdf-svn26689.3.15-43.el7.noarch.rpm >>> texlive-utopia-svn15878.0-43.el7.noarch.rpm >>> texlive-unicode-math-svn29413.0.7d-43.el7.noarch.rpm >>> texlive-url-svn16864.3.2-43.el7.noarch.rpm >>> texlive-wasy-svn15878.0-43.el7.noarch.rpm >>> texlive-varwidth-svn24104.0.92-43.el7.noarch.rpm >>> texlive-underscore-svn18261.0-43.el7.noarch.rpm >>> texlive-typehtml-svn17134.0-43.el7.noarch.rpm >>> texlive-ucs-svn27549.2.1-43.el7.noarch.rpm >>> texlive-wasysym-svn15878.2.0-43.el7.noarch.rpm >>> texlive-xkeyval-svn27995.2.6a-43.el7.noarch.rpm >>> texlive-zapfding-svn28614.0-43.el7.noarch.rpm >>> texlive-xcolor-svn15878.2.11-43.el7.noarch.rpm >>> texlive-xdvi-bin-svn26509.0-43.20130427_r30134.el7.x86_64.rpm >>> texlive-zapfchan-svn28614.0-43.el7.noarch.rpm >>> texlive-xunicode-svn23897.0.981-43.el7.noarch.rpm >>> texlive-xdvi-svn26689.22.85-43.el7.noarch.rpm >>> thai-scalable-purisa-fonts-0.5.0-7.el7.noarch.rpm >>> texmacs-fedora-fonts-1.99.2-6.el7.noarch.rpm >>> thai-scalable-fonts-common-0.5.0-7.el7.noarch.rpm >>> thai-scalable-sawasdee-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-garuda-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-norasi-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-loma-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-kinnari-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-tlwgmono-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-tlwgtypist-fonts-0.5.0-7.el7.noarch.rpm >>> tibetan-machine-uni-fonts-1.901-12.el7.noarch.rpm >>> thai-scalable-umpush-fonts-0.5.0-7.el7.noarch.rpm >>> time-1.7-45.el7.x86_64.rpm >>> thai-scalable-tlwgtypewriter-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-waree-fonts-0.5.0-7.el7.noarch.rpm >>> thai-scalable-tlwgtypo-fonts-0.5.0-7.el7.noarch.rpm >>> tomcat-servlet-3.0-api-7.0.76-8.el7_5.noarch.rpm >>> tk-8.5.13-6.el7.x86_64.rpm >>> tk-devel-8.5.13-6.el7.x86_64.rpm >>> tix-8.4.3-12.el7.x86_64.rpm >>> tinyxml2-2.1.0-2.20140406git6ee53e7.el7.x86_64.rpm >>> tpm2-abrmd-1.1.0-10.el7.x86_64.rpm >>> tix-devel-8.4.3-12.el7.x86_64.rpm >>> tpm2-abrmd-devel-1.1.0-10.el7.x86_64.rpm >>> traceroute-2.0.22-2.el7.x86_64.rpm >>> trabajo-fonts-2.0-2.el7.noarch.rpm >>> trousers-devel-0.3.14-2.el7.x86_64.rpm >>> tpm2-tss-1.4.0-2.el7.x86_64.rpm >>> tpm2-tss-devel-1.4.0-2.el7.x86_64.rpm >>> tpm2-tools-3.0.4-2.el7.src.rpm >>> ttmkfdir-3.0.9-42.el7.x86_64.rpm >>> trousers-0.3.14-2.el7.x86_64.rpm >>> unixODBC-devel-2.3.1-11.el7.x86_64.rpm >>> tulrich-tuffy-fonts-1.28-2.el7.noarch.rpm >>> tzdata-java-2018g-1.el7.noarch.rpm >>> tzdata-2018g-1.el7.noarch.rpm >>> unifont-fonts-10.0.07-2.el7.noarch.rpm >>> unixODBC-2.3.1-11.el7.x86_64.rpm >>> unbound-libs-1.6.6-5.el7_8.x86_64.rpm >>> tuna-0.13-6.el7.noarch.rpm >>> uriparser-0.7.5-9.el7.x86_64.rpm >>> ustr-1.0.4-16.el7.x86_64.rpm >>> usbredir-0.7.1-3.el7.x86_64.rpm >>> userspace-rcu-devel-0.10.0-3.el7.x86_64.rpm >>> userspace-rcu-0.10.0-3.el7.x86_64.rpm >>> unzip-6.0-21.el7.x86_64.rpm >>> usbredir-devel-0.7.1-3.el7.x86_64.rpm >>> urw-fonts-2.4-16.el7.noarch.rpm >>> virt-what-1.18-4.el7.x86_64.rpm >>> vim-filesystem-7.4.629-7.el7.x86_64.rpm >>> uuid-devel-1.6.2-26.el7.x86_64.rpm >>> uuid-1.6.2-26.el7.x86_64.rpm >>> vim-common-7.4.629-7.el7.x86_64.rpm >>> vim-enhanced-7.4.629-7.el7.x86_64.rpm >>> vim-minimal-7.4.629-7.el7.x86_64.rpm >>> ustr-devel-1.0.4-16.el7.x86_64.rpm >>> wavpack-4.60.1-9.el7.x86_64.rpm >>> web-assets-filesystem-5-1.el7.noarch.rpm >>> vlgothic-p-fonts-20130607-2.el7.noarch.rpm >>> wget-1.14-18.el7_6.1.x86_64.rpm >>> watchdog-5.13-12.el7.src.rpm >>> wayland-protocols-devel-1.14-1.el7.noarch.rpm >>> wayland-devel-1.15.0-1.el7.x86_64.rpm >>> vlgothic-fonts-20130607-2.el7.noarch.rpm >>> xalan-j2-2.7.1-23.el7.noarch.rpm >>> wqy-unibit-fonts-1.1.0-13.el7.noarch.rpm >>> wqy-zenhei-fonts-0.9.46-11.el7.noarch.rpm >>> xfsprogs-4.5.0-18.el7.x86_64.rpm >>> xbean-3.13-6.el7.noarch.rpm >>> xerces-j2-2.11.0-17.el7_0.noarch.rpm >>> wqy-microhei-fonts-0.2.0-0.12.beta.el7.noarch.rpm >>> which-2.20-7.el7.x86_64.rpm >>> xkeyboard-config-2.24-1.el7.noarch.rpm >>> xmlsec1-1.2.20-7.el7_4.x86_64.rpm >>> xhtml1-dtds-1.0-20020801.11.el7.noarch.rpm >>> xfsprogs-devel-4.5.0-18.el7.x86_64.rpm >>> xmlsec1-openssl-1.2.20-7.el7_4.x86_64.rpm >>> xml-commons-apis-1.4.01-16.el7.noarch.rpm >>> xml-commons-resolver-1.2-15.el7.noarch.rpm >>> xml-common-0.6.3-39.el7.noarch.rpm >>> xorg-x11-fonts-Type1-7.5-9.el7.noarch.rpm >>> XStatic-Angular-common-1.5.8.0-1.el7.noarch.rpm >>> xorg-x11-proto-devel-2018.4-1.el7.noarch.rpm >>> xorg-x11-xauth-1.0.9-1.el7.x86_64.rpm >>> xorg-x11-font-utils-7.5-21.el7.x86_64.rpm >>> xstatic-angular-bootstrap-common-2.2.0.0-1.el7.noarch.rpm >>> xmlstarlet-1.6.1-1.el7.x86_64.rpm >>> xmlto-0.0.25-7.el7.x86_64.rpm >>> xstatic-jsencrypt-common-2.3.1.1-1.el7.noarch.rpm >>> xstatic-objectpath-common-1.2.1.0-0.1.pre_review.el7.noarch.rpm >>> xstatic-d3-common-3.5.17.0-1.el7.noarch.rpm >>> xstatic-angular-gettext-common-2.3.8.0-1.el7.noarch.rpm >>> xstatic-angular-schema-form-common-0.8.13.0-0.1.pre_review.el7.noarch.rpm >>> xstatic-angular-fileupload-common-12.0.4.0-1.el7.noarch.rpm >>> xstatic-bootstrap-scss-common-3.3.7.1-2.el7.noarch.rpm >>> xstatic-jasmine-common-2.4.1.1-1.el7.noarch.rpm >>> xstatic-smart-table-common-1.4.13.2-1.el7.noarch.rpm >>> xz-libs-5.2.2-1.el7.x86_64.rpm >>> xz-devel-5.2.2-1.el7.x86_64.rpm >>> yajl-devel-2.0.4-4.el7.x86_64.rpm >>> xz-5.2.2-1.el7.x86_64.rpm >>> xstatic-tv4-common-1.2.7.0-0.1.pre_review.el7.noarch.rpm >>> xstatic-termjs-common-0.0.7.0-1.el7.noarch.rpm >>> yajl-2.0.4-4.el7.x86_64.rpm >>> zip-3.0-11.el7.x86_64.rpm >>> yum-3.4.3-161.el7.centos.noarch.rpm >>> yum-utils-1.1.31-50.el7.noarch.rpm >>> zlib-1.2.7-18.el7.x86_64.rpm >>> yasm-1.2.0-4.el7.x86_64.rpm >>> yum-metadata-parser-1.1.4-10.el7.x86_64.rpm >>> zeromq-4.0.5-4.el7.x86_64.rpm >>> yum-plugin-fastestmirror-1.1.31-50.el7.noarch.rpm >>> zlib-devel-1.2.7-18.el7.x86_64.rpm >>> zvbi-fonts-0.2.35-1.el7.noarch.rpm >>> zziplib-0.13.62-9.el7.x86_64.rpm >>> >>> >>> >>> On Tuesday 28 September 2021 20:37:11 PM (+07:00), Scott Little wrote: >>> >>>> And when you look in those logs what do you see? >>>> >>>> Scott >>>> >>>> >>>> On 2021-09-27 10:59 a.m., Embedded Devel wrote: >>>>> [Please note: This e-mail is from an EXTERNAL e-mail address] >>>>> >>>>> it did continue, until the the end but did provide and error message about failed and missing rpms >>>>> >>>>> [dingo at ffdf31df919a centos-mirror-tools]$ ls -al logs/*missing* >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_rpms_missing_centos.log >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:23 logs/K1_srpms_missing_centos.log >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_rpms_missing_3rdparties.log >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:18 logs/L1_rpms_missing_centos3rdparties.log >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/L1_rpms_missing_centos.log >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 01:07 logs/L1_srpms_missing_3rdparties.log >>>>> -rw-r--r-- 1 dingo cgts 5804 Sep 24 01:33 logs/L1_srpms_missing_centos3rdparties.log >>>>> -rw-r--r-- 1 dingo cgts 83317 Sep 24 02:23 logs/L1_srpms_missing_centos.log >>>>> -rw-r--r-- 1 dingo cgts 0 Sep 24 02:36 logs/log_download_tarball_missing.txt >>>>> -rw-r--r-- 1 dingo cgts 270 Sep 24 02:36 logs/rpm-gpg-key-missing.txt >>>>> >>>>> >>>>> >>>>> On Monday 27 September 2021 21:02:50 PM (+07:00), Scott Little wrote: >>>>> >>>>>> I don't think the entitlement server message is a fatal one. >>>>>> >>>>>> Did download_mirror.sh actually fail on that message, Or did it keep going? What was the return code? did you look in logs/*missing* for a list of failed packages. >>>>>> >>>>>> >>>>>> On 2021-09-27 6:24 a.m., Embedded Devel wrote: >>>>>>> [Please note: This e-mail is from an EXTERNAL e-mail address] >>>>>>> >>>>>>> Hey can i ask, how you got past the cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>>>>> my errors below... >>>>>>> >>>>>>>> According to https://docs.starlingx.io/developer_resources/build_guide.html#run-building-docker-container >>>>>>>> >>>>>>>> Download packages? >>>>>>>> Inside the Docker container, enter the following commands to download the required packages to populate the CentOS mirror repository: >>>>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>>>>>> >>>>>>>> ended up with >>>>>>>> >>>>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >>>>>>>> >>>>>>>> so i register after hunting around google.... >>>>>>>> >>>>>>>> sudo subscription-manager register --username xxxxxxxx --password xxxxxxxx --auto-attach >>>>>>>> >>>>>>>> and re-run >>>>>>>> cd $MY_REPO_ROOT_DIR/stx-tools/centos-mirror-tools && bash download_mirror.sh >>>>>>>> >>>>>>>> now its saying >>>>>>>> >>>>>>>> This system is registered with an entitlement server, but is not receiving updates. You can use subscription-manager to assign subscriptions. >>>>>>>> >>>>>>>> so... how do i resolve this, i cant fix things and help if i cant build and test :) >>>>>>> On Monday 27 September 2021 08:21:17 AM (+07:00), Shigeru Yoshida wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I'm trying to build StarlingX ISO following the Layered Build Guide. >>>>>>>> >>>>>>>> When I run build-pkgs to build the compiler layer, building golang 1.13.15 failed with the following error: >>>>>>>> >>>>>>>> # go tool dist test -run=^test:0_1$ >>>>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>>>>>> BUILDSTDERR: /builddir/build/BUILD/go-13.15/test/runtest.exe --shard=0 --shards=1 >>>>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >>>>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>>>>>> BUILDSTDERR: go run /builddir/build/BUILD/go-13.15/src/cmd/api/run.go >>>>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std >>>>>>>> ##### API check >>>>>>>> # go tool dist test -run=^api$ >>>>>>>> Go version is "go1.13.15", ignoring -next /builddir/build/BUILD/go-13.15/api/next.txt >>>>>>>> BUILDSTDERR: run: go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std DONE >>>>>>>> FAILED >>>>>>>> RPM build errors: >>>>>>>> BUILDSTDERR: error: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >>>>>>>> BUILDSTDERR: Macro expanded in comment on line 148: %{version}-%{release} >>>>>>>> BUILDSTDERR: Macro expanded in comment on line 149: %{version} >>>>>>>> BUILDSTDERR: Macro expanded in comment on line 150: %{version} >>>>>>>> BUILDSTDERR: Macro expanded in comment on line 151: %{version} >>>>>>>> BUILDSTDERR: Bad exit status from /var/tmp/rpm-tmp.7ZZ7V8 (%check) >>>>>>>> Child return code was: 1 >>>>>>>> EXCEPTION: [Error()] >>>>>>>> Traceback (most recent call last): >>>>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace >>>>>>>> result = func(*args, **kw) >>>>>>>> File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 736, in do_with_status >>>>>>>> raise exception.Error("Command failed: \n # %s\n%s" % (command, output), child.returncode) >>>>>>>> mockbuild.exception.Error: Command failed: >>>>>>>> # bash --login -c /usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/golang.spec >>>>>>>> >>>>>>>> It seems that other golang versions, e.g. 1.13.9, 1.15.14, and 1.16.6, are built successfully. >>>>>>>> >>>>>>>> How can I fix this? Can anybody give me some comments to fix this? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Shigeru >>>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> Starlingx-discuss mailing list >>>>>>>> Starlingx-discuss at lists.starlingx.io >>>>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>>>>>> >>>>>>> -- >>>>>>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >>>>>>> >>>>>>> _______________________________________________ >>>>>>> Starlingx-discuss mailing list >>>>>>> Starlingx-discuss at lists.starlingx.io >>>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>>>> _______________________________________________ >>>>>> Starlingx-discuss mailing list >>>>>> Starlingx-discuss at lists.starlingx.io >>>>>> http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss >>>>>> >>>>> -- >>>>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >>>> >>> -- >>> Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com >> >> > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From Ghada.Khalil at windriver.com Wed Sep 29 14:28:27 2021 From: Ghada.Khalil at windriver.com (Khalil, Ghada) Date: Wed, 29 Sep 2021 14:28:27 +0000 Subject: [Starlingx-discuss] Starlingx with SELinux enforced In-Reply-To: References: Message-ID: Hi Danishka, StarlingX does not currently support SELinux. No verification was done with it enabled. Regards, Ghada From: open infra Sent: Sunday, September 26, 2021 4:44 AM To: starlingx-discuss at lists.starlingx.io Subject: [Starlingx-discuss] Starlingx with SELinux enforced [Please note: This e-mail is from an EXTERNAL e-mail address] Hi, Are there any known issues with SELinux? Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Wed Sep 29 14:37:23 2021 From: lists at optimcloud.com (Embedded Devel) Date: Wed, 29 Sep 2021 14:37:23 +0000 Subject: [Starlingx-discuss] Master Test build ISO 20210910T021849Z & wireguard In-Reply-To: <2b029376-e463-563c-17d2-77343495ff99@windriver.com> References: <2b029376-e463-563c-17d2-77343495ff99@windriver.com> Message-ID: <1632926097902.2302480918.869131081@optimcloud.com> Also FYI ... i filed a bug on the wireguard , however in a recent latest iso it appears to be working, controller-0:~$ sudo wg Password: interface: wg0 public key: XXXXXXXXXXXXXXXXXXXXXXX private key: (hidden) listening port: 51820 now trying to figure out the firewall rules to allow out to act like a server for remote access to the cluster :) On Monday 13 September 2021 20:21:23 PM (+07:00), Scott Little wrote: > Good find. > > Please file a launchpad via https://bugs.launchpad.net/starlingx/+filebug > > Thanks > > Scott > > > On 2021-09-12 9:14 p.m., Embedded Devel wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > So i decided to see where things were, when hunting around and saw kernel > > 5.x was coming and i looked at the config and saw wireguard module included > > i deployed it successfully, on the internal lab, and looked around a bit to > > find > > /lib/modules/5.10.30-200.3.tis.el7.x86_64/kernel/drivers/net/wireguard > > > > insmod wireguard.ko.xz > > insmod: ERROR: could not insert module wireguard.ko.xz: Unknown symbol in > > module > > > > [26696.022127] wireguard: Unknown symbol blake2s_final (err -2) > > [26696.022140] wireguard: Unknown symbol curve25519_null_point (err -2) > > [26696.022149] wireguard: Unknown symbol udp_sock_create4 (err -2) > > [26696.022160] wireguard: Unknown symbol udp_tunnel6_xmit_skb (err -2) > > [26696.022174] wireguard: Unknown symbol > > chacha20poly1305_encrypt_sg_inplace (err -2) > > [26696.022184] wireguard: Unknown symbol blake2s_update (err -2) > > [26696.022194] wireguard: Unknown symbol chacha20poly1305_encrypt (err -2) > > [26696.022227] wireguard: Unknown symbol > > chacha20poly1305_decrypt_sg_inplace (err -2) > > [26696.022239] wireguard: Unknown symbol xchacha20poly1305_encrypt (err -2) > > [26696.022244] wireguard: Unknown symbol xchacha20poly1305_decrypt (err -2) > > [26696.022253] wireguard: Unknown symbol udp_tunnel_sock_release (err -2) > > [26696.022259] wireguard: Unknown symbol setup_udp_tunnel_sock (err -2) > > [26696.022263] wireguard: Unknown symbol udp_sock_create6 (err -2) > > [26696.022273] wireguard: Unknown symbol curve25519_arch (err -2) > > [26696.022282] wireguard: Unknown symbol chacha20poly1305_decrypt (err -2) > > [26696.022289] wireguard: Unknown symbol curve25519_base_arch (err -2) > > [26696.022295] wireguard: Unknown symbol udp_tunnel_xmit_skb (err -2) > > [26696.022305] wireguard: Unknown symbol blake2s256_hmac (err -2) > > > > can we possibly address this in the kernel config for a complete working > > wireguard module and add wireguard-tools to stx 6.0 ? > > > > -- > > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > -- > > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From Bill.Zvonar at windriver.com Wed Sep 29 14:49:39 2021 From: Bill.Zvonar at windriver.com (Zvonar, Bill) Date: Wed, 29 Sep 2021 14:49:39 +0000 Subject: [Starlingx-discuss] Community (& TSC) Call (Sep 29, 2021) In-Reply-To: References: Message-ID: >From today's call... * Standing Topics * Build/Sanity * sanity seems to be green of late * nothing of note re: build * Gerrit Reviews in Need of Attention * nothing specific to call out this week * Topics for this Week * stx.5.0.1 * release notes update was merged https://review.opendev.org/c/starlingx/docs/+/807899 * so, we're done now, stx.5.0.1 is official * ARs from Previous Meetings * CENGN Backups -- Anthony aligned w/ CENGN on gear, is now working through approvals/ordering * Open Requests for Help * STX 6.0 AIO Duplex * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012116.html * Ghada will ask Steve Webster to have a look & respond * Starlingx with SELinux enforced * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012112.html * Ghada will respond to this * tools issue: This system is not registered with an entitlement server. You can use subscription-manager to register. * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012097.html * Scott has been talking to the asker offline * gpu-operator install failed * http://lists.starlingx.io/pipermail/starlingx-discuss/2021-September/012091.html * Matt to respond to this - possible that that version of the gpu-operator isn't there any more -----Original Message----- From: Zvonar, Bill Sent: Wednesday, September 29, 2021 8:30 AM To: starlingx-discuss at lists.starlingx.io Subject: Community (& TSC) Call (Sep 29, 2021) Hi all, reminder of the weekly TSC/Community calls coming up shortly. Please feel free to add other items to the agenda [0] for the community call. Bill... [0] etherpad: https://etherpad.openstack.org/p/stx-status [1] call details: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_Steering_Committee_.26_Community_Call [2] meeting start time in various time-zones: https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210929T1400 [3] https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 From Steven.Webster at windriver.com Wed Sep 29 18:28:37 2021 From: Steven.Webster at windriver.com (Webster, Steven) Date: Wed, 29 Sep 2021 18:28:37 +0000 Subject: [Starlingx-discuss] STX 6.0 AIO Duplex In-Reply-To: <1632738567471.1693164429.1425981679@optimcloud.com> References: <1632738567471.1693164429.1425981679@optimcloud.com> Message-ID: Hi, There should a step in the "Create Data Networks that vswitch 'data' interfaces will be connected to" in which the data networks are actually created. For example: https://docs.starlingx.io/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.html " # Create Data Networks that vswitch 'data' interfaces will be connected to DATANET0='datanet0' DATANET1='datanet1' system datanetwork-add ${DATANET0} vlan system datanetwork-add ${DATANET1} vlan " You can view the available data networks with system datanetwork-list Steve > -----Original Message----- > From: Embedded Devel > Sent: Monday, September 27, 2021 6:34 AM > To: starlingx-discuss at lists.starlingx.io > Subject: [Starlingx-discuss] STX 6.0 AIO Duplex > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > while rolling out a STX 6.0 aio duplex from a master iso , installed fine, > provisdions fine, then going through the configuration i encounter > > # Create Data Networks that vswitch 'data' interfaces will be connected to > DATANET0='datanet0' > DATANET1='datanet1' > > # Assign Data Networks to Data Interfaces system interface-datanetwork- > assign ${NODE} ${DATANET0} system interface-datanetwork- > assign ${NODE} ${DATANET1} > > These last two commands appear to do nothing and provide the error no > datanetworks found > > So i have to ask, is this document right ? > > > -- > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss From build.starlingx at gmail.com Wed Sep 29 18:50:17 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 14:50:17 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] master STX_repo_sync_layered - Build # 2371 - Failure! Message-ID: <718967696.159.1632941421051.JavaMail.javamailuser@localhost> Project: STX_repo_sync_layered Build #: 2371 Status: Failure Timestamp: 20210929T185006Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T185006Z/logs -------------------------------------------------------------------------------- Parameters BRANCH: master MANIFEST: compiler.xml PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T185006Z/logs PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T185006Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers From build.starlingx at gmail.com Wed Sep 29 20:17:04 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 16:17:04 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_deb_build_containers - Build # 1 - Failure! Message-ID: <1076957105.163.1632946625514.JavaMail.javamailuser@localhost> Project: STX_build_deb_build_containers Build #: 1 Status: Failure Timestamp: 20210929T201703Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T201653Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/debian-master-build-containers/20210929T201653Z OS: debian MY_REPO: /localdisk/designer/jenkins/debian-master-build-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T201653Z/logs FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T201653Z/logs MASTER_JOB_NAME: STX_build_debian_build_containers_master LAYER: build-containers MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers From build.starlingx at gmail.com Wed Sep 29 20:21:40 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 16:21:40 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_deb_build_containers - Build # 2 - Still Failing! In-Reply-To: <2012928691.161.1632946623519.JavaMail.javamailuser@localhost> References: <2012928691.161.1632946623519.JavaMail.javamailuser@localhost> Message-ID: <308852434.166.1632946900896.JavaMail.javamailuser@localhost> Project: STX_build_deb_build_containers Build #: 2 Status: Still Failing Timestamp: 20210929T202137Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202131Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/debian-master-build-containers/20210929T202131Z OS: debian MY_REPO: /localdisk/designer/jenkins/debian-master-build-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202131Z/logs FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T202131Z/logs MASTER_JOB_NAME: STX_build_debian_build_containers_master LAYER: build-containers MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers From build.starlingx at gmail.com Wed Sep 29 20:23:35 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 16:23:35 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_deb_build_containers - Build # 3 - Still Failing! In-Reply-To: <736910817.164.1632946897960.JavaMail.javamailuser@localhost> References: <736910817.164.1632946897960.JavaMail.javamailuser@localhost> Message-ID: <1952741812.169.1632947016304.JavaMail.javamailuser@localhost> Project: STX_build_deb_build_containers Build #: 3 Status: Still Failing Timestamp: 20210929T202334Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202327Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/debian-master-build-containers/20210929T202327Z OS: debian MY_REPO: /localdisk/designer/jenkins/debian-master-build-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202327Z/logs REGISTRY_USERID: slittlewrs FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T202327Z/logs MASTER_JOB_NAME: STX_build_debian_build_containers_master LAYER: build-containers MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers REGISTRY: REGISTRY From build.starlingx at gmail.com Wed Sep 29 20:24:33 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 16:24:33 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_deb_build_containers - Build # 4 - Still Failing! In-Reply-To: <124606704.167.1632947014470.JavaMail.javamailuser@localhost> References: <124606704.167.1632947014470.JavaMail.javamailuser@localhost> Message-ID: <216344106.172.1632947074232.JavaMail.javamailuser@localhost> Project: STX_build_deb_build_containers Build #: 4 Status: Still Failing Timestamp: 20210929T202432Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202426Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/debian-master-build-containers/20210929T202426Z OS: debian MY_REPO: /localdisk/designer/jenkins/debian-master-build-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202426Z/logs REGISTRY_USERID: slittlewrs FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T202426Z/logs MASTER_JOB_NAME: STX_build_debian_build_containers_master LAYER: build-containers MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers REGISTRY: docker.io From build.starlingx at gmail.com Wed Sep 29 20:28:01 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 16:28:01 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_deb_build_containers - Build # 5 - Still Failing! In-Reply-To: <915769999.170.1632947072636.JavaMail.javamailuser@localhost> References: <915769999.170.1632947072636.JavaMail.javamailuser@localhost> Message-ID: <1785237076.175.1632947283182.JavaMail.javamailuser@localhost> Project: STX_build_deb_build_containers Build #: 5 Status: Still Failing Timestamp: 20210929T202759Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202753Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/debian-master-build-containers/20210929T202753Z OS: debian MY_REPO: /localdisk/designer/jenkins/debian-master-build-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T202753Z/logs REGISTRY_USERID: slittlewrs FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T202753Z/logs MASTER_JOB_NAME: STX_build_debian_build_containers_master LAYER: build-containers MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers REGISTRY: docker.io From build.starlingx at gmail.com Wed Sep 29 20:34:32 2021 From: build.starlingx at gmail.com (build.starlingx at gmail.com) Date: Wed, 29 Sep 2021 16:34:32 -0400 (EDT) Subject: [Starlingx-discuss] [build-report] STX_build_deb_build_containers - Build # 7 - Failure! Message-ID: <936861968.179.1632947673498.JavaMail.javamailuser@localhost> Project: STX_build_deb_build_containers Build #: 7 Status: Failure Timestamp: 20210929T203117Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T203001Z/logs -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/debian-master-build-containers/20210929T203001Z OS: debian MY_REPO: /localdisk/designer/jenkins/debian-master-build-containers/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/build-containers/20210929T203001Z/logs REGISTRY_USERID: slittlewrs FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/master/debian/build-containers/20210929T203001Z/logs DOCKER_BUILD_TAG: master-debian-20210929T203001Z MASTER_JOB_NAME: STX_build_debian_build_containers_master LAYER: build-containers MY_REPO_ROOT: /localdisk/designer/jenkins/debian-master-build-containers REGISTRY: docker.io From maryx.camp at intel.com Wed Sep 29 21:05:09 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Wed, 29 Sep 2021 21:05:09 +0000 Subject: [Starlingx-discuss] [docs] [meeting] Docs team notes 29-Sep-21 Message-ID: Hello all, Here are this week's docs team meeting minutes (short form). Details in [2]. Join us if you have interest in StarlingX docs! We meet on Wednesdays 12:30 PST. ? [1]?? Call logistics: https://wiki.openstack.org/wiki/Starlingx/Meetings ??[2]?? Tracking Etherpad: https://etherpad.openstack.org/p/stx-documentation thanks, Mary Camp ========== 29-Sep-21 All -- reviews merged since last meeting: 14 All -- bug status -- 17 total - team agrees to defer all low priority LP until the upstreaming effort is completed. 6 LP are WIP against API documentation, which is generated from source code (low priority). Query for LP that are tagged for docs: https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.docs Status/questions/opens Ron demoed the unique file name utility - must be in Linux terminal to run it. How to details are in the Doc Contributor's guide here: https://docs.starlingx.io/contributor/doc_contribute_guide.html#create-rst-files Juanita - cherry picks in progress - done Mary's AR from last week: check topics against Greg's "docs.starlingx.outline" from last year and come up with actions. Mary checked the Configuration guide only: https://docs.starlingx.io/configuration/index.html Opens: Docker Proxy Config doesn't have a corresponding replacement file. 2 stubs have no replacements. Details below. Suggestions: should we move all of this to a new Archive category? Do we need to redirect the old links to the new ones? The WR team will bring all of this up with Greg in their regular Friday meeting. CONFIGURATION: https://docs.starlingx.io/configuration/index.html General Configuration Branding Configuration [STUB] -> MOVED to SystemConfigAndMgmt SECTION confirmed https://docs.starlingx.io/system_configuration/kubernetes/branding-the-login-banner-during-commissioning.html Certificate Configuration -> MOVED to Security SECTION confirmed https://docs.starlingx.io/security/kubernetes/https-access-overview.html Host Configuration [STUB] -> MOVED to NodeConfigAndMgmt SECTION confirmed https://docs.starlingx.io/node_management/index.html [not in Greg's doc] Host FPGA Configuration - Intel N3000 -> confirmed in Node Management guide https://docs.starlingx.io/node_management/kubernetes/index.html#intel-n3000-fpga-support Host Interface and Network Configuration -> MOVED to NodeConfigAndMgmt SECTION confirmed https://docs.starlingx.io/node_management/index.html Docker Proxy Configuration -> MOVED to SystemConfigAndMgmt SECTION OPEN: This guide is referred to in all the Installation guides in multiple places. https://docs.starlingx.io/configuration/docker_proxy_config.html Is this the replacement? https://docs.starlingx.io/security/kubernetes/connect-to-container-registries-through-a-firewall-or-proxy.html System Configuration [STUB] -> MOVED to SystemConfigAndMgmt SECTION confirmed https://docs.starlingx.io/system_configuration/index.html Time Configuration [STUB] -> MOVED to SystemConfigAndMgmt SECTION confirmed https://docs.starlingx.io/system_configuration/kubernetes/configuring-ntp-servers-and-services-using-horizon.html StarlingX-Kubernetes Configuration Authenticating Kubernetes Users with Windows Active Directory -> MOVED to Security confirmed https://docs.starlingx.io/security/kubernetes/overview-of-windows-active-directory.html Persistent Volume Configuration [STUB] -> MOVED to Storage SECTION confirmed https://docs.starlingx.io/storage/kubernetes/about-persistent-volume-support.html Pod Security Policies -> MOVED to Security SECTION confirmed https://docs.starlingx.io/security/kubernetes/pod-security-policies.html Resource Policies -> MOVED to Security SECTION confirmed https://docs.starlingx.io/security/kubernetes/resource-management.html Upgrade Kubernetes version -> MOVED to Updates/Upgrades SECTION confirmed https://docs.starlingx.io/updates/kubernetes/manual-kubernetes-components-upgrade.html StarlingX-OpenStack Configuration OpenStack Cinder File System Configuration -> MOVED to Storage SECTION confirmed https://docs.starlingx.io/storage/openstack/configure-an-optional-cinder-file-system.html OpenStack Ironic Configuration [STUB] -> MOVED to SystemConfigAndMgmt SECTION OpenStack Swift Configuration [STUB] -> MOVED to SystemConfigAndMgmt SECTION From lists at optimcloud.com Thu Sep 30 04:11:01 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 30 Sep 2021 04:11:01 +0000 Subject: [Starlingx-discuss] calicoctl / calico containers stx 6.0 aio duplex and wireguard Message-ID: <1632974745542.605493260.58076787@optimcloud.com> based on the calico documentation, https://docs.projectcalico.org/security/encrypt-cluster-pod-traffic we should be able to patch felix calicoctl patch felixconfiguration default --type='merge' -p '{"spec":{"wireguardEnabled":true}}' I have a pre-6 stx aio duplex deployed, wireguard does work, i yum installed wireguard-tools, i can bring up the wg interface so two things, how can we execute calico commands ? i see 0 documentation on it and two im curious what wireguard firewall rules for calico would look like. id imagine based on the docs cat < gnp-oam-overrides.yaml apiVersion: crd.projectcalico.org/v1 kind: GlobalNetworkPolicy metadata: name: wg-oam-overrides spec: ingress: - action: Allow destination: ports: - 51820 protocol: UDP order: 500 selector: has(iftype) && iftype == 'oam' types: - Ingress EOF when applied, i cannot connect a remote client to the OAM address, or the floating address -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Thu Sep 30 04:41:20 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 30 Sep 2021 04:41:20 +0000 Subject: [Starlingx-discuss] calicoctl / calico containers stx 6.0 aio duplex and wireguard - DONE! In-Reply-To: <1632974745542.605493260.58076787@optimcloud.com> References: <1632974745542.605493260.58076787@optimcloud.com> Message-ID: <1632975869705.1585507874.3975460403@optimcloud.com> LOL Achievement unlocked ... it works now steps to reproduce: controller-0:~$ wget https://centos.pkgs.org/7/epel-testing-x86_64/wireguard-tools-1.0.20210914-1.el7.x86_64.rpm.html controller-0:~$ sudo yum install -y wireguard-tools-1.0.20210914-1.el7.x86_64.rpm Loaded plugins: fastestmirror Examining wireguard-tools-1.0.20210914-1.el7.x86_64.rpm: wireguard-tools-1.0.20210914-1.el7.x86_64 Marking wireguard-tools-1.0.20210914-1.el7.x86_64.rpm to be installed Resolving Dependencies --> Running transaction check ---> Package wireguard-tools.x86_64 0:1.0.20210914-1.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved =============================================================================================================================================================== Package Arch Version Repository Size =============================================================================================================================================================== Installing: wireguard-tools x86_64 1.0.20210914-1.el7 /wireguard-tools-1.0.20210914-1.el7.x86_64 291 k Transaction Summary =============================================================================================================================================================== Install 1 Package Total size: 291 k Installed size: 291 k Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : wireguard-tools-1.0.20210914-1.el7.x86_64 1/1 Verifying : wireguard-tools-1.0.20210914-1.el7.x86_64 1/1 Installed: wireguard-tools.x86_64 0:1.0.20210914-1.el7 controller-0:~$ curl -o kubectl-calico -O -L "https://github.com/projectcalico/calicoctl/releases/download/v3.19.1/calicoctl" % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 615 100 615 0 0 1930 0 --:--:-- --:--:-- --:--:-- 1933 100 42.8M 100 42.8M 0 0 28.1M 0 0:00:01 0:00:01 --:--:-- 46.2M controller-0:~$ chmod +x kubectl-calico controller-0:~$ sudo mv kubectl-calico /bin/ controller-0:~$ kubectl calico patch felixconfiguration default --type='merge' -p '{"spec":{"wireguardEnabled":true}}' Successfully patched 1 'FelixConfiguration' resource controller-0:~$ sudo wg interface: wireguard.cali public key: LcaQ5thd7yo4thPR/d0g4LHCnWwEfVsLJaaveeQnago= private key: (hidden) listening port: 51820 fwmark: 0x100000 peer: n1+ugi4bv8Vfpnhfau7/Uaqm/9RqhmQnQ9U+7DoOsj8= endpoint: 192.168.206.3:51820 allowed ips: 172.16.166.128/26, 172.16.166.128/32, 172.16.166.163/32 controller-0:~$ controller-1:~$ sudo wg interface: wireguard.cali public key: n1+ugi4bv8Vfpnhfau7/Uaqm/9RqhmQnQ9U+7DoOsj8= private key: (hidden) listening port: 51820 fwmark: 0x100000 peer: LcaQ5thd7yo4thPR/d0g4LHCnWwEfVsLJaaveeQnago= endpoint: 192.168.206.2:51820 allowed ips: 172.16.192.64/32, 172.16.192.64/26, 172.16.192.87/32 controller-1:~$ On Thursday 30 September 2021 11:11:01 AM (+07:00), Embedded Devel wrote: > based on the calico documentation, https://docs.projectcalico.org/security/encrypt-cluster-pod-traffic we should be able to patch felix calicoctl patch felixconfiguration default --type='merge' -p '{"spec":{"wireguardEnabled":true}}' > > I have a pre-6 stx aio duplex deployed, wireguard does work, i yum installed wireguard-tools, i can bring up the wg interface > > so two things, how can we execute calico commands ? i see 0 documentation on it > > and two im curious what wireguard firewall rules for calico would look like. > > id imagine based on the docs > > cat < gnp-oam-overrides.yaml > apiVersion: crd.projectcalico.org/v1 > kind: GlobalNetworkPolicy > metadata: > name: wg-oam-overrides > spec: > ingress: > - action: Allow > destination: > ports: > - 51820 > protocol: UDP > order: 500 > selector: has(iftype) && iftype == 'oam' > types: > - Ingress > EOF > > > when applied, i cannot connect a remote client to the OAM address, or the floating address > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From alexandru.dimofte at intel.com Thu Sep 30 11:35:10 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Thu, 30 Sep 2021 11:35:10 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210929T021523Z Message-ID: Sanity Test from 2021-September-29 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210929T021523Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210929T021523Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment AIO - Simplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 71 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 83 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From alexandru.dimofte at intel.com Thu Sep 30 11:37:36 2021 From: alexandru.dimofte at intel.com (Dimofte, Alexandru) Date: Thu, 30 Sep 2021 11:37:36 +0000 Subject: [Starlingx-discuss] Sanity Master Test LAYERED build ISO 20210930T021249Z Message-ID: Sanity Test from 2021-September-30 (http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210930T021249Z/outputs/iso/) Status: GREEN Helm-Chart used: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/centos/flock/20210930T021249Z/outputs/helm-charts/helm-charts-stx-openstack-centos-stable-versioned.tgz =========================================== Sanity Test executed on Baremetal Environment AIO - Duplex Setup 04 TCs [PASS] Provisioning 01 TCs [PASS] Sanity OpenStack 76 TCs [PASS] Sanity Platform 07 TCs [PASS] TOTAL: [ 88 TCs ] Kind regards, Alexandru Dimofte [Logo Description automatically generated] Dimofte Alexandru Software Engineer STARLINGX TEAM Skype no: +40 336403734 Personal Mobile: +40 743167456 alexandru.dimofte at intel.com Intel Romania -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.png Type: image/png Size: 5155 bytes Desc: image001.png URL: From shigeru.yoshida at windriver.com Thu Sep 30 12:33:00 2021 From: shigeru.yoshida at windriver.com (Shigeru Yoshida) Date: Thu, 30 Sep 2021 21:33:00 +0900 Subject: [Starlingx-discuss] System observability with BPF on StarlingX Message-ID: Hi, I think it would be exciting if we can use BPF for tracing, debugging, and performance tuning on StarlingX. I noticed that CONFIG_BPF is enabled on the lates 5.10 kernel, but CONFIG_BPF_EVENTS and CONFIG_KPROBES are disabled. So, we cannot use BPF's functionality to the fullest extent. Is this intentional?? I assume it might be some security reasons... Thanks, Shigeru From lists at optimcloud.com Thu Sep 30 12:35:36 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 30 Sep 2021 12:35:36 +0000 Subject: [Starlingx-discuss] stx aio duplex pre-6.0 ceph selfLink was empty, can't make reference Message-ID: <1633005067032.3347015599.1185536308@optimcloud.com> so doing some testing on a deployed stx aio duplex pre-6.0 ceph seems to be havings issues deploying pvc's controller-0:~$ kubectl get pvc --all-namespaces NAMESPACE NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE default data-gitlab-postgresql-0 Pending general 6h36m default gitlab-minio Pending general 6h36m default gitlab-prometheus-server Pending general 6h36m default redis-data-gitlab-redis-master-0 Pending general 6h36m default repo-data-gitlab-gitaly-0 Pending general 6h36m default rwo-test-claim1 Pending general 172m default rwo-test-claim2 Pending general 172m even using the test examples on the web site https://docs.starlingx.io/storage/kubernetes/storage-configuration-create-readwriteonce-persistent-volume-claims.html#storage-configuration-create-readwriteonce-persistent-volume-claims trying to debug i see this kubectl logs -f rbd-provisioner-9bbb7d9b5-r8n5s -n kube-system I0930 09:43:07.506288 1 main.go:85] Creating RBD provisioner ceph.com/rbd with identity: ceph.com/rbd I0930 09:43:07.509134 1 leaderelection.go:185] attempting to acquire leader lease kube-system/ceph.com-rbd... and controller-0:~$ kubectl logs -f rbd-provisioner-9bbb7d9b5-mnqb8 -n kube-system E0930 12:13:20.070818 1 controller.go:1004] provision "default/repo-data-gitlab-gitaly-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference I0930 12:28:20.057340 1 controller.go:987] provision "default/rwo-test-claim2" class "general": started I0930 12:28:20.057394 1 controller.go:987] provision "default/gitlab-prometheus-server" class "general": started I0930 12:28:20.057340 1 controller.go:987] provision "default/rwo-test-claim1" class "general": started I0930 12:28:20.057340 1 controller.go:987] provision "default/repo-data-gitlab-gitaly-0" class "general": started E0930 12:28:20.064180 1 controller.go:1004] provision "default/repo-data-gitlab-gitaly-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference E0930 12:28:20.064217 1 controller.go:1004] provision "default/rwo-test-claim2" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference E0930 12:28:20.064180 1 controller.go:1004] provision "default/gitlab-prometheus-server" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference I0930 12:28:20.064269 1 controller.go:987] provision "default/gitlab-minio" class "general": started I0930 12:28:20.064282 1 controller.go:987] provision "default/data-gitlab-postgresql-0" class "general": started I0930 12:28:20.064284 1 controller.go:987] provision "default/redis-data-gitlab-redis-master-0" class "general": started E0930 12:28:20.064244 1 controller.go:1004] provision "default/rwo-test-claim1" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference E0930 12:28:20.067858 1 controller.go:1004] provision "default/data-gitlab-postgresql-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference E0930 12:28:20.067884 1 controller.go:1004] provision "default/redis-data-gitlab-redis-master-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference E0930 12:28:20.067858 1 controller.go:1004] provision "default/gitlab-minio" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference any ideas on how to resolv ? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From lists at optimcloud.com Thu Sep 30 12:41:20 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 30 Sep 2021 12:41:20 +0000 Subject: [Starlingx-discuss] STX 6.0 AIO Duplex In-Reply-To: References: Message-ID: <1633005637074.3019930352.3002378134@optimcloud.com> okay really not sure how i missed it on controller-0 but seems its working. [sysadmin at controller-0 ~(keystone_admin)]$ system datanetwork-list +--------------------------------------+----------+--------------+------+ | uuid | name | network_type | mtu | +--------------------------------------+----------+--------------+------+ | b03e45f7-f7f7-48c5-a9b7-e28cc9c38f13 | datanet0 | vlan | 1500 | | 5856facc-94ce-4b70-ad12-61718a1ece11 | datanet1 | vlan | 1500 | +--------------------------------------+----------+--------------+------+ [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-0 +--------------+--------------------------------------+--------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+--------+------------------+ | controller-0 | 03693bf0-1354-4ba3-bae8-f3eef3b4a6a8 | data0 | datanet0 | | controller-0 | 530a22f1-32d8-412b-88f2-3dae8fc71e64 | data1 | datanet1 | +--------------+--------------------------------------+--------+------------------+ [sysadmin at controller-0 ~(keystone_admin)]$ system interface-datanetwork-list controller-1 +--------------+--------------------------------------+--------+------------------+ | hostname | uuid | ifname | datanetwork_name | +--------------+--------------------------------------+--------+------------------+ | controller-1 | b031d80b-7dbb-48e5-b947-38cfb712b006 | data1 | datanet1 | | controller-1 | b56d5102-a4a0-4d23-a188-da6743fdc9ec | data0 | datanet0 | +--------------+--------------------------------------+--------+------------------+ On Thursday 30 September 2021 01:28:37 AM (+07:00), Webster, Steven wrote: > Hi, > > There should a step in the "Create Data Networks that vswitch 'data' interfaces will be connected to" in which the data networks are actually created. > > For example: > > https://docs.starlingx.io/deploy_install_guides/r6_release/bare_metal/aio_simplex_install_kubernetes.html > > " > # Create Data Networks that vswitch 'data' interfaces will be connected to > DATANET0='datanet0' > DATANET1='datanet1' > system datanetwork-add ${DATANET0} vlan > system datanetwork-add ${DATANET1} vlan > " > > You can view the available data networks with system datanetwork-list > > Steve > > > -----Original Message----- > > From: Embedded Devel > > Sent: Monday, September 27, 2021 6:34 AM > > To: starlingx-discuss at lists.starlingx.io > > Subject: [Starlingx-discuss] STX 6.0 AIO Duplex > > > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > while rolling out a STX 6.0 aio duplex from a master iso , installed fine, > > provisdions fine, then going through the configuration i encounter > > > > # Create Data Networks that vswitch 'data' interfaces will be connected to > > DATANET0='datanet0' > > DATANET1='datanet1' > > > > # Assign Data Networks to Data Interfaces system interface-datanetwork- > > assign ${NODE} ${DATANET0} system interface-datanetwork- > > assign ${NODE} ${DATANET1} > > > > These last two commands appear to do nothing and provide the error no > > datanetworks found > > > > So i have to ask, is this document right ? > > > > > > -- > > Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com > > > > _______________________________________________ > > Starlingx-discuss mailing list > > Starlingx-discuss at lists.starlingx.io > > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > > _______________________________________________ > Starlingx-discuss mailing list > Starlingx-discuss at lists.starlingx.io > http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss > -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From openinfradn at gmail.com Thu Sep 30 12:51:39 2021 From: openinfradn at gmail.com (open infra) Date: Thu, 30 Sep 2021 18:21:39 +0530 Subject: [Starlingx-discuss] [STX: 5.0.1] Unable to start Etcd Message-ID: Hi, I have installed stx 5.0.1 AIO Simplex. Bootstrap failed with following error. "msg": "Unable to start service etcd: Job for etcd.service failed because the control process exited with error code. See \"systemctl status etcd.service\" and \"journalctl -xe\" for details.\n" Regards, Danishka -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at optimcloud.com Thu Sep 30 13:00:24 2021 From: lists at optimcloud.com (Embedded Devel) Date: Thu, 30 Sep 2021 13:00:24 +0000 Subject: [Starlingx-discuss] stx aio duplex pre-6.0 ceph selfLink was empty, can't make reference In-Reply-To: <1633005067032.3347015599.1185536308@optimcloud.com> References: <1633005067032.3347015599.1185536308@optimcloud.com> Message-ID: <1633006753633.1119362598.362218047@optimcloud.com> seems doing the follwoing resolved my binding issues with ceph / rdb unexpected error getting claim reference: selfLink was empty, can't make reference vi /etc/kubernetes/manifests/kube-apiserver.yaml spec: containers: - command: - kube-apiserver add - --feature-gates=RemoveSelfLink=false sudo systemctl restart kubelet [sysadmin at controller-0 ~(keystone_admin)]$ kubectl get pvc --all-namespaces NAMESPACE NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE default data-gitlab-postgresql-0 Bound pvc-37557d78-6599-4c8a-8361-31b66ccb9f2a 8Gi RWO general 7h4m default gitlab-minio Bound pvc-5e1f31c9-8849-452e-83b1-a1801c3a6d6c 10Gi RWO general 7h4m default gitlab-prometheus-server Bound pvc-5d3e40de-e995-46be-b35f-9f3fae281a84 8Gi RWO general 7h4m default redis-data-gitlab-redis-master-0 Bound pvc-7f063bee-eab3-4b71-a48e-38aed69166bd 8Gi RWO general 7h4m default repo-data-gitlab-gitaly-0 Bound pvc-249dfeb3-7ed3-4884-b5b2-ba0e12e7bea9 50Gi RWO general 7h4m default rwo-test-claim1 Bound pvc-197b50a4-beca-491f-8a16-fc6551f46ad2 1Gi RWO general 3h20m default rwo-test-claim2 Bound pvc-31f0870f-784d-4cd3-9665-898cfaf1710d 1Gi RWO general 3h19m On Thursday 30 September 2021 19:35:36 PM (+07:00), Embedded Devel wrote: > so doing some testing on a deployed stx aio duplex pre-6.0 ceph seems to be havings issues deploying pvc's > > controller-0:~$ kubectl get pvc --all-namespaces > NAMESPACE NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE > default data-gitlab-postgresql-0 Pending general 6h36m > default gitlab-minio Pending general 6h36m > default gitlab-prometheus-server Pending general 6h36m > default redis-data-gitlab-redis-master-0 Pending general 6h36m > default repo-data-gitlab-gitaly-0 Pending general 6h36m > default rwo-test-claim1 Pending general 172m > default rwo-test-claim2 Pending general 172m > > even using the test examples on the web site > https://docs.starlingx.io/storage/kubernetes/storage-configuration-create-readwriteonce-persistent-volume-claims.html#storage-configuration-create-readwriteonce-persistent-volume-claims > > > trying to debug i see this > > kubectl logs -f rbd-provisioner-9bbb7d9b5-r8n5s -n kube-system > I0930 09:43:07.506288 1 main.go:85] Creating RBD provisioner ceph.com/rbd with identity: ceph.com/rbd > I0930 09:43:07.509134 1 leaderelection.go:185] attempting to acquire leader lease kube-system/ceph.com-rbd... > > and > > controller-0:~$ kubectl logs -f rbd-provisioner-9bbb7d9b5-mnqb8 -n kube-system > E0930 12:13:20.070818 1 controller.go:1004] provision "default/repo-data-gitlab-gitaly-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > I0930 12:28:20.057340 1 controller.go:987] provision "default/rwo-test-claim2" class "general": started > I0930 12:28:20.057394 1 controller.go:987] provision "default/gitlab-prometheus-server" class "general": started > I0930 12:28:20.057340 1 controller.go:987] provision "default/rwo-test-claim1" class "general": started > I0930 12:28:20.057340 1 controller.go:987] provision "default/repo-data-gitlab-gitaly-0" class "general": started > E0930 12:28:20.064180 1 controller.go:1004] provision "default/repo-data-gitlab-gitaly-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > E0930 12:28:20.064217 1 controller.go:1004] provision "default/rwo-test-claim2" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > E0930 12:28:20.064180 1 controller.go:1004] provision "default/gitlab-prometheus-server" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > I0930 12:28:20.064269 1 controller.go:987] provision "default/gitlab-minio" class "general": started > I0930 12:28:20.064282 1 controller.go:987] provision "default/data-gitlab-postgresql-0" class "general": started > I0930 12:28:20.064284 1 controller.go:987] provision "default/redis-data-gitlab-redis-master-0" class "general": started > E0930 12:28:20.064244 1 controller.go:1004] provision "default/rwo-test-claim1" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > E0930 12:28:20.067858 1 controller.go:1004] provision "default/data-gitlab-postgresql-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > E0930 12:28:20.067884 1 controller.go:1004] provision "default/redis-data-gitlab-redis-master-0" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > E0930 12:28:20.067858 1 controller.go:1004] provision "default/gitlab-minio" class "general": unexpected error getting claim reference: selfLink was empty, can't make reference > > any ideas on how to resolv ? -- Sent with Vivaldi Mail. Download Vivaldi for free at vivaldi.com From maryx.camp at intel.com Thu Sep 30 14:19:53 2021 From: maryx.camp at intel.com (Camp, MaryX) Date: Thu, 30 Sep 2021 14:19:53 +0000 Subject: [Starlingx-discuss] StarlingX Docs Team Call Message-ID: Extending the meeting series through 30-Mar-22 - 3:30 pm Eastern - 12:30 pm Pacific - Docs Team Call Call details * https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 * Dialing in from phone: o Dial (for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 o Meeting ID: 342 730 236 o Passcode: 419405 o International numbers available: https://zoom.us/u/ed95sU7aQ Agenda and meeting minutes * The agenda and notes for each call are kept here: https://etherpad.openstack.org/p/stx-documentation -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 2515 bytes Desc: not available URL: