RETIRED, Ansible based project for setting up TripleO virtual environments
Go to file
Emilien Macchi e442df45a9 Configure 3nodes & scenario000-upgrades underclouds
- Enable containerized undercloud for 3nodes jobs, it's ready to work.
- Disable containerized undercloud for upgrade job, we have some THT
  mismatch in quickstart, and we need to fix it. In the meantime, make
  sure we don't deploy it.

Change-Id: I910b15f78dc5a10e304d5aaf249516c56c82f6d0
2018-07-14 02:29:05 +00:00
ci-scripts Rename test_regex to test_white_regex 2018-04-25 08:37:57 +00:00
config Configure 3nodes & scenario000-upgrades underclouds 2018-07-14 02:29:05 +00:00
doc/source Fix broken README refs in getting started guide 2018-07-02 14:19:02 +03:00
library Fix H102 Apache 2.0 license header not found 2016-07-29 14:08:00 -04:00
playbooks Allow custom host kernel params for libguestfs 2018-06-25 09:15:46 +03:00
releasenotes Remove duplicate release note 2018-03-20 14:05:56 +01:00
roles Fix up pm_addr when undercloud_local_ip is specified 2018-07-10 15:38:56 +00:00
test_plugins Fix H102 Apache 2.0 license header not found 2016-07-29 14:08:00 -04:00
zuul.d Revert "scen007 is failing in the gate" 2018-06-16 15:10:27 +00:00
.gitignore Add editor dirs to .gitignore 2018-04-27 19:02:40 -04:00
.gitreview Fix .gitreview for move to openstack git 2016-04-01 11:08:07 -04:00
ansible_ssh_env.sh Use export in ansible_ssh_env file 2016-10-20 17:11:08 +00:00
ansible-role-requirements.yml Switch to using standalone role for image building 2016-04-13 09:43:16 -04:00
ansible.cfg Enable pipelining for ansible 2018-07-10 13:18:18 +00:00
devmode.sh devmode: Add release switch 2017-06-07 20:26:17 +01:00
Dockerfile Docker file for running quickstart in container 2018-01-15 18:29:55 +00:00
LICENSE Initial commit 2015-11-19 08:16:11 -05:00
other-requirements.txt Update and replace http with https for doc links 2018-04-15 17:41:48 +00:00
quickstart-extras-requirements.txt Start using tripleo-quickstart-extras 2016-11-22 15:25:05 +01:00
quickstart-role-requirements.txt Removing locking hash on undercloud post role 2016-09-14 03:33:22 -04:00
quickstart.sh Merge "Adds check for virtualenv in quickstart.sh bootstrap function" 2018-07-14 02:27:09 +00:00
README.rst update README to exclude Fedora from support 2018-06-19 12:27:41 -04:00
requirements.txt Set ansible version to 2.5.5 for quickstart 2018-06-20 22:37:42 +00:00
setup.cfg Update and replace http with https for doc links 2018-04-15 17:41:48 +00:00
setup.py Add installation and setup machinery 2015-11-30 17:16:00 -05:00
test-requirements.txt Unpin ansible-lint 2018-06-27 14:17:26 +02:00
tox.ini Merge "restrict bashate to files in repository" 2017-06-30 00:15:46 +00:00

Team and repository tags

image

tripleo-quickstart

An up-to-date HTML version is available on docs.openstack.org.

One of the barriers to entry for trying out TripleO and its derivatives has been the relative difficulty in getting an environment up quickly.

This set of ansible roles is meant to help.

Quickstart's default deployment method uses a physical machine, which is referred to as $VIRTHOST throughout this documentation. On this physical machine Quickstart sets up multiple virtual machines (VMs) and virtual networks using libvirt.

One of the VMs is set up as undercloud, an all-in-one OpenStack cloud used by system administrators to deploy the overcloud, the end-user facing OpenStack installation, usually consisting of multiple VMs.

You will need a $VIRTHOST with at least 16 GB of RAM, preferably 32 GB, and you must be able to ssh to the virthost machine as root without a password from the machine running ansible. Currently the virthost machine must be running a recent Red Hat-based Linux distribution (CentOS 7.x, RHEL 7.x). Other distributions could work but will not be supported with out CI validation.

Note

Running quickstart.sh commands as root is not suggested or supported.

The SSH server on your $VIRTHOST must be accessible via public keys for both the root and stack users.

A quick way to test that root to your virthost machine is ready to rock is:

ssh root@$VIRTHOST uname -a

The stack user is not added until the quickstart deploy runs, so this cannot be tested in advance. However, if you lock down on a per-user basis, ensure AllowUsers includes stack.

Timeouts can be an issue if the SSH server is configured to disconnect users after periods of inactivity. This can be addressed for example by:

ClientAliveInterval 120
ClientAliveCountMax 720

The quickstart defaults are meant to "just work", so it is as easy as downloading and running the quickstart.sh script.

Copyright 2015-2016 Red Hat, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.