airshipctl/manifests/site/gcp-test-site/phases/infrastructure-providers.json
Ratnopam Chakrabarti e9f9d27732 Update CAPG test site to support phase run
Added support for following phases in CAPG provider
 clusterctl-init-ephemeral
 controlplane-ephemeral
 initinfra-target
 clusterctl-init-target
 clusterctl-move
 workers-target

Added support for deploying calico CNI for CAPG
through initinfra-target phase

Relates-To: #425
Change-Id: I91b29e561444d82d33802157eba5a1d94b25ba04
2020-12-07 11:45:47 -05:00

19 lines
390 B
JSON

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