treasuremap/tools/deployment/aiab
Evgeny L 82467b9453 [aiab] Add a site linting gate to Zuul
Lint site manifests for Airship in a Bottle when publishing
and merging patches.

The patch adds a pre-run step that generates a new set of
certificates that is required for the validation.

Change-Id: Iebd23dacb424953b95527dd90938f6b6aba93c21
2019-06-17 23:49:16 +00:00
..
common [aiab] Add a site linting gate to Zuul 2019-06-17 23:49:16 +00:00
README.rst [aiab] Fix readme formatting 2019-06-12 21:05:23 +00:00
airship-in-a-bottle.sh [aiab] Allow to run aiab deployment from any directory 2019-06-14 14:04:02 +00:00

README.rst

Airship in a Bottle

Use the airship-in-a-bottle.sh script to automatically deploy a demonstration version of Airship. It will attempt to detect the required environment settings and deploy an instance of Airship, including running a demo instance of OpenStack (using OpenStack Helm), and creating a simple Virtual Machine.

To get started, run the following in a fresh Ubuntu 16.04 VM (minimum 4vCPU/20GB RAM/32GB disk). This will deploy Airship and Openstack Helm (OSH):

sudo -i
mkdir -p /root/deploy && cd "$_"
git clone https://opendev.org/airship/treasuremap/
cd /root/deploy/treasuremap/tools/deployment/aiab/
./airship-in-a-bottle.sh

This demonstration uses the images pinned in the versions file: ./global/software/config/versions.yaml

By default, files will be downloaded into and built in the /root/deploy directory of the virtual machine being used to install this demo.

Note that this process will result in the contents of the VM to be modified outside of that directory, and the VM should be intended to be discarded after demo use.