aboutsummaryrefslogtreecommitdiffstats
path: root/terragrunt
diff options
context:
space:
mode:
Diffstat (limited to 'terragrunt')
-rw-r--r--terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl4
-rw-r--r--terragrunt/openlab/RegionOne/stage/compute/nfsserver/terragrunt.hcl2
-rw-r--r--terragrunt/openlab/RegionOne/stage/compute/worker/terragrunt.hcl2
-rw-r--r--terragrunt/openlab/RegionOne/stage/env.hcl2
-rw-r--r--terragrunt/openlab/RegionOne/stage/keypair/terragrunt.hcl2
-rw-r--r--terragrunt/openlab/RegionOne/stage/kubernetes/terragrunt.hcl2
-rw-r--r--terragrunt/openlab/RegionOne/stage/network/terragrunt.hcl2
-rw-r--r--terragrunt/openlab/RegionOne/stage/rancher/terragrunt.hcl2
-rw-r--r--terragrunt/openlab/account.hcl2
9 files changed, 10 insertions, 10 deletions
diff --git a/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
index 46a2c24..fadd4c9 100644
--- a/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/compute/control/terragrunt.hcl
@@ -9,7 +9,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/openstack/compute"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/openstack/compute"
}
include {
@@ -25,7 +25,7 @@ inputs = {
environment = local.environment
cluster_name = "${local.region}-${local.environment}"
- node_name = "worker-node"
+ node_name = "control-node"
image = "ubuntu-18.04"
flavor = "m1.xlarge"
floating_ip_pool = "external"
diff --git a/terragrunt/openlab/RegionOne/stage/compute/nfsserver/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/compute/nfsserver/terragrunt.hcl
index 4e7f83f..9d0a213 100644
--- a/terragrunt/openlab/RegionOne/stage/compute/nfsserver/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/compute/nfsserver/terragrunt.hcl
@@ -9,7 +9,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/openstack/compute"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/openstack/compute"
}
include {
diff --git a/terragrunt/openlab/RegionOne/stage/compute/worker/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/compute/worker/terragrunt.hcl
index 8d33ae4..b57276a 100644
--- a/terragrunt/openlab/RegionOne/stage/compute/worker/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/compute/worker/terragrunt.hcl
@@ -9,7 +9,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/openstack/compute"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/openstack/compute"
}
include {
diff --git a/terragrunt/openlab/RegionOne/stage/env.hcl b/terragrunt/openlab/RegionOne/stage/env.hcl
index cb68eb2..0602dcf 100644
--- a/terragrunt/openlab/RegionOne/stage/env.hcl
+++ b/terragrunt/openlab/RegionOne/stage/env.hcl
@@ -10,7 +10,7 @@ locals {
ssh_public_key = "" # OpenSSH formated string is required
ssh_private_key_path = "" # e.g ~/.ssh/id_rsa
- kubernetes_version = "v1.15.11-rancher1-2"
+ kubernetes_version = "v1.15.11-rancher1-2" # rke version. please, check the correct rke version at https://github.com/rancher/rke/releases/
kubernetes_user = "ubuntu"
kubernetes_cluster_name = "rke_cluster"
diff --git a/terragrunt/openlab/RegionOne/stage/keypair/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/keypair/terragrunt.hcl
index 35e02ee..fe6500c 100644
--- a/terragrunt/openlab/RegionOne/stage/keypair/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/keypair/terragrunt.hcl
@@ -9,7 +9,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/openstack/keypair"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/openstack/keypair"
}
include {
diff --git a/terragrunt/openlab/RegionOne/stage/kubernetes/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/kubernetes/terragrunt.hcl
index e6c0abb..ec6b60c 100644
--- a/terragrunt/openlab/RegionOne/stage/kubernetes/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/kubernetes/terragrunt.hcl
@@ -20,7 +20,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/kubernetes/kubernetes"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/kubernetes/kubernetes"
}
include {
diff --git a/terragrunt/openlab/RegionOne/stage/network/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/network/terragrunt.hcl
index 31ff4f7..eb50f3b 100644
--- a/terragrunt/openlab/RegionOne/stage/network/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/network/terragrunt.hcl
@@ -9,7 +9,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/openstack/network"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/openstack/network"
}
include {
diff --git a/terragrunt/openlab/RegionOne/stage/rancher/terragrunt.hcl b/terragrunt/openlab/RegionOne/stage/rancher/terragrunt.hcl
index 1d01e11..c0a762d 100644
--- a/terragrunt/openlab/RegionOne/stage/rancher/terragrunt.hcl
+++ b/terragrunt/openlab/RegionOne/stage/rancher/terragrunt.hcl
@@ -18,7 +18,7 @@ locals {
}
terraform {
- source = "git::https://gerrit.onap.org/r/integration/terraform/openlab/modules/kubernetes/rancher"
+ source = "git::https://gerrit.onap.org/r/integration/terraform//openlab/modules/kubernetes/rancher"
}
include {
diff --git a/terragrunt/openlab/account.hcl b/terragrunt/openlab/account.hcl
index 27c5cf0..723c6f1 100644
--- a/terragrunt/openlab/account.hcl
+++ b/terragrunt/openlab/account.hcl
@@ -2,7 +2,7 @@
# terragrunt.hcl configuration.
# For Openstack, please fill in the values below
locals {
- user_name = "${get_env("user_name", "")}" # Expose environmental variables for your account
+ user_name = "${get_env("user_name", "")}" # Expose environmental variables for your account. e.g. $>source openstack.rc
password = "${get_env("password", "")}"
project_id = "${get_env("project_id", "")}"
auth_url = "${get_env("auth_url", "")}"