Activity log for bug #2030960

Date Who What changed Old value New value Message
2023-08-10 10:33:24 Andre Kantek bug added bug
2023-08-10 10:33:29 Andre Kantek starlingx: assignee Andre Kantek (akantek)
2023-08-10 10:35:20 OpenStack Infra starlingx: status New In Progress
2023-08-10 18:56:21 Ghada Khalil starlingx: importance Undecided Low
2023-08-10 18:56:40 Ghada Khalil tags stx.9.0 stx.networking
2023-08-10 18:57:50 Ghada Khalil description Brief Description ----------------- 1. Configure the storage network - From GUI, System Configuration > Create Address Pool . Name: storage-pool, Network: 2001:DB8::/48 2.Create the storage network using the address pool: {{ (keystone_admin)$ system addrpool-list | grep storage-pool | awk '{print$2}' | xargs system network-add storage-net storage true}} 3. Lock Controller-1 (Standby) 4. Check unassigned interfaces using command - system host-if-list controller-1 -a 5.Create an interface using the address pool: system host-if-modify -n storage0 -c platform --ipv6-mode static --ipv6-pool storage-pool controller-1 eno12409 system interface-network-assign controller-1 storage0 b9d42842-3e24-402c-8937-e8529db1f9fc 6. Unlock Controller Severity -------- <Major: System/Feature is usable but degraded> Reproducibility 100% Reproducible System Configuration Standard in IPv6 Load info (2023-08-04_18-00-08) Brief Description ----------------- 1. Configure the storage network - From GUI, System Configuration > Create Address Pool . Name: storage-pool, Network: 2001:DB8::/48 2.Create the storage network using the address pool: {{ (keystone_admin)$ system addrpool-list | grep storage-pool | awk '{print$2}' | xargs system network-add storage-net storage true}} 3. Lock Controller-1 (Standby) 4. Check unassigned interfaces using command - system host-if-list controller-1 -a 5.Create an interface using the address pool: system host-if-modify -n storage0 -c platform --ipv6-mode static --ipv6-pool storage-pool controller-1 eno12409 system interface-network-assign controller-1 storage0 b9d42842-3e24-402c-8937-e8529db1f9fc 6. Unlock Controller Severity -------- Minor - corner case where the configured interface is not in an UP state Reproducibility ---------------- 100% Reproducible System Configuration --------------------- Standard in IPv6 Load info --------- 2023-08-04_18-00-08
2023-08-22 12:31:57 OpenStack Infra starlingx: status In Progress Fix Released