Merge "Create /var/log/kolla/rally before running rally-manage db create/upgrade"
This commit is contained in:
commit
4b143f09e1
@ -1,15 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
|
||||
# of the KOLLA_BOOTSTRAP variable being set, including empty.
|
||||
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
||||
rally-manage db create || rally-manage db upgrade
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if [[ ! -d "/var/log/kolla/rally" ]]; then
|
||||
mkdir -p /var/log/kolla/rally
|
||||
fi
|
||||
if [[ $(stat -c %a /var/log/kolla/rally) != "755" ]]; then
|
||||
chmod 755 /var/log/kolla/rally
|
||||
fi
|
||||
|
||||
# Bootstrap and exit if KOLLA_BOOTSTRAP variable is set. This catches all cases
|
||||
# of the KOLLA_BOOTSTRAP variable being set, including empty.
|
||||
if [[ "${!KOLLA_BOOTSTRAP[@]}" ]]; then
|
||||
rally-manage db create || rally-manage db upgrade
|
||||
exit 0
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user