Logo
Explore Get Started
openstack/kayobe
Code Issues Proposed changes
c9f8d80ba6
BranchesTags
View all branches
kayobe/dev/seed-deploy.sh

20 lines
312 B
Bash
Raw Normal View History

Add scripting around the development environment The following top level scripts are added under dev/: * overcloud-deploy.sh * seed-deploy.sh * seed-hypervisor-deploy.sh Some amount of configuration is possible via dev/config.sh.
2017-10-21 09:33:34 +01:00
#!/bin/bash
Address dev environment review comments Improves shell script quoting, and adds set -u set -o pipefail
2018-02-06 12:06:00 +00:00
set -eu
set -o pipefail
Add scripting around the development environment The following top level scripts are added under dev/: * overcloud-deploy.sh * seed-deploy.sh * seed-hypervisor-deploy.sh Some amount of configuration is possible via dev/config.sh.
2017-10-21 09:33:34 +01:00
# Simple script to stand up a development environment for a seed VM using
# kayobe. This should be executed from the hypervisor.
PARENT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
Address dev environment review comments Improves shell script quoting, and adds set -u set -o pipefail
2018-02-06 12:06:00 +00:00
source "${PARENT}/functions"
Add scripting around the development environment The following top level scripts are added under dev/: * overcloud-deploy.sh * seed-deploy.sh * seed-hypervisor-deploy.sh Some amount of configuration is possible via dev/config.sh.
2017-10-21 09:33:34 +01:00
function main {
config_init
seed_deploy
}
main
Copy Permalink
Powered by Gitea Version: v1.23.8 Page: 60ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API