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
  • ----- 2025 -----
  • 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

  • 9 participants
  • 8227 discussions
[Starlingx-discuss] [build-report] r/stx.7.0 STX_7.0_build_layer_compiler - Build # 53 - Still Failing!
by starlingx.build@gmail.com 17 Jun '23

17 Jun '23
Project: STX_7.0_build_layer_compiler Build #: 53 Status: Still Failing Timestamp: 20230617T230001Z Branch: r/stx.7.0 Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/compiler/20… -------------------------------------------------------------------------------- Parameters FULL_BUILD: false FORCE_BUILD: true
1 0
0 0
[Starlingx-discuss] [build-report] STX_build_pre_installer_layered - Build # 3733 - Failure!
by starlingx.build@gmail.com 17 Jun '23

17 Jun '23
Project: STX_build_pre_installer_layered Build #: 3733 Status: Failure Timestamp: 20230618T001605Z Branch: Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/compiler/20… -------------------------------------------------------------------------------- Parameters MY_WORKSPACE: /localdisk/loadbuild/jenkins/rc-7.0-compiler/20230617T230001Z DOCKER_BUILD_ID: jenkins-rc-7.0-compiler-20230617T230001Z-builder OS: centos MY_REPO: /localdisk/designer/jenkins/rc-7.0-compiler/cgcs-root PUBLISH_LOGS_URL: http://mirror.starlingx.cengn.ca/mirror/starlingx/rc/7.0/centos/compiler/20… BUILD_IMG: false FULL_BUILD: false PUBLISH_LOGS_BASE: /export/mirror/starlingx/rc/7.0/centos/compiler/20230617T230001Z/logs MASTER_JOB_NAME: STX_7.0_build_layer_compiler LAYER: compiler MY_REPO_ROOT: /localdisk/designer/jenkins/rc-7.0-compiler BUILD_ISO: false
1 0
0 0
[Starlingx-discuss] Manifest decoupling: StarlingX and stx-openstack application
by Cervi, Thales Elero 16 Jun '23

16 Jun '23
Greetings to the community 🙂 I would like to bring to this mailing list a discussion we are having about splitting the stx-openstack application repositories from the main starlingx manifest into a new one. In order to decouple the OpenStack Clients currently shared between platform and application we are suggesting to decouple the platform and application builds in separate manifests (e.g. starlingx/manifest/default.xml and starlingx/manifest/stx-openstack.xml). I understand that the new manifest needs to be created and build jobs configured properly and tested, I can also create the Stories for mapping this work later. BENEFITS: we achieve the freedom of building different versions of the same packages (i.e. openstack clients) that are shared between the platform and the application. The end goal would be something like: Remain as is (default manifest aligns to upstream Debian version => Victoria) ============ stx/upstream openstack/barbican stx/upstream openstack/keystone stx/upstream openstack/python-barbicanclient stx/upstream openstack/python-keystoneclient stx/upstream openstack/python-horizon stx/upstream openstack/python-openstackclient Only keep the services needed by the platform. Some existing patches might have been brought forward to support stx-openstack, so we should re-evaluate as part of this. Those would still be built as part of STX Platform builds, i.e. starlingx/manifest/default.xml Manifest should not include stx/openstack-armada-app repo anymore. Relocate (stx-openstack app independently aligns to version of choice: Victoria [current] => Antelope [future]) ==================== stx/upstream openstack/barbican copy-to stx/openstack-armada-app/upstream/openstack/barbican stx/upstream openstack/keystone copy-to stx/openstack-armada-app/upstream/openstack/keystone stx/upstream openstack/python-barbicanclient copy-to stx/openstack-armada-app/upstream/openstack/python-barbicanclient stx/upstream openstack/python-keystoneclient copy-to stx/openstack-armada-app/upstream/openstack/python-keystoneclient stx/upstream openstack/python-horizon copy-to stx/openstack-armada-app/upstream/openstack/python-horizon stx/upstream openstack/python-openstackclient copy-to stx/openstack-armada-app/upstream/openstack/python-openstackclient stx/upstream openstack/openstack-pkg-tools move-to stx/openstack-armada-app/upstream/openstack/openstack-pkg-tools stx/upstream openstack/openstack-ras move-to stx/openstack-armada-app/upstream/openstack/openstack-ras stx/upstream openstack/python-aodhclient move-to stx/openstack-armada-app/upstream/openstack/python-aodhclient stx/upstream openstack/python-cinderclient move-to stx/openstack-armada-app/upstream/openstack/python-cinderclient stx/upstream openstack/python-glanceclient move-to stx/openstack-armada-app/upstream/openstack/python-glanceclient stx/upstream openstack/python-gnocchiclient move-to stx/openstack-armada-app/upstream/openstack/python-gnocchiclient stx/upstream openstack/python-heatclient move-to stx/openstack-armada-app/upstream/openstack/python-heatclient stx/upstream openstack/python-ironicclient move-to stx/openstack-armada-app/upstream/openstack/python-ironicclient stx/upstream openstack/python-keystoneclient move-to stx/openstack-armada-app/upstream/openstack/python-keystoneclient stx/upstream openstack/python-neutronclient move-to stx/openstack-armada-app/upstream/openstack/python-neutronclient stx/upstream openstack/python-novaclient move-to stx/openstack-armada-app/upstream/openstack/python-novaclient stx/upstream openstack/python-openstacksdk move-to stx/openstack-armada-app/upstream/openstack/python-openstacksdk stx/upstream openstack/python-osc-lib move-to stx/openstack-armada-app/upstream/openstack/python-osc-lib stx/upstream openstack/python-oslo-messaging move-to stx/openstack-armada-app/upstream/openstack/python-oslo-messaging stx/upstream openstack/python-pankoclient move-to stx/openstack-armada-app/upstream/openstack/python-pankoclient stx/upstream openstack/python-wsme move-to stx/openstack-armada-app/upstream/openstack/python-wsme stx/upstream openstack/rabbitmq-server move-to stx/openstack-armada-app/upstream/openstack/rabbitmq-server The OpenStack Distro Team will create a new directory under stx/openstack-armada-app to store all application needed packages. This will include clients and the stx-openstack Docker images we build only for the application. This way, on stx-openstack build we can build the same packages (name) but using different versions/source code. Manifest does not include upstream repo. ------------------------ We have discussed it between a small group of people so I would like to bring it to the attention of everyone and let the community speak in case there are any concerns against it and/or to support this change proposal. This work will be done in a couple of phases, progressively moving towards achieving the end goal explained here. Looking forward for hearing back from you 🙂
1 0
0 0
[Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 199 - Failure!
by starlingx.build@gmail.com 15 Jun '23

15 Jun '23
Project: STX_build_debian_master Build #: 199 Status: Failure Timestamp: 20230616T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/… -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true
1 0
0 0
[Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 197 - Still Failing!
by starlingx.build@gmail.com 13 Jun '23

13 Jun '23
Project: STX_build_debian_master Build #: 197 Status: Still Failing Timestamp: 20230614T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/… -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true
1 0
0 0
[Starlingx-discuss] Sanity Master Test LAYERED build ISO 20230611T060000Z
by Peng, Peng 13 Jun '23

13 Jun '23
Sanity Test from 2023 June 13 (https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic…) Status: GREEN SX sanity Passed: 17 (100.0%) Failed: 0 (0.0%) Total Executed: 17 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_isolated_2p_2_big_pod_best_effort_HT_AIO PASS test_sriovdp_netdev_single_pod[1-1-lock/unlock] PASS test_sriovdp_netdev_connectivity_ipv4[1-1-calico-ipam] PASS test_sriovdp_mixed_add_vf_interface[1] PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] DX sanity Passed: 19 (100.0%) Failed: 0 (0.0%) Total Executed: 19 List of Test Cases: ------------------------------------------------------ PASS test_system_health_pre_session[pods] PASS test_system_health_pre_session[alarms] PASS test_system_health_pre_session[system_apps] PASS test_horizon_host_inventory_display PASS test_lock_unlock_host PASS test_swact_controller_platform PASS test_pod_to_pod_connection PASS test_pod_to_service_connection PASS test_host_to_service_connection PASS test_push_docker_image_to_local_registry_active PASS test_push_docker_image_to_local_registry_standby PASS test_upload_charts_via_helm_upload PASS test_host_operations_with_custom_kubectl_app PASS test_force_reboot_host[active_controller-True] PASS test_force_reboot_host[active_controller-False] PASS test_force_reboot_host[standby_controller-False] PASS test_bmc_verify_bm_type_ipmi PASS test_system_coredumps_and_crashes[core_dumps] PASS test_system_coredumps_and_crashes[crash_reports] Regards, PV team
1 0
0 0
[Starlingx-discuss] [build-report] master STX_build_debian_master - Build # 196 - Failure!
by starlingx.build@gmail.com 13 Jun '23

13 Jun '23
Project: STX_build_debian_master Build #: 196 Status: Failure Timestamp: 20230613T060000Z Branch: master Check logs at: http://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic/… -------------------------------------------------------------------------------- Parameters BUILD_PACKAGES_LIST: CLEAN_DOWNLOADS: false BUILD_HELM_CHARTS: true USE_DOCKER_CACHE: true DOCKER_IMAGE_LIST: PUSH_DOCKER_IMAGES: true CLEAN_DOCKER: true REFRESH_SOURCE: true DRY_RUN: false CLEAN_PACKAGES: true BUILD_RT: true BUILD_PACKAGES: true CLEAN_REPOMGR: true PKG_REUSE: false JENKINS_SCRIPTS_BRANCH: master BUILD_DOCKER_BASE_IMAGE: true BUILD_DOCKER_IMAGES: true FORCE_BUILD: false REBUILD_BUILDER_IMAGES: true CLEAN_ISO: true BUILD_ISO: true
1 0
0 0
[Starlingx-discuss] Sanity and Regression - StarlingX + STX-Openstack MASTER build [20230611T060000Z] results - Jun-11
by Calixto de Paula, Gabriel 13 Jun '23

13 Jun '23
Hi all, StarlingX + STX-Openstack sanity and regression results: Overall status: Build Info: Build date: 11-Jun ISO: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic… Helm Charts: https://mirror.starlingx.cengn.ca/mirror/starlingx/master/debian/monolithic… AIO-DX Baremetal with VSWITCH_TYPE=OVS Sanity Results: Overall Status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 15 (100.00%) Failed: 0 (0.00%) Total Executed: 15 List of Test Cases: ------------------------------------------------------ PASS  20230613 06:34:39 test_ssh_to_hosts PASS  20230613 06:36:02 test_lock_unlock_host PASS  20230613 06:55:50 test_openstack_services_healthy PASS  20230613 06:56:51 test_reapply_stx_openstack_no_change[controller-0] PASS  20230613 06:58:35 test_reapply_stx_openstack_no_change[controller-1] PASS  20230613 07:07:11 test_horizon_create_delete_instance PASS  20230613 07:10:19 test_swact_controllers PASS  20230613 07:17:43 test_ping_between_two_vms[tis-centos-guest-virtio-virtio] PASS  20230613 07:24:13 test_migrate_vm[tis-centos-guest-live-None] PASS  20230613 07:29:05 test_nova_actions[tis-centos-guest-dedicated-pause-unpause] PASS  20230613 07:33:37 test_nova_actions[tis-centos-guest-dedicated-suspend-resume] PASS  20230613 07:37:55 test_evacuate_vms PASS  20230613 08:09:59 test_system_coredumps_and_crashes[core_dumps] PASS  20230613 08:10:16 test_system_coredumps_and_crashes[crash_reports] PASS  20230613 08:10:23 test_system_alarms ----------------------------------------------------------------------- We'd like to point out that there is a Launchpad open for the TC test_reapply_stx_openstack_no_change[controller-1] : STX-O| config-out-of-date alarm won't disappear on controller-1 after swact and reapplying app<https://bugs.launchpad.net/starlingx/+bug/2023657> This TC is passing on a re-run. Regression Results: Overall Status: GREEN Automated Test Results Summary: ------------------------------------------------------ Passed: 12 (100.0%) Failed: 0 (0.0%) Total Executed: 12 List of Test Cases: ------------------------------------------------------ PASS 20230613 08:16:30 test_lldp_neighbor_remote_port PASS 20230613 08:17:56 test_kernel_module_signatures PASS 20230613 08:18:54 test_delete_heat_after_swact[OS_Cinder_Volume.yaml] PASS 20230613 08:23:28 test_multiports_on_same_network_vm_actions[virtio_x4] PASS 20230613 08:42:19 test_cpu_pol_vm_actions[2-dedicated-image-volume] PASS 20230613 08:54:35 test_vm_mem_pool_default_config[2048] PASS 20230613 08:57:26 test_vm_mem_pool_default_config[1048576] PASS 20230613 09:03:07 test_resize_vm_positive[local_image-4_1_512-5_2_1024-image] PASS 20230613 09:10:06 test_server_group_boot_vms[affinity-2] PASS 20230613 09:15:19 test_server_group_boot_vms[anti_affinity-2] PASS 20230613 09:20:47 test_vm_with_config_drive PASS 20230613 09:43:14 test_lock_with_vms ----------------------------------------------------------------------- regards, STX-Openstack Distro Team
1 1
0 0
[Starlingx-discuss] StarlingX at the PTG on June 14 - remote participation
by Ildiko Vancsa 12 Jun '23

12 Jun '23
Hi StarlingX Community, I’m reaching out to you about the Project Teams Gathering (PTG) event, that will run in parallel to the Open Infrastructure Summit this week, as a co-located event. The StarlingX community booked a slot for Wednesday (June 14) afternoon at 2:30pm - 4:30pm PST. The PTG is primarily organized as an in-person event, where project teams will share a bigger room for their sessions. In an attempt to be as inclusive as possible, we will try to use the regular Zoom bridge, we use for the weekly meetings, to provide a possibility for remote participation. The Zoom bridge details are the following: * https://zoom.us/j/342730236?pwd=N21CUXNXVlJXMlcyZjZ0SE96cVNjQT09 * Dialing in from phone: - Dial(for higher quality, dial a number based on your current location): US: +1 669 900 6833 or +1 646 876 9923 - Meeting ID: 342 730 236 - Passcode: 419405 - International numbers available: https://zoom.us/u/ed95sU7aQ We will also discuss updates from the OpenInfra Summit and PTG at the Community Call next week (June 21). Best Regards, Ildikó ——— Ildikó Váncsa Director of Community Open Infrastructure Foundation
1 0
0 0
[Starlingx-discuss] TSC & Community Call this week - CANCELED
by Ildiko Vancsa 12 Jun '23

12 Jun '23
Hi StarlingX Community, Based on the community’s preference, we are canceling this week’s (June 14) TSC & Community call due to its overlap with the OpenInfra Summit. The next TSC & Community call will happen next Wednesday (June 21) at 7am PST / 1300 UTC. You can find more information about the call here: https://wiki.openstack.org/wiki/Starlingx/Meetings#7am_Pacific_-_Technical_… Best Regards, Ildikó ——— Ildikó Váncsa Director of Community Open Infrastructure Foundation
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • ...
  • 823
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.