From 9f36f049cc0806d5c01e18a1a079224ca3c4e25a Mon Sep 17 00:00:00 2001 From: David Fry Date: Fri, 17 Nov 2023 17:11:07 +0000 Subject: [PATCH] cleanup docs and versions --- README.md | 5 +++-- setenv | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a7de33..281aee5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -docker run -it -v ~/.aws:/root/.aws ghcr.io/mojaloop/control-center-util:0.9.1 /bin/bash +docker run -it -v ~/.aws:/root/.aws ghcr.io/mojaloop/control-center-util:0.9.4 /bin/bash to get started, run the follwing from commandline cd /iac-run-dir @@ -7,11 +7,12 @@ source setenv ./init.sh cd /iac-run-dir/iac-modules/terraform/control-center/init modify environment.yaml file as appropriate +source setlocalenv.sh ./runall.sh ./movestatetogitlab.sh Then, go to gitlab instance, use root password found by running: yq eval '.gitlab.vars.server_password' $ANSIBLE_BASE_OUTPUT_DIR/control-center-deploy/inventory You then need to setup 2FA, then you can navigate to the bootstrap proyect and view pipelines in cicd section. -First pipeline will be waiting at Deploy job. Executing this should result in no changes but is a test to make sure that the configuration files have been correctly imported. +First pipeline will be waiting at Deploy job. Executing this will run through the steps already run in the docker container, but will also run the control-center-post-config module which needs to run from within the internal network as it accesses the tenancy vault. From now on, make changes to the files inside gitlab and execute the jobs as necessary to make changes to the control center components diff --git a/setenv b/setenv index ea2c2ef..9a130b8 100644 --- a/setenv +++ b/setenv @@ -2,5 +2,5 @@ export AWS_PROFILE=oss export PRIVATE_REPO_TOKEN=nullvalue export PRIVATE_REPO_USER=nullvalue export ANSIBLE_BASE_OUTPUT_DIR=$PWD/output -export IAC_TERRAFORM_MODULES_TAG=v0.9.11 +export IAC_TERRAFORM_MODULES_TAG=v0.29.0 export PRIVATE_REPO=example.com \ No newline at end of file