This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
The following commit(s) were added to refs/heads/develop by this push:
new 77fe8483 update README of deployment scripts
new e3be07a1 Merge pull request #269 from isururanawaka/deployment_scripts
77fe8483 is described below
commit 77fe848313c4dda9b8cb5765f23f202343ff15bf
Author: Isuru Ranawaka <[email protected]>
AuthorDate: Sun May 1 14:18:19 2022 -0400
update README of deployment scripts
---
custos-utilities/deployment-scripts/README.MD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/custos-utilities/deployment-scripts/README.MD
b/custos-utilities/deployment-scripts/README.MD
index 956be8be..b262c6cb 100644
--- a/custos-utilities/deployment-scripts/README.MD
+++ b/custos-utilities/deployment-scripts/README.MD
@@ -35,14 +35,14 @@
##### Deploying Custos Services
- First change the following parameters in pom.xml
- - <ssh.username>CHANGE_ME</ssh.username> (your ssh key password)
- - <ssh.privatekey>CHANGE_ME</ssh.privatekey> (your ssh privatekey)
- - <host>CHANGE_ME</host> (your host)
- - <spring.profiles.active>dev</spring.profiles.active> (yout profile)
- - <vault.token>CHANGE_ME</vault.token> (your vault token)
+ - <ssh.username>CHANGE_ME</ssh.username> ( local ssh key password)
+ - <ssh.privatekey>CHANGE_ME</ssh.privatekey> (local ssh privatekey)
+ - <host> CHANGE_ME</host> ( K8 cluster master rhost)
+ - <spring.profiles.active>dev</spring.profiles.active> (current active
profile)
+ - <vault.token>CHANGE_ME</vault.token> ( vault token)
- <iam.dev.username>CHANGE_ME}</iam.dev.username> ( keycloak username)
- <iam.dev.password>CHANGE_ME}</iam.dev.password> ( keycloak password)
- - <cilogon.dev.id>CHANGE_ME</cilogon.dev.id> (cilogon client id )
+ - <cilogon.dev.id>CHANGE_ME</cilogon.dev.id> (cilogon client id, contact
[email protected] to obtain admin tenant)
- <cilogon.dev.sec>CHANGE_ME</cilogon.dev.sec> (cilogon client sec)
- <custos.email.password>CHANGE_ME</custos.email.password> (your email)
- <spring.datasource.username>CHANGE_ME</spring.datasource.username>
(mysql database username)