Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename to Jet, update to Equinix TF 1.8.0 #5

Merged
merged 8 commits into from
Sep 19, 2022
Merged

Conversation

displague
Copy link
Collaborator

@displague displague commented Aug 26, 2022

Description of your changes

  • Renames the project from provider-tf-equinix to provider-jet-equinix
  • Updates the TF provider from 1.3.0 to 1.8.0 (which now includes Metal support, provider-tf-equinix-metal can be retired when this is released)
  • Syncs with changes from provider-jet-template@d938ff2

Fixes #4

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

# install kind, create kind cluster
# install crossplane-cli
#  curl -sL https://raw.githubusercontent.com/crossplane/crossplane/master/install.sh | sh
# install crossplane (for packages and compositions)
# https://crossplane.io/docs/v1.9/reference/install.html#stable
make
find package/crds -name \*yaml -exec kubectl apply -f {} \;
make run
# configure provider main.tf.json https://blog.crossplane.io/deep-dive-into-terrajet-part-iii/

TODO

  • incorporate Equinix Metal examples
  • incorporate Equinix Metal credentials if needed (seems it may not be in the new Crossplane model).
    Remove the custom credential environment variables definitions if they are not needed.
  • update to latest Equinix TF Provider (1.8.1 at time of todo'ing)
  • get provider-jet-equinix image repositories created (package and controller, multiple architectures)
    legacy repos: https://hub.docker.com/search?q=provider-tf-equinix-&source=verified
    Persisting the legacy image repositories shouldn't be needed if there has been little recent activity.
  • get this repo renamed to provider-jet-equinix
    I believe this can happen at anytime. GH redirects will take care of legacy links.

…e@d938ff2

Signed-off-by: Marques Johansson <mjohansson@equinix.com>
…d938ff2

Signed-off-by: Marques Johansson <mjohansson@equinix.com>
sync with provider-jet-template@d938ff2
updated golangci-lint to 1.48.0 for compat with newer go

Signed-off-by: Marques Johansson <mjohansson@equinix.com>
…ith provider-jet-template@d938ff2

Signed-off-by: Marques Johansson <mjohansson@equinix.com>
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
@displague displague marked this pull request as ready for review September 16, 2022 19:42
@displague displague force-pushed the jet-equinix-tf1.8.0 branch 2 times, most recently from 8a3ecf1 to ceb42e0 Compare September 16, 2022 20:21
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
Signed-off-by: Marques Johansson <mjohansson@equinix.com>
@displague displague merged commit 4a341c9 into main Sep 19, 2022
@displague displague deleted the jet-equinix-tf1.8.0 branch September 19, 2022 12:34
@displague displague mentioned this pull request Sep 19, 2022
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the provider to Equinix TF 1.8.0+
1 participant