• This repository has been archived on 19/Jan/2018
  • Stars
    star
    102
  • Rank 333,662 (Top 7 %)
  • Language
    Python
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[UNMAINTAINED] This is the reference implementation of the Nulecule container application Specification: Atomic App

Atomic App

Atomic App is a reference implementation of the Nulecule specification. Packaged Atomic App containers are "Nuleculized" and each component of the package is a "Nulecule".

Atomic App is used to bootstrap packaged container environments and run them on multiple container orchestrators. It is designed from the ground-up to be portable and provider pluggable.

  • A "packaged installer" for all container-based environments and applications. Replace all those bash and Ansible scripts with one container-based deployment tool.

  • Target multiple providers: Specify the provider you want the Atomic App to run on. It supports Kubernetes, OpenShift, Mesos+Marathon and Docker.

  • Inherit already packaged containers: Create composite applications by referencing other Nulecule-compliant applications. For example, plugging in an alternative well-orchestrated database in another referenced container image.

  • Fetch and run entire environments: Use atomicapp fetch and atomicapp run to run pre-packaged Nuleculized containers.

Installing Atomic App

From Linux:

git clone https://github.com/projectatomic/atomicapp && cd atomicapp
sudo make install

or

Download a pre-signed .tar.gz from download.projectatomic.io / GitHub:

export RELEASE=0.6.4
wget https://github.com/projectatomic/atomicapp/releases/download/$RELEASE/atomicapp-$RELEASE.tar.gz
tar -xvf atomicapp-$RELEASE.tar.gz && cd atomicapp-$RELEASE
sudo make install

Documentation

This README contains some high level overview information on Atomic App. The detailed documentation for Atomic App resides in the docs directory. The index provided conveniently links to each section below:

  1. Quick start
  2. Getting started
  3. Providers
  4. Docker
  5. Kubernetes
  6. OpenShift
  7. Marathon
  8. CLI
  9. Nulecule file
  10. File handling
  11. Specification coverage
  12. Contributing
  13. Dependencies
  14. Specification

Getting started

Atomic App can be used either natively on your OS or ran via the atomic command on Fedora or CentOS Atomic hosts.

Detailed instructions on getting started are available. Alternatively, use the quick start guide to get a Nuleculized application running immediately.

An extended guide on the Nulecule file format is also available.

Real-world examples

Atomic App can be used to launch a cluster of containers (application servers, databases, etc.).

For a list of already packaged examples, visit the nulecule-library repo.

Providers

We currently support:

  • Docker
  • Kubernetes
  • OpenShift 3
  • Marathon (Mesos)

Providers represent various deployment targets. They can be added by placing the artifact within the respective in artifacts/ folder. For example, placing deploy_pod.yml within artifacts/kubernetes/.

For a detailed description of all providers available see docs/providers.md.

Contributing to Atomic App

Code Health Build Status Coverage Status

First of all, awesome! We have a development guide to help you get started!

If you have any issues or get stuck, feel free to open a GitHub issue or reach us at our communication channels (see below).

Dependencies

See REQUIREMENTS.md for a list of current Atomic App dependencies.

Specification

Want to view the specification and contribute to changes? See the Nulecule spec for more information.

Communication channels

  • IRC: #nulecule on irc.freenode.net
  • Mailing List: [email protected]
  • Weekly IRC Nulecule meeting: Monday's @ 0930 EST / 0130 UTC
  • Weekly SCRUM Container-Tools meeting: Wednesday's @ 0830 EST / 1230 UTC on Bluejeans

Copyright

Copyright (C) 2016 Red Hat Inc.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/.

The GNU Lesser General Public License is provided within the file lgpl-3.0.txt.

More Repositories

1

atomic

Atomic Run Tool for installing/running/managing container images.
Python
526
star
2

nulecule

[UNMAINTAINED] Specification describing a container-based application
209
star
3

container-best-practices

Container Best Practices
Python
165
star
4

container-storage-setup

Service to set up storage for Docker and other container systems
Shell
153
star
5

docker-image-examples

Images that demonstrate aspects of Docker.
Shell
94
star
6

dockerfile_lint

JavaScript
84
star
7

atomic-site

Source code for projectatomic.io
Haml
82
star
8

adb-atomic-developer-bundle

a prepackaged development environment filled with production-grade pre-configured tools that makes container development easier
Ruby
82
star
9

bwrap-oci

Makefile
75
star
10

ContainerApplicationGenericLabels

Default Containerized Application Labels used to document the application and/or image
69
star
11

atomic-system-containers

Collection of system containers images
Shell
66
star
12

adb-vagrant-registration

A plugin to add "register" and "unregister" capabilities to Vagrant guests.
Ruby
51
star
13

containerd

A daemon to control OCI container runtimes https://containerd.tools/
Go
48
star
14

rpm-ostree-toolbox

App for automatically running rpm-ostree, generating disk images
Python
41
star
15

atomic-enterprise

Atomic Enterprise - deploy and manage your containers with Docker and Kubernetes
Go
32
star
16

nulecule-library

A set of nulecule-ized applications that can be used for reference or as part of your applications
27
star
17

rpmdistro-gitoverlay

Manage an overlay repository of RPMs from upstream git
Python
21
star
18

papr

Project Atomic's very own GitHub PR tester.
Python
19
star
19

commissaire

A lightweight REST interface for under-the-covers cluster system management.
Python
19
star
20

vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
Ruby
18
star
21

atomic-host-tests

A collection of single-host tests for Atomic Host
Dockerfile
17
star
22

runc

runc container cli tools
Go
16
star
23

commissaire-mvp

A lightweight REST interface for upgrading, restarting, and bootstrapping new hosts into an existing Container Management cluster.
Python
15
star
24

vagrant-atomic

Ruby
14
star
25

adb-utils

A set of utilities for managing services used provided in the Atomic Developer Bundle.
Shell
13
star
26

atomic-enterprise-training

Atomic Enterprise Training
11
star
27

system-buildah

Simple toolbox for building system containers
Python
10
star
28

rhel-push-plugin

Blocks RHEL content push to docker.io
Go
7
star
29

adb-tests

placeholder for tests for the adb while its long term place to live is sorted out
Shell
7
star
30

registries

Tool that reads a TOML file that contains system-wide registries for container runtimes.
Python
7
star
31

ansible-osbs

Ansible playbook for deploying openshift build service
Shell
6
star
32

centos-release-atomic-host-devel

Release package for CAHC
Makefile
6
star
33

openshift2nulecule

Create Nulecule application from OpenShift project
Python
6
star
34

anaconda

Python
6
star
35

commctl

Commissaire command line interface
Python
5
star
36

docs-projectatomic

Home repository for Atomic Host documentation (both Fedora and CentOS).
CSS
5
star
37

ansible-role-atomic-reactor

Ansible role to pull or build atomic-reactor docker image to be used in OpenShift build service.
4
star
38

paci

Infra for Project Atomic's CI/CD
Python
3
star
39

ansible-osbs-dedicated

Playbook for deploying OSBS into OpenShift dedicated
Shell
3
star
40

atomic-devmode

The easiest way to try out Atomic Host!
Shell
3
star
41

commissaire-service

Commissaire Service Framework
Python
3
star
42

commissaire-http

Commissaire HTTP server
Python
3
star
43

ansible-role-install-openshift

Install OpenShift v3 from various sources
3
star
44

forward-journald

Program to forward stdin to journald
Go
2
star
45

ansible-role-osbs-proxy

Authenticating proxy for OpenShift build service
2
star
46

vagrant-adbinfo

Return the proper port and IP for a docker daemon inside of the vagrant vm
Ruby
2
star
47

ansible-role-osbs-node

OpenShift node role for OpenShift Build Service
2
star
48

ansible-role-pulp-secret

Ansible role that imports Pulp keys from local/remote filesystem into OpenShift.
2
star
49

osbs-metrics

Playground for examining OSBS build metrics, hope to integrate into osbs-client once ready
Python
2
star
50

fedora-productimg-atomic

Fedora product data for Atomic
Python
2
star
51

rhci-docker

1
star
52

ansible-role-osbs-secret

Import secrets from local filesystem into OpenShift
1
star
53

ansible-role-osbs-master

Main role for OpenShift Build Service, builder of layered Docker images
Python
1
star