chkconfig updates for pypies, postgres, camel
Former-commit-id: 041bc3bde41045afde80a7b4a608427cdb19d0a4 [formerly 49e7c8cc8fd26cad01f99dc91f84422f47f15690] [formerlyda41b51ae1
[formerlyf6779edc3d
]] Former-commit-id:da41b51ae1
Former-commit-id:c5d7f2b262
This commit is contained in:
parent
5c2df8ee81
commit
e98e96ac07
7 changed files with 20 additions and 20 deletions
|
@ -7,7 +7,7 @@
|
|||
Summary: Pypies Apache HTTP Server
|
||||
Name: awips2-httpd-pypies
|
||||
Version: 2.2.15
|
||||
Release: 15.8
|
||||
Release: 15.9
|
||||
URL: http://httpd.apache.org/
|
||||
Source0: http://archive.apache.org/dist/httpd/httpd-%{version}.tar.gz
|
||||
Source1: index.html
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# httpd Startup script for the Apache HTTP Server used by Pypies
|
||||
#
|
||||
# chkconfig: - 85 15
|
||||
# chkconfig: 35 98 13
|
||||
# description: Apache is a World Wide Web server. It is used to serve \
|
||||
# HTML files and CGI. Pypies uses it to serve connections.
|
||||
# processname: httpd
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# edex_postgres This shell script takes care of starting and stopping
|
||||
# the AWIPS EDEX postgreSQL instance.
|
||||
#
|
||||
# chkconfig: - 99 10
|
||||
# chkconfig: 35 98 13
|
||||
# description: PostgreSQL database, which is the instance \
|
||||
# used by AWIPS EDEX.
|
||||
# processname: postmaster
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# edex_camel This shell script takes care of starting and stopping
|
||||
# the AWIPS EDEX Camel instance.
|
||||
#
|
||||
# chkconfig: - 99 10
|
||||
# chkconfig: 35 99 10
|
||||
# description: Camel ESB System, which is the instance \
|
||||
# used by AWIPS EDEX.
|
||||
# processname: start.sh
|
||||
|
|
|
@ -227,10 +227,10 @@ edex_setup() { # setup IP subnet and domains for EDEX, prompt user for confirm
|
|||
chkconfig httpd-pypies --add
|
||||
chkconfig qpidd --add
|
||||
chkconfig edex_camel --add
|
||||
chkconfig edex_postgres on --level 235
|
||||
chkconfig httpd-pypies on --level 235
|
||||
chkconfig qpidd on --level 235
|
||||
chkconfig edex_camel on --level 235
|
||||
chkconfig edex_postgres on --level 35
|
||||
chkconfig httpd-pypies on --level 35
|
||||
chkconfig qpidd on --level 35
|
||||
chkconfig edex_camel on --level 35
|
||||
echo '[edex] EDEX IP and Hostname Setup'
|
||||
# check files exist
|
||||
continue=true
|
||||
|
|
|
@ -94,19 +94,19 @@ REQUEST NEXRAD3 ".*" idd.unidata.ucar.edu
|
|||
REQUEST FNEXRAD|IDS|DDPLUS|UNIWISC ".*" idd.unidata.ucar.edu
|
||||
REQUEST NGRID ".*" idd.unidata.ucar.edu
|
||||
#REQUEST FNMOC|CMC ".*" idd.unidata.ucar.edu
|
||||
REQUEST CMC ".*" idd.unidata.ucar.edu
|
||||
#REQUEST CMC ".*" idd.unidata.ucar.edu
|
||||
REQUEST NOTHER|HDS|NIMAGE ".*" idd.unidata.ucar.edu
|
||||
|
||||
REQUEST CONDUIT "[0]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[1]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[2]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[3]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[4]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[5]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[6]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[7]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[8]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT "[9]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[0]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[1]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[2]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[3]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[4]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[5]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[6]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[7]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[8]$" idd.unidata.ucar.edu
|
||||
REQUEST CONDUIT ".(awip3d|0p50).[9]$" idd.unidata.ucar.edu
|
||||
|
||||
# USPLN and NLDN - restricted access
|
||||
REQUEST LIGHTNING ".*" striker2.atmos.albany.edu
|
||||
|
|
|
@ -13,7 +13,7 @@ export BUILD_WORKSPACE=${BUILD_DIR}/workspace
|
|||
# baseline is...
|
||||
export BASELINE="${JENKINS_WORKSPACE}"
|
||||
export AWIPSII_VERSION="14.4.1"
|
||||
export BUILD_NUMBER="3"
|
||||
export BUILD_NUMBER="6"
|
||||
export AWIPSII_RELEASE="4n${BUILD_NUMBER}"
|
||||
|
||||
export AWIPSII_TOP_DIR="${BUILD_WORKSPACE}/tmp/rpms_built_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue