blob: b15911fca4b65b1d9bdb68a08fa1ebac5306be8b [file] [log] [blame]
/*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
*/
package org.apache.airavata.jobsubmission.utils;
public class ServiceConstants {
public static final String MYPROXY_SERVER = "myproxyServer";
public static final String MYPROXY_PORT = "myproxyPort";
public static final String MYPROXY_LIFETIME = "myproxy_lifetime";
public static final String MYPROXY_USERNAME = "myproxyUserName";
public static final String MYPROXY_PASSWD = "myproxyPasswd";
public static final String TRUSTED_CERTS_FILE = "trustedCertsFile";
public static final String HOSTCERTS_KEY_FILE = "hostcertsKeyFile";
public static final String TESTINGHOST = "testing.host";
public static final String LONESTARGRAMEPR = "lonestar.gram.endpoint";
public static final String STAMPEDE_GRAM_EPR = "stampede.gram.endpoint";
public static final String TRESTLESGRAMEPR = "trestles.gram.endpoint";
public static final String EXECUTABLE = "executable";
public static final String ARGUMENTS = "arguments";
public static final String QUEUE = "queue";
public static final String PROJECT_NUMBER = "project_number";
public static final String MAX_WALL_TIME = "maxwalltime";
public static final String JOB_TYPE = "jobtype";
public static final String PCOUNT = "processors";
public static final String HOSTCOUNT = "hosts";
}