mirror of
https://github.com/gryf/openstack.git
synced 2025-12-17 11:30:24 +01:00
Open-source the OpenStack DB migration scripts and workshop
This commit is contained in:
11
migration-scripts/migration-workshop/ocata/redeploy.sh
Executable file
11
migration-scripts/migration-workshop/ocata/redeploy.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# Copyright 2018, Oath Inc.
|
||||
# Licensed under the terms of the MIT license. See LICENSE file for terms.
|
||||
|
||||
set -e
|
||||
set -x
|
||||
ROOT_DIR=/vagrant/ocata
|
||||
|
||||
docker rm -f $(docker ps -aq)
|
||||
kolla-ansible -i ${ROOT_DIR}/all-in-one --extra @${ROOT_DIR}/extra.yaml bootstrap-servers
|
||||
kolla-ansible -i ${ROOT_DIR}/all-in-one --extra @${ROOT_DIR}/extra.yaml deploy
|
||||
Reference in New Issue
Block a user