Skip to content

Commit

Permalink
Commited 907776
Browse files Browse the repository at this point in the history
  • Loading branch information
Logger committed Dec 12, 2024
1 parent 9dfed7f commit 5cdca7c
Show file tree
Hide file tree
Showing 27 changed files with 83,692 additions and 26,885 deletions.
3,226 changes: 1,593 additions & 1,633 deletions new_logs/907776/c-api.service

Large diffs are not rendered by default.

1,965 changes: 985 additions & 980 deletions new_logs/907776/c-sch.service

Large diffs are not rendered by default.

1,401 changes: 700 additions & 701 deletions new_logs/907776/c-vol.service

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion new_logs/907776/devstack_logs/devstacklog.txt
57,625 changes: 57,625 additions & 0 deletions new_logs/907776/devstack_logs/devstacklog.txt.2024-12-12-075748

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
2024-12-12 07:57:48.885 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2024-12-12-075748
2024-12-12 07:58:13.087 | Installing package prerequisites
2024-12-12 08:02:50.241 | Starting RabbitMQ
2024-12-12 08:03:32.694 | Installing OpenStack project source
2024-12-12 08:11:30.789 | Installing Tempest
2024-12-12 08:11:34.574 | Configuring and starting MySQL
2024-12-12 08:11:55.106 | Starting Keystone
2024-12-12 08:12:47.773 | Configuring Horizon
2024-12-12 08:13:40.407 | Configuring Glance
2024-12-12 08:13:40.742 | Configuring Neutron
2024-12-12 08:14:34.928 | Configuring Swift
2024-12-12 08:14:35.112 | Configuring Cinder
2024-12-12 08:14:35.284 | Configuring placement
2024-12-12 08:14:55.490 | Configuring Nova
2024-12-12 08:15:12.315 | Starting Swift
2024-12-12 08:15:30.012 | Starting Nova API
2024-12-12 08:15:36.523 | Starting OVN services
2024-12-12 08:16:09.915 | Starting Neutron
2024-12-12 08:16:17.355 | Starting Placement
2024-12-12 08:16:25.109 | Starting Nova
2024-12-12 08:16:44.364 | Starting Cinder
2024-12-12 08:16:57.903 | Starting Glance
2024-12-12 08:17:02.601 | Uploading images
2024-12-12 08:17:10.534 | Starting Horizon
2024-12-12 08:17:35.476 | Configuring lvm.conf global device filter
2024-12-12 08:17:35.702 | set lvm.conf device global_filter to: global_filter = [ "r|.*|" ] # from devstack
2024-12-12 08:17:36.271 | Initializing Tempest
2024-12-12 08:18:42.364 | Installing Tempest Plugins
2024-12-12 08:18:42.853 | stack.sh completed in 1296 seconds.
2 changes: 1 addition & 1 deletion new_logs/907776/devstack_logs/devstacklog.txt.summary
905 changes: 452 additions & 453 deletions new_logs/907776/devstack_logs/dstat-csv.log

Large diffs are not rendered by default.

909 changes: 454 additions & 455 deletions new_logs/907776/dstat.service

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions new_logs/907776/etc/cinder/cinder-api-uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

[uwsgi]
chmod-socket = 666
socket = /var/run/uwsgi/cinder-wsgi.socket
socket = /var/run/uwsgi/cinder-api.socket
start-time = %t
lazy-apps = true
add-header = Connection: close
buffer-size = 65535
Expand All @@ -14,4 +15,4 @@ exit-on-reload = false
die-on-term = true
master = true
processes = 2
wsgi-file = /opt/stack/data/venv/bin/cinder-wsgi
module = cinder.wsgi.api:application
4 changes: 2 additions & 2 deletions new_logs/907776/etc/cinder/cinder.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ auth_type = password
[DEFAULT]
volume_name_template = openstack-ci-%s
iscsi_helper = tgtadm
cinder_internal_tenant_user_id = 854bd717b9a34eee84c9a8063cbe4ab2
cinder_internal_tenant_project_id = f4bf260c95e3415bbf16da2e7bb4c17c
cinder_internal_tenant_user_id = 8e3f51bfe2704fa39deb02cd7e26df0e
cinder_internal_tenant_project_id = 7b38535ff0684d778f48d51efa23b754
graceful_shutdown_timeout = 5
glance_api_servers = http://10.201.5.82/image
osapi_volume_workers = 2
Expand Down
14,038 changes: 6,800 additions & 7,238 deletions new_logs/907776/etc/gate.log

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion new_logs/907776/etc/glance/glance-api.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ auth_type = password
[oslo_messaging_notifications]
driver = messagingv2

[image_format]
require_image_format_match = True

[glance_store]
stores = file, http, swift
default_swift_reference = ref1
Expand All @@ -58,7 +61,7 @@ enforce_new_defaults = true
enforce_scope = true

[oslo_limit]
endpoint_id = 0de1a548d3f24ecfb8c2c8ab812f8e19
endpoint_id = 852598a6866f4cd4ba45598c16e59ca7
system_scope = all
auth_url = http://10.201.5.82/identity
auth_type = password
Expand Down
1 change: 1 addition & 0 deletions new_logs/907776/etc/glance/glance-uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

[uwsgi]
start-time = %t
socket-timeout = 30
http-keepalive = false
http-auto-chunked = true
Expand Down
10 changes: 8 additions & 2 deletions new_logs/907776/etc/glance/metadefs/compute-libvirt-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"uefi"
]
},
"hw_firmware_stateless": {
"title": "Stateless Firmware",
"description": "Specifies whether the image should be booted with only read-only firmware image. If true, firmware configurations do not persist over server reboot. Note stateless firmware is only supported when UEFI is used.",
"type": "boolean"
},
"hw_rng_model": {
"title": "Random Number Generator Device",
"description": "Adds a random-number generator device to the image's instances. The cloud administrator can enable and control device behavior by configuring the instance's flavor. By default: The generator device is disabled. /dev/random is used as the default entropy source. To specify a physical HW RNG device, use the following option in the nova.conf file: rng_dev_path=/dev/hwrng",
Expand Down Expand Up @@ -106,7 +111,7 @@
},
"hw_vif_model": {
"title": "Virtual Network Interface",
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the hypervisor configuration. libvirt driver options: KVM and QEMU: e1000, ne2k_pci, pcnet, rtl8139, spapr-vlan, virtio, e1000e and vmxnet3. Xen: e1000, netfront, ne2k_pci, pcnet, and rtl8139.",
"description": "Specifies the model of virtual network interface device to use. The valid options depend on the hypervisor configuration. libvirt driver options: KVM and QEMU: e1000, ne2k_pci, pcnet, rtl8139, spapr-vlan, virtio, e1000e, vmxnet3 and igb. Xen: e1000, netfront, ne2k_pci, pcnet, and rtl8139.",
"type": "string",
"enum": [
"e1000",
Expand All @@ -117,7 +122,8 @@
"rtl8139",
"spapr-vlan",
"virtio",
"vmxnet3"
"vmxnet3",
"igb"
]
},
"hw_vif_multiqueue_enabled": {
Expand Down
2 changes: 1 addition & 1 deletion new_logs/907776/etc/keystone/credential-keys/0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
P6k-TIK_qV18_akuUPwNJSfCR88agWseW_ekX10wqo8=
Qf6J9Dydj4FJTtceUHLCpBvypd4UQuWInss7Stk9UnM=
2 changes: 1 addition & 1 deletion new_logs/907776/etc/keystone/credential-keys/1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
uPJj_UxhWOssZOxvHxxFBs9HH2SQhwtlUq7UOA1ikRU=
r-HxONmKqARGk6bfVrkLY0jqj-U5Ztx0vf4APO3WgmQ=
2 changes: 1 addition & 1 deletion new_logs/907776/etc/keystone/fernet-keys/0
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9b8-i9mQ2tt9fON-6wWJ8ChGMkCQC3-OvriZ9j_0LqQ=
2Q09W-gGkPwyQkxySKxH-Oq42Ne4q_dOnFcAw-nJkxI=
2 changes: 1 addition & 1 deletion new_logs/907776/etc/keystone/fernet-keys/1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7cKcS0GM_CHFFznOmD6z9FaPiIGMbUSqkdJM_RABTyg=
k1aPAyFflsD7TooH_m9T-UMVvHbjxEHodlFwsLG4t30=
5 changes: 3 additions & 2 deletions new_logs/907776/etc/keystone/keystone-uwsgi-public.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

[uwsgi]
chmod-socket = 666
socket = /var/run/uwsgi/keystone-wsgi-public.socket
socket = /var/run/uwsgi/keystone-api.socket
start-time = %t
lazy-apps = true
add-header = Connection: close
buffer-size = 65535
Expand All @@ -14,4 +15,4 @@ exit-on-reload = false
die-on-term = true
master = true
processes = 2
wsgi-file = /opt/stack/data/venv/bin/keystone-wsgi-public
module = keystone.wsgi.api:application
Loading

0 comments on commit 5cdca7c

Please sign in to comment.