Hello community, here is the log from the commit of package yomi-formula for openSUSE:Leap:15.2 checked in at 2020-03-21 16:46:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/yomi-formula (Old) and /work/SRC/openSUSE:Leap:15.2/.yomi-formula.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yomi-formula" Sat Mar 21 16:46:43 2020 rev:3 rq:786962 version:0.0.1+git.1583771480.5787782 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/yomi-formula/yomi-formula.changes 2020-03-01 20:32:01.305654822 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.yomi-formula.new.3160/yomi-formula.changes 2020-03-21 16:48:05.173687113 +0100 @@ -1,0 +2,6 @@ +Mon Mar 09 16:33:24 UTC 2020 - Alberto Planas Dominguez <[email protected]> + +- Update to version 0.0.1+git.1583771480.5787782: + * Comment about the network configuration + +------------------------------------------------------------------- Old: ---- yomi-0.0.1+git.1582036279.1c70638.obscpio New: ---- yomi-0.0.1+git.1583771480.5787782.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yomi-formula.spec ++++++ --- /var/tmp/diff_new_pack.Jhd75H/_old 2020-03-21 16:48:05.745687474 +0100 +++ /var/tmp/diff_new_pack.Jhd75H/_new 2020-03-21 16:48:05.745687474 +0100 @@ -20,7 +20,7 @@ %define fdir %{_datadir}/salt-formulas Name: yomi-formula -Version: 0.0.1+git.1582036279.1c70638 +Version: 0.0.1+git.1583771480.5787782 Release: 0 Summary: Yomi - Yet one more installer License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Jhd75H/_old 2020-03-21 16:48:05.777687495 +0100 +++ /var/tmp/diff_new_pack.Jhd75H/_new 2020-03-21 16:48:05.781687497 +0100 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/openSUSE/yomi.git</param> - <param name="changesrevision">1c70638e55bad3efe243c1466b48514a43d76034</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">5787782e9898eadec2dc7130d569106b8fd627a4</param></service></servicedata> \ No newline at end of file ++++++ yomi-0.0.1+git.1582036279.1c70638.obscpio -> yomi-0.0.1+git.1583771480.5787782.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yomi-0.0.1+git.1582036279.1c70638/README.md new/yomi-0.0.1+git.1583771480.5787782/README.md --- old/yomi-0.0.1+git.1582036279.1c70638/README.md 2020-02-18 15:31:19.000000000 +0100 +++ new/yomi-0.0.1+git.1583771480.5787782/README.md 2020-03-09 17:31:20.000000000 +0100 @@ -366,6 +366,11 @@ EOF ``` +This image is based on Tumbleweed, that leverage by default the +predictable network interface name. If your image is based on a +different one, be sure to add `net.ifnames=1` at the end of the +`append` section. + ## Finding the master node The `salt-minion` configuration in the Yomi image will search the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yomi-0.0.1+git.1582036279.1c70638/salt/yomi/services/network.sls new/yomi-0.0.1+git.1583771480.5787782/salt/yomi/services/network.sls --- old/yomi-0.0.1+git.1582036279.1c70638/salt/yomi/services/network.sls 2020-02-18 15:31:19.000000000 +0100 +++ new/yomi-0.0.1+git.1583771480.5787782/salt/yomi/services/network.sls 2020-03-09 17:31:20.000000000 +0100 @@ -2,6 +2,9 @@ {% set interfaces = salt.network.interfaces() | select('!=', 'lo') %} +# This assume that the image used for deployment is under a +# predictable network interface name, like Tumbleweed. For SLE, boot +# the image with `net.ifnames=1` {% for interface in interfaces %} {{ macros.log('file', 'create_ifcfg_' ~ interface) }} create_ifcfg_{{ interface }}: ++++++ yomi.obsinfo ++++++ --- /var/tmp/diff_new_pack.Jhd75H/_old 2020-03-21 16:48:05.961687611 +0100 +++ /var/tmp/diff_new_pack.Jhd75H/_new 2020-03-21 16:48:05.961687611 +0100 @@ -1,5 +1,5 @@ name: yomi -version: 0.0.1+git.1582036279.1c70638 -mtime: 1582036279 -commit: 1c70638e55bad3efe243c1466b48514a43d76034 +version: 0.0.1+git.1583771480.5787782 +mtime: 1583771480 +commit: 5787782e9898eadec2dc7130d569106b8fd627a4
