
* Add ability to fetch design from Deckhand * Add functional testing for Deckhand design_ref integration * Update complete example to work with changes to Ceph chart Change-Id: Ice25a27b340e68a8ab38a23021cd91e032ca537b
40 lines
642 B
JSON
40 lines
642 B
JSON
{
|
|
"configuration": [
|
|
"examples/complete",
|
|
"promenade/schemas"
|
|
],
|
|
"stages": [
|
|
{
|
|
"name": "Gate Setup",
|
|
"script": "gate-setup.sh"
|
|
},
|
|
{
|
|
"name": "Build Image",
|
|
"script": "build-image.sh"
|
|
},
|
|
{
|
|
"name": "Generate Certificates",
|
|
"script": "generate-certificates.sh"
|
|
},
|
|
{
|
|
"name": "Build Scripts",
|
|
"script": "build-scripts.sh"
|
|
},
|
|
{
|
|
"name": "Create VMs",
|
|
"script": "create-vms.sh"
|
|
},
|
|
{
|
|
"name": "Genesis",
|
|
"script": "genesis.sh"
|
|
}
|
|
],
|
|
"vm": {
|
|
"memory": 12288,
|
|
"names": [
|
|
"n0"
|
|
],
|
|
"vcpus": 4
|
|
}
|
|
}
|