Skip to content

Commit a737333

Browse files
author
Logger
committed
Commited 906259
1 parent 2448cf1 commit a737333

File tree

71 files changed

+39982
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+39982
-0
lines changed

new_logs/906259/c-api.service

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No entries --

new_logs/906259/c-sch.service

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No entries --

new_logs/906259/c-vol.service

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No entries --
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tmp/devstack_logs/devstacklog.txt.2024-01-22-120953

new_logs/906259/devstack_logs/devstacklog.txt.2024-01-22-120953

+17,492
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2024-01-22 12:09:54.154 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2024-01-22-120953
2+
2024-01-22 12:10:10.252 | Installing package prerequisites
3+
2024-01-22 12:13:40.099 | Starting RabbitMQ
4+
2024-01-22 12:14:38.256 | Installing OpenStack project source
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/tmp/devstack_logs/devstacklog.txt.2024-01-22-120953.summary.2024-01-22-120953
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[ERROR] /opt/stack/devstack/functions-common:692 git call failed: [git clone --no-checkout http://github.com/openstack/nova.git /opt/stack/nova]
+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
[[local|localrc]]
2+
3+
ADMIN_PASSWORD=hpinvent
4+
DATABASE_PASSWORD=$ADMIN_PASSWORD
5+
RABBIT_PASSWORD=$ADMIN_PASSWORD
6+
SERVICE_PASSWORD=$ADMIN_PASSWORD
7+
SERVICE_TOKEN=$ADMIN_PASSWORD
8+
SWIFT_HASH=$ADMIN_PASSWORD
9+
SWIFT_TEMPURL_KEY=$ADMIN_PASSWORD
10+
GIT_BASE=http://github.com
11+
12+
# Below lines enable only the minimum services required for Ironic.
13+
# # Enable more services as required.
14+
disable_service n-net
15+
disable_service horizon
16+
disable_service heat h-api h-api-cfn h-api-cw
17+
enable_service cinder c-sch c-api c-vol c-bak
18+
#enable_service s-proxy s-object s-container s-account
19+
SWIFT_START_ALL_SERVICES=True
20+
SWIFT_REPLICAS=1
21+
#
22+
SYSLOG=False
23+
SCREEN_LOGDIR=/tmp/devstack_logs
24+
IRONIC_VM_LOG_DIR=/tmp/devstack_logs/ironic-bm-logs
25+
LOGFILE=/tmp/devstack_logs/devstacklog.txt
26+
VERBOSE=True
27+
#ETCD_DOWNLOAD_URL=http://tarballs.openstack.org/etcd/
28+
ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download/
29+
30+
DOWNLOAD_DEFAULT_IMAGES=False
31+
IMAGE_URLS=https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
32+
#IMAGE_URLS=http://192.168.79.1:8000/cirros-0.5.1-x86_64-disk.img
33+
34+
# Neutron settings.
35+
USE_PYTHON3=True
36+
PYTHON3_VERSION=3.10
37+
38+
USE_SUBNETPOOL=False
39+
IP_VERSION=4
40+
#PHYSICAL_NETWORK=private
41+
#PROVIDER_NETWORK_TYPE=flat
42+
#Q_USE_PROVIDER_NETWORKING=True
43+
#Q_FLOATING_ALLOCATION_POOL=start=192.168.79.52,end=192.168.79.62
44+
#PUBLIC_NETWORK_GATEWAY="192.168.64.4"
45+
#PUBLIC_INTERFACE=ens3.10
46+
#Q_AGENT=linuxbridge
47+
#LB_PHYSICAL_INTERFACE=ens3.10
48+
#PUBLIC_PHYSICAL_NETWORK=default
49+
#LB_INTERFACE_MAPPINGS=default:ens3.10
50+
# Swift related options
51+
SWIFT_ENABLE_TEMPURLS="True"
52+
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=15G
53+
54+
FORCE=yes
55+
LOG_COLOR=True
56+
57+
58+
#PUBLIC_INTERFACE=ens3.10
59+
#OVS_PHYSICAL_BRIDGE=br-ens3.10
60+
#FIXED_RANGE=192.168.79.0/21
61+
#NETWORK_GATEWAY=192.168.64.4
62+
#PUBLIC_NETWORK_GATEWAY=192.168.64.4
63+
#ALLOCATION_POOL=start=192.168.79.52,end=192.168.79.62
64+
#IRONIC_DEPLOY_DRIVER=agent_ilo
65+
HOST_IP=10.201.4.32
66+
#IPV4_ADDRS_SAFE_TO_USE=192.168.79.0/21
67+
68+
69+
# Settings to enable use of hpmsa backend
70+
TEMPEST_VOLUME_VENDOR='Hewlett Packard Enterprise'
71+
TEMPEST_STORAGE_PROTOCOL=iSCSI
72+
TEMPEST_STORAGE_PROTOCOL=iSCSI
73+
TEMPEST_VOLUME_MANAGE_SNAPSHOT=False
74+
75+
[[post-config|\$NOVA_CONF]]
76+
[libvirt]
77+
num_iscsi_scan_tries=15
78+
iscsi_use_multipath=True
79+
#libvirt_type=qemu
80+
81+
# Use post-extra because the tempest configuration file is
82+
# overwritten with the .sample after post-config.
83+
[[post-extra|\$TEMPEST_CONFIG]]
84+
[volume]
85+
storage_protocol=iSCSI
86+
vendor_name=Hewlett Packard Enterprise
87+
88+
# new config variable introduced to tweak manage-snapshot feature as part of below commit
89+
# https://github.com/openstack-dev/devstack/commit/afac732d5d9b03da7abbd61f814c2f0d1a9039da?diff=split
90+
[volume-feature-enabled]
91+
manage_snapshot = False
92+
93+
[compute-feature-enabled]
94+
volume_multiattach = True
95+

new_logs/906259/devstack_logs/worlddump-2024-01-22-122638.txt

+476
Large diffs are not rendered by default.

new_logs/906259/devstack_logs/worlddump-latest.txt

+476
Large diffs are not rendered by default.

new_logs/906259/dstat.service

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- No entries --
+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
#############
2+
# OpenStack #
3+
#############
4+
5+
[composite:osapi_volume]
6+
use = call:cinder.api:root_app_factory
7+
/: apiversions
8+
/healthcheck: healthcheck
9+
/v3: openstack_volume_api_v3
10+
11+
[composite:openstack_volume_api_v3]
12+
use = call:cinder.api.middleware.auth:pipeline_factory
13+
noauth = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler noauth apiv3
14+
noauth_include_project_id = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler noauth_include_project_id apiv3
15+
keystone = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler authtoken keystonecontext apiv3
16+
keystone_nolimit = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler authtoken keystonecontext apiv3
17+
18+
[filter:http_proxy_to_wsgi]
19+
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory
20+
21+
[filter:cors]
22+
paste.filter_factory = oslo_middleware.cors:filter_factory
23+
oslo_config_project = cinder
24+
25+
[filter:faultwrap]
26+
paste.filter_factory = cinder.api.middleware.fault:FaultWrapper.factory
27+
28+
[filter:osprofiler]
29+
paste.filter_factory = osprofiler.web:WsgiMiddleware.factory
30+
31+
[filter:noauth]
32+
paste.filter_factory = cinder.api.middleware.auth:NoAuthMiddleware.factory
33+
34+
[filter:noauth_include_project_id]
35+
paste.filter_factory = cinder.api.middleware.auth:NoAuthMiddlewareIncludeProjectID.factory
36+
37+
[filter:sizelimit]
38+
paste.filter_factory = oslo_middleware.sizelimit:RequestBodySizeLimiter.factory
39+
40+
[app:apiv3]
41+
paste.app_factory = cinder.api.v3.router:APIRouter.factory
42+
43+
[pipeline:apiversions]
44+
pipeline = request_id cors http_proxy_to_wsgi faultwrap osvolumeversionapp
45+
46+
[app:osvolumeversionapp]
47+
paste.app_factory = cinder.api.versions:Versions.factory
48+
49+
[pipeline:healthcheck]
50+
pipeline = request_id healthcheckapp
51+
52+
[app:healthcheckapp]
53+
paste.app_factory = oslo_middleware:Healthcheck.app_factory
54+
backends = disable_by_file
55+
disable_by_file_path = /etc/cinder/healthcheck_disable
56+
57+
##########
58+
# Shared #
59+
##########
60+
61+
[filter:keystonecontext]
62+
paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory
63+
64+
[filter:authtoken]
65+
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
66+
67+
[filter:request_id]
68+
paste.filter_factory = cinder.api.middleware.request_id:RequestId.factory
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
[uwsgi]
3+
chmod-socket = 666
4+
socket = /var/run/uwsgi/cinder-wsgi.socket
5+
lazy-apps = true
6+
add-header = Connection: close
7+
buffer-size = 65535
8+
hook-master-start = unix_signal:15 gracefully_kill_them_all
9+
thunder-lock = true
10+
plugins = http,python3
11+
enable-threads = true
12+
worker-reload-mercy = 80
13+
exit-on-reload = false
14+
die-on-term = true
15+
master = true
16+
processes = 2
17+
wsgi-file = /opt/stack/data/venv/bin/cinder-wsgi
+82
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
2+
[keystone_authtoken]
3+
memcached_servers = localhost:11211
4+
cafile = /opt/stack/data/ca-bundle.pem
5+
project_domain_name = Default
6+
project_name = service
7+
user_domain_name = Default
8+
password = hpinvent
9+
username = cinder
10+
auth_url = http://10.201.4.32/identity
11+
interface = public
12+
auth_type = password
13+
14+
[DEFAULT]
15+
graceful_shutdown_timeout = 5
16+
glance_api_servers = http://10.201.4.32/image
17+
osapi_volume_workers = 2
18+
logging_exception_prefix = ERROR %(name)s %(instance)s
19+
logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
20+
logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s
21+
logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
22+
transport_url = rabbit://stackrabbit:[email protected]:5672/
23+
backup_swift_url = http://10.201.4.32:8080/v1/AUTH_
24+
backup_driver = cinder.backup.drivers.swift.SwiftBackupDriver
25+
default_volume_type = lvmdriver-1
26+
enabled_backends = lvmdriver-1
27+
service_down_time = 720
28+
report_interval = 120
29+
rpc_response_timeout = 120
30+
quota_snapshots = 10
31+
quota_backups = 10
32+
quota_volumes = 10
33+
my_ip = 10.201.4.32
34+
state_path = /opt/stack/data/cinder
35+
osapi_volume_listen = 0.0.0.0
36+
osapi_volume_extension = cinder.api.contrib.standard_extensions
37+
rootwrap_config = /etc/cinder/rootwrap.conf
38+
api_paste_config = /etc/cinder/api-paste.ini
39+
target_helper = lioadm
40+
debug = True
41+
42+
[database]
43+
connection = mysql+pymysql://root:[email protected]/cinder?charset=utf8&plugin=dbcounter
44+
45+
[oslo_concurrency]
46+
lock_path = /opt/stack/data/cinder
47+
48+
[key_manager]
49+
fixed_key = 502a476114abec4e12e8475ac9319aff
50+
backend = cinder.keymgr.conf_key_mgr.ConfKeyManager
51+
52+
[lvmdriver-1]
53+
image_volume_cache_enabled = True
54+
volume_clear = zero
55+
lvm_type = auto
56+
target_prefix = iqn.2010-10.org.openstack:
57+
target_port = 3260
58+
target_protocol = iscsi
59+
target_helper = lioadm
60+
volume_group = stack-volumes-lvmdriver-1
61+
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
62+
volume_backend_name = lvmdriver-1
63+
64+
[nova]
65+
region_name = RegionOne
66+
memcached_servers = localhost:11211
67+
cafile = /opt/stack/data/ca-bundle.pem
68+
project_domain_name = Default
69+
project_name = service
70+
user_domain_name = Default
71+
password = hpinvent
72+
username = nova
73+
auth_url = http://10.201.4.32/identity
74+
interface = public
75+
auth_type = password
76+
77+
[coordination]
78+
backend_url = etcd3+http://10.201.4.32:2379?api_version=v3
79+
80+
[oslo_policy]
81+
enforce_new_defaults = false
82+
enforce_scope = false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"volume": ["name", "status", "metadata",
3+
"bootable", "migration_status", "availability_zone",
4+
"group_id", "size", "created_at", "updated_at",
5+
"consumes_quota"],
6+
"backup": ["name", "status", "volume_id"],
7+
"snapshot": ["name", "status", "volume_id", "metadata",
8+
"availability_zone", "consumes_quota"],
9+
"group": ["name"],
10+
"group_snapshot": ["name", "status", "group_id"],
11+
"attachment": ["volume_id", "status", "instance_id", "attach_status"],
12+
"message": ["resource_uuid", "resource_type", "event_id",
13+
"request_id", "message_level"],
14+
"pool": ["name", "volume_type"],
15+
"volume_type": ["is_public", "extra_specs"]
16+
}
+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Configuration for cinder-rootwrap
2+
# This file should be owned by (and only-writeable by) the root user
3+
4+
[DEFAULT]
5+
# List of directories to load filter definitions from (separated by ',').
6+
# These directories MUST all be only writeable by root !
7+
filters_path=/etc/cinder/rootwrap.d
8+
9+
# List of directories to search executables in, in case filters do not
10+
# explicitely specify a full path (separated by ',')
11+
# If not specified, defaults to system PATH environment variable.
12+
# These directories MUST all be only writeable by root !
13+
#exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin,/usr/lpp/mmfs/bin
14+
15+
# Enable logging to syslog
16+
# Default value is False
17+
use_syslog=False
18+
19+
# Which syslog facility to use.
20+
# Valid values include auth, authpriv, syslog, local0, local1...
21+
# Default value is 'syslog'
22+
syslog_log_facility=syslog
23+
24+
# Which messages to log.
25+
# INFO means log all usage
26+
# ERROR means only log unsuccessful attempts
27+
syslog_log_level=ERROR
28+
29+
# Rootwrap daemon exits after this seconds of inactivity
30+
daemon_timeout=600
31+
32+
# Rootwrap daemon limits itself to that many file descriptors (Linux only)
33+
rlimit_nofile=1024

0 commit comments

Comments
 (0)