Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/group_vars/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dummy:

# This field indicates local machine host ip
# For HA configuration, add the IP on which the Core Services (Hotpot) are reachable from the Kubernetes node.
host_ip: 127.0.0.1
host_ip: 127.0.0.1 # Make sure you replace this Dummy IP with your IP address

# This field indicates which way user prefers to install, currently support
# 'repository', 'release' and 'container'
Expand Down