-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #323 from brucellino/master
Fully tested ARGUS role.
- Loading branch information
Showing
6 changed files
with
75 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
Ansible/roles/yaim/templates/opt/glite/yaim/etc/siteinfo/services/glite-argus_server.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
############################################################################## | ||
# Copyright (c) Members of the EGEE Collaboration. 2004. | ||
# See http://www.eu-egee.org/partners/ for details on the copyright | ||
# holders. | ||
# | ||
# Licensed 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. | ||
############################################################################## | ||
# | ||
# NAME : glite-argus-server | ||
# | ||
# DESCRIPTION : This configuration file contains the list of variables needed | ||
# to configure the Authorization Framework. | ||
# | ||
# AUTHORS : [email protected] | ||
# [email protected] | ||
# | ||
# NOTES : | ||
# | ||
# YAIM MODULE: glite-yaim-argus-server | ||
# | ||
############################################################################## | ||
|
||
########################## | ||
# ARGUS general variable # | ||
########################## | ||
|
||
# Fully qualified hostname of the host where the Argus service is installed | ||
# Should be groups['argus-servers'][0]['ansible_fqdn'] | ||
ARGUS_HOST=argus.c4.csir.co.za | ||
|
||
######################### | ||
# PAP related variables # | ||
######################### | ||
|
||
# User certificate DN of the user that will be the PAP administrator and use the pap-admin command | ||
PAP_ADMIN_DN="{{pap_admin_dn}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters