This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/master by this push:
     new a5ba0ca77f Ansible: add public hostname for api server
a5ba0ca77f is described below

commit a5ba0ca77f80958208e5d361b9ad538c6d1ec330
Author: Marcus Christie <[email protected]>
AuthorDate: Mon Jun 5 20:15:45 2023 -0400

    Ansible: add public hostname for api server
---
 dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml 
b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
index b136bfa579..284ebb0082 100644
--- a/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/production/group_vars/all/vars.yml
@@ -67,6 +67,7 @@ zookeeper_connection_url: "{{ groups['zookeeper'][0] }}:{{ 
zookeeper_client_port
 api_server_name: "apiserver-node0"
 api_server_host: "{{ groups['api-orch'][0] }}"
 api_server_port: "8930"
+api_server_public_hostname: "apiprod.scigap.org"
 api_secured: "true"
 tls_enable: "false"
 api_server_tls_port: "9930"

Reply via email to