Skip to content

Commit

Permalink
Release v1.0.1 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenBorisko committed Aug 21, 2023
2 parents c60acf8 + 3e622f5 commit 1cf9ecd
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 16 deletions.
6 changes: 3 additions & 3 deletions a3/examples/gke-beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Required variables:

# How to create this cluster

Refer to [this section](../../README.md#how-to-provision-a-cluster).
Refer to [this section](../../../README.md#how-to-provision-a-cluster).

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand All @@ -47,7 +47,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_a3-gke-beta"></a> [a3-gke-beta](#module\_a3-gke-beta) | github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/gke-beta | n/a |
| <a name="module_a3-gke-beta"></a> [a3-gke-beta](#module\_a3-gke-beta) | github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/gke-beta | n/a |

## Resources

Expand All @@ -64,4 +64,4 @@ No resources.
## Outputs

No outputs.
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion a3/examples/gke-beta/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ deployment_groups:
- group: primary
modules:
- id: a3-gke-beta
source: "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/gke-beta"
source: "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/gke-beta"
2 changes: 1 addition & 1 deletion a3/examples/gke-beta/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "project_id" {}
variable "resource_prefix" {}

module "a3-gke-beta" {
source = "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/gke-beta"
source = "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/gke-beta"

node_pools = var.node_pools
project_id = var.project_id
Expand Down
6 changes: 3 additions & 3 deletions a3/examples/gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Required variables:

# How to create this cluster

Refer to [this section](../../README.md#how-to-provision-a-cluster).
Refer to [this section](../../../README.md#how-to-provision-a-cluster).

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand All @@ -41,7 +41,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_a3-gke"></a> [a3-gke](#module\_a3-gke) | github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/gke | n/a |
| <a name="module_a3-gke"></a> [a3-gke](#module\_a3-gke) | github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/gke | n/a |

## Resources

Expand All @@ -58,4 +58,4 @@ No resources.
## Outputs

No outputs.
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion a3/examples/gke/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ deployment_groups:
- group: primary
modules:
- id: a3-gke
source: "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/gke"
source: "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/gke"
2 changes: 1 addition & 1 deletion a3/examples/gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "project_id" {}
variable "resource_prefix" {}

module "a3-gke" {
source = "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/gke"
source = "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/gke"

node_pools = var.node_pools
project_id = var.project_id
Expand Down
6 changes: 3 additions & 3 deletions a3/examples/mig-cos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Required variables:

# How to create this cluster

Refer to [this section](../../README.md#how-to-provision-a-cluster).
Refer to [this section](../../../README.md#how-to-provision-a-cluster).

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
## Requirements
Expand All @@ -40,7 +40,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_a3-mig-cos"></a> [a3-mig-cos](#module\_a3-mig-cos) | github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/mig-cos | n/a |
| <a name="module_a3-mig-cos"></a> [a3-mig-cos](#module\_a3-mig-cos) | github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/mig-cos | n/a |

## Resources

Expand All @@ -58,4 +58,4 @@ No resources.
## Outputs

No outputs.
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion a3/examples/mig-cos/blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ deployment_groups:
- group: primary
modules:
- id: a3-mig-cos
source: "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/mig-cos"
source: "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/mig-cos"
2 changes: 1 addition & 1 deletion a3/examples/mig-cos/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "region" {}
variable "resource_prefix" {}

module "a3-mig-cos" {
source = "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//terraform/modules/cluster/mig-cos"
source = "github.com/GoogleCloudPlatform/ai-infra-cluster-provisioning//a3/terraform/modules/cluster/mig-cos"

instance_groups = var.instance_groups
project_id = var.project_id
Expand Down
2 changes: 1 addition & 1 deletion cloudbuild-continuous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ images:
timeout: 5400s

substitutions:
_VERSION: 'v1.0.0'
_VERSION: 'v1.0.1'
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ instance_groups = [
zone = "us-east4-a"
},
]
region = "us-east4"

0 comments on commit 1cf9ecd

Please sign in to comment.