airshipctl/manifests/site/openstack-test-site/phases/infrastructure-providers.json
Ratnopam Chakrabarti 05429073d1 Add phases for capo provider
Added support for phases

Change-Id: Ic567d59748df9015dd37e33e3139bd3e6905670c
2020-10-30 14:30:03 +00:00

18 lines
401 B
JSON

[{
"op": "replace",
"path": "/init-options/infrastructure-providers",
"value": ["openstack:v0.3.1"]
},
{
"op": "replace",
"path": "/providers/0",
"value": {
"name": "openstack",
"type": "InfrastructureProvider",
"variable-substitution": true,
"versions": {
"v0.3.1": "airshipctl/manifests/function/capo/v0.3.1"
}
}
}
]