Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

vmware-archive/lattice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lattice

SaltStack Common UI code

Note: This repository has been archived. It is read-only. See Archiving repositories for more information.

What is Lattice

Lattice is Saltstack GUI common repo. Lattice includes Javascript code to present interface to salt and HTML / CSS to bootstrap an app. Javascript components provide an interface to Salt and store the data model. Information such as Jobs, Events, Minions, Commands for example. This data model can be consumed by a front end.

Contrubutions

Lattice was extracted from Halite and owes thanks to the contributions made there.

Libraries

Lattice also includes libraries. Any updates to shared libraries can be made here.

Lattice code updates

Lattice's subtree might be updated by git subtree pull as shown by the example git subtree pull --prefix=halite/lattice lattice master --squash.

Lattice might be updated from a "parent" repo by executing git subtree split --prefix=halite/lattice -b my_branch followed by git push lattice my_branch:my_lattice_branch.