You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Puppet admin I want to compare data between two environments in case that a node receives different settings from environment A compared to environment B
Solution 1
Select environment -> node -> Key
A new pull down menu shows up (or gets enabled) with the title "compare".
Content are the available environments.
After selecting the second environment, a new pane opens with the hierarchies and the data per hierachy for the selected key.
Solution 2
Based on #241
When showing the result set, we also add a "compare" pull down menu.
Data are shown left (actual environment) and right (selected comparing environment).
Optional with the possibility to synchronize scrolling.
As files and keys might have moved from env A to env B, we only want to compare the result as mentioned in Solution2.
The text was updated successfully, but these errors were encountered:
Just like with regular value display from a single file this
now checks if a node is from a different environment than
the selected one.
If it is, the same tabbed view with a diff is presented,
showing the lookup result in the selected environment and
the diff to the lookup in the original environment.
Just like with regular value display from a single file this
now checks if a node is from a different environment than
the selected one.
If it is, the same tabbed view with a diff is presented,
showing the lookup result in the selected environment and
the diff to the lookup in the original environment.
Just like with regular value display from a single file this
now checks if a node is from a different environment than
the selected one.
If it is, the same tabbed view with a diff is presented,
showing the lookup result in the selected environment and
the diff to the lookup in the original environment.
Co-authored-by: Martin Alfke <[email protected]>
Discussed in #242
Originally posted by tuxmea December 22, 2023
Request
As a Puppet admin I want to compare data between two environments in case that a node receives different settings from environment A compared to environment B
Solution 1
Select environment -> node -> Key
A new pull down menu shows up (or gets enabled) with the title "compare".
Content are the available environments.
After selecting the second environment, a new pane opens with the hierarchies and the data per hierachy for the selected key.
Solution 2
Based on #241
When showing the result set, we also add a "compare" pull down menu.
Data are shown left (actual environment) and right (selected comparing environment).
Optional with the possibility to synchronize scrolling.
As files and keys might have moved from env A to env B, we only want to compare the result as mentioned in Solution2.
The text was updated successfully, but these errors were encountered: