Muehlenhoff has uploaded a new change for review. https://gerrit.wikimedia.org/r/246957
Change subject: Add salt grains for scb ...................................................................... Add salt grains for scb Change-Id: I6025587a613867d99c717d08bcb4613be8cd98e7 --- A hieradata/hosts/scb1001.yaml M hieradata/role/common/scb.yaml M modules/debdeploy/templates/debdeploy.erb 3 files changed, 10 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/57/246957/1 diff --git a/hieradata/hosts/scb1001.yaml b/hieradata/hosts/scb1001.yaml new file mode 100644 index 0000000..d0ae81e --- /dev/null +++ b/hieradata/hosts/scb1001.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-scb: + value: canary diff --git a/hieradata/role/common/scb.yaml b/hieradata/role/common/scb.yaml index 9fbecf1..82bc133 100644 --- a/hieradata/role/common/scb.yaml +++ b/hieradata/role/common/scb.yaml @@ -33,3 +33,8 @@ - wikiversity.org - wikivoyage.org - wiktionary.org +debdeploy::grains: + debdeploy-scb: + value: standard + + diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index b5d8b07..13e230b 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -24,3 +24,5 @@ ocg = debdeploy-ocg:standard sca = debdeploy-sca:standard sca-canary = debdeploy-sca:canary +scb = debdeploy-scb:standard +scb-canary = debdeploy-scb:canary -- To view, visit https://gerrit.wikimedia.org/r/246957 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6025587a613867d99c717d08bcb4613be8cd98e7 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
