Hello community,

here is the log from the commit of package velum for openSUSE:Factory checked 
in at 2018-03-26 13:09:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/velum (Old)
 and      /work/SRC/openSUSE:Factory/.velum.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "velum"

Mon Mar 26 13:09:08 2018 rev:16 rq:590738 
version:3.0.0+dev+git_r691_a1b9bbaa7ca9523c58c3a76c31a619683d3e7d35

Changes:
--------
--- /work/SRC/openSUSE:Factory/velum/velum.changes      2018-03-22 
12:12:14.602347940 +0100
+++ /work/SRC/openSUSE:Factory/.velum.new/velum.changes 2018-03-26 
13:10:05.330192231 +0200
@@ -1,0 +2,80 @@
+Fri Mar 23 15:34:53 UTC 2018 - [email protected]
+
+- Commit ccfc31c by Vítor Avelino [email protected]
+ Add ability to remove nodes.
+ 
+ This PR adds a `Remove` link to the interface, which will execute the
+ `orch.removal` orchestration in salt with the `minion_id` of the selected
+ node to be removed.
+ 
+ Master nodes are not removable yet.
+ 
+ feature#node_removal
+ 
+ Signed-off-by: Vítor Avelino <[email protected]> Co-authored-by: Rafael
+ Fernández López <[email protected]>
+
+
+-------------------------------------------------------------------
+Fri Mar 23 12:46:37 UTC 2018 - [email protected]
+
+- Commit 184e46f by Michal Jura [email protected]
+ Run rake task and import Cloud Provider config file
+ 
+ Commit 86ae24f by Michal Jura [email protected]
+ Add rake task to import CPI config
+
+
+-------------------------------------------------------------------
+Thu Mar 22 16:45:53 UTC 2018 - [email protected]
+
+- Commit 1d2b129 by Vítor Avelino [email protected]
+ Improved CPI behavior with cloud frameworks
+ 
+ If a cloud framework is previously set, CPI value, if enabled, would be based
+ on what was set.
+ 
+ For example, if cloud:framework pillar value is "ec2", we would set "ec2" as
+ the CPI value if enabled. The same be applied for GCE and Azure.
+ 
+ Otherwise, "openstack" would be the default value for CPI if enabled.
+ 
+ feature#cpi
+ 
+ Signed-off-by: Vítor Avelino <[email protected]>
+
+
+-------------------------------------------------------------------
+Thu Mar 22 13:49:00 UTC 2018 - [email protected]
+
+- Commit 8f752e8 by Vítor Avelino [email protected]
+ ui: allowed master node to be added to the cluster
+ 
+ So far we only allowed workers to be added to the cluster through the
+ unassigned nodes page.
+ 
+ With this patch, we are now allowing the users to select the roles of the
+ nodes they want to add to the cluster. Very similar to what is available from
+ the discovery bootstrap page.
+ 
+ This feature keep forcing the user to respect the contrainst of having an odd
+ number of master nodes so we have a stable topology.
+ 
+ feature#add_master_node
+ 
+ Signed-off-by: Vítor Avelino <[email protected]>
+
+
+-------------------------------------------------------------------
+Thu Mar 22 11:09:21 UTC 2018 - [email protected]
+
+- Commit 7a13616 by Vítor Avelino [email protected]
+ js: improved hostnames validation and workflow
+ 
+ This is a follow-up of 8017753. After QA, this fixes an issue and improves
+ the workflow of accepting pending nodes.
+ 
+ Signed-off-by: Vítor Avelino <[email protected]>
+
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ velum.spec ++++++
--- /var/tmp/diff_new_pack.yUUfbY/_old  2018-03-26 13:10:07.650108819 +0200
+++ /var/tmp/diff_new_pack.yUUfbY/_new  2018-03-26 13:10:07.654108675 +0200
@@ -23,7 +23,7 @@
 # Version:      1.0.0
 # %%define branch 1.0.0
 
-Version:        3.0.0+dev+git_r680_b67a614f1900c58674e0de37797339511f040afe
+Version:        3.0.0+dev+git_r691_a1b9bbaa7ca9523c58c3a76c31a619683d3e7d35
 Release:        0
 %define branch master
 Summary:        Dashboard for CaasP
@@ -96,7 +96,7 @@
 %description
 velum is the dashboard for CaasP to manage and deploy kubernetes clusters on 
top of MicroOS
 
-This package has been built with commit 
b67a614f1900c58674e0de37797339511f040afe from branch master on date Wed, 21 Mar 
2018 14:52:41 +0000
+This package has been built with commit 
a1b9bbaa7ca9523c58c3a76c31a619683d3e7d35 from branch master on date Fri, 23 Mar 
2018 15:34:06 +0000
 
 %prep
 %setup -q -n velum-%{branch}

++++++ 0_set_default_salt_events_alter_time_column_value.rpm.patch ++++++
--- /var/tmp/diff_new_pack.yUUfbY/_old  2018-03-26 13:10:07.698107093 +0200
+++ /var/tmp/diff_new_pack.yUUfbY/_new  2018-03-26 13:10:07.702106949 +0200
@@ -1,8 +1,8 @@
 diff --git a/db/schema.rb b/db/schema.rb
-index 80fdb6b..d14f1cb 100644
+index a1cc256..83dea1e 100644
 --- a/db/schema.rb
 +++ b/db/schema.rb
-@@ -92,7 +92,7 @@ ActiveRecord::Schema.define(version: 20180221142221) do
+@@ -93,7 +93,7 @@ ActiveRecord::Schema.define(version: 20180312112638) do
    create_table "salt_events", force: :cascade do |t|
      t.string   "tag",          limit: 255,      null: false
      t.text     "data",         limit: 16777215, null: false
@@ -11,7 +11,7 @@
      t.string   "master_id",    limit: 255,      null: false
      t.datetime "taken_at"
      t.datetime "processed_at"
-@@ -110,7 +110,7 @@ ActiveRecord::Schema.define(version: 20180221142221) do
+@@ -111,7 +111,7 @@ ActiveRecord::Schema.define(version: 20180312112638) do
      t.string   "id",         limit: 255,      null: false
      t.string   "success",    limit: 10,       null: false
      t.text     "full_ret",   limit: 16777215, null: false

++++++ master.tar.gz ++++++
++++ 2031 lines of diff (skipped)


Reply via email to