k3s/cluster/saltbase/pillar
Zach Loafman 120dba474e Change GCE to use standalone Saltstack config:
Change provisioning to pass all variables to both master and node. Run
Salt in a masterless setup on all nodes ala
http://docs.saltstack.com/en/latest/topics/tutorials/quickstart.html,
which involves ensuring Salt daemon is NOT running after install. Kill
Salt master install. And fix push to actually work in this new flow.

As part of this, the GCE Salt config no longer has access to the Salt
mine, which is primarily obnoxious for two reasons: - The minions
can't use Salt to see the master: this is easily fixed by static
config. - The master can't see the list of all the minions: this is
fixed temporarily by static config in util.sh, but later, by other
means (see
https://github.com/GoogleCloudPlatform/kubernetes/issues/156, which
should eventually remove this direction).

As part of it, flatten all of cluster/gce/templates/* into
configure-vm.sh, using a single, separate piece of YAML to drive the
environment variables, rather than constantly rewriting the startup
script.
2015-03-10 09:04:29 -07:00
..
cluster-params.sls Vagrant now using pre-built binaries. 2014-10-10 12:30:12 -07:00
logging.sls Fix up for posix flags 2015-01-15 09:12:19 -08:00
mine.sls Change GCE to use standalone Saltstack config: 2015-03-10 09:04:29 -07:00
privilege.sls Add a salt flag for enabling privileged containers. 2014-09-17 14:25:28 -07:00
top.sls Add a log level flag. 2014-12-15 12:00:29 -08:00