Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skateman/manageiq-nuc-demo
Demo setup of ManageIQ on Intel NUCs
https://github.com/skateman/manageiq-nuc-demo
Last synced: about 2 months ago
JSON representation
Demo setup of ManageIQ on Intel NUCs
- Host: GitHub
- URL: https://github.com/skateman/manageiq-nuc-demo
- Owner: skateman
- License: mit
- Created: 2018-04-22T11:09:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T09:22:18.000Z (about 6 years ago)
- Last Synced: 2024-10-14T10:50:18.798Z (3 months ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# manageiq-nuc-demo
Demo setup of ManageIQ on Intel NUCs### Requirements
The demo requires three computers, ideally Intel NUCs for portability and a DHCP/DNS server with the following configuration:| Role | Hostname | IP address |
|--------|------------------|---------------|
| engine | ovirt-engine.miq | 192.168.20.10 |
| node | ovirt-1.miq | 192.168.20.11 |
| node | ovirt-2.miq | 192.168.20.12 |The machines need to have CentOS 7 installed with the master password as the root password.
### Usage
Build and run the docker container with your master password as an argument:
```
docker build --build-arg password=smartvm -t miq-nuc .
docker run -t miq-nuc
```### Known issues
* Sometimes the storage setup fails, but works after a reboot of the host boxes
* ManageIQ's password is always default
* OpenShift setup doesn't work yet### Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/skateman/manageiq-nuc-demo.### License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).