Gehel has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/347610 )
Change subject: maps - add new dummy passwords to follow refactoring to role / profile ...................................................................... maps - add new dummy passwords to follow refactoring to role / profile Change-Id: Id71d1bca1dd2e29e9851156dd16bffaf19723111 --- A hieradata/role/common/maps/master.yaml A hieradata/role/common/maps/slave.yaml A hieradata/role/common/maps/test/master.yaml A hieradata/role/common/maps/test/slave.yaml 4 files changed, 40 insertions(+), 0 deletions(-) Approvals: Gehel: Verified; Looks good to me, approved diff --git a/hieradata/role/common/maps/master.yaml b/hieradata/role/common/maps/master.yaml new file mode 100644 index 0000000..9e4e936 --- /dev/null +++ b/hieradata/role/common/maps/master.yaml @@ -0,0 +1,10 @@ +profile::maps::osm_master::kartotherian_pass: unimportpass2 +profile::maps::osm_master::tilerator_pass: unimportpass +profile::maps::osm_master::tileratorui_pass: anotherdummypass +profile::maps::osm_master::osmimporter_pass: anotherunimportantpass +profile::maps::osm_master::osmupdater_pass: andanotherone +profile::maps::osm_master::replication_pass: somepass +profile::maps::cassandra::kartotherian_pass: moarpass +profile::maps::cassandra::tilerator_pass: anotherpass +profile::maps::cassandra::tileratorui_pass: dummypassagain +profile::maps::cassandra::super_pass: justapass diff --git a/hieradata/role/common/maps/slave.yaml b/hieradata/role/common/maps/slave.yaml new file mode 100644 index 0000000..9e4e936 --- /dev/null +++ b/hieradata/role/common/maps/slave.yaml @@ -0,0 +1,10 @@ +profile::maps::osm_master::kartotherian_pass: unimportpass2 +profile::maps::osm_master::tilerator_pass: unimportpass +profile::maps::osm_master::tileratorui_pass: anotherdummypass +profile::maps::osm_master::osmimporter_pass: anotherunimportantpass +profile::maps::osm_master::osmupdater_pass: andanotherone +profile::maps::osm_master::replication_pass: somepass +profile::maps::cassandra::kartotherian_pass: moarpass +profile::maps::cassandra::tilerator_pass: anotherpass +profile::maps::cassandra::tileratorui_pass: dummypassagain +profile::maps::cassandra::super_pass: justapass diff --git a/hieradata/role/common/maps/test/master.yaml b/hieradata/role/common/maps/test/master.yaml new file mode 100644 index 0000000..9e4e936 --- /dev/null +++ b/hieradata/role/common/maps/test/master.yaml @@ -0,0 +1,10 @@ +profile::maps::osm_master::kartotherian_pass: unimportpass2 +profile::maps::osm_master::tilerator_pass: unimportpass +profile::maps::osm_master::tileratorui_pass: anotherdummypass +profile::maps::osm_master::osmimporter_pass: anotherunimportantpass +profile::maps::osm_master::osmupdater_pass: andanotherone +profile::maps::osm_master::replication_pass: somepass +profile::maps::cassandra::kartotherian_pass: moarpass +profile::maps::cassandra::tilerator_pass: anotherpass +profile::maps::cassandra::tileratorui_pass: dummypassagain +profile::maps::cassandra::super_pass: justapass diff --git a/hieradata/role/common/maps/test/slave.yaml b/hieradata/role/common/maps/test/slave.yaml new file mode 100644 index 0000000..9e4e936 --- /dev/null +++ b/hieradata/role/common/maps/test/slave.yaml @@ -0,0 +1,10 @@ +profile::maps::osm_master::kartotherian_pass: unimportpass2 +profile::maps::osm_master::tilerator_pass: unimportpass +profile::maps::osm_master::tileratorui_pass: anotherdummypass +profile::maps::osm_master::osmimporter_pass: anotherunimportantpass +profile::maps::osm_master::osmupdater_pass: andanotherone +profile::maps::osm_master::replication_pass: somepass +profile::maps::cassandra::kartotherian_pass: moarpass +profile::maps::cassandra::tilerator_pass: anotherpass +profile::maps::cassandra::tileratorui_pass: dummypassagain +profile::maps::cassandra::super_pass: justapass -- To view, visit https://gerrit.wikimedia.org/r/347610 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id71d1bca1dd2e29e9851156dd16bffaf19723111 Gerrit-PatchSet: 1 Gerrit-Project: labs/private Gerrit-Branch: master Gerrit-Owner: Gehel <[email protected]> Gerrit-Reviewer: Gehel <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
