Home
last modified time | relevance | path

Searched refs:surveytool (Results 1 – 12 of 12) sorted by relevance

/external/cldr/tools/scripts/ansible/
Dhosts11 # "surveytool" includes both prod and staging
12 [surveytool:children]
16 # encrypt all of the surveytool hosts
18 surveytool
DREADME.md51 ### Setup: surveytool keypair
57 ssh-keygen -t rsa -b 4096 -f ./local-vars/surveytool -P '' -C 'surveytool deploy'
60 The contents of the `local-vars/surveytool.pub` file is used for the
61 `key:` parameter below in `local.yml`. The `local-vars/surveytool`
71 contents of `local-vars/surveytool` (the secret key)
95 - name: surveytool
116 certbot_admin_email: surveytool@unicode.org
160 vagrant ssh -- sudo -u surveytool /usr/local/bin/deploy-to-tomcat.sh $(git rev-parse HEAD) < ../../…
DVagrantfile11 config.vm.define "surveytool"
12 config.vm.hostname = "surveytool"
/external/cldr/tools/st-prom-exporter/
DREADME.md37 `/lib/systemd/system/prometheus-cldr-surveytool-exporter.service`
63 # systemctl enable prometheus-cldr-surveytool-exporter.service
64 # systemctl start prometheus-cldr-surveytool-exporter.service
65 # systemctl status prometheus-cldr-surveytool-exporter.service
83 Here is an alert rule to see that the surveytool is not busted:
86 - name: surveytool
/external/cldr/tools/scripts/ansible/templates/
Dserver-env.j23 MYSQL_USER=surveytool
Dcldr-properties.j214 CLDR_HEADER=Welcome to SurveyTool@surveytool. Please edit {{ cldr_path }}/cldr.properties to change…
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
DTestOrganization.java23 assertFalse(Organization.surveytool.isTCOrg()); in testStOrgs()
DTestVettingViewer.java68 args.setUserAndOrganization(0 /* userId */, Organization.surveytool); in testDashboardEnglishChanged()
DTestReportStatus.java94 Organization.surveytool, in testResolver()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DOrganization.java58 surveytool("Survey Tool"), enumConstant
DStandardCodes.java520 o == Organization.surveytool) { in getTargetCoverageLevel()
DVettingViewer.java71 return Organization.surveytool; in getNeutralOrgForSummary()