Skip to content

Instantly share code, notes, and snippets.

@gibizer
Last active February 8, 2022 11:06
Show Gist options
  • Save gibizer/89321542a5145b9d707ddf4ff3b00f42 to your computer and use it in GitHub Desktop.
Save gibizer/89321542a5145b9d707ddf4ff3b00f42 to your computer and use it in GitHub Desktop.
# change placement conf
# [api]
# auh_strategy = noauth2
sudo apt install jq parallel --yes
sudo mysql -uroot -padmin -e "DROP DATABASE IF EXISTS placement;"
sudo mysql -uroot -padmin -e "CREATE DATABASE placement CHARACTER SET utf8;"
placement-manage db sync
sudo systemctl restart devstack@placement-*
cd /opt/stack/placement
./gate/perfload-runner.sh
./gate/perfload-nested-runner.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment