Jump to: navigation, search

StarlingX/Developer Guide/Regional Mirror

< StarlingX‎ | Developer Guide
Revision as of 15:23, 10 September 2018 by Abraham.arce.moreno (talk | contribs) (Reference Mirror)

Regional Mirror

Regional mirror will give us a Reference Mirror that can use to avoid downloading all packages from the Internet

Reference Mirror

Our Regional Office needs to create a Base Mirror which will perform a regular (daily?) automated download using existing methods. Call these Reference Mirror. The high level overview of activities to perform:

  • Base mirror
  • User access

Base Mirror

Mirror based on daily

General Access

  1. Create a Reference Mirror path
  2. Allow users to access the Reference Mirror path

General Access

Upload your public key to your Reference Mirror server.

Create your regional mirror directory

user@workstation:~ $ mkdir ~/starlingx/mirror/regional/pike

Rsyncing it

user@workstation:~$ cd ~/starlingx/mirror/regional/pike
user@workstation:~/starlingx/mirror/regional/pike$ rsync -e "ssh -i /home/user/.ssh/id_rsa -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" -avF mirror@starlingx-hub.zpn.intel.com:/mirror/mirror/ .
user@workstation:~/starlingx/mirror/regional/pike$ cp -r /home/user/starlingx/mirror/CentOS/tis-installer .

Once completed the directory structure should look like:

user@workstation:~/starlingx/mirror/regional/pike$ tree -L 1 .
.
├── Binary
├── check.lst
├── downloads
├── Source
└── tarballs.md5

4 directories, 2 files

Updating your references into the build container