Skip to content

Instantly share code, notes, and snippets.

View dosaboy's full-sized avatar

Edward Hope-Morley dosaboy

View GitHub Profile
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/bcfb807e286e682bd2b0c5c9c8b46762
#
# Authors:
# - [email protected]
# - [email protected]
#
# This must be executed on a node that has access to the Openstack apis.
#
@dosaboy
dosaboy / nova_compute_stats_check.sh
Last active March 5, 2019 17:30
nova_compute_stats_check.sh
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/d180399325b189e85249db7d67178cb4
#
# Authors:
# - [email protected]
# - [email protected]
#
# Description:
# Check compute host stats
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/95372c6ec16c9360dec240a2aa5859bb
#
# Authors:
# - [email protected]
# - [email protected]
#
# Description:
# Convert simplestreams images in Glance to disk_format=raw
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/486ed50c25154819134772694d79ced5
#
# Authors:
# - [email protected]
# - [email protected]
#
# Description:
# This tool takes as its input information about swift container locations as
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/d7dde2223f065cc2a93a7635962ed82a
#
# Authors:
# - [email protected]
# - [email protected]
#
# Description:
#
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/2b423dcc090da4bbab0cb146d8a382c1
#
# Authors:
# - [email protected]
# - [email protected]
#
# Description:
#
#!/bin/bash -eu
#
# Origin: https://gist.github.com/dosaboy/fbd7849cb944491d9ae369f406437f92
#
# Authors:
# - [email protected]
# - [email protected]
#
# NOTE: https://bugs.launchpad.net/charm-designate/+bug/1804022
MAX_RETRIES=50
#!/bin/bash
#
# Run Openstack unit tests in lxc container by installing deps from package
# instead of using the repo requirements file which is often out of step.
#
# NOTE: this needs to be run as two parts. First create the container and
# drop into bash prompt. Then execute the rest inside the container.
export SERIES=trusty
#!/bin/bash -eu
#
# Authors:
# - [email protected]
# - [email protected]
#
# Source:
# https://gist.github.com/dosaboy/261c52e4d820699d5834b45b5c1fe5d2
#
# Description:
#!/bin/bash -eu
#
# Authors:
# - [email protected]
# - [email protected]
#
# Description:
# Look for most recent capabilites updates from each backend in cinder
# scheduler logs and display their capacity counts.
#