Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goneri/mocked-undercloud-docker
https://github.com/goneri/mocked-undercloud-docker
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/goneri/mocked-undercloud-docker
- Owner: goneri
- Created: 2018-05-15T18:02:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T20:12:07.000Z (over 6 years ago)
- Last Synced: 2024-10-03T17:22:10.438Z (about 2 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DCI OpenStack agent test lab
## Requirements
You need docker up and running. It should also be able to access the insecure registries on Docker bridge.
As root:
dnf install -y docker
echo 'INSECURE_REGISTRY=\'--insecure-registry 172.0.0.0/8' >> /etc/sysconfig/docker-latest
systemctl enable docker
systemctl start docker## Usage
./start.sh OSP9
If you want to overwrite the content of the last rpm with your own git repositories in `$HOME/git_repos`:
env DEV=1 ./start.sh OSP9