Comment 0 for bug 2030960

Revision history for this message
Andre Kantek (akantek) wrote :

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)