StorminStanley / st2workroom

Vagrant environment used to play with StackStorm, develop StackStorm for your environment, or develop on StackStorm itself!
Apache License 2.0
23 stars 21 forks source link

Fix puppet convergence issue (bump installer) #330

Closed Kami closed 8 years ago

Kami commented 8 years ago

This bumps the installer to a version which fixes the convergence issue - https://github.com/StackStorm/st2installer/pull/100

Keep in mind that this doesn't identify nor fix the root cause. We spent a lot of time on it, but we were unable to identify the root cause.

With this change puppet now runs twice and the things which only converge on second run usually tend to be:

If someone ever identifies the root cause and fixes it (that would be great), please feel free to get rid of this workaround / hack.

Kami commented 8 years ago

As far as the testing goes - keep in mind that this only affected GUI based installer so this path is only tested if you use the GUI installer.

manasdk commented 8 years ago

:+1:

Kami commented 8 years ago

This is actually not needed more because a real root cause has been identified (and I'm in the process of fixing that).