summaryrefslogtreecommitdiffstats
path: root/opensteak/tools/opensteak/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2016-09-21Removing OpenSteak ProjectHEADmasterLuke Hinds1-58/+0
As discussed in comment of abandoned patch # 21803 Change-Id: I92d9d1787dafcc8fd90916a11d92bcce13b69089 Signed-off-by: Luke Hinds <lhinds@redhat.com>
2015-06-26Add create vm script and foreman configarnaudmorin1-0/+58
Add a script to create a KVM machine and install foreman in it. This is the beginning of the OpenSteak installation mecanism. It is very similare as what is done in the Foreman/Quickstack approach with small differences: - Ubuntu as base OS (instead of CentOS) - Foreman v1.8 (instead of 1.7.5 - KVM (libvirt) virtual machine (instead of Vagrant) - Only python/bash scripts to manage all the stuff (instead of Khaleesi/Ansible/Astaport playbooks) Change-Id: Ie66b1da4288372927e30163f82f5a0f45e2e73d0 JIRA: BGS-9 Signed-off-by: arnaudmorin <arnaud.morin@gmail.com>