Skip to content

Commit

Permalink
cleanup docs and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Nov 17, 2023
1 parent bda8ae2 commit 9f36f04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setenv
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f36f04

Please sign in to comment.