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
a9da014b
Commit
a9da014b
authored
5 years ago
by
keshavprasadms
Browse files
Options
Download
Patches
Plain Diff
fix: updating to kube kong consumers role
parent
3df7da7f
3nodeinstall
3node-2.6.0
release-2.6.0-k8s_9467d13
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/kong-consumer/tasks/main.yml
+8
-6
ansible/roles/kong-consumer/tasks/main.yml
with
8 additions
and
6 deletions
+8
-6
ansible/roles/kong-consumer/tasks/main.yml
+
8
−
6
View file @
a9da014b
...
...
@@ -24,13 +24,12 @@
# retries: 60
# delay: 5
-
name
:
Extracting where the host in which api manager is running
command
:
bash -lc "sudo docker service ps api-manager_kong | grep Runn | head -n1 | awk '{print $4}'"
register
:
kong_running_host
delegate_to
:
"
{{groups['swarm-manager-1'][0]}}"
-
name
:
Getting private lb ip
command
:
kubectl get svc -n istio-system ingressgateway-private -o jsonpath='{.status.loadBalancer.ingress[0].ip}'
register
:
private_lb_ip
-
set_fact
:
kong_admin_api_url
:
"
http://{{
kong_running_host.stdout}}:8001
"
kong_admin_api_url
:
"
http://{{
private_lb_ip.stdout}}/admin-api
"
-
name
:
Run script to save consumers
shell
:
"
python
/tmp/kong-api-scripts/kong_consumers.py
/tmp/kong_consumers.json
--kong-admin-api-url={{
kong_admin_api_url
}}"
...
...
@@ -56,5 +55,8 @@
ignore_errors
:
yes
-
name
:
remove the file
file
:
path=
~/jwt_token.txt
state=absent
file
:
path=
{{ item }}
state=absent
ignore_errors
:
yes
with_items
:
-
/tmp/jwt_token_output.txt
-
/tmp/jwt_token.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