Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-AMF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-AMF
Commits
d52125cb
Commit
d52125cb
authored
Mar 04, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Temporary fix for amf.conf for CI/CD (use hardcoded NRF, AUSF info istead of variable)
parent
2e6fb84d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
etc/amf.conf
etc/amf.conf
+7
-7
No files found.
etc/amf.conf
View file @
d52125cb
...
...
@@ -83,17 +83,17 @@ AMF =
NRF
:
{
IPV4_ADDRESS
=
"
@NRF_IPV4_ADDRESS@"
;
# YOUR NRF CONFIG HERE
PORT
=
@
NRF_PORT
@;
# YOUR NRF CONFIG HERE (default: 80)
API_VERSION
=
"
@NRF_API_VERSION@"
;
# YOUR NRF API VERSION FOR SBI CONFIG HERE
IPV4_ADDRESS
=
"
192.168.66.9"
;
# "@NRF_IPV4_ADDRESS@";
# YOUR NRF CONFIG HERE
PORT
=
80
;
# @NRF_PORT@;
# YOUR NRF CONFIG HERE (default: 80)
API_VERSION
=
"
v1"
;
# "@NRF_API_VERSION@";
# YOUR NRF API VERSION FOR SBI CONFIG HERE
};
AUSF
:
{
IPV4_ADDRESS
=
"
@AUSF_IPV4_ADDRESS@"
;
# YOUR AUSF CONFIG HERE
PORT
=
@
AUSF_PORT
@;
# YOUR AUSF CONFIG HERE (default: 80)
API_VERSION
=
"
@AUSF_API_VERSION@"
;
# YOUR AUSF API VERSION FOR SBI CONFIG HERE
};
IPV4_ADDRESS
=
"
192.168.66.10"
;
# "@AUSF_IPV4_ADDRESS@";
# YOUR AUSF CONFIG HERE
PORT
=
80
;
# @AUSF_PORT@;
# YOUR AUSF CONFIG HERE (default: 80)
API_VERSION
=
"
v1"
;
# "@AUSF_API_VERSION@";
# YOUR AUSF API VERSION FOR SBI CONFIG HERE
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment