Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
mediaserver
envsetup
Commits
fe05fcfd
Commit
fe05fcfd
authored
4 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
offline mode instructions
parent
dad8db96
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
doc/deploy.md
+26
-1
26 additions, 1 deletion
doc/deploy.md
with
26 additions
and
1 deletion
doc/deploy.md
+
26
−
1
View file @
fe05fcfd
...
@@ -78,12 +78,37 @@ make deploy i=inventories/local-mediaworker
...
@@ -78,12 +78,37 @@ make deploy i=inventories/local-mediaworker
make deploy
i
=
inventories/local-mediavault
make deploy
i
=
inventories/local-mediavault
```
```
## Offline
### Requirements
-
A local repository with at least all the Debian packages required by the installation, and the UbiCast packages provided in the tar archive
-
A
`/etc/apt/sources.list`
configured to use the local repository
-
A copy of the envsetup repository at
`/root/envsetup`
-
A copy of the configuration file generated by UbiCast located at
`/root/envsetup/auto-generated-conf.sh`
### MediaWorker
```
sh
cd
~/envsetup/
cp
-v
inventories/offline-mediaworker/host_vars/localhost
{
.dist,
}
.yml
./playbooks/mediaserver.yml
-i
inventories/offline-mediaworker/
```
### MediaServer
```
sh
cd
~/envsetup/
cp
-v
inventories/offline-mediaserver/host_vars/localhost
{
.dist,
}
.yml
./playbooks/mediaserver.yml
-i
inventories/offline-mediaserver/
```
## Known issues
## Known issues
-
Proxy
-
Proxy
If output trafic on the remote hosts is allowed only through a proxy, the deployment will fail.
If output trafic on the remote hosts is allowed only through a proxy, the deployment will fail.
It won't be able to locally clone repositry and get host configuration file from mirismanager.ubicast.eu.
It won't be able to locally clone reposit
o
ry and get host configuration file from mirismanager.ubicast.eu.
For "remote" deployment you have to set the proxy settings in the inventory variables, in
`inventories/my-customer/group_vars/all.yml`
:
For "remote" deployment you have to set the proxy settings in the inventory variables, in
`inventories/my-customer/group_vars/all.yml`
:
...
...
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