Skip to content

Commit 0f0ec35

Browse files
committed
Set default empty dict for virtual_addresses
bsc#1185627
1 parent 5a58020 commit 0f0ec35

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

_service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<param name="scm">git</param>
55
<param name="exclude">.git</param>
66
<param name="filename">sapnwbootstrap-formula</param>
7-
<param name="versionformat">0.6.3+git.%ct.%h</param>
7+
<param name="versionformat">0.6.4+git.%ct.%h</param>
88
<param name="revision">%%VERSION%%</param>
99
</service>
1010

netweaver/defaults.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
netweaver:
22
install_packages: true
3+
virtual_addresses: {}
34
clean_nfs: True
45
installation_folder: /tmp/swpm_unattended
56
nw_extract_dir: /sapmedia_extract/NW

sapnwbootstrap-formula.changes

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
-------------------------------------------------------------------
2+
Fri May 21 12:59:37 UTC 2021 - Xabier Arbulu <xarbulu@suse.com>
3+
4+
- Version bump 0.6.4
5+
* Set default empty dictionary for virtual_addresses
6+
(bsc#1185627)
7+
18
-------------------------------------------------------------------
29
Wed May 19 11:30:51 UTC 2021 - Peter Varkoly <varkoly@suse.com>
310

4-
- Version bumpd 0.6.3
11+
- Version bump 0.6.3
512
* Fix issue: azure-lb resource for ASCS/ERS is not added
613
in the corresponding Resource Group
714
(bsc#1186236)

0 commit comments

Comments
 (0)