Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_cluster_in_a_box
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chris Hines
ansible_cluster_in_a_box
Commits
06cf65ad
Commit
06cf65ad
authored
9 years ago
by
Jupiter Hu
Browse files
Options
Downloads
Patches
Plain Diff
add missing module
parent
c5c72d06
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/karaage3.1.17/templates/kg-idps.j2
+2
-2
2 additions, 2 deletions
roles/karaage3.1.17/templates/kg-idps.j2
with
2 additions
and
2 deletions
roles/karaage3.1.17/templates/kg-idps.j2
+
2
−
2
View file @
06cf65ad
#!/usr/bin/python
#!/usr/bin/python
import
os
,
sys
,
traceback
import
os
,
sys
,
re
,
traceback
import
django
import
django
os
.
environ
[
'
DJANGO_SETTINGS_MODULE
'
]
=
"
karaage.conf.settings
"
os
.
environ
[
'
DJANGO_SETTINGS_MODULE
'
]
=
"
karaage.conf.settings
"
...
@@ -24,7 +24,7 @@ def get_idps_from_metadata(cache_path):
...
@@ -24,7 +24,7 @@ def get_idps_from_metadata(cache_path):
return
idps
return
idps
def
get_group_name
(
groupname
):
def
get_group_name
(
groupname
):
return
re
.
sub
(
'
[!@#=$\s+]
'
,
""
,
group
N
ame
).
lower
()
return
re
.
sub
(
'
[!@#=$\s+]
'
,
""
,
group
n
ame
).
lower
()
def
get_or_create_idp
(
entityID
,
name
):
def
get_or_create_idp
(
entityID
,
name
):
from
karaage.institutes.forms
import
InstituteForm
from
karaage.institutes.forms
import
InstituteForm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment