Cloud

Devstack version 변경

DaehanCNI 2024. 7. 11. 10:44

 

개발용 devstack을 설치하다 보니, version 관련하여 변경되어야 할 소지가 설치할 때마다 따르게 됩니다. 다음은 devstack 설치 시, version 변경 방법입니다. 

 

stackrc 파일 내용 변경 (2024.2 -> yoga)

... ... ...

#
# Setting the variable to 'ALL' will activate the download for all
# libraries.

#DEVSTACK_SERIES="2024.2"
DEVSTACK_SERIES="yoga"

... ... ...

 

설치 결과 

... ... ...

=================
 Async summary
=================
 Time spent in the background minus waits: 831 sec
 Elapsed time: 2257 sec
 Time if we did everything serially: 3088 sec
 Speedup:  1.36819


Post-stack database query stats:
+------------+-----------+-------+
| db         | op        | count |
+------------+-----------+-------+
| keystone   | SELECT    | 21570 |
| keystone   | INSERT    |    93 |
| neutron    | DESCRIBE  |     4 |
| neutron    | CREATE    |   317 |
| neutron    | SHOW      |    48 |
| neutron    | SELECT    |  4871 |
| neutron    | INSERT    |  4114 |
| neutron    | UPDATE    |   253 |
| neutron    | ALTER     |   180 |
| neutron    | DROP      |    54 |
| neutron    | DELETE    |    29 |
| placement  | SELECT    |    30 |
| placement  | INSERT    |    57 |
| placement  | SET       |     1 |
| nova_api   | SELECT    |    50 |
| nova_cell0 | SELECT    |    32 |
| nova_cell1 | SELECT    |   114 |
| nova_cell0 | INSERT    |     5 |
| nova_cell0 | UPDATE    |     6 |
| cinder     | SELECT    |    57 |
| placement  | UPDATE    |     3 |
| nova_cell1 | INSERT    |     4 |
| nova_cell1 | UPDATE    |    44 |
| cinder     | INSERT    |     5 |
| glance     | INSERT    |    14 |
| glance     | SELECT    |    28 |
| cinder     | UPDATE    |     5 |
| glance     | UPDATE    |     2 |
| nova_api   | INSERT    |    20 |
| nova_api   | SAVEPOINT |    10 |
| nova_api   | RELEASE   |    10 |
| cinder     | DELETE    |     1 |
+------------+-----------+-------+



This is your host IP address: 10.0.2.122
This is your host IPv6 address: ::1
Horizon is now available at http://10.0.2.122/dashboard
Keystone is serving at http://10.0.2.122/identity/
The default users are: admin and demo
The password: ********

WARNING: 
Configuring uWSGI with a WSGI file is deprecated, use module paths instead
Configuring uWSGI with a WSGI file is deprecated, use module paths instead
Configuring uWSGI with a WSGI file is deprecated, use module paths instead
Configuring uWSGI with a WSGI file is deprecated, use module paths instead


Services are running under systemd unit files.
For more information see: 
https://docs.openstack.org/devstack/latest/systemd.html

DevStack Version: yoga
Change: b67c20eca531fbb93f86bccc5a8d61495d089d9d Merge "[Neutron] Add a new Neutron service: neutron-ovn-maintenance-worker" 2024-07-10 10:42:34 +0000
OS Version: Rocky 9.4

 

Original

https://opendev.org/openstack/devstack/commit/8d1bfcacf8ffc73f0aa8c8a8a9e0fee447a1c116

 

Update DEVSTACK_SERIES to yoga · 8d1bfcacf8

stable/xena branch has been created now and current master is for yoga. Change-Id: I0c7809bdac6482bb947f394b0c2535fabb4cf067

opendev.org