Hi
Just trying to create a two node Centos 7.5 instance of this to start learning OpenShift. Unfortunately I seem to be falling at the first hurdle with the book instance looking like the repositories were out of date when I tried running the ansible playbook example installation Appendix A.
Trying to then run through creating an autoinstaller stops with KeyError: 'master'
./autoinstaller.py -p other -d
Thank you for reading OpenShift In Action. The autoinstaller application is
designed to help you save time when building out your environment to work
through the examples in the book.
A complete feature list and additional information is available in README.md in
this repository.
If you have issues, please contact us on GitHub at https://github.com/OpenShiftInAction or on the Manning
book forum at https://forums.manning.com/forums/openshift-in-action.
Thanks again!
The OpenShift In Action Team
*** Dry Run Mode Enabled - no actual systems will be deployed
- Using autoinstaller.conf for configuration
- Loaded global configuration options
- Loaded other configuration options
Traceback (most recent call last):
File "./autoinstaller.py", line 191, in
main()
File "./autoinstaller.py", line 188, in main
a = autoInstaller(args)
File "./autoinstaller.py", line 35, in init
self.master = self.deployment_confs['master']
KeyError: 'master'
The rsa key is in place, so not quite sure
Hi
Just trying to create a two node Centos 7.5 instance of this to start learning OpenShift. Unfortunately I seem to be falling at the first hurdle with the book instance looking like the repositories were out of date when I tried running the ansible playbook example installation Appendix A.
Trying to then run through creating an autoinstaller stops with KeyError: 'master'
./autoinstaller.py -p other -d
Thank you for reading OpenShift In Action. The autoinstaller application is
designed to help you save time when building out your environment to work
through the examples in the book.
A complete feature list and additional information is available in README.md in
this repository.
If you have issues, please contact us on GitHub at https://github.com/OpenShiftInAction or on the Manning
book forum at https://forums.manning.com/forums/openshift-in-action.
Thanks again!
The OpenShift In Action Team
*** Dry Run Mode Enabled - no actual systems will be deployed
Traceback (most recent call last):
File "./autoinstaller.py", line 191, in
main()
File "./autoinstaller.py", line 188, in main
a = autoInstaller(args)
File "./autoinstaller.py", line 35, in init
self.master = self.deployment_confs['master']
KeyError: 'master'
The rsa key is in place, so not quite sure