Skip to content

Commit

Permalink
Merge pull request #477 from tcmitchell/remove-pgch
Browse files Browse the repository at this point in the history
Remove PGCH
  • Loading branch information
tcmitchell committed Apr 8, 2016
2 parents 8321a7d + e0bbf5c commit bd3e0cc
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 902 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

# [Release 2.11](https://github.com/GENI-NSF/geni-ch/milestones/2.11)

## Installation Notes

* Remove the PGCH AMsoil plugin link if it exists

```
sudo rm /usr/share/geni-ch/chapi/AMsoil/src/plugins/pgch
```

* Remove the installed pgch directory if it exists

```
sudo rm -rf /usr/share/geni-ch/chapi/chapi/plugins/pgch
```

## Changes

* Remove PGCH service
([#474](https://github.com/GENI-NSF/geni-ch/issues/474))

# [Release 2.10](https://github.com/GENI-NSF/geni-ch/milestones/2.10)

* Update CentOS installation docs
Expand Down
4 changes: 2 additions & 2 deletions INSTALL-centos.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Initialize Services
-------------------

```Shell
for srv in sr sa pa ma logging cs pgch km portal
for srv in sr sa pa ma logging cs km portal
do
sudo mkdir -p $CH_DIR/$srv
done
Expand Down Expand Up @@ -214,7 +214,7 @@ sudo chmod a+w /var/log/geni-chapi/chapi.log

# Set up amsoil links to CHAPI plugins
cd $CH_DIR/chapi/AMsoil/src/plugins
for pl in chrm chapiv1rpc sarm marm csrm logging opsmon flaskrest pgch
for pl in chrm chapiv1rpc sarm marm csrm logging opsmon flaskrest
do
sudo ln -s $CH_DIR/chapi/chapi/plugins/$pl .
done
Expand Down
1 change: 0 additions & 1 deletion apache2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@
ScriptAlias /CS /usr/share/geni-ch/chapi/AMsoil/src/main.py
ScriptAlias /CH /usr/share/geni-ch/chapi/AMsoil/src/main.py
ScriptAlias /LOG /usr/share/geni-ch/chapi/AMsoil/src/main.py
ScriptAlias /PGCH /usr/share/geni-ch/chapi/AMsoil/src/main.py
ScriptAlias /SR /usr/share/geni-ch/chapi/AMsoil/src/main.py
4 changes: 0 additions & 4 deletions bin/chapi-log-out.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ INFO :amsoil:\[chv1
INFO :amsoil:\[sav1
INFO :amsoil:\[mav1
INFO :amsoil:\[logv1
INFO :amsoil:\[pgchv1
INFO :chapi:MA: lookup_member_info: no member_urn row
INFO :chapi:SA: Returning empty list of slices
INFO :chapi:LOG:.*Result from
INFO :chapi:SA:.*Result from get_requests_by_user
INFO :chapi:PGCH:.*: No slice found URN urn:publicid:IDN\+ch
INFO :chapi:PGCH:.*: Result from Resolve: \{'output': 'No slice found URN urn:publicid:IDN\+ch.*'.*\}
ERROR :amsoil:\[sav1\] \[ARGUMENT\] ARGUMENT_ERROR \(Unknown slice urns: \[\['urn:publicid:IDN\+ch.*'\]\]\)
INFO :chapi:SA:.*: Result from lookup_slices: \{'output': "\[ARGUMENT\] ARGUMENT_ERROR \(Unknown slice urns: \[\['urn:publicid:IDN\+ch.*'\]\]\)".*\}
INFO :chapi:PGCH:.*: Result from Resolve: \{'output': "\[ARGUMENT\] ARGUMENT_ERROR \(Unknown slice urns: \[\['urn:publicid:IDN\+ch.*'\]\]\)".*\}
INFO :chapi:SPEAKSFOR: 'urn:publicid:IDN\+ch.*\+authority\+portal' is speaking for 'urn:publicid:IDN\+ch.*\+user\+
ERROR :amsoil:\[sav1\] \[ARGUMENT\] ARGUMENT_ERROR \(Unknown sliver urns.*\)
INFO :chapi:SA:.*: Result from update_sliver_info: \{'output': "\[ARGUMENT\] ARGUMENT_ERROR \(Unknown sliver urns.*\).*\}
Expand Down
14 changes: 0 additions & 14 deletions geni-chapi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -193,16 +193,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/geni-ch/chapi/chapi/plugins/opsmon/plugin.py
%{_datadir}/geni-ch/chapi/chapi/plugins/opsmon/plugin.pyc
%{_datadir}/geni-ch/chapi/chapi/plugins/opsmon/plugin.pyo
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/MANIFEST.json
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/PGCH.py
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/PGCH.pyc
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/PGCH.pyo
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/__init__.py
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/__init__.pyc
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/__init__.pyo
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/plugin.py
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/plugin.pyc
%{_datadir}/geni-ch/chapi/chapi/plugins/pgch/plugin.pyo
%{_datadir}/geni-ch/chapi/chapi/plugins/sarm/MANIFEST.json
%{_datadir}/geni-ch/chapi/chapi/plugins/sarm/SAv1Guard.py
%{_datadir}/geni-ch/chapi/chapi/plugins/sarm/SAv1Guard.pyc
Expand Down Expand Up @@ -276,10 +266,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/geni-ch/chapi/chapi/tools/multiclient.py
%{_datadir}/geni-ch/chapi/chapi/tools/multiclient.pyc
%{_datadir}/geni-ch/chapi/chapi/tools/multiclient.pyo
%{_datadir}/geni-ch/chapi/chapi/tools/pgch_client.py
%{_datadir}/geni-ch/chapi/chapi/tools/pgch_client.pyc
%{_datadir}/geni-ch/chapi/chapi/tools/pgch_client.pyo
%{_datadir}/geni-ch/chapi/chapi/tools/pgch_testall.sh
%{_datadir}/geni-ch/chapi/chapi/tools/policy_file_checker.py
%{_datadir}/geni-ch/chapi/chapi/tools/policy_file_checker.pyc
%{_datadir}/geni-ch/chapi/chapi/tools/policy_file_checker.pyo
Expand Down
4 changes: 0 additions & 4 deletions plugins/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ nobase_dist_plugin_DATA = \
opsmon/plugin.py \
opsmon/MANIFEST.json \
opsmon/OpsMon.py \
pgch/MANIFEST.json \
pgch/PGCH.py \
pgch/__init__.py \
pgch/plugin.py \
sarm/MANIFEST.json \
sarm/SAv1Guard.py \
sarm/SAv1PersistentImplementation.py \
Expand Down
9 changes: 0 additions & 9 deletions plugins/pgch/MANIFEST.json

This file was deleted.

Loading

0 comments on commit bd3e0cc

Please sign in to comment.