Skip to content

Commit

Permalink
Commited 940275
Browse files Browse the repository at this point in the history
  • Loading branch information
Logger committed Jan 27, 2025
1 parent 1282d3c commit c304345
Show file tree
Hide file tree
Showing 84 changed files with 173,130 additions and 0 deletions.
16,132 changes: 16,132 additions & 0 deletions new_logs/940275/c-api.service

Large diffs are not rendered by default.

5,372 changes: 5,372 additions & 0 deletions new_logs/940275/c-sch.service

Large diffs are not rendered by default.

6,311 changes: 6,311 additions & 0 deletions new_logs/940275/c-vol.service

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions new_logs/940275/devstack_logs/devstacklog.txt
50,642 changes: 50,642 additions & 0 deletions new_logs/940275/devstack_logs/devstacklog.txt.2025-01-27-231240

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
2025-01-27 23:12:40.796 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2025-01-27-231240
2025-01-27 23:12:51.207 | Installing package prerequisites
2025-01-27 23:16:47.801 | Starting RabbitMQ
2025-01-27 23:17:32.850 | Installing OpenStack project source
2025-01-27 23:23:38.378 | Installing Tempest
2025-01-27 23:23:42.101 | Configuring and starting MySQL
2025-01-27 23:23:59.773 | Starting Keystone
2025-01-27 23:25:16.303 | Configuring Glance
2025-01-27 23:25:16.540 | Configuring Neutron
2025-01-27 23:26:08.915 | Configuring Cinder
2025-01-27 23:26:09.092 | Configuring placement
2025-01-27 23:26:28.782 | Configuring Nova
2025-01-27 23:26:46.013 | Starting Nova API
2025-01-27 23:26:51.860 | Starting OVN services
2025-01-27 23:27:18.230 | Starting Neutron
2025-01-27 23:27:25.412 | Starting Placement
2025-01-27 23:27:31.984 | Creating initial neutron network elements
2025-01-27 23:27:54.636 | Starting Nova
2025-01-27 23:28:12.164 | Starting Cinder
2025-01-27 23:28:24.964 | Starting Glance
2025-01-27 23:28:29.428 | Uploading images
2025-01-27 23:28:50.051 | Configuring lvm.conf global device filter
2025-01-27 23:28:50.425 | set lvm.conf device global_filter to: global_filter = [ "a|loop3|", "r|.*|" ] # from devstack
2025-01-27 23:28:51.050 | Initializing Tempest
2025-01-27 23:29:57.342 | Installing Tempest Plugins
2025-01-27 23:29:57.849 | stack.sh completed in 1068 seconds.
1 change: 1 addition & 0 deletions new_logs/940275/devstack_logs/devstacklog.txt.summary
953 changes: 953 additions & 0 deletions new_logs/940275/devstack_logs/dstat-csv.log

Large diffs are not rendered by default.

95 changes: 95 additions & 0 deletions new_logs/940275/devstack_logs/local.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
[[local|localrc]]

ADMIN_PASSWORD=******
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
SERVICE_TOKEN=$ADMIN_PASSWORD
SWIFT_HASH=$ADMIN_PASSWORD
SWIFT_TEMPURL_KEY=$ADMIN_PASSWORD
GIT_BASE=http://github.com

# Below lines enable only the minimum services required for Ironic.
# # Enable more services as required.
disable_service n-net
disable_service horizon
disable_service heat h-api h-api-cfn h-api-cw
enable_service cinder c-sch c-api c-vol c-bak
#enable_service s-proxy s-object s-container s-account
SWIFT_START_ALL_SERVICES=True
SWIFT_REPLICAS=1
#
SYSLOG=False
SCREEN_LOGDIR=/tmp/devstack_logs
IRONIC_VM_LOG_DIR=/tmp/devstack_logs/ironic-bm-logs
LOGFILE=/tmp/devstack_logs/devstacklog.txt
VERBOSE=True
#ETCD_DOWNLOAD_URL=http://tarballs.openstack.org/etcd/
ETCD_DOWNLOAD_URL=https://github.com/coreos/etcd/releases/download/

DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS=https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img
#IMAGE_URLS=http://192.168.79.1:8000/cirros-0.5.1-x86_64-disk.img

# Neutron settings.
USE_PYTHON3=True
PYTHON3_VERSION=3.10

USE_SUBNETPOOL=False
IP_VERSION=4
#PHYSICAL_NETWORK=private
#PROVIDER_NETWORK_TYPE=flat
#Q_USE_PROVIDER_NETWORKING=True
#Q_FLOATING_ALLOCATION_POOL=start=192.168.79.52,end=192.168.79.62
#PUBLIC_NETWORK_GATEWAY="192.168.64.4"
#PUBLIC_INTERFACE=ens3.10
#Q_AGENT=linuxbridge
#LB_PHYSICAL_INTERFACE=ens3.10
#PUBLIC_PHYSICAL_NETWORK=default
#LB_INTERFACE_MAPPINGS=default:ens3.10
# Swift related options
SWIFT_ENABLE_TEMPURLS="True"
SWIFT_LOOPBACK_DISK_SIZE_DEFAULT=15G

FORCE=yes
LOG_COLOR=True


#PUBLIC_INTERFACE=ens3.10
#OVS_PHYSICAL_BRIDGE=br-ens3.10
#FIXED_RANGE=192.168.79.0/21
#NETWORK_GATEWAY=192.168.64.4
#PUBLIC_NETWORK_GATEWAY=192.168.64.4
#ALLOCATION_POOL=start=192.168.79.52,end=192.168.79.62
#IRONIC_DEPLOY_DRIVER=agent_ilo
HOST_IP=10.201.9.223
#IPV4_ADDRS_SAFE_TO_USE=192.168.79.0/21


# Settings to enable use of hpmsa backend
TEMPEST_VOLUME_VENDOR='Hewlett Packard Enterprise'
TEMPEST_STORAGE_PROTOCOL=iSCSI
TEMPEST_STORAGE_PROTOCOL=iSCSI
TEMPEST_VOLUME_MANAGE_SNAPSHOT=False

[[post-config|\$NOVA_CONF]]
[libvirt]
num_iscsi_scan_tries=15
iscsi_use_multipath=True
#libvirt_type=qemu

# Use post-extra because the tempest configuration file is
# overwritten with the .sample after post-config.
[[post-extra|\$TEMPEST_CONFIG]]
[volume]
storage_protocol=iSCSI
vendor_name=Hewlett Packard Enterprise

# new config variable introduced to tweak manage-snapshot feature as part of below commit
# https://github.com/openstack-dev/devstack/commit/afac732d5d9b03da7abbd61f814c2f0d1a9039da?diff=split
[volume-feature-enabled]
manage_snapshot = False

[compute-feature-enabled]
volume_multiattach = True

949 changes: 949 additions & 0 deletions new_logs/940275/dstat.service

Large diffs are not rendered by default.

68 changes: 68 additions & 0 deletions new_logs/940275/etc/cinder/api-paste.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
#############
# OpenStack #
#############

[composite:osapi_volume]
use = call:cinder.api:root_app_factory
/: apiversions
/healthcheck: healthcheck
/v3: openstack_volume_api_v3

[composite:openstack_volume_api_v3]
use = call:cinder.api.middleware.auth:pipeline_factory
noauth = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler noauth apiv3
noauth_include_project_id = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler noauth_include_project_id apiv3
keystone = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler authtoken keystonecontext apiv3
keystone_nolimit = request_id cors http_proxy_to_wsgi faultwrap sizelimit osprofiler authtoken keystonecontext apiv3

[filter:http_proxy_to_wsgi]
paste.filter_factory = oslo_middleware.http_proxy_to_wsgi:HTTPProxyToWSGI.factory

[filter:cors]
paste.filter_factory = oslo_middleware.cors:filter_factory
oslo_config_project = cinder

[filter:faultwrap]
paste.filter_factory = cinder.api.middleware.fault:FaultWrapper.factory

[filter:osprofiler]
paste.filter_factory = osprofiler.web:WsgiMiddleware.factory

[filter:noauth]
paste.filter_factory = cinder.api.middleware.auth:NoAuthMiddleware.factory

[filter:noauth_include_project_id]
paste.filter_factory = cinder.api.middleware.auth:NoAuthMiddlewareIncludeProjectID.factory

[filter:sizelimit]
paste.filter_factory = oslo_middleware.sizelimit:RequestBodySizeLimiter.factory

[app:apiv3]
paste.app_factory = cinder.api.v3.router:APIRouter.factory

[pipeline:apiversions]
pipeline = request_id cors http_proxy_to_wsgi faultwrap osvolumeversionapp

[app:osvolumeversionapp]
paste.app_factory = cinder.api.versions:Versions.factory

[pipeline:healthcheck]
pipeline = request_id healthcheckapp

[app:healthcheckapp]
paste.app_factory = oslo_middleware:Healthcheck.app_factory
backends = disable_by_file
disable_by_file_path = /etc/cinder/healthcheck_disable

##########
# Shared #
##########

[filter:keystonecontext]
paste.filter_factory = cinder.api.middleware.auth:CinderKeystoneContext.factory

[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory

[filter:request_id]
paste.filter_factory = cinder.api.middleware.request_id:RequestId.factory
18 changes: 18 additions & 0 deletions new_logs/940275/etc/cinder/cinder-api-uwsgi.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

[uwsgi]
chmod-socket = 666
socket = /var/run/uwsgi/cinder-api.socket
start-time = %t
lazy-apps = true
add-header = Connection: close
buffer-size = 65535
hook-master-start = unix_signal:15 gracefully_kill_them_all
thunder-lock = true
plugins = http,python3
enable-threads = true
worker-reload-mercy = 80
exit-on-reload = false
die-on-term = true
master = true
processes = 2
module = cinder.wsgi.api:application
103 changes: 103 additions & 0 deletions new_logs/940275/etc/cinder/cinder.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,103 @@
[keystone_authtoken]
memcached_servers = localhost:11211
cafile = /opt/stack/data/ca-bundle.pem
project_domain_name = Default
project_name = service
user_domain_name = Default
password = ******
username = cinder
auth_url = http://10.201.9.223/identity
interface = public
auth_type = password

[DEFAULT]
cinder_internal_tenant_user_id = 668ba600f8f74d369e03781bcfce1389
cinder_internal_tenant_project_id = c4018f89196048baa6a6282514e24f43
graceful_shutdown_timeout = 5
glance_api_servers = http://10.201.9.223/image
osapi_volume_workers = 2
logging_exception_prefix = ERROR %(name)s %(instance)s
logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
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
logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
transport_url = rabbit://stackrabbit:******@10.201.9.223:5672/
backup_swift_url = http://10.201.9.223:8080/v1/AUTH_
default_volume_type = 3par1
enabled_backends =3par1,3par2
my_ip = 10.201.9.223
state_path = /opt/stack/data/cinder
osapi_volume_listen = 0.0.0.0
osapi_volume_extension = cinder.api.contrib.standard_extensions
rootwrap_config = /etc/cinder/rootwrap.conf
api_paste_config = /etc/cinder/api-paste.ini
target_helper = tgtadm
debug = True

[database]
connection = mysql+pymysql://root:******@127.0.0.1/cinder?charset=utf8
sql_connection = mysql+pymysql://root:******@127.0.0.1/cinder?charset=utf8

[oslo_concurrency]
lock_path = /opt/stack/data/cinder

[key_manager]
fixed_key = bae3516cc1c0eb18b05440eba8012a4a880a2ee04d584a9c1579445e675b12defdc716ec
backend = cinder.keymgr.conf_key_mgr.ConfKeyManager

[lvmdriver-1]
image_volume_cache_enabled = True
volume_clear = zero
lvm_type = auto
target_helper = tgtadm
volume_group = stack-volumes-lvmdriver-1
volume_driver = cinder.volume.drivers.lvm.LVMVolumeDriver
volume_backend_name = lvmdriver-1

[nova]
region_name = RegionOne
memcached_servers = localhost:11211
cafile = /opt/stack/data/ca-bundle.pem
project_domain_name = Default
project_name = service
user_domain_name = Default
password = ******
username = nova
auth_url = http://10.201.9.223/identity
interface = public
auth_type = password

#[coordination]
#backend_url = etcd3+http://10.201.9.223:2379

[backend_defaults]
unique_fqdn_network = False

[3par1]
volume_driver= cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver
hpe3par_api_url= https://10.201.1.221/api/v1
hpe3par_iscsi_ips= 172.28.65.17
volume_backend_name= 3par1
hpe3par_username= 3paradm
hpe3par_password= ******
hpe3par_cpg= CI_CPG
san_ip= 10.201.1.221
san_login= 3paradm
san_password= ******
ssh_conn_timeout= 45
#use_multipath_for_image_xfer= True

[3par2]
volume_driver= cinder.volume.drivers.hpe.hpe_3par_iscsi.HPE3PARISCSIDriver
hpe3par_api_url= https://10.201.1.221/api/v1
hpe3par_iscsi_ips= 172.28.65.17
volume_backend_name= 3par2
hpe3par_username= 3paradm
hpe3par_password= ******
hpe3par_cpg= SSD_r6
san_ip= 10.201.1.221
san_login= 3paradm
san_password= ******
ssh_conn_timeout=45
#use_multipath_for_image_xfer = True


Loading

0 comments on commit c304345

Please sign in to comment.