treasuremap/doc/source
Drew Walters 29c67eb3a0 docs: Update copyright footer
During the recent Airship Working Committee meeting, the committee
addressed feedback from the Airship confirmation review [0]. One such
item was concerned with copyright footers mistakenly claiming rights to
all Airship documentation.

This change updates the footer to attribute documentation to all Airship
authors.

[0] https://etherpad.openstack.org/p/airship-wc-meeting-2019-12-09

Change-Id: I37176e8679d7c917ba05be220d956d2eb6b41ded
Signed-off-by: Drew Walters <andrew.walters@att.com>
2019-12-09 21:47:16 +00:00
..
diagrams Add Airsloop architecture diagram 2019-04-27 21:47:04 -05:00
README.md Integrate calicoctl utility container in airship/treasuremap 2019-10-26 01:14:17 +00:00
airskiff.rst Correct path to script in Airskiff doc 2019-09-27 10:07:29 -05:00
airsloop.rst Use HWE kernel for Airsloop computes 2019-09-14 18:05:44 +00:00
authoring_and_deployment.rst Move global secrets to site 2019-12-05 17:51:34 -06:00
conf.py docs: Update copyright footer 2019-12-09 21:47:16 +00:00
config_update_guide.rst Move airship-seaworthy to seaworthy 2019-06-10 17:41:33 -05:00
development_guide.rst docs: Add initial contributors' guide 2019-04-28 11:04:29 -05:00
index.rst docs: Add initial contributors' guide 2019-04-28 11:04:29 -05:00
seaworthy.rst Move Airship Seaworthy pipeline to the folder. 2019-06-21 16:16:39 -05:00
troubleshooting_guide.rst Move airship-seaworthy to seaworthy 2019-06-10 17:41:33 -05:00

README.md

Prerequisites: Deploy Airship in a Bottle(AIAB)

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).

  1. Add the below to /etc/sudoers
root    ALL=(ALL) NOPASSWD: ALL
ubuntu  ALL=(ALL) NOPASSWD: ALL
  1. Install the latest versions of Git, CA Certs & bundle & Make if necessary
set -xe \
sudo apt-get update \
sudo apt-get install --no-install-recommends -y \
ca-certificates \
git \
make \
jq \
nmap \
curl \
uuid-runtime

Deploy Airship in a Bottle(AIAB)

  1. Deploy airShip in a Bottle(AIAB) for all utility containers
sudo -i \
mkdir -p root/deploy && cd "$_" \
git clone https://opendev.org/airship/treasuremap

If this ps is not merged please checkout this ps https://review.opendev.org/#/c/680482

To deploy airship-in-a-bottle with porthole utility containers included, please change the value of `data.armada.manifests` from `full-site-aiab` to `full-site-utilities` in the deployment-configuration.yaml file.

https://opendev.org/airship/treasuremap/src/branch/master/site/aiab/deployment/deployment-configuration.yaml#L38

cd /root/deploy/treasuremap/tools/deployment/aiab
./airship-in-a-bottle.sh