Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmsimard/tripleo-quickstart
https://github.com/dmsimard/tripleo-quickstart
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmsimard/tripleo-quickstart
- Owner: dmsimard
- License: apache-2.0
- Created: 2015-11-30T21:44:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-30T22:16:05.000Z (about 9 years ago)
- Last Synced: 2024-11-10T11:47:00.191Z (2 months ago)
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
tripleo-quickstart
==================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.
You will need a host machine with at least 16G of RAM, preferably 32G,
with CentOS 7 installed, and able to be ssh'd to without password from
the machine running ansible.The defaults are meant to "just work", so assuming you
have Ansible 2.0 installed it is as easy as::export TEST_MACHINE='my_test_machine.example.com'
ansible-playbook playbooks/quickstart.ymlThe playbook will output a debug message at the end with instructions
to access the deployed undercloud.Documentation
=============More in-depth documentation is a work in progress. Patches welcome!
To install ``tripleo-quickstart``::
pip install git+https://github.com/trown/tripleo-quickstart.git@master#egg=tripleo-quickstart
# tripleo-quickstart requires Ansible 2.0
pip install git+https://github.com/ansible/[email protected]#egg=ansiblePlaybooks will be located in either ``/usr/local/share/tripleo-quickstart`` or
in ``$VIRTUAL_ENV/usr/local/share/tripleo-quickstart`` if you have installed in
a virtual environment.Author
======
John TrowbridgeCopyright
=========
Copyright 2015 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 athttp://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.