Skip to content

Commit

Permalink
add link to init
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Dec 23, 2022
1 parent 9c32021 commit 19f7b25
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/aws-auth/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
LINKTOP init
ALL
COMMAND tf-directory-setup.py -l s3
STOP cd ../efs and tf-run.sh apply
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/cluster-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
STOP only run this after the cluster roles represented here have been setup in K8S
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../settings.auto.tfvars .
COMMAND ln -sf ../versions.tf
LINKTOP init
POLICY
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/common-services/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
Expand All @@ -7,6 +7,7 @@ COMMAND ln -sf ../settings.auto.tfvars
COMMAND ln -sf ../variables.vpc.auto.tfvars .
COMMAND ln -sf ../variables.vpc.tf
COMMAND ln -sf ../versions.tf
LINKTOP init

module.cert
COMMAND tf-directory-setup.py -l s3
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/efs/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
LINKTOP init
POLICY
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
LINKTOP init
POLICY
ALL
COMMAND tf-directory-setup.py -l s3
Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/irsa-roles/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMAND tf-directory-setup.py -l none -f
COMMAND setup-new-directory.sh
COMMAND tf-init -upgrade
COMMAND ln -sf ../versions.tf
LINKTOP init
ALL
COMMAND tf-directory-setup.py -l s3

Expand Down
3 changes: 2 additions & 1 deletion examples/full-cluster-tf-upgrade/tf-run.data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION 1.2.0
VERSION 1.2.1
REMOTE-STATE
COMMENT make sure the private-lb subnet and container subnets are tagged properly (see README.md)
STOP then continue with at step %%NEXT%%
Expand All @@ -8,6 +8,7 @@ COMMAND setup-new-directory.sh
LINKTOP provider_configs.d/provider.ldap_new.auto.tfvars
LINKTOP provider_configs.d/provider.ldap_new.tf
LINKTOP provider_configs.d/provider.ldap_new.variables.tf
LINKTOP init
COMMAND tf-init -upgrade

COMMENT There are two placeholder files, variables.vpc.auto.tfvars.make-link and variables.vpc.tf.make-link.
Expand Down

0 comments on commit 19f7b25

Please sign in to comment.