Nua orchestrator - local implementation
Project description
Nua orchestrator
Nua is an open source, self-hosted cloud platform project (a PaaS - platform as a service).
This packaged is deployed on the Nua server.
For end-users, the main entry point is the nua
command line tool (see: Nua on PyPI or nua-cli on GitHub).
Role of the orchestrator
The orchestrator is in charge of configuring application and providers and deploying them on the host.
Requirements
The host must be a linux server installed with the distribution:
Ubuntu 22.04.1 LTS (jammy)
Note: this is temporary, the orchestrator will be able to manage other distributions later.
In the current version, the orchestrator manages locally a single host.
Note: this is temporary, the orchestrator will be able to manage multiple hosts later.
The Nua Orchestrator will need a 'nua' administrator account with root privileges (sudoer and docker groups).
The Nua Orchestrator will interfere with local providers such as Docker services and locally installed databases. The recommended configuration is therefore to use a dedicated server.
The following Python packages (provided by Ubuntu) are required:
python3.10
python3.10-venv
python3.10-dev
python3-pip
pipx
i.e. you should run apt-get install python3.10 python3.10-venv python3.10-dev python3-pip pipx
before installing Nua.
Note: this is temporary, the installation script will take care of this kind of details later.
Installation
All-in-one command
Simply run:
curl -L https://nua.rocks/install.py | sudo python3
Using the nua-bootstrap
command
The nua-orchestrator
package provides a nua-bootstrap
command which will install Nua on the host.
Installation procedure (from released version)
From the root account:
pipx install nua-orchestrator
nua-bootstrap
Installation procedure (from git)
At the moment, this implies a first temporary installation of Nua (which can be done in a temporary directory), from a sudo-able account:
git clone https://github.com/abilian/nua src
cd src/nua-orchestrator
./install.py
sudo ./env/bin/nua-bootstrap
That command will do many things:
- create the
nua
account - install the required packages (Docker, postgres, Nginx, ...)
- apply default configuration to the host
- ...
Remarks
nua-bootstrap
can be safely launched on an existing configuration,
Installation phases
Installation can take several minutes, here an excerpt of main messages displayed during installation:
sudo /home/nua/env/bin/nua-bootstrap
Installing Nua bootstrap on local host.
Warning: Nua was already installed.
Ign:1 http://downloads.mariadb.com/Tools/ubuntu jammy InRelease
Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu jammy InRelease [...]
Installation of base packages:
apt-get install --no-install-recommends -y ca-certificates curl docker.io lsb-release git nginx-light software-properties-common python3-certbot-nginx
[...]
Modifying /etc/sudoers for user 'nua' (full access with no passwd)
-> Prior changes found: do nothing
Creation of Python virtual environment for 'nua'
-> Prior /home/nua/env found: do nothing
Install pip
[...]
Installation of postgres version 14
apt-get install --no-install-recommends -y postgresql-14 libpq-dev
[...]
Setting Postgres password
Installation of Nua nginx configuration
systemctl restart nginx
Installation of local Nua orchestrator (via git)
Cloning into 'nua'...
[...]
Nua installation done for user 'nua' on this host.
Command 'nua --help':
At the end of the installation, the available commands are displayed.
Development
Dependency graph
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nua_orchestrator-0.5.42.tar.gz
.
File metadata
- Download URL: nua_orchestrator-0.5.42.tar.gz
- Upload date:
- Size: 90.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 044427d659e49b535a43001370a9a6655e4e97dce0ccc06f1bf8a847ed944846 |
|
MD5 | 75bf17bc07fbe02ccc22f1593478b4e0 |
|
BLAKE2b-256 | 6bebdd4aa03b638b4ad030bebde2157cb85d96c43f93696d8beaa92af09c5991 |
File details
Details for the file nua_orchestrator-0.5.42-py3-none-any.whl
.
File metadata
- Download URL: nua_orchestrator-0.5.42-py3-none-any.whl
- Upload date:
- Size: 128.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c96588df75f346a55248cd9afc6a9f1ee9ea82cb61a060effed1a28de6d07bf7 |
|
MD5 | ae64cfe7723a13ab3c899e9cb9c7f5a2 |
|
BLAKE2b-256 | 632bbf45e01d9ff9f712fa8ef636a451778e2e351be8e904ad4f9d9bbdae79f5 |