From commits-return-135007-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Mon Jul 26 06:11:03 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 9640A180181 for ; Mon, 26 Jul 2021 08:11:03 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id F1E8260523 for ; Mon, 26 Jul 2021 06:11:02 +0000 (UTC) Received: (qmail 77044 invoked by uid 500); 26 Jul 2021 06:11:02 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 77035 invoked by uid 99); 26 Jul 2021 06:11:02 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2021 06:11:02 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E677C81F23; Mon, 26 Jul 2021 06:11:01 +0000 (UTC) Date: Mon, 26 Jul 2021 06:11:01 +0000 To: "commits@cloudstack.apache.org" Subject: [cloudstack-terraform-provider] branch main updated: README: update post import of codebase after IP clearance MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162727986188.32007.5907001398712680691@gitbox.apache.org> From: rohit@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: cloudstack-terraform-provider X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: 5e7ccfea50810303a6b205084fb6f0b3eade33ca X-Git-Newrev: a9a900b3ba3f2d0cb05fee65ba975916a6e6a9dd X-Git-Rev: a9a900b3ba3f2d0cb05fee65ba975916a6e6a9dd X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. rohit pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git The following commit(s) were added to refs/heads/main by this push: new a9a900b README: update post import of codebase after IP clearance a9a900b is described below commit a9a900b3ba3f2d0cb05fee65ba975916a6e6a9dd Author: Rohit Yadav AuthorDate: Mon Jul 26 11:40:26 2021 +0530 README: update post import of codebase after IP clearance Signed-off-by: Rohit Yadav --- README.md | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9e142e6..524a523 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,5 @@ - -This repository is archived as it's development has been moved to the Apache Foundation. Please find the new home for this provider here: https://github.com/apache/cloudstack-terraform-provider - -Terraform Provider -================== - -- Website: https://www.terraform.io -- [![Gitter chat](https://badges.gitter.im/hashicorp-terraform/Lobby.png)](https://gitter.im/hashicorp-terraform/Lobby) -- Mailing list: [Google Groups](http://groups.google.com/group/terraform-tool) - - +CloudStack Terraform Provider +============================= Requirements ------------ @@ -19,17 +10,17 @@ Requirements Building The Provider --------------------- -Clone repository to: `$GOPATH/src/github.com/xanzy/terraform-provider-cloudstack` +Clone repository to: `$GOPATH/src/github.com/apache/cloudstack-terraform-provider` ```sh -$ mkdir -p $GOPATH/src/github.com/xanzy; cd $GOPATH/src/github.com/xanzy -$ git clone git@github.com:xanzy/terraform-provider-cloudstack +$ mkdir -p $GOPATH/src/github.com/apache; cd $GOPATH/src/github.com/apache +$ git clone git@github.com:apache/cloudstack-terraform-provider ``` Enter the provider directory and build the provider ```sh -$ cd $GOPATH/src/github.com/xanzy/terraform-provider-cloudstack +$ cd $GOPATH/src/github.com/apache/cloudstack-terraform-provider $ make build ``` @@ -43,7 +34,7 @@ To compile the provider, run `make build`. This will build the provider and put ```sh $ make bin ... -$ $GOPATH/bin/terraform-provider-cloudstack +$ $GOPATH/bin/cloudstack-terraform-provider ... ``` @@ -84,3 +75,16 @@ In order for all the tests to pass, you will need to create a new (empty) projec ```sh $ make testacc ``` + +## History + +This codebase relicensed under APLv2 and donated to the Apache CloudStack +project under an [IP +clearance](https://github.com/apache/cloudstack/issues/5159) process and +imported on 26th July 2021. + +## License + +Licensed under the Apache License, Version 2.0 (the "License"); you may not use +this file except in compliance with the License. You may obtain a copy of the +License at