Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
przsus committed Oct 30, 2024
1 parent d69a319 commit cc5f77f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: cisco
name: sdwan
version: 0.2.2
version: 0.3.0
readme: README.md
authors:
- Arkadiusz Cichon <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions playbooks/aws/aws_sdwan_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ vmanage_instances:
- hostname: "{{ aws_resources_prefix }}-vManage"
system_ip: 192.168.1.1
site_id: 111
# uncomment for cluster deployment
# - hostname: "{{ aws_resources_prefix }}-vManage2"
# system_ip: 192.168.4.1
# site_id: 112
Expand Down
8 changes: 7 additions & 1 deletion playbooks/azure/azure_sdwan_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ vmanage_instances:
- hostname: "{{ az_resources_prefix }}-vManage"
system_ip: 192.168.1.1
site_id: "{{ site_id_vmanage }}"

# uncomment for cluster deployment
# - hostname: "{{ az_resources_prefix }}-vManage2"
# system_ip: 192.168.4.1
# site_id: "{{ site_id_vmanage | int + 1 }}"
# - hostname: "{{ az_resources_prefix }}-vManage3"
# system_ip: 192.168.5.1
# site_id: "{{ site_id_vmanage | int + 2 }}"

# vBond
az_vbond_image_vhd_source: null
Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ collections:
- name: azure.azcollection
version: 1.19.0
- name: cisco.catalystwan
version: 0.2.3
version: 0.3.0
- name: cisco.sdwan_deployment
version: 0.2.3
version: 0.3.0

0 comments on commit cc5f77f

Please sign in to comment.