OSM15 Hackfest: Difference between revisions

From OSM Public Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 42: Line 42:
= Prerequisites =
= Prerequisites =
* '''[https://portal.etsi.org/Meetings.aspx#/meeting?MtgId=45715 Registration]''' is mandatory!
* '''[https://portal.etsi.org/Meetings.aspx#/meeting?MtgId=45715 Registration]''' is mandatory!
* Participants will need an '''[https://portal.etsi.org/CreateAccount#/home ETSI Online Account]''' (if they work for an '''[https://portal.etsi.org/TB-SiteMap/OSM/List-of-OSM-Members OSM Member or Participant]''') or an '''[https://osm.etsi.org/registerIndividual User/Contributor Account]''' to '''[https://osm.etsi.org/bugzilla file bug reports]'''.
* Participants will need an '''[https://portal.etsi.org/CreateAccount#/home ETSI Online Account]''' (if they work for an '''[https://portal.etsi.org/TB-SiteMap/OSM/List-of-OSM-Members OSM Member or Participant]''') or an '''[https://osm.etsi.org/registerIndividual User/Contributor Account]''' to '''[https://osm.etsi.org/gerrit contribute code in Gerrit]''' or to '''[https://osm.etsi.org/bugzilla file bug reports]'''.
* Participants are expected to have previous knowledge of '''Python'''.
* Participants are expected to have previous knowledge of '''Python'''.
** Experience with '''Git''', '''Docker''', '''Linux''', '''Kubernetes''', '''Openstack''', and the '''Robot Framework''' for testing, will be a plus.
** Experience with '''Git''', '''Docker''', '''Linux''', '''Kubernetes''', '''Openstack''', and the '''Robot Framework''' for testing, will be a plus.

Revision as of 22:41, 22 May 2023

OSM15 Banner.png
OSM15 Hack.png

Overview

ETSI's Centre for Testing and Interoperability and the OpenSourceMANO community are organizing the OSM#15 Hackfest on 12-16 June 2023. The event will be hosted by CTTC and co-located with the OSM#15 Plenary Meeting.

On Wednesday, 14 June, Hackfest and Plenary participants will meet at the OSM#15 Ecosystem Day .

Participation in ETSI Hackfests is free and open to all upon registration.

Venue

Parc Mediterrani de la Tecnologia (PMT) - Building B4
Av. Carl Friedrich Gauss 7
08860 - Castelldefels 
Barcelona, Spain

Scope

This event is a development-oriented Hackfest in the form of several self-contained challenges such as bug fixes, developing small features, writing unit tests, or automating end-to-end tests exercising some use case. Key members of the OSM community will mentor challenges.

The Hackfest will start on Monday, 12 June, and finish on Friday, 16 June. On Monday, some theory sessions will be provided, followed by a description of the different challenges to be completed throughout the week. Participants will select a challenge to work on individually or in pairs.

During the week, participants will code autonomously (individually or in pairs) to solve their challenges. Daily sessions will be scheduled with the mentors so that participants can ask questions and solve blocking points.

On Friday, participants will share their achievements and lessons learned with the OSM community.

All active participants will receive a Certificate of Participation. Certificates of Excellence will be awarded to all those participants that complete their challenge.

This event will be an opportunity for participants:

  • Understanding the role of NFV Orchestration and OSM
  • Understanding OSM architecture and relationship with ETSI NFV Specifications
  • Getting familiar with OSM installation
  • Understanding OSM development workflow, practices, and tools: Git, Tox, Gerrit, Jenkins...
  • Understanding how to work in an open source project: contributing code, code reviews, automated testing...
  • Developing a first-hand experience with code development in OSM
  • Getting to meet and interact with crucial OSM community members.

Prerequisites

  • Registration is mandatory!
  • Participants will need an ETSI Online Account (if they work for an OSM Member or Participant) or an User/Contributor Account to contribute code in Gerrit or to file bug reports.
  • Participants are expected to have previous knowledge of Python.
    • Experience with Git, Docker, Linux, Kubernetes, Openstack, and the Robot Framework for testing, will be a plus.
  • Participants will need their laptop to develop, while a remote lab environment will be provided. There are two options:
    • Recommended: Ubuntu 22.04
    • Other options:
      • Windows10 or higher
      • Other Linux OS, as long as they can meet the requirements below in terms of SW installation.
  • Optionally, if they want to install OSM in their laptop, the only recommended setup is a computer with Ubuntu 22.04 and the following HW requirements:
    • 4 CPUs;
    • 12 GB of RAM;
    • 120 GB of disk free space.

Prepare your environment for the Hackfest

Preparation for Linux Ubuntu 22.04

# Install Python 3.10
$ sudo apt-get update
$ sudo apt-get install python3 python3-pip python3-dev
$ python3 --version     # Python 3.10.X expected as output
$ sudo apt-get install git

# Install VSCode (https://code.visualstudio.com/docs/setup/linux)
$ sudo apt-get install wget gpg
$ wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
$ sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg
$ sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'
$ rm -f packages.microsoft.gpg
$ sudo apt install apt-transport-https
$ sudo apt update 
$ sudo apt install code # or code-insiders

Preparation for Windows

  • VSCode or other IDE with Python support.
  • Python 3.10.
  • Git.
  • Program to access remote machines via SSH. Participants can now use SSH from PowerShell. Other alternatives are Putty or Mobaxterm.
  • Participants can also set up Windows Subsystem for Linux (WSL).
  • Docker (participants can set up Docker using WSL or Hyper-V and Windows containers, although the first is preferred).

Who should attend

  • This Hackfest is dedicated to software developers willing to gain first-hand experience contributing to Open Source MANO (ETSI OSM).
OSM community barcelona.jpg

Week Plan

See details


Previous Hackfests

Get involved in OpenSourceMANO

Contact

Please send your technical questions to OSM_TECH@list.etsi.org or join the OSM Community Slack Workspace

Questions about ETSI, joining OSM, this Hackfest, and future events can be sent to: OSMSupport@etsi.org