Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devops
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
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
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
osm
devops
Commits
061da620
Commit
061da620
authored
7 years ago
by
Jeremy Mordkoff
Browse files
Options
Downloads
Patches
Plain Diff
installer fixes for R3
Signed-off-by:
Jeremy Mordkoff
<
Jeremy.Mordkoff@riftio.com
>
parent
f22daee5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
jenkins/SO/install
+0
-2
0 additions, 2 deletions
jenkins/SO/install
jenkins/UI/SETTINGS
+1
-1
1 addition, 1 deletion
jenkins/UI/SETTINGS
jenkins/UI/install
+0
-1
0 additions, 1 deletion
jenkins/UI/install
with
1 addition
and
4 deletions
jenkins/SO/install
+
0
−
2
View file @
061da620
...
...
@@ -96,8 +96,6 @@ apt remove -y rw.toolchain-rwbase tcpdump
apt-get
install
-y
--allow-downgrades
rw.tools-container-tools
=
${
PLATFORM_VERSION
}
rw.tools-scripts
=
${
PLATFORM_VERSION
}
python
/usr/rift/container_tools/mkcontainer
--modes
MANO-base
--rw-version
${
PLATFORM_VERSION
}
chmod
777 /usr/rift /usr/rift/usr/share
# now disable the RIFT OSM repo so that we'll get MANO from
# the OSM repos
rm
-f
/etc/apt/sources.list.d/RIFT.list
...
...
This diff is collapsed.
Click to expand it.
jenkins/UI/SETTINGS
+
1
−
1
View file @
061da620
...
...
@@ -29,7 +29,7 @@ export OSM_BUILD_CONTAINER=UI-ub
#
# this variable holds the name of the container to be used to run a package
# if this container already exists, the run processes can skip the container build
export OSM_RUNTIME_CONTAINER=
UI
-ub
export OSM_RUNTIME_CONTAINER=
SO
-ub
#
# this variable must be set to allow creating the runtime container in privileged mode
# this variable should be removed in the future when no privileged mode is required
...
...
This diff is collapsed.
Click to expand it.
jenkins/UI/install
+
0
−
1
View file @
061da620
...
...
@@ -98,7 +98,6 @@ apt remove -y rw.toolchain-rwbase tcpdump
apt-get
install
-y
--allow-downgrades
rw.tools-container-tools
=
${
PLATFORM_VERSION
}
rw.tools-scripts
=
${
PLATFORM_VERSION
}
python
/usr/rift/container_tools/mkcontainer
--modes
UI-base
--rw-version
${
PLATFORM_VERSION
}
chmod
777 /usr/rift /usr/rift/usr/share
# now disable the RIFT OSM repo so that we'll get UI from
# the OSM repos
...
...
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