Skip to content

Commit edea97c

Browse files
committed
demo-003~v0.8-7-beta
1 parent 10ccf47 commit edea97c

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
extra-scripts/
22

3-
# Ignoring Ansible Ad-Hoc files from https://github.com/fititnt/ansible-ad-hoc
3+
# Ignoring Ansible Ad-Hoc files from https://github.com/fititnt/ansible-ad-hoc
44
ad-hoc
55
ad-hoc-alb
6+
ad-hoc-alb-tests

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ Check the [ASCIInema demo](#asciinema-demo).
2626
2727
## ASCIInema demo
2828

29-
_TODO: fix last minute issue about luarocks path of lua-resty-auto-ssl on CentOS 7 (fititnt, 2019-12-17 20:34)_.
29+
[![asciicast](https://asciinema.org/a/TKWVLoK0tISoZF05Q7FYZ7CcQ.svg)](https://asciinema.org/a/TKWVLoK0tISoZF05Q7FYZ7CcQ)
3030

31-
[![asciicast](https://asciinema.org/a/cstOUXeVk5RvxLegKAlLjIXTM.svg)](https://asciinema.org/a/cstOUXeVk5RvxLegKAlLjIXTM)
31+
> _TODO: fix AP-ALB 0.8.7-beta still requiring manual changes on CentOS 7 (fititnt, 2019-12-31 02:21)_.
32+
>
33+
> Note: on this play, the external role `githubixx.ansible_role_wireguard` used
34+
> on the cross-platform demo failed on Centos 8 (but weeks ago worked fine out
35+
> of the box)
3236
3337
When reading the source codes or watching the ASCIInema demos, the
3438
sufix of hosts give a hint. So `rocha_basalto_freebsd12` means FreeBSD version
@@ -38,13 +42,15 @@ sufix of hosts give a hint. So `rocha_basalto_freebsd12` means FreeBSD version
3842
<!--
3943
Demo:
4044
41-
asciinema rec ansible-linux-ha-cluster-002 --idle-time-limit 5 --title "ansible-linux-ha-cluster-002 (AP-ALB v0.8-6-alpha)"
45+
asciinema rec ansible-linux-ha-cluster-003~v0.8-7-beta --idle-time-limit 5 --title "ansible-linux-ha-cluster-003 (AP-ALB v0.8-7-beta)"
4246
4347
cat main-infra.yml && sleep 4 && cat infra-wireguard.yml && sleep 4 && cat infra-consul.yml && sleep 4 && cat infra-alb.yml && sleep 6 && cat hosts.yml
4448
4549
ansible-playbook -i hosts.yml main-infra.yml
4650
47-
asciinema upload ansible-linux-ha-cluster-002
51+
py.test ad-hoc-alb-tests/test_alb-standard-node.py -p no:pytest-ansible --hosts='ansible://cross_platform_test_2?ansible_inventory=hosts.yml'
52+
53+
asciinema upload ansible-linux-ha-cluster-003~v0.8-7-beta
4854
4955
-->
5056

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
- src: https://github.com/fititnt/ap-application-load-balancer
1111
name: ap-application-load-balancer
12-
version: "v0.8.6-alpha"
12+
version: "v0.8.7-beta"
1313

1414
# from galaxy
1515
- src: brianshumate.consul

0 commit comments

Comments
 (0)