-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Logger
committed
Feb 18, 2024
1 parent
1ffa75f
commit 0f81383
Showing
26 changed files
with
27,455 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/tmp/devstack_logs/devstacklog.txt.2024-02-18-135543 |
13,024 changes: 13,024 additions & 0 deletions
13,024
new_logs/907776/devstack_logs/devstacklog.txt.2024-02-18-135543
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
new_logs/907776/devstack_logs/devstacklog.txt.2024-02-18-135543.summary.2024-02-18-135543
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
2024-02-18 13:55:43.404 | stack.sh log /tmp/devstack_logs/devstacklog.txt.2024-02-18-135543 | ||
2024-02-18 13:55:58.932 | Installing package prerequisites | ||
2024-02-18 14:00:23.849 | Starting RabbitMQ | ||
2024-02-18 14:01:17.962 | Installing OpenStack project source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/tmp/devstack_logs/devstacklog.txt.2024-02-18-135543.summary.2024-02-18-135543 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[ERROR] /opt/stack/devstack/functions-common:713 git call failed: [git fetch origin master] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
[[local|localrc]] | ||
|
||
ADMIN_PASSWORD=nimblestorage | ||
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 | ||
# | ||
|
||
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/ | ||
|
||
CINDER_ENABLED_BACKENDS=nimble:nimble | ||
TEMPEST_VOLUME_DRIVER=nimble | ||
TEMPEST_VOLUME_VENDOR=Nimble | ||
TEMPEST_STORAGE_PROTOCOL=iSCSI | ||
|
||
# Neutron settings. | ||
USE_PYTHON3=True | ||
PYTHON3_VERSION=3.8 | ||
|
||
#USE_SUBNETPOOL=False | ||
#IP_VERSION=4 | ||
#PHYSICAL_NETWORK=private | ||
#PROVIDER_NETWORK_TYPE=flat | ||
#Q_USE_PROVIDER_NETWORKING=True | ||
|
||
# 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.66.0/21 | ||
#NETWORK_GATEWAY=192.168.64.4 | ||
#ALLOCATION_POOL=start=192.168.66.156,end=192.168.66.159 | ||
HOST_IP=10.201.5.82 | ||
#IPV4_ADDRS_SAFE_TO_USE=192.168.66.0/21 | ||
|
||
|
||
|
||
|
||
[[post-config|\$NOVA_CONF]] | ||
[libvirt] | ||
num_iscsi_scan_tries=15 | ||
iscsi_use_multipath=True | ||
volume_use_multipath=True | ||
#virt_type = qemu | ||
|
||
|
||
[[post-config|$CINDER_CONF]] | ||
[DEFAULT] | ||
enabled_backends=nimble | ||
default_volume_type=nimble | ||
volume_name_template = openstack-ci-%s | ||
iscsi_helper = tgtadm | ||
|
||
[nimble] | ||
#to run our nimble driver which is disabled as of now, remove it once support is enabled again | ||
#enable_unsupported_driver=True | ||
volume_driver=cinder.volume.drivers.nimble.NimbleISCSIDriver | ||
volume_backend_name=nimble | ||
san_login=admin | ||
san_password=admin | ||
num_volume_device_scan_tries=10 | ||
nimble_subnet_label=management | ||
image_volume_cache_enabled = true | ||
#use_multipath_for_image_xfer=True | ||
|
||
|
||
|
||
# virutal array | ||
#san_ip=10.201.13.140 | ||
san_ip=10.132.239.43 | ||
|
||
|
||
|
||
# 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=Nimble | ||
|
||
[volume-feature-enabled] | ||
manage_snapshot = False | ||
volume_revert = True | ||
|
||
[compute-feature-enabled] | ||
volume_multiattach = True | ||
|
||
# Test Comment |
344 changes: 344 additions & 0 deletions
344
new_logs/907776/devstack_logs/worlddump-2024-02-18-140543.txt
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Configuration for glance-rootwrap | ||
# This file should be owned by (and only-writable by) the root user | ||
|
||
[DEFAULT] | ||
# List of directories to load filter definitions from (separated by ','). | ||
# These directories MUST all be only writeable by root ! | ||
filters_path=/etc/glance/rootwrap.d,/usr/share/glance/rootwrap | ||
|
||
# List of directories to search executables in, in case filters do not | ||
# explicitely specify a full path (separated by ',') | ||
# If not specified, defaults to system PATH environment variable. | ||
# These directories MUST all be only writeable by root ! | ||
exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin,/usr/local/bin,/usr/local/sbin | ||
|
||
# Enable logging to syslog | ||
# Default value is False | ||
use_syslog=False | ||
|
||
# Which syslog facility to use. | ||
# Valid values include auth, authpriv, syslog, local0, local1... | ||
# Default value is 'syslog' | ||
syslog_log_facility=syslog | ||
|
||
# Which messages to log. | ||
# INFO means log all usage | ||
# ERROR means only log unsuccessful attempts | ||
syslog_log_level=ERROR |
16 changes: 16 additions & 0 deletions
16
new_logs/907776/etc/glance/rootwrap.d/glance_cinder_store.filters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# glance-rootwrap command filters for glance cinder store | ||
# This file should be owned by (and only-writable by) the root user | ||
|
||
[Filters] | ||
# cinder store driver | ||
disk_chown: RegExpFilter, chown, root, chown, \d+, /dev/(?!.*/\.\.).* | ||
|
||
# os-brick library commands | ||
# os_brick.privileged.run_as_root oslo.privsep context | ||
# This line ties the superuser privs with the config files, context name, | ||
# and (implicitly) the actual python code invoked. | ||
privsep-rootwrap: RegExpFilter, privsep-helper, root, privsep-helper, --config-file, /etc/(?!\.\.).*, --privsep_context, os_brick.privileged.default, --privsep_sock_path, /tmp/.* | ||
|
||
chown: CommandFilter, chown, root | ||
mount: CommandFilter, mount, root | ||
umount: CommandFilter, umount, root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
[uwsgi] | ||
chmod-socket = 666 | ||
socket = /var/run/uwsgi/keystone-wsgi-public.socket | ||
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 | ||
wsgi-file = /opt/stack/data/venv/bin/keystone-wsgi-public |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
|
||
[identity] | ||
password_hash_rounds = 4 | ||
driver = sql | ||
|
||
[assignment] | ||
driver = sql | ||
|
||
[role] | ||
driver = sql | ||
|
||
[resource] | ||
driver = sql | ||
|
||
[cache] | ||
memcache_servers = localhost:11211 | ||
backend = dogpile.cache.memcached | ||
enabled = True | ||
|
||
[oslo_messaging_notifications] | ||
transport_url = rabbit://stackrabbit:[email protected]:5672/ | ||
|
||
[DEFAULT] | ||
max_token_size = 16384 | ||
debug = True | ||
logging_exception_prefix = ERROR %(name)s [01;35m%(instance)s[00m | ||
logging_default_format_string = %(color)s%(levelname)s %(name)s [[00;36m-%(color)s] [01;35m%(instance)s%(color)s%(message)s[00m | ||
logging_context_format_string = %(color)s%(levelname)s %(name)s [[01;36m%(global_request_id)s %(request_id)s [00;36m%(project_name)s %(user_name)s%(color)s] [01;35m%(instance)s%(color)s%(message)s[00m | ||
logging_debug_format_suffix = [00;33m{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}[00m | ||
public_endpoint = http://10.201.5.82/identity | ||
|
||
[token] | ||
provider = fernet | ||
|
||
[database] | ||
connection = mysql+pymysql://root:[email protected]/keystone?charset=utf8&plugin=dbcounter | ||
|
||
[fernet_tokens] | ||
key_repository = /etc/keystone/fernet-keys/ | ||
|
||
[credential] | ||
key_repository = /etc/keystone/credential-keys/ | ||
|
||
[security_compliance] | ||
unique_last_password_count = 2 | ||
lockout_duration = 10 | ||
lockout_failure_attempts = 2 | ||
|
||
[oslo_policy] | ||
enforce_new_defaults = false | ||
enforce_scope = false | ||
policy_file = policy.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
-- No entries -- |