Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
OSL
documentation
Commits
3e5443c3
Commit
3e5443c3
authored
11 months ago
by
trantzas
Browse files
Options
Downloads
Patches
Plain Diff
fixing typos for localhost installation
parent
002f6532
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!11
Merging "develop" documentation into "main" to tag it as 2024Q2
,
!9
Draft: Added documentation on primitives support feature and NSLCM status
Pipeline
#6856
passed
11 months ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/deployment.md
+3
-3
3 additions, 3 deletions
doc/deployment.md
with
3 additions
and
3 deletions
doc/deployment.md
+
3
−
3
View file @
3e5443c3
...
...
@@ -467,7 +467,7 @@ After editing it should look like the example bellow:
"requireHttps": false,
"useHttpBasicAuth": true,
clearHashAfterLogin": false,
"
clearHashAfterLogin": false,
"showDebugInformation": true
}
...
...
@@ -503,13 +503,13 @@ appConfig.factory('APIEndPointService', function() {
STATUS: "ROOTURL/status/",
APIURL: "http://localost:13000",
WEBURL: "ROOTURL/nfvportal",
APIOAUTHURL: "
ROOTURL
/auth/realms/openslice",
APIOAUTHURL: "
http://keycloak:8080
/auth/realms/openslice",
APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4"
};
});
```
> Note the difference in "APIOAUTHURL" property
> Note the difference in "APIOAUTHURL" property
, changing ROOTURL -> http://keycloak:8080
### NFV Orchestrator Configuration
...
...
This diff is collapsed.
Click to expand it.
Dimitrios Giannopoulos
@dimit.giannopoulos
mentioned in commit
0f5e36e3
·
11 months ago
mentioned in commit
0f5e36e3
mentioned in commit 0f5e36e33992b73b7ab696422d3f7bee57d44407
Toggle commit list
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