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 bf40422
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 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 <acichon@cisco.com>
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
10 changes: 8 additions & 2 deletions playbooks/azure/azure_sdwan_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Required configuration data #
#######################################

organization_name: null
organization_name: sprzemys


#######################################
Expand Down 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 bf40422

Please sign in to comment.