Giuseppe Lavagetto has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/355402 )

Change subject: beta: set profile::etcd::tlsproxy::read_only=false
......................................................................


beta: set profile::etcd::tlsproxy::read_only=false

79cfdefd50 added a new setting so we can switch etcd readonly whenever
doing a switchover (T159687).  In production the setting is applied via
the hieradata role hierarchy:

    hieradata/role/common/configcluster.yaml
    hieradata/role/eqiad/configcluster.yaml

However on deployment-prep the role hierarchy is not looked up causing
on deployment-etcd-01:

    Could not find data item profile::etcd::tlsproxy::read_only
    in any Hiera data file...

Set the value to false, assuming on beta we want etcd to be writable.

Change-Id: I99f0bf11112de2a81bbbf131ece01eaea7871227
---
M hieradata/labs/deployment-prep/common.yaml
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Giuseppe Lavagetto: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/hieradata/labs/deployment-prep/common.yaml 
b/hieradata/labs/deployment-prep/common.yaml
index 78ee4b6..985bb42 100644
--- a/hieradata/labs/deployment-prep/common.yaml
+++ b/hieradata/labs/deployment-prep/common.yaml
@@ -213,6 +213,9 @@
           - deployment-restbase01.deployment-prep.eqiad.wmflabs
           - deployment-restbase02.deployment-prep.eqiad.wmflabs
 "mediawiki::users::mwdeploy_pub_key": 'ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQDFwlmBBBJAr1GI+vuYjFh5vq0YIVa5fqE5DZdpzUZISlQ0Kt+9bIr2qNHIj+Jl5Bc6ZY1mkh8l693tAHVx+8tayoiFWYNs9IVsxR+iHgOOhAdDIBXaHaUattdiye5bQmdvJVXaVegckNX2gbmUCOc09jvZvlk3blKFTSEpZRU8dmpXQzKdZgaAq2VTajAegoFnuN9FbC7hzBPA+1NxFNKn94eIeFPSlo5rWr44OEb5Uy3O0B5c6WPM+IgfiygetP+yGL4cKv7qEjZ0Sxok/Rh1lBh1vP1YQ/Mc6tMV0s+kOv7Wz+P88bfU1/uWvy479OZdfh3NQqDTrLzqHwVW1vef
 root@deployment-salt'
+
+"profile::etcd::tlsproxy::read_only": false
+
 # NOTE: these elasticsearch settings will need to be overloaded on a per-host
 # basis for the Logstash Elasticsearch cluster.
 "profile::elasticsearch::expected_nodes": 3

-- 
To view, visit https://gerrit.wikimedia.org/r/355402
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I99f0bf11112de2a81bbbf131ece01eaea7871227
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to