Muehlenhoff has uploaded a new change for review. https://gerrit.wikimedia.org/r/246956
Change subject: Add salt grains for sca ...................................................................... Add salt grains for sca Change-Id: Idda93f98ada71478b2d5700827d2d1e55387e338 --- A hieradata/hosts/sca1001.yaml M hieradata/role/common/sca.yaml M modules/debdeploy/templates/debdeploy.erb 3 files changed, 8 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/56/246956/1 diff --git a/hieradata/hosts/sca1001.yaml b/hieradata/hosts/sca1001.yaml new file mode 100644 index 0000000..6c23d0a --- /dev/null +++ b/hieradata/hosts/sca1001.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-sca: + value: canary diff --git a/hieradata/role/common/sca.yaml b/hieradata/role/common/sca.yaml index 202c3c9..0322516 100644 --- a/hieradata/role/common/sca.yaml +++ b/hieradata/role/common/sca.yaml @@ -36,3 +36,6 @@ - wikivoyage.org - wiktionary.org +debdeploy::grains: + debdeploy-sca: + value: standard diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index e450623..b5d8b07 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -22,3 +22,5 @@ etcd = debdeploy-etcd:standard mx = debdeploy-mx:standard ocg = debdeploy-ocg:standard +sca = debdeploy-sca:standard +sca-canary = debdeploy-sca:canary -- To view, visit https://gerrit.wikimedia.org/r/246956 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idda93f98ada71478b2d5700827d2d1e55387e338 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
