Muehlenhoff has submitted this change and it was merged. 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(-) Approvals: Muehlenhoff: Verified; Looks good to me, approved 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 888724f..38d9a46 100644 --- a/modules/debdeploy/templates/debdeploy.erb +++ b/modules/debdeploy/templates/debdeploy.erb @@ -17,3 +17,4 @@ hadoop-standby = debdeploy-hadoop-standby:standard 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: merged Gerrit-Change-Id: I0f7203ef9322bb48bab6cb59b09897951602dcc3 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Muehlenhoff <[email protected]> Gerrit-Reviewer: Muehlenhoff <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
