gufo-thor

A simple NOC management and deployment tool

https://github.com/gufolabs/gufo_thor

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.3%) to scientific vocabulary

Keywords

docker noc python
Last synced: 6 months ago · JSON representation ·

Repository

A simple NOC management and deployment tool

Basic Info
  • Host: GitHub
  • Owner: gufolabs
  • License: other
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 1.04 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 14
Topics
docker noc python
Created over 2 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog Contributing Funding License Code of conduct Citation Codeowners Security

README.md

Gufo Thor

A simple NOC management and deployment tool.

PyPi version Downloads Python Versions License Build Sponsors Ruff


Documentation: https://docs.gufolabs.com/gufo_thor/

Source Code: https://github.com/gufolabs/gufo_thor/


Gufo Thor is a simple tool designed for quickly setting up and evaluating NOC. It's tailored for new NOC users who want to assess NOC's capabilities and NOC developers who need a fast development environment. Thor takes care of the complexity of NOC management, making the process straightforward.

Prerequisites

To use Thor, make sure you have the following software packages installed:

  • Docker
  • docker-compose or the compose plugin
  • Python 3.8+

Installation

To install or update Thor, follow these steps:

  1. Create a dedicated directory where all configuration files will be stored.
  2. Navigate to the newly created directory.
  3. Run the installer: curl https://sh.gufolabs.com/thor | sh
  4. After installation, NOC will be launched, and your browser will open at https://go.getnoc.com:32777/
  5. Log in as user admin with password admin.

NOC Operations Cheat List

Execute all actions from the directory containing the Thor configuration. If you are using venv mode, ensure to activate the virtual environment (venv) before utilizing Thor.

shell . ./bin/activate

Start NOC

Use the following command to start NOC:

gufo-thor up

Once NOC is ready, you will be redirected to https://go.getnoc.com:32777/ Log in using the following credentials:

  • Username: admin
  • Password: admin

Stop NOC

To stop NOC, use the command:

gufo-thor stop

Configuration

Thor's configuration is in the thor.yml file. You can use preconfigured defaults:

gufo-thor sample-config -t <name>

Where <name> can be:

  • simple - Minimal setup with a web interface only.
  • common - Setup with widely-used features for monitoring and network management.
  • lab1 - Setup with lab with 3 VyOS routers for NOC evaluation and testing.

The thor.yml structure: ```

Gufo Thor configuration

version: "1.0" noc: tag: master installationname: Unconfigured Installation expose: domainname: go.getnoc.com port: 32777 services: [web, card] ```

Adapt the file to your needs and start NOC:

gufo-thor up

On Gufo Stack

This product is a part of Gufo Stack - the collaborative effort led by Gufo Labs. Our goal is to create a robust and flexible set of tools to create network management software and automate routine administration tasks.

To do this, we extract the key technologies that have proven themselves in the NOC and bring them as separate packages. Then we work on API, performance tuning, documentation, and testing. The NOC uses the final result as the external dependencies.

Gufo Stack makes the NOC better, and this is our primary task. But other products can benefit from Gufo Stack too. So we believe that our effort will make the other network management products better.

Owner

  • Name: Gufo Labs
  • Login: gufolabs
  • Kind: organization
  • Location: Italy

Gufo Labs is a private consulting company based in Milan, Italy.

Citation (CITATION.cff)

cff-version: 1.2.0
title: Gufo Thor
message: >-
  If you use this software as part of a publication and wish to cite
  it, please use the metadata from this file.
type: software
authors:
  - name: Gufo Labs
    website: https://gufolabs.com/
  - name: Project's Contributors
    website: https://github.com/gufolabs/gufo_thor
license: BSD-3-Clause

GitHub Events

Total
  • Create event: 3
  • Issues event: 2
  • Release event: 4
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 2
  • Push event: 61
Last Year
  • Create event: 3
  • Issues event: 2
  • Release event: 4
  • Watch event: 1
  • Delete event: 1
  • Issue comment event: 2
  • Push event: 61

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 311 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 14
  • Total maintainers: 1
pypi.org: gufo-thor

Gufo Thor is a simple tool designed for quickly setting up and evaluating NOC

  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 311 Last month
Rankings
Dependent packages count: 10.0%
Average: 38.8%
Dependent repos count: 67.5%
Maintainers (1)
Last synced: 6 months ago