lists.starlingx.io
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Starlingx-discuss

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
starlingx-discuss@lists.starlingx.io

  • 8 participants
  • 8400 discussions
[Starlingx-discuss] [build-report] f/centos8 STX_build_centos8_master - Build # 38 - Still Failing!
by build.starlingx@gmail.com 26 Nov '20

26 Nov '20
Project: STX_build_centos8_master Build #: 38 Status: Still Failing Timestamp: 20201125T100001Z Branch: f/centos8 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8/centos/mo… -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: false FORCE_BUILD: true
1 0
0 0
[Starlingx-discuss] [build-report] f/centos8 STX_download_mirror - Build # 1062 - Failure!
by build.starlingx@gmail.com 26 Nov '20

26 Nov '20
Project: STX_download_mirror Build #: 1062 Status: Failure Timestamp: 20201125T100216Z Branch: f/centos8 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8/centos/mo… -------------------------------------------------------------------------------- Parameters BRANCH: f/centos8 DOCKER_BUILD_ID: jenkins-f-centos8-20201125T100001Z-builder PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8/centos/mo… MY_REPO: /localdisk/designer/jenkins/f-centos8/cgcs-root PUBLISH_LOGS_BASE: /export/mirror/starlingx/feature/centos8/centos/monolithic/20201125T100001Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/f-centos8
1 0
0 0
[Starlingx-discuss] [Build] CentOS-8 dnf support for modularity
by Scott Little 26 Nov '20

26 Nov '20
Centos 8 feature branch can't currently build because dnf by default expects module data to be included in repo data. A good link explaining modularity is here     https://docs.fedoraproject.org/en-US/modularity/ It appears to be a way to groups of packages, and to support multiple versions of the package group from a common base os. e.g. They are likely concurrently supporting python2 and python3 through modularity.  The build tooling described to support modularity is entirely centered around a fedora hosted build service.  My limited exploration of the subject has not yet found a way to build independently of the fedory build service.  CentOS specific documentation is also something wasn't able to find quickly. Does StarlingX need to support modularity?  This needs to be considered at multiple stages. 1) CENGN Mirroring.    CENGN probably needs to support modularity in it's mirroring process before any consideration of supporting modularity in the rest of the build process can be considered. 2) Download phase.    Our downloads are currently driven by 'lst' files that state specific versions of a packages.  We don't use non-versioned packages, nor meta-packages, nor capabilities.  Modularity seems like just another way to map an abstraction to a set of packages, and doesn't allow us to control with specificity which versions of those packages we take.  If we wish to retain that level of control going forward, modularity doesn't help us download the packages we want 3) Build phase    generate-centos-repo.sh generates a single repo from all the carefully selected rpms that we have downloaded.  At this stage, I see no need to support modularity whatsoever. Fu Yong's update tries to support modularity within the Centos 8 feature branch ...    https://review.opendev.org/c/starlingx/root/+/739883    It appears to be re-introducing modularity at stage 3, ignoring stages 1 and 2.  It is using a modules.yaml of unknown origin. It names package we don't have. For packages that we do have, it would have to be kept in sync with our lst files. Keeping up with packages we build for ourselves is a whole other matter.  It does not live in stx-tools.  And at the end of the day, we don't need it to build the iso beyond telling dnf to not fail of module data is not found. My proposed updates to master branch to support building Centos 7 based distro from a Centos 8 (or 7) build environment ...    https://review.opendev.org/c/starlingx/root/+/762701    https://review.opendev.org/c/starlingx/tools/+/762700    My approach is to not even attempt to support modularity at this time.  We don't need it.  We can explore supporting it at a later time.
1 0
0 0
Re: [Starlingx-discuss] [centos8] build-pkgs failed to build on f/centos8 branch: No matching package to install: 'chartmuseum'
by Bai, Haiqing 25 Nov '20

25 Nov '20
Hi, There are some building issues caused by 'chartmuseum', hope the below two commits can be merged into f/centos8 branch soon, thanks. =======starlingx/tools===================================== commit 572ffec838388bd603b059324ef468dc859f1b6f Author: Jim Gauld <james.gauld(a)windriver.com<mailto:james.gauld@windriver.com>> Date: Tue Jun 2 12:04:04 2020 -0400 Special handling of chartmuseum binary download commit 0cdd4acac8f6f9e596a9d3c8c65a01d956b65d61 Author: Jim Gauld <james.gauld(a)windriver.com<mailto:james.gauld@windriver.com>> Date: Tue Jun 2 16:48:15 2020 -0400 Add helm v3, chartmuseum, and armada tarballs B,R Haiqing Bai From: Bai, Haiqing Sent: Thursday, November 19, 2020 3:16 PM To: 'starlingx-discuss(a)lists.starlingx.io' <starlingx-discuss(a)lists.starlingx.io> Cc: Wold, Saul <Saul.Wold(a)windriver.com>; Tao, Yue <Yue.Tao(a)windriver.com>; Zhang, Xiao <xiao.zhang(a)windriver.com>; 'Fu, YongX' <yongx.fu(a)intel.com>; 'haridhar.kalvala(a)intel.com' <haridhar.kalvala(a)intel.com>; 'lilong-neu' <lilong-neu(a)neusoft.com>; 'cdq' <chen.dq(a)neusoft.com> Subject: [centos8] build-pkgs failed to build on f/centos8 branch: No matching package to install: 'chartmuseum' Build-pkgs on f/centos8 branch has below issue for some "helm" packages: DEBUG util.py:634: Ignoring repositories: local-installer DEBUG util.py:634: No matching package to install: 'chartmuseum' DEBUG util.py:634: Not all dependencies satisfied DEBUG util.py:634: Error: Some packages could not be found. DEBUG util.py:787: Child return code was: 1 DEBUG util.py:359: kill orphans Talked this issue with Fuyong, actually chartmuseum is built from chartmuseum-v0.12.0-amd64, to fix this issue, the below commit on "master" must be cherry-picked: =======starlingx/tools===================================== commit 572ffec838388bd603b059324ef468dc859f1b6f Author: Jim Gauld <james.gauld(a)windriver.com<mailto:james.gauld@windriver.com>> Date: Tue Jun 2 12:04:04 2020 -0400 Special handling of chartmuseum binary download This enables chartmuseum binary v0.12.0 as a download target instead of expecting a tarball. This is looking for the specific tarball-dl.lst entry !chartmuseum-v0.12.0-amd64 . The chartmuseum binary is required to build helm charts. Change-Id: Iae7f3543313894310c85f6c55bb6d8f58cfb71ae Story: 2007000 Task: 38893 Signed-off-by: Jim Gauld <james.gauld(a)windriver.com<mailto:james.gauld@windriver.com>> =====starlingx/integ======================================== commit 0cdd4acac8f6f9e596a9d3c8c65a01d956b65d61 Author: Jim Gauld <james.gauld(a)windriver.com<mailto:james.gauld@windriver.com>> Date: Tue Jun 2 16:48:15 2020 -0400 Add helm v3, chartmuseum, and armada tarballs This includes download tarballs required to support Helm v3 and containerized armada: - armada - helm v3.2.0 - chartmuseum 0.12.0, and binary The helm 2.13.1 version is to be removed in a subsequent commit. Depends-On: https://review.opendev.org/732731 Change-Id: I3b694c4b2421ed00cb95ea01e4a79bf7c633678b Story: 2007000 Task: 38893 Signed-off-by: Jim Gauld james.gauld(a)windriver.com<mailto:james.gauld@windriver.com> It seems this case is very typical to show the importance of rebasing "f/centos8", to avoid much double effort on the same issue.
1 1
0 0
[Starlingx-discuss] MoM StarlingX Distro-OpenStack: Bi-weekly Project Meeting -- 11/24
by Sun, Austin 25 Nov '20

25 Nov '20
Hi All: Thanks join the call. Here is the MoM : - Stx.5.0 preparation : MS-1 declared http://lists.starlingx.io/pipermail/starlingx-discuss/2020-November/010112.… - Bugs review https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.distro.openstack https://bugs.launchpad.net/starlingx/+bug/1879018 Patch uploaded https://bugs.launchpad.net/starlingx/+bug/1887677 Patch upload https://bugs.launchpad.net/starlingx/+bug/1887755 [Shuicheng] https://review.opendev.org/q/topic:%22bug%252F1887755%22+(status:open%20OR%… waitting for review. https://bugs.launchpad.net/starlingx/+bug/1888178 can not be reproducible in develop. New openstack bugs tags stx.openstack stx.5.0 https://bugs.launchpad.net/starlingx/+bug/1904635 https://bugs.launchpad.net/starlingx/+bug/1904729 - Open Topic FM containerization issue --- dashboard cannot login if built image by developer Haridhar will raise a bug and share the logs and information Thanks. BR Austin Sun. From: Sun, Austin Sent: Tuesday, November 24, 2020 11:00 AM To: starlingx-discuss(a)lists.starlingx.io Subject: [Starlingx-discuss] Agenda StarlingX Distro-OpenStack: Bi-weekly Project Meeting -- 11/24 Hi All: The Agenda for distro-openstack meeting on 11/24: 11/24/2020 Meeting: - Stx.5.0 preparation : MS-1 declared http://lists.starlingx.io/pipermail/starlingx-discuss/2020-November/010112.… - Bugs review https://bugs.launchpad.net/starlingx/+bugs?field.tag=stx.distro.openstack - Open Topic If any more topic : Adding to https://etherpad.opendev.org/p/stx-distro-openstack-meetings Thanks. BR Austin Sun
2 2
0 0
[Starlingx-discuss] Create internet network but create external network
by CH.Huang789 25 Nov '20

25 Nov '20
Dear Sir: I try to create an internal network by: $ openstack network create --internal int-net-1 When you show the network in detail, it is show "router:external=Internal". But still hook up to the provider's network. It will auto assign the provider network & assign a VLAN. $ openstack network show int-net-1 +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Field | Value | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | admin_state_up | UP | | availability_zone_hints | | | availability_zones | nova | | created_at | 2020-11-24T09:41:07Z | | description | | | dns_domain | None | | id | d45127af-c4a4-4019-a52f-a2519cae3cfd | | ipv4_address_scope | None | | ipv6_address_scope | None | | is_default | None | | is_vlan_transparent | False | | location | cloud='', project.domain_id=, project.domain_name='Default', project.id='ce28a5c66b154445bd44b12ef5cece17', project.name='admin', region_name='RegionOne', zone= | | mtu | 1500 | | name | int-net-1 | | port_security_enabled | True | | project_id | ce28a5c66b154445bd44b12ef5cece17 | | provider:network_type | vlan | | provider:physical_network | physnet0 | | provider:segmentation_id | 402 | | qos_policy_id | None | | revision_number | 2 | | router:external | Internal | | segments | None | | shared | False | | status | ACTIVE | | subnets | 1e4f326f-2fc3-4803-8cbe-fe3e99100e02 | | tags | | | updated_at | 2020-11-24T09:44:53Z | +---------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------+ Any suggestion, please. Regards, C.H. Huang Technical Service for Advantech Cloud-IoT<https://advt.ch/support> [advantech-logo-retina-email]
1 0
0 0
[Starlingx-discuss] [build-report] f/centos8 STX_build_centos8_master - Build # 37 - Still Failing!
by build.starlingx@gmail.com 25 Nov '20

25 Nov '20
Project: STX_build_centos8_master Build #: 37 Status: Still Failing Timestamp: 20201124T100001Z Branch: f/centos8 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8/centos/mo… -------------------------------------------------------------------------------- Parameters BUILD_CONTAINERS_DEV: false BUILD_CONTAINERS_STABLE: false FORCE_BUILD: true
1 0
0 0
[Starlingx-discuss] [build-report] f/centos8 STX_download_mirror - Build # 1060 - Failure!
by build.starlingx@gmail.com 25 Nov '20

25 Nov '20
Project: STX_download_mirror Build #: 1060 Status: Failure Timestamp: 20201124T100244Z Branch: f/centos8 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8/centos/mo… -------------------------------------------------------------------------------- Parameters BRANCH: f/centos8 DOCKER_BUILD_ID: jenkins-f-centos8-20201124T100001Z-builder PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/feature/centos8/centos/mo… MY_REPO: /localdisk/designer/jenkins/f-centos8/cgcs-root PUBLISH_LOGS_BASE: /export/mirror/starlingx/feature/centos8/centos/monolithic/20201124T100001Z/logs MY_REPO_ROOT: /localdisk/designer/jenkins/f-centos8
1 0
0 0
[Starlingx-discuss] Multi-OS 11/24/2020 Meeting Notes
by Saul Wold 24 Nov '20

24 Nov '20
MultiOS Team Meeting - 11/24/2020 - Duplex Deployment is working with VLAN for management network on 2 Dell-R740 servers - Installation, provisioning and unlocking -> Available State - There are 6 reviews pending - https://review.opendev.org/c/starlingx/meta-starlingx/+/763940 - https://review.opendev.org/c/starlingx/meta-starlingx/+/763942 - https://review.opendev.org/c/starlingx/meta-starlingx/+/763943 - https://review.opendev.org/c/starlingx/meta-starlingx/+/763946 - https://review.opendev.org/c/starlingx/meta-starlingx/+/763953 - https://review.opendev.org/c/starlingx/meta-starlingx/+/763952 - Jackie also has 2 reviews in utilities and ha that need some attention from Cores. - https://review.opendev.org/759783 - https://review.opendev.org/759787 - They have a Code-Review+2 but no Workflow yet! -- Sau!
1 0
0 0
[Starlingx-discuss] Distro Meeting (Non-OpenStack) - CentOS-8 Discussion
by Saul Wold 24 Nov '20

24 Nov '20
Hi Folks, We will be having the Distro team meeting, the agenda: 1) Rook Ceph Status 2) CentOS-8 Status - Current Status - Rebase effort - Who is doing what - Patch review status 3) Open Topics -- Sau!
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 364
  • 365
  • 366
  • 367
  • 368
  • 369
  • 370
  • ...
  • 840
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.