diff --git a/Makefile b/Makefile index e77b0d3..1836afe 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # ==================================================================================== # Setup Project -PROJECT_NAME ?= upjet-provider-vra +PROJECT_NAME ?= provider-vra PROJECT_REPO ?= github.com/ankasoftco/$(PROJECT_NAME) export TERRAFORM_VERSION ?= 1.5.5 @@ -89,7 +89,7 @@ fallthrough: submodules # NOTE(hasheddan): we force image building to happen prior to xpkg build so that # we ensure image is present in daemon. -xpkg.build.upjet-provider-vra: do.build.images +xpkg.build.provider-vra: do.build.images # NOTE(hasheddan): we ensure up is installed prior to running platform-specific # build steps in parallel to avoid encountering an installation race condition. diff --git a/README.md b/README.md index f6103de..1fb7725 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Provider vRA -`upjet-provider-vra` is a [Crossplane](https://crossplane.io/) provider that +`provider-vra` is a [Crossplane](https://crossplane.io/) provider that is built using [Upjet](https://github.com/upbound/upjet) code generation tools and exposes XRM-conformant managed resources for the vRA API. @@ -8,10 +8,10 @@ vRA API. ## Getting Started Install the provider by using the following command after changing the image tag -to the [latest release](https://marketplace.upbound.io/providers/ankasoftco/upjet-provider-vra): +to the [latest release](https://marketplace.upbound.io/providers/ankasoftco/provider-vra): ``` -up ctp provider install ankasoftco/upjet-provider-vra:v0.1.0 +up ctp provider install ankasoftco/provider-vra:v0.1.0 ``` Alternatively, you can use declarative installation: @@ -21,15 +21,15 @@ cat < + meta.crossplane.io/source: github.com/ankasoftco/provider-vra + meta.crossplane.io/license: Apache-2.0 + meta.crossplane.io/description: | + VMware Aria Automation (vRA) Crossplane provider adds support for + managing vRA resources in Kubernetes. + meta.crossplane.io/readme: | + `provider-vra` is the Crossplane infrastructure provider for [VMware Aria + Automation (vRA)](https://www.vmware.com/tr/products/vrealize-automation.html). + If you encounter an issue please reach out on + [slack.crossplane.io](https://slack.crossplane.io) and create an issue in + the + [ankasoftco/provider-vra](https://github.com/ankasoftco/provider-vra) + repo.