Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
360c9dd6
Commit
360c9dd6
authored
5 years ago
by
Rajesh
Committed by
rjshrjndrn
5 years ago
Browse files
Options
Download
Patches
Plain Diff
removing -e kong_admin url
by default it'll use localhost:31801
parent
19907ac0
3node
3node_bak_new
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deploy/install.sh
+2
-2
deploy/install.sh
with
2 additions
and
2 deletions
+2
-2
deploy/install.sh
+
2
−
2
View file @
360c9dd6
...
@@ -21,11 +21,11 @@ ansible-playbook -i ../ansible/inventory/env/ ../kubernetes/ansible/deploy_core_
...
@@ -21,11 +21,11 @@ ansible-playbook -i ../ansible/inventory/env/ ../kubernetes/ansible/deploy_core_
# Onboaring apis
# Onboaring apis
echo
"@@@@@@@@@ Onboard APIs"
echo
"@@@@@@@@@ Onboard APIs"
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/api-manager.yml
--tags
kong-api
--extra-vars
kong_admin_api_url
=
http://localhost:31801
ansible-playbook
-i
../ansible/inventory/env/ ../ansible/api-manager.yml
--tags
kong-api
# Onboard Consumers
# Onboard Consumers
## This will generate a player token in /root/jwt_token_player.txt
## This will generate a player token in /root/jwt_token_player.txt
echo
"@@@@@@@@@ Onboard Consumers"
echo
"@@@@@@@@@ Onboard Consumers"
ansible-playbook
-v
-i
../ansible/inventory/env/ ../ansible/api-manager.yml
--tags
kong-consumer
--extra-vars
kong_admin_api_url
=
http://localhost:31801
ansible-playbook
-v
-i
../ansible/inventory/env/ ../ansible/api-manager.yml
--tags
kong-consumer
jwt_token
=
$(
sudo cat
/root/jwt_token_player.txt
)
jwt_token
=
$(
sudo cat
/root/jwt_token_player.txt
)
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets