https://github.com/goneri/mocked-undercloud-docker
https://github.com/goneri/mocked-undercloud-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goneri/mocked-undercloud-docker
- Owner: goneri
- Created: 2018-05-15T18:02:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T20:12:07.000Z (almost 7 years ago)
- Last Synced: 2025-03-24T03:12:39.607Z (4 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- 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