Muehlenhoff has uploaded a new change for review. https://gerrit.wikimedia.org/r/246950
Change subject: Add salt grains for restbase canaries ...................................................................... Add salt grains for restbase canaries Change-Id: I0f7203ef9322bb48bab6cb59b09897951602dcc3 --- A hieradata/hosts/cerium.yaml A hieradata/hosts/praseodymium.yaml M hieradata/hosts/restbase1008.yaml A hieradata/hosts/xenon.yaml M modules/debdeploy/templates/debdeploy.erb 5 files changed, 13 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/50/246950/1 diff --git a/hieradata/hosts/cerium.yaml b/hieradata/hosts/cerium.yaml new file mode 100644 index 0000000..59865e7 --- /dev/null +++ b/hieradata/hosts/cerium.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-restbase: + value: canary diff --git a/hieradata/hosts/praseodymium.yaml b/hieradata/hosts/praseodymium.yaml new file mode 100644 index 0000000..59865e7 --- /dev/null +++ b/hieradata/hosts/praseodymium.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-restbase: + value: canary diff --git a/hieradata/hosts/restbase1008.yaml b/hieradata/hosts/restbase1008.yaml index 422643c..838df69 100644 --- a/hieradata/hosts/restbase1008.yaml +++ b/hieradata/hosts/restbase1008.yaml @@ -1 +1,4 @@ cassandra::rack: 'b' +debdeploy::grains: + debdeploy-restbase: + value: canary diff --git a/hieradata/hosts/xenon.yaml b/hieradata/hosts/xenon.yaml new file mode 100644 index 0000000..59865e7 --- /dev/null +++ b/hieradata/hosts/xenon.yaml @@ -0,0 +1,3 @@ +debdeploy::grains: + debdeploy-restbase: + value: canary diff --git a/modules/debdeploy/templates/debdeploy.erb b/modules/debdeploy/templates/debdeploy.erb index 032db37..fa0bf15 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -15,3 +15,4 @@ hadoop-worker-canary = debdeploy-hadoop-worker:canary hadoop = debdeploy-hadoop-worker:standard, debdeploy-hadoop-master:standard, debdeploy-hadoop-standby:standard aqs = debdeploy-aqs:standard +restbase-canary = debdeploy-restbase:canary -- To view, visit https://gerrit.wikimedia.org/r/246950 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0f7203ef9322bb48bab6cb59b09897951602dcc3 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
