Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmwiedemann/openstackinstalldemo
https://github.com/bmwiedemann/openstackinstalldemo
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bmwiedemann/openstackinstalldemo
- Owner: bmwiedemann
- Created: 2016-10-18T12:31:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T11:05:02.000Z (about 8 years ago)
- Last Synced: 2024-11-20T09:26:21.602Z (about 1 month ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains files and instructions needed to install your own demo cloud
##Prerequisites
- A Machine with
- RAM (16GB)
- HDD (100GB)
- Have repositories and other data synced via `syncdata` script## Pointers
- https://github.com/bmwiedemann/openstackinstalldemo - this repo
- https://github.com/SUSE-Cloud/automation/blob/master/scripts/jenkins/qa_openstack.sh
- https://github.com/SUSE-Cloud/automation/blob/jenkins/scripts/jenkins/ci.opensuse.org/openstack-cleanvm.xml#L152
- https://build.opensuse.org/project/show/Cloud:OpenStack:Newton## Finally
cd libvirt/ && setupVM
ssh cleanvm "
export mirror=http://192.168.23.1/images
export repomirror=http://192.168.23.1
export cloudsource=openstacknewton
bash -x qa_openstack.sh
"