Resolve "feature: add support for ood"
Closes #3 (closed)
Edited by John-Paul Robinson
Merge request reports
Activity
Filter activity
The commits to this point create a functioning ood node. The node does not have a default password yet for web log in. The http user needs to be created manually via the ood instructions:
sudo scl enable httpd24 -- htpasswd -c /opt/rh/httpd24/root/etc/httpd/.htpasswd $USER
I recommend a user:pw vagrant:vagrant for use during dev. This should ideally be put in place by ansible via copy in of a pre-existing authz file from the /vagrant dir (i.e. the host) or some other private source. This doesn't work currently because the ood node doesn't appear to mount the hosts project dir into the /vagrant subdir.
added 1 commit
- 50f3b322 - Update submodule with fixes for selinux and reboot
added 1 commit
- 6493bce4 - Update submodule to add placeholder basic auth for vagrant account
mentioned in commit 929bb5d3
Please register or sign in to reply