Dzahn has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/335388 )
Change subject: installserver: add install1002/2002 to hiera ...................................................................... installserver: add install1002/2002 to hiera Add freshly installed install1002/2002 to Hiera to have debdeploy grains and skip the Letsencrypt cert creation. Bug: T156440 Bug: T132757 Change-Id: I2fd03a4866416d7f5fe96991389e2168aa505d09 --- A hieradata/hosts/install1002.yaml A hieradata/hosts/install2002.yaml 2 files changed, 12 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/88/335388/1 diff --git a/hieradata/hosts/install1002.yaml b/hieradata/hosts/install1002.yaml new file mode 100644 index 0000000..2984fb1 --- /dev/null +++ b/hieradata/hosts/install1002.yaml @@ -0,0 +1,6 @@ +# Not assigned via the role, since overlap with various bastion hosts which also have that role +debdeploy::grains: + debdeploy-tftpserver: + value: standard + +apt::wikimedia::active-host: false diff --git a/hieradata/hosts/install2002.yaml b/hieradata/hosts/install2002.yaml new file mode 100644 index 0000000..2984fb1 --- /dev/null +++ b/hieradata/hosts/install2002.yaml @@ -0,0 +1,6 @@ +# Not assigned via the role, since overlap with various bastion hosts which also have that role +debdeploy::grains: + debdeploy-tftpserver: + value: standard + +apt::wikimedia::active-host: false -- To view, visit https://gerrit.wikimedia.org/r/335388 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I2fd03a4866416d7f5fe96991389e2168aa505d09 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Dzahn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
